]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-06-26 Richard M. Stallman <rms@gnu.org>
2
3 * which-func.el (which-func-maxout): Increase default to 500000.
4 (which-function-mode): This is now the "real" name of the function.
5 (which-func-mode): Now an alias.
6 (which-func-mode-global): Name deleted.
7
8 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
9 button-2, when binding hs-mouse-toggle-hiding.
10
11 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
12
13 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New
14 function.
15 (rmail-msg-prune-header): Likewise.
16 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
17 and `rmail-msg-prune-header'.
18
19 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
20
21 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
22 back than LINEBEG.
23
24 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
25
26 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
27 window where they clicked the mouse has a header line, adjust
28 vertical movement by one.
29
30 2001-06-25 Milan Zamazal <pdm@zamazal.org>
31
32 * progmodes/glasses.el (glasses-make-readable): Consider underscores
33 too when separating a parenthesis.
34
35 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
36
37 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
38 (bookmark-bmenu-hide-filenames): Add help-echo to
39 mouse-highlighted text.
40 (bookmark-bmenu-show-filenames): Remove help-echo property from
41 the whitespace.
42
43 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
44
45 * files.el (auto-mode-alist): Add configure.ac (autoconf).
46 From Karl Eichwalder <ke@suse.de>.
47
48 2001-06-23 Richard M. Stallman <rms@gnu.org>
49
50 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
51
52 * progmodes/cc-styles.el (c-set-style): Don't specify initial
53 contents for completing-read.
54
55 2001-06-22 Richard M. Stallman <rms@gnu.org>
56
57 * menu-bar.el (menu-bar-make-toggle): Construct the
58 function's doc string from HELP, not DOC, and make it accurate by
59 adding "Toggle whether to " at the front and downcasing the initial.
60 Change the HELP arg in some calls to make it fit this usage.
61
62 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
63 Undo previous change.
64
65 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
66
67 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
68
69 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
70
71 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
72
73 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
74
75 * dabbrev.el (dabbrev--select-buffers): Fix last change.
76
77 2001-06-20 Richard M. Stallman <rms@gnu.org>
78
79 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
80 broken out from dabbrev--find-expansion. Handle minibuffer
81 specially here.
82 (dabbrev--find-expansion): Simplify code in various ways.
83 Don't treat minibuffers specially.
84 Call dabbrev--make-friend-buffer-list.
85 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
86 (dabbrev--scanning-message): Do nothing when minibuffer is current.
87
88 2001-06-19 John Wiegley <johnw@gnu.org>
89
90 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
91 Also, added a comment describing how to greatly speedup Eshell
92 loadup time, by concatenating together all of Eshell's .elc files.
93
94 2001-06-19 John Wiegley <johnw@gnu.org>
95
96 * eshell/esh-mode.el: Disabled a test that often yields false failures.
97
98 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
99
100 * woman.el (WoMan-highlight-references): Add help-echo to
101 mouse-highlighted text.
102
103 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
104
105 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
106
107 2001-06-18 Gerd Moellmann <gerd@gnu.org>
108
109 * international/quail.el (quail-start-conversion):
110 Reset quail-translating to nil.
111
112 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
113 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
114
115 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
116
117 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
118 mouse-highlighted text.
119
120 * dired.el (dired-mark-pop-up): Fix last change.
121
122 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
123
124 * calendar/calendar.el (generate-calendar-month): Add help-echo to
125 mouse-highlighted text.
126
127 * net/quickurl.el (quickurl-url-file): Run through
128 convert-standard-filename.
129 (quickurl-list-populate-buffer): Add help-echo to
130 mouse-highlighted text.
131 (top-level): Update Dave's URL.
132
133 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
134 mouse-highlighted text.
135
136 * textmodes/page-ext.el (pages-copy-header-and-position):
137 Add help-echo to mouse-highlighted text.
138
139 * tar-mode.el (tar-header-block-summarize): Add help-echo to
140 mouse-highlighted text.
141
142 * replace.el (occur): Add help-echo to mouse-highlighted text.
143
144 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
145 mouse-highlighted text.
146
147 * progmodes/cpp.el (cpp-make-button): Add help-echo to
148 mouse-highlighted text.
149
150 * progmodes/compile.el (compile-reinitialize-errors):
151 Add help-echo to mouse-highlighted messages.
152 (compilation-forget-errors): Remove help-echo property as well.
153
154 * play/landmark.el (lm-plot-square, lm-init-display):
155 Add help-echo to mouse-highlighted text.
156
157 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
158 Add help-echo to mouse-highlighted text.
159
160 * dired.el (dired-insert-set-properties): Add help-echo to
161 mouse-highlighted text.
162 (dired-mark-pop-up): Remove help-echo property from the file name.
163
164 * comint.el (comint-send-input): Add help-echo to
165 mouse-highlighted text.
166
167 * buff-menu.el (list-buffers-noselect): Add help-echo to
168 mouse-highlighted text.
169
170 * arc-mode.el (archive-summarize-files): Add help-echo to
171 mouse-highlighted text.
172
173 * ffap.el (ffap-machine-p): Always return nil if
174 open-network-stream is not fboundp.
175
176 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
177
178 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
179 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
180 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
181 incorrectly binding chars between 128 and 256 to it.
182 (sgml-maybe-name-self): Handle latin-1 chars properly.
183 (sgml-tags-invisible): Bind buffer-file-name to nil.
184 Use unwind-protect and restore-buffer-modified-p.
185 (sgml-point-entered): Use buffer-substring-no-properties.
186 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
187 (html-mode): Don't force `imenu-sort-function'.
188
189 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
190
191 * tar-mode.el: Fix the copyright notice.
192
193 * font-lock.el (font-lock-comment-face): For tty's with dark
194 background, use "red1", since "lightred" is not one of the colors
195 recognized by tty-colors.el.
196
197 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
198 create a buffer for extracted file, in case there's more than one
199 file by that name in an archive, possibly in different
200 directories. From Kevin Rodgers <kevinr@ihs.com>.
201
202 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
203 <alex@gnu.org>.
204
205 2001-06-15 Miles Bader <miles@gnu.org>
206
207 * textmodes/texinfmt.el (texinfo-format-syntax-table):
208 Revert previous change.
209
210 2001-06-14 Richard M. Stallman <rms@gnu.org>
211
212 * replace.el (keep-lines-read-args): Return just a regexp.
213 Provide nil for the region args.
214 (keep-lines, flush-lines, how-many):
215 Calculate the defaults for the region here, when args are nil.
216
217 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
218
219 * rot13.el (rot13-other-window): Some more doc fix.
220
221 2001-06-14 Per Starback <starback@ling.uu.se>
222
223 * replace.el (case-replace, query-replace-from-history-variable)
224 (query-replace-to-history-variable, keep-lines-read-args)
225 (occur-revert-function, query-replace-help): Dox fix.
226
227 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
228
229 * rot13.el (rot13-other-window): Doc fix.
230
231 2001-06-14 Miles Bader <miles@gnu.org>
232
233 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
234 of " and \ to "." (punctuation).
235 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
236
237 2001-06-13 Richard M. Stallman <rms@gnu.org>
238
239 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
240
241 * simple.el (shell-command-on-region): Never kill the
242 *Shell Command Output* buffer.
243
244 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
245
246 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
247
248 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
249
250 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
251 New var, to recognize ${ $' and PODs.
252 (perl-font-lock-syntactic-face-function): New function.
253 (perl-mode): Use them.
254 (perl-continuation-line-p): New function, from perl-calculate-indent.
255 (perl-calculate-indent): Use it, to properly handle continuation
256 lines of continuation lines.
257
258 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
259
260 * server.el (server-process, server-buffer-clients): Doc fix.
261 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
262
263 2001-06-09 John Wiegley <johnw@gnu.org>
264
265 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
266 test if the last command was Lisp or not.
267 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
268 B x C".
269
270 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
271
272 * dos-w32.el (grep-regexp-alist): Remove definition, since the
273 general one on compile.el supports drive letters.
274
275 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
276
277 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
278 key description.
279
280 * textmodes/reftex-sel.el (reftex-select-jump): New command.
281
282 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
283 (reftex-toc-jump): New command.
284
285 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
286 to parse international characters as well.
287
288 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
289 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
290
291 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
292
293 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
294 TAB to the key separators.
295
296 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
297
298 * international/mule.el (auto-coding-alist): Remove redundant
299 up-cased versions of the extensions (auto-coding-alist-lookup is
300 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
301 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
302
303 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
304
305 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
306
307 2001-06-01 Richard M. Stallman <rms@gnu.org>
308
309 * help.el (describe-variable): Put value on same line
310 with preceding text, if it is short enough to look good that way.
311
312 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
313
314 * term/internal.el (IT-unicode-translations): New variable.
315 (IT-setup-unicode-display): New function.
316
317 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
318
319 * ps-print.el: Handle before-string and after-string overlay properties
320 in ps-print-*-with-faces commands. Doc fix.
321 (ps-print-version): New version number (6.5.2).
322 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
323 for XEmacs.
324 (ps-prefix-quote): Doc fix.
325 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
326 (ps-basic-plot-str, ps-plot-string): New funs.
327
328 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
329
330 * progmodes/etags.el (tags-compression-info-list): Fix docstring
331 and :type spec.
332
333 2001-05-31 Gerd Moellmann <gerd@gnu.org>
334
335 * international/mule-cmds.el (inactivate-input-method):
336 Set input-method-function to nil.
337
338 * xml.el (xml-parse-tag): The document may contain invalid characters.
339 From ShengHuo ZHU <zsh@cs.rochester.edu>
340
341 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
342
343 * mail/rmailsum.el (rmail-message-subject-p): Don't call
344 `rmail-summary-line-decoder' if the message does not have
345 a Subject: field.
346
347 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
348
349 * mail/rmail.el (rmail-insert-mime-resent-message-function):
350 New variable.
351 (rmail-resend): Modify to work in `rmail-view-buffer'; call
352 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
353 is non-nil.
354
355 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
356
357 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
358
359 2001-05-29 Sam Steingold <sds@gnu.org>
360
361 * faces.el (face-valid-attribute-values): Bind `valid' directly
362 instead of using `setq'.
363
364 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
365 Use `tex-shell-buf'.
366 (tex-shell-proc): Use `tex-shell-running'.
367 (tex-shell-buf-no-error): New function.
368 (tex-send-tex-command): Use it.
369 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
370 (tex-kill-job): Check the process before calling `quit-process'.
371
372 2001-05-29 Gerd Moellmann <gerd@gnu.org>
373
374 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
375 UTF-8 sequences.
376
377 2001-05-28 Miles Bader <miles@gnu.org>
378
379 * comint.el (comint-carriage-motion): Renamed from
380 `comint-cr-magic'. Operate on the buffer instead of the string
381 (for use as a comint post-output filter, instead of as a
382 pre-output filter). Handle backspaces too. Add to the
383 `comint-output-filter-functions' hook instead of
384 `comint-preoutput-filter-functions'.
385
386 2001-05-28 Gerd Moellmann <gerd@gnu.org>
387
388 * language/japan-util.el (japanese-hankaku): Prefer the charset
389 `jisx0201' when the optional argument `ascii-only' is not specified.
390 (japanese-hankaku-region): Ditto.
391 From Katsumi Yamaoka <yamaoka@jpl.org>
392
393 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
394
395 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
396 (outline-invisible-p): New function.
397 (hide-leaves): Save excursion.
398 (hide-other): Stop looping when reaching bobp.
399
400 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
401
402 * cus-edit.el (custom-file): Fix last change.
403
404 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
405
406 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
407 same definition in byte-compile-function-environment as `autoload'
408 would put in `symbol-function'.
409
410 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
411 patch to correct the error message as well.
412
413 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
414
415 * cus-edit.el (custom-file): Don't assume we were invoked with -q
416 unless ~/.emacs exists.
417
418 * novice.el (enable-command): If user-init-file is nil or does not
419 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
420
421 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
422
423 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
424 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
425 Allow spaces around macro arguments.
426 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
427 indent-for-tab-command.
428 (latex-mode-map, plain-tex-mode-map): New keymaps.
429 Inherit from tex-mode-map.
430 (tex-common-initialization): Don't setup the keymap any more
431 since it's now done right by define-derived-mode.
432 (latex-mode): Set skeleton-end-hook to nil.
433 (latex-skeleton-end-hook): Remove.
434 (tex-latex-block, latex-insert-item): Simplify.
435 (latex-syntax-after): Use following-char rather than char-after.
436 (tex-discount-args-cmds, tex-count-words): New functions.
437
438 * textmodes/tildify.el (tildify-ignored-environments-alist):
439 Recognize \verb* as well.
440
441 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
442 (perl-comment-indent): Simplify to let newcomment.el do its job.
443 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
444 (perl-mark-function): Cleanup the namespace.
445 (perl-calculate-indent): Don't be fooled by nested functions.
446
447 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
448
449 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
450 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
451
452 2001-05-25 Andrew Choi <akochoi@i-cable.com>
453
454 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
455 actually be `\\'.
456 (ctlau-b5-converter): Likewise.
457
458 2001-05-24 Andrew Choi <akochoi@i-cable.com>
459
460 * international/titdic-cnv.el (quail-misc-package-ext-info):
461 Change CTLauB.el to CTLau-b5.el.
462
463 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
464
465 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
466 rather than beginning-of-line to avoid problems with fields.
467 (gud-perldb-massage-args): Use unless and push.
468 (gud-chdir-before-run): New var.
469 (gud-common-init): Use it.
470
471 2001-05-24 Andrew Choi <akochoi@i-cable.com>
472
473 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
474 delete entries for chinese-ctlau and chinese-ctlaub.
475 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
476 chinese-ctlaub.
477 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
478 New functions.
479
480 2001-05-22 Gerd Moellmann <gerd@gnu.org>
481
482 * cus-edit.el (custom-comment-show): Remove debug code.
483
484 * language/japan-util.el (japanese-symbol-table): Fix handling of
485 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
486
487 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
488
489 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
490 Renamed by removing the silly `-flag' suffix.
491 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
492
493 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
494
495 * replace.el (keep-lines-read-args): Use `copy-marker'.
496 (how-many): Save excursion properly.
497 (occur-mode): Use define-derived-mode.
498 (perform-replace): Use with-current-buffer.
499
500 2001-05-20 Richard M. Stallman <rms@gnu.org>
501
502 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
503
504 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
505
506 * info.el (Info-read-subfile): Widen before finding the
507 desired node in the subfile.
508
509 * startup.el (command-line-1): When >2 files visited,
510 leave the last one visible, and make that the selected window.
511
512 2001-05-20 Gerd Moellmann <gerd@gnu.org>
513
514 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
515
516 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
517
518 * international/ccl.el (define-ccl-program): Fix a typo.
519 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
520
521 * international/mule.el (decode-char): Fix a typo. From Pavel
522 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
523
524 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
525 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
526
527 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
528 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
529
530 2001-05-18 Sam Steingold <sds@gnu.org>
531
532 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
533 and [RET] to `cvs-mode-find-file'.
534
535 2001-05-18 John Wiegley <johnw@gnu.org>
536
537 * eshell/esh-ext.el (eshell-explicit-command-char): A new
538 configuration variable, which determines the initial character
539 that forces use of an external version of a command. The default
540 is *, but may be set to \, for example.
541
542 * eshell/esh-ext.el (eshell-explicit-command):
543 Use `eshell-explicit-command-char' instead of ?*.
544
545 * eshell/esh-cmd.el (eshell/which):
546 Use `eshell-explicit-command-char' instead of ?*.
547
548 * eshell/em-cmpl.el (eshell-completion-command-name)
549 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
550 instead of ?*.
551
552 2001-05-18 Gerd Moellmann <gerd@gnu.org>
553
554 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
555 subst-char-in-string.
556 (ange-ftp-after-parse-ls-hook): New variable.
557 (ange-ftp-ls): Run that hook.
558 From Peter Milliken <Peter.Milliken@GTECH.COM>.
559
560 * tmm.el (tmm-get-keymap): Fix handling of :filter.
561 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
562 text into *Completions*.
563
564 * net/goto-addr.el (goto-address-at-point): Deal with URLs
565 part of which look like email addresses.
566
567 2001-05-18 Andrew Innes <andrewi@gnu.org>
568
569 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
570 Use . instead of absolute path for lisp dir, to avoid bug in W2K
571 cmd.exe's handling of FOR loops.
572 (autoloads): Set find-file-suppress-same-file-warnings to t to
573 avoid slew of spurious messages.
574
575 2001-05-18 Simon Josefsson <simon@josefsson.org>
576
577 * mail/smtpmail.el (maybe-append-domain): Renamed to
578 `smtpmail-maybe-append-domain'.
579 (smtpmail-via-smtp): Use the new name.
580
581 * net/browse-url.el (browse-url-browser-function): Add kde.
582 (browse-url-kde-program, browse-url-kde-args): New variables.
583 (browse-url-kde): New function.
584
585 2001-05-18 Miles Bader <miles@gnu.org>
586
587 * simple.el (delete-horizontal-space, just-one-space):
588 Use `constrain-to-field' instead of `field-end'/`field-beginning',
589 because it's more efficient for large files.
590
591 2001-05-17 Gerd Moellmann <gerd@gnu.org>
592
593 * mail/rmail.el (rmail-require-mime-maybe): New function.
594 (rmail): Use it.
595 (rmail-mode): Handle the case of finding Rmail files.
596
597 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
598 functions.
599
600 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
601
602 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
603 text-property after moving to the beginning of line and regardless
604 of the value of font-lock-multiline.
605
606 2001-05-17 Gerd Moellmann <gerd@gnu.org>
607
608 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
609
610 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
611 last coding system used before calling set-buffer-modified-p
612 because that function changes last-coding-system.
613
614 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
615
616 * files.el (switch-to-buffer-other-window)
617 (switch-to-buffer-other-frame): Add an xref to display-buffer in
618 the doc string.
619
620 2001-05-17 Gerd Moellmann <gerd@gnu.org>
621
622 * language/slovak.el, language/czech.el: New maintainer.
623
624 2001-05-16 Sam Steingold <sds@gnu.org>
625
626 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
627 sub-form of `defgeneric' correctly.
628
629 2001-05-16 Gerd Moellmann <gerd@gnu.org>
630
631 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
632 of `c'.
633
634 * textmodes/outline.el (outline-font-lock-level): Remove the
635 condition-case, test what outline-level returns instead, to
636 ease debugging.
637
638 * international/mule.el (auto-coding-regexp-alist): New user-option.
639 (auto-coding-from-file-contents): New function.
640 (set-auto-coding): Use it to determine a coding system.
641
642 2001-05-15 Gerd Moellmann <gerd@gnu.org>
643
644 * mouse.el (mouse-delete-other-windows): Doc fix.
645
646 * emacs-lisp/lisp-mode.el (lisp-mode):
647 Make font-lock-keywords-case-fold-search a buffer-local variable with
648 make-local-variable before setting it.
649
650 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
651
652 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
653 prefixes.
654
655 2001-05-14 Gerd Moellmann <gerd@gnu.org>
656
657 * hexl.el (hexl-current-address): Print a message when called
658 interactively.
659
660 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
661
662 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
663
664 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
665
666 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
667
668 2001-05-11 Gerd Moellmann <gerd@gnu.org>
669
670 * startup.el (command-line): If parameters have been changed in
671 the init files which influence font selection, clear the face
672 cache so that faces get realized with the new parameters.
673
674 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
675
676 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
677
678 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
679
680 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
681
682 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
683 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
684
685 2001-05-10 Gerd Moellmann <gerd@gnu.org>
686
687 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
688 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
689
690 2001-05-09 John Wiegley <johnw@gnu.org>
691
692 * eshell/esh-util.el (eshell-convert-numeric-arguments):
693 Annotated the documentation string to tell users about
694 `eshell-no-numeric-conversions'.
695
696 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
697 conversions if a Lisp function has the property
698 `eshell-no-numeric-conversions' set to a non-nil value.
699
700 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
701 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
702 property `eshell-no-numeric-conversions' on the following
703 functions (which all deal with filesystem entities, and never Lisp
704 numerical values): eshell/cd, eshell/pushd, eshell/popd,
705 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
706 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
707 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
708 eshell/which, eshell/addpath.
709
710 2001-05-09 John Wiegley <johnw@gnu.org>
711
712 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
713 encountered as an argument, don't convert it right away, but tag
714 the first character of the string with the text properties
715 `number', which signifies to `eshell-lisp-command' that the
716 argument should be passed through `string-to-number' if it is
717 actually used in the call to a Lisp function.
718
719 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
720 function, convert any string arguments that have been tagged as
721 "numbers", by calling string-to-number.
722
723 * eshell/esh-util.el (eshell-number-regexp): Now that number
724 conversions only happen for Lisp function calls, the number regexp
725 should now match all integer and floating point forms.
726
727 * eshell/esh-proc.el: Disable `eshell-stop-process' and
728 `eshell-continue-process', since they are both nonfunctional at
729 the moment.
730 (eshell-proc-initialize): Don't bind keys for
731 `eshell-stop-process' or `eshell-continue-process'.
732
733 * eshell/em-unix.el (eshell-shuffle-files):
734 Apply `directory-file-name' before calling `file-name-directory'.
735
736 * eshell/em-hist.el (eshell-add-to-history): Reference to
737 `eshell-history-ring' needed to be `eshell-history-index'.
738
739 * calendar/timeclock.el (timeclock-find-discrep):
740 Initialize `elapsed' to 0.
741 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
742 it's still nil.
743
744 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
745
746 * arc-mode.el (archive-int-to-mode): Construct the string directly.
747 (archive-mode): Use capitalize.
748 (archive-unique-fname): Use make-temp-file.
749
750 2001-05-09 Gerd Moellmann <gerd@gnu.org>
751
752 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
753
754 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
755
756 * tar-mode.el (tar-extract): Pay attention to the value of
757 coding-system-for-read, if it is non-nil.
758
759 * calendar/holidays.el (holidays): Add an autoload cookie.
760 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
761
762 2001-05-08 John Wiegley <johnw@gnu.org>
763
764 * calendar/timeclock.el (timeclock-workday-remaining):
765 Changed logic for determining how much time is remaining.
766 (timeclock-workday-elapsed): Don't accept a "relative" argument
767 for the current day's elapsed time. What could that have meant?
768 (timeclock-workday-elapsed-string): No "relative" argument anymore.
769 (timeclock-when-to-leave): Changed logic, similarly to what was
770 done for `timeclock-workday-remaining'.
771 (timeclock-find-discrep): Removed "today-only" argument, which had
772 no meaning. Fixed some more math problems. The function now
773 returns a three member list: (TOTAL-TIME-DISCREPANCY
774 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
775
776 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
777
778 * w32-fns.el (convert-standard-filename): Start replacing slashes
779 from the beginning of the file name, not from where the last
780 invalid character was. From "Andrew Maguire (SWW)"
781 <Andrew.Maguire@Smallworld.co.uk>
782
783 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
784
785 The following changes are to provide infrastructure for handling
786 MIME messages to rmail. They don't affect the original behaviour
787 if rmail-enable-mime is nil.
788
789 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
790 (rmail-search-mime-message-function)
791 (rmail-search-mime-header-function): New variables.
792 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
793 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
794 `rmail-view-buffer' is hidden.
795 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
796 call rmai-show-mime-function.
797 (rmail-display-labels): If rmail-enable-mime is non-nil, update
798 mode-line-process of rmail-view-buffer.
799 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
800 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
801 buffer.
802 (rmail-next-message, rmail-next-undeleted-message): Be sure to
803 set-buffer to the Rmail buffer.
804 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
805 rmail-search-mime-header-function.
806 (rmail-search-message): New function.
807 (rmail-search): Call rmail-search-message to check if a message
808 matches REGEXP, lastly update point after calling
809 rmail-show-message.
810 (rmail-undelete-previous-message, rmail-expunge-confirmed)
811 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
812 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
813 header region, refer to rmail-msgref-vector while setting the
814 current buffer to rmail-buffer temporarily.
815 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
816 If rmail-enable-mime is non-nil, call
817 rmail-insert-mime-forwarded-message-function instead of inserting
818 forwarded message by itself.
819
820 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
821 Rmail buffer.
822 (rmail-set-label, rmail-next-labeled-message): Likewise.
823
824 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
825 set-buffer to the Rmail buffer.
826 (rmail-output-to-rmail-file): Likewise.
827 (rmail-output): Likewise.
828
829 * mail/rmailsum.el (rmail-message-subject-p): Process the result
830 of mail-fetch-field by rmail-summary-line-decoder.
831 (rmail-new-summary): Be sure to go to the Rmail buffer.
832 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
833 rmail-view-buffer to nil.
834 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
835 rmail-view-buffer.
836 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
837 rmail-buffer.
838 (rmail-summary-scroll-msg-down): Likewise.
839 (rmail-summary-beginning-of-message): Likewise.
840 (rmail-summary-wipe): Likewise.
841 (rmail-summary-toggle-header): Use save-window-excursion, not
842 save-excursion. Update point in rmail-view-buffer, not in
843 rmail-buffer.
844 (rmail-summary-reply): Before calling rmail-reply, set buffer to
845 rmail-view-buffer, not rmail-buffer.
846
847 2001-05-07 Gerd Moellmann <gerd@gnu.org>
848
849 * cus-edit.el (custom-file): Signal an error if user-init-file is
850 nil (running -q).
851
852 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
853
854 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
855 Add :version.
856
857 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
858 New option.
859 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
860 only if smtpmail-warn-about-unknown-extensions is set.
861
862 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
863 instead of rmail-sort-by-keywords.
864
865 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
866 rmail-sort-by-keywords.
867
868 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
869 rmail-summary-sort-by-keywords. Doc fix.
870 (rmail-summary-mode): Doc fix.
871
872 * mail/rmail.el (rmail-edit): New Custom group.
873
874 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
875 (rmail-edit-mode-hook): New user-option.
876
877 2001-05-05 Richard M. Stallman <rms@gnu.org>
878
879 * help.el (help-xref-symbol-regexp): Recognize "source of"
880 and friends, meaning make a link to the source file.
881 (help-make-xrefs): Handle "source of" and friends
882 by constructing a link that visits the source file.
883
884 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
885
886 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
887
888 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
889 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
890 Renamed from perl-font-lock-keywords to avoid clashes.
891 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
892 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
893 Updated correspondingly.
894
895 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
896 Typo `nonexistant' -> `nonexistent'.
897
898 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
899
900 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
901 Split `c-electric-delete' into two functions where
902 `c-electric-delete-forward' always deletes forward and
903 `c-electric-delete' only contains the code necessary for XEmacs to
904 choose between backward and forward deletion.
905
906 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
907 get the electric behavior on that key too.
908 (c-fill-paragraph): Fixed bogus direct use of
909 c-comment-prefix-regexp, which caused an error when it's a list.
910
911 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
912
913 * dired-aux.el (dired-diff): Doc fix.
914
915 * dired.el (dired-diff): Likewise.
916
917 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
918
919 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
920
921 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
922
923 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
924 if both the buffer and the file are read-only.
925
926 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
927 rather than font-lock-string-face.
928 (sh-get-indent-info): Treat heredocs like strings.
929
930 2001-05-02 Gerd Moellmann <gerd@gnu.org>
931
932 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
933 a newline following `}'.
934 (texinfo-format-email): New function.
935 (toplevel): Use texinfo-format-email for @email.
936 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
937 Add `display'.
938 (texinfo-sort-region): Goto point-min before sorting.
939 (texinfo-set): Remove leading white space from value.
940 From yagi@is.titech.ac.jp.
941
942 * replace.el (query-replace-regexp-eval): Doc fix.
943
944 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
945
946 * diff-mode.el (diff-nonexistant-face): New face.
947 (diff-font-lock-keywords): Use it.
948
949 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
950
951 * font-lock.el (font-lock-mode): Doc fix.
952
953 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
954 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
955
956 2001-04-30 Gerd Moellmann <gerd@gnu.org>
957
958 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
959 backslash at the start of the here-document delimiter.
960 (sh-font-lock-syntactic-keywords): Likewise.
961
962 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
963
964 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
965
966 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
967 (tty-color-translate, tty-color-by-index, tty-color-values)
968 (tty-color-desc): Doc fix.
969
970 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
971
972 * dired-aux.el (dired-do-create-files, dired-do-copy)
973 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
974 Mention dired-dwim-target in the doc string.
975
976 2001-04-28 Miles Bader <miles@gnu.org>
977
978 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
979 (dabbrev--find-expansion): Use it.
980 (dabbrev--select-buffers): Don't select ignored buffers.
981
982 2001-04-27 Gerd Moellmann <gerd@gnu.org>
983
984 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
985
986 2001-04-26 Richard M. Stallman <rms@gnu.org>
987
988 * dabbrev.el: Add doc strings for some functions.
989 (dabbrev--eliminate-newlines): New variable.
990 (dabbrev--substitute-expansion): Convert newlines to spaces
991 if dabbrev--eliminate-newlines is set.
992 If abbrev and expansion are both all-lower-case,
993 leave dabbrev--last-case-pattern nil.
994
995 2001-04-26 Gerd Moellmann <gerd@gnu.org>
996
997 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
998 if necessary, like in rmail-show-message.
999
1000 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1001
1002 * ps-print.el: Color specified by number is forced to be float number.
1003 (ps-print-version): New version number (6.5.1.1).
1004 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1005 initialization.
1006 (ps-prefix-quote): New internal var.
1007 (ps-print-quote): New fun.
1008 (ps-setup, ps-output-frame-properties, ps-float-format)
1009 (ps-format-color): Code fix.
1010 (ps-plot-region): Eliminate redundant foreground color text setting.
1011
1012 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
1013
1014 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1015
1016 2001-04-25 Gerd Moellmann <gerd@gnu.org>
1017
1018 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1019
1020 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1021
1022 * info.el (Info-additional-directory-list): Doc fix.
1023
1024 * find-lisp.el (find-lisp-find-dired-filter)
1025 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1026 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
1027
1028 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
1029
1030 * progmodes/make-mode.el (makefile-font-lock-keywords):
1031 Rationalize the rules for includes and conditionals and use the
1032 keyword face for them.
1033
1034 * faces.el (modify-face): Add compatibility for non-interactive use.
1035
1036 2001-04-24 John Wiegley <johnw@gnu.org>
1037
1038 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1039 fix from last night, since it wasn't finding eshell/cd.
1040
1041 2001-04-24 Gerd Moellmann <gerd@gnu.org>
1042
1043 * rect.el (string-rectangle): Revert to 20.x behaviour.
1044 (replace-rectangle): Make it an alias for string-rectangle.
1045 (string-insert-rectangle): New function.
1046
1047 2001-04-23 John Wiegley <johnw@gnu.org>
1048
1049 * eshell/em-unix.el (eshell/diff): Fixed problems that were
1050 occurring with Emacs 21's diff.el/compile.el interaction layer.
1051
1052 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
1053
1054 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1055 case where the function was defined in a file, but not part of an
1056 eshell module.
1057
1058 2001-04-23 John Wiegley <johnw@gnu.org>
1059
1060 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1061 code to work around a redisplay problem I've been having.
1062
1063 2001-04-23 John Wiegley <johnw@gnu.org>
1064
1065 * calendar/timeclock.el (timeclock-day-required): If the time
1066 required for a particular day is not set, use `timeclock-workday'.
1067 (timeclock-find-discrep): Added some sample code in a comment.
1068
1069 * eshell/eshell.el (eshell-command): Made a few changes so that
1070 `eshell-command' could be called programmatically.
1071
1072 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
1073
1074 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
1075
1076 2001-04-23 John Wiegley <johnw@gnu.org>
1077
1078 * calendar/timeclock.el: Updated copyright.
1079 (timeclock-generate-report): Don't report the daily or two-week
1080 total, if no time has been worked in that period.
1081 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1082 final computational form, which was unnecessary; corrected a
1083 parsing problem when timeclock-relative was nil.
1084
1085 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
1086
1087 * calendar/timeclock.el (timeclock-modeline-display): Check if
1088 `list-entry' is null.
1089 (timeclock-use-display-time): The first argument to `set-variable'
1090 must be a symbol.
1091
1092 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1093
1094 * calendar/calendar.el (diary-entry-marker)
1095 (calendar-today-marker, calendar-holiday-marker):
1096 Use display-color-p instead of window-system.
1097 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1098 instead of window-system.
1099 (calendar-hide-window): Use display-multi-frame-p instead of
1100 window-system.
1101
1102 * calendar/cal-x.el (calendar-two-frame-setup)
1103 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1104 Use display-multi-frame-p instead of window-system.
1105
1106 2001-04-23 Gerd Moellmann <gerd@gnu.org>
1107
1108 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1109
1110 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1111 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1112
1113 2001-04-23 Alex Schroeder <alex@gnu.org>
1114
1115 * goto-addr.el: Instead of defining line-beginning-position and
1116 line-end-position a defalias is used for point-at-bol and point-at-eol.
1117
1118 2001-04-23 Alex Schroeder <alex@gnu.org>
1119
1120 * goto-addr.el: Added XEmacs compatibility code.
1121 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
1122
1123 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
1124
1125 * textmodes/paragraphs.el (sentence-end): Doc fix.
1126
1127 2001-04-20 Alex Schroeder <alex@gnu.org>
1128
1129 * sql.el (sql-escape-newlines-and-send): New function.
1130 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
1131
1132 2001-04-20 Alex Schroeder <alex@gnu.org>
1133
1134 * sql.el (sql-db2-program): New option.
1135 (sql-db2-options): New option.
1136 (sql-db2): New function.
1137
1138 2001-04-20 Alex Schroeder <alex@gnu.org>
1139
1140 * sql.el (sql-mode-menu): Added highlighting entries.
1141 (sql-highlight-oracle-keywords): New function.
1142 (sql-highlight-postgres-keywords): New function.
1143 (sql-highlight-ansi-keywords): New function.
1144
1145 2001-04-20 Alex Schroeder <alex@gnu.org>
1146
1147 * sql.el (sql-help): Doc change.
1148
1149 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
1150
1151 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1152
1153 2001-04-18 Gerd Moellmann <gerd@gnu.org>
1154
1155 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1156 for defmethod.
1157
1158 * comint.el (comint-cr-magic): New function.
1159 (toplevel): Add it to comint-preoutput-filter-functions.
1160
1161 2001-04-18 Andrew Innes <andrewi@gnu.org>
1162
1163 * makefile.w32-in (EMACSLOADPATH): Define.
1164 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
1165 (recompile): Remove stuff to set EMACSLOADPATH.
1166
1167 2001-04-18 Gerd Moellmann <gerd@gnu.org>
1168
1169 * language/slovak.el ("Slovak"): Add tutorial entry.
1170
1171 * net/browse-url.el (browse-url-new-window-flag): Renamed from
1172 browse-url-new-window-p.
1173
1174 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1175
1176 * info.el (Info-menu-update): When there are no menus and/or no
1177 cross references in the node, make the respective items of the
1178 Info menu-bar menu inactive.
1179
1180 2001-04-17 Gerd Moellmann <gerd@gnu.org>
1181
1182 * indent.el (indent-for-tab-command): Call indent-line-function
1183 with no argument if PREFIX-ARG is non-nil.
1184
1185 * frame.el (delete-other-frames): Handle minibuffer-only frames.
1186
1187 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1188
1189 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1190 an async subprocess if start-process is unavailable. Suggested by
1191 Tim Van Holder <tim.van.holder@pandora.be>.
1192
1193 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1194
1195 * info.el (Info-additional-directory-list): Doc fix. Suggested by
1196 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1197
1198 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1199
1200 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1201 manual.
1202
1203 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1204
1205 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1206 (cvs-menu): Add a few entries.
1207
1208 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1209 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1210 lock file appears to be reachable from Emacs.
1211 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1212 (cvs-mode-find-file): Look for cvs-header-face rather than
1213 cvs-dirname-face (which doesn't exist).
1214 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1215
1216 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1217
1218 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1219
1220 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1221 normal-erase-is-backspace on a tty. Instead, bind some keys such
1222 as [delete] directly, like pc-select.el did before
1223 normal-erase-is-backspace was invented.
1224
1225 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
1226
1227 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1228
1229 2001-04-11 John Wiegley <johnw@gnu.org>
1230
1231 * eshell/em-ls.el (eshell-ls-insert-directory):
1232 Set font-lock-defaults to nil, to prevent fontification in dired
1233 buffers, if Eshell's ls is being used.
1234
1235 2001-04-11 John Wiegley <johnw@gnu.org>
1236
1237 * calendar/timeclock.el (timeclock-completing-read): New function.
1238 (timeclock-ask-for-project, timeclock-ask-for-reason):
1239 Call `timeclock-completing-read'.
1240
1241 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1242 required where `member' was being used.
1243
1244 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
1245
1246 * eshell/em-hist.el (eshell-previous-matching-input):
1247 Don't display "History item" if the the minibuffer is active.
1248
1249 2001-04-11 Gerd Moellmann <gerd@gnu.org>
1250
1251 * startup.el (command-line): Output a newline after printing
1252 an error from loading the window system's init file.
1253
1254 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1255
1256 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1257 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
1258 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1259 keywords whose arguments routinely include @@.
1260
1261 2001-04-10 Gerd Moellmann <gerd@gnu.org>
1262
1263 * emacs-lisp/advice.el (ad-make-advised-definition):
1264 Construct advice for subrs differently.
1265
1266 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
1267 regexp in parentheses when building the regexp for searching backwards.
1268
1269 * simple.el (completion-list-mode-finish): New function.
1270 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
1271
1272 * language/european.el ("Polish"): Change sample text.
1273 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
1274
1275 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1276 parameter.
1277
1278 * faces.el (menu): Doc fix.
1279
1280 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1281
1282 * ps-print.el: Footer implementation. Doc fix.
1283 (ps-print-version): New version number (6.5.1).
1284 (ps-header-frame-alist): New customization var for header frame
1285 properties.
1286 (ps-line-number-color): New customization var for line number color.
1287 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1288 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1289 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1290 (ps-right-footer): New customization vars for footers.
1291 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1292 footers.
1293 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
1294 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1295 Code fix.
1296 (ps-prologue-file): Indentation fix.
1297 (ps-print-quote): Fun eliminated.
1298 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1299 (ps-output-frame-properties): New fun.
1300 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1301 (ps-skip-newline): Replace defun by defsubst.
1302
1303 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
1304
1305 * eshell/eshell.el (eshell-command): Needed a "%s" format
1306 specifier, in case the buffer contains percent characters.
1307
1308 2001-04-10 John Wiegley <johnw@gnu.org>
1309
1310 * calendar/timeclock.el (timeclock-generate-report): Added a
1311 missing insert of the project name.
1312
1313 2001-04-09 Gerd Moellmann <gerd@gnu.org>
1314
1315 * obsolete/profile.el: Moved from emacs-lisp/.
1316
1317 * Makefile.in (nonobsolete_setwins): New macro.
1318 (finder-data): Use it instead of `setwins'.
1319 From: Dave Love <fx@gnu.org>.
1320
1321 * server.el (server-visit-files): Set server-existing-buffer correctly.
1322 (server-visit-files): Run server-visit-hook after going to
1323 line 1 so that the hook can set point as it sees fit.
1324
1325 * bindings.el (mode-line-modified): Unify help messages.
1326
1327 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1330 All callers changed.
1331
1332 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
1333
1334 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1335 long file names aren't supported, truncate the file names in
1336 quail-misc-package-ext-info to 8+3 before matching them against
1337 FILENAME.
1338
1339 * dos-fns.el (dos-truncate-to-8+3): New function.
1340
1341 * progmodes/compile.el (grep-compute-defaults): Use null-device
1342 instead of literal /dev/null. Reported by Jens Schmidt
1343 <schmidt@mathematik.uni-kl.de>.
1344
1345 * simple.el (normal-erase-is-backspace-mode): Doc fix.
1346
1347 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
1348
1349 * textmodes/sgml-mode.el: Add unknown maintainer.
1350 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1351 (html-mode-map): Use set-keymap-parent.
1352
1353 2001-04-06 Dave Love <fx@gnu.org>
1354
1355 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1356 Remove redundant string-to-list.
1357
1358 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
1359
1360 * composite.el (reference-point-alist): Doc fix.
1361
1362 2001-04-05 Sam Steingold <sds@gnu.org>
1363
1364 * font-lock.el (font-lock-keywords-case-fold-search):
1365 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1366 file made font-lock case-insensitive.
1367
1368 2001-04-05 Gerd Moellmann <gerd@gnu.org>
1369
1370 * faces.el (defface menu): Doc fix.
1371
1372 * wid-edit.el (widget-color-sample-face-get): Don't make
1373 faces for undefined colors.
1374
1375 * version.el (emacs-version): Include LessTif/Motif version info.
1376
1377 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1378
1379 * ps-mule.el: Eliminate cl package dependence.
1380 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1381 if they aren't defined yet.
1382 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1383 Eliminate cl package dependence.
1384
1385 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1386
1387 * progmodes/cc-cmds.el (c-outline-level):
1388 Bind buffer-invisibility-spec. Originally from Dave Love, but
1389 got lost when incorporating version 5.26.
1390
1391 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1392
1393 * emulation/pc-select.el (pc-selection-mode):
1394 Call normal-erase-is-backspace-mode instead of binding
1395 keys individually.
1396
1397 * cus-load.el (normal-erase-is-backspace): Use it instead of
1398 delete-key-deletes-forward.
1399
1400 * startup.el (command-line): Use normal-erase-is-backspace and
1401 normal-erase-is-backspace-mode.
1402
1403 * simple.el (normal-erase-is-backspace): Rename from
1404 delete-key-deletes-forward. Doc fix.
1405 (normal-erase-is-backspace-mode): Rename from
1406 delete-key-deletes-forward-mode. Doc fix.
1407 Run normal-erase-is-backspace-hook.
1408
1409 * dired.el (dired-move-to-filename-regexp): Support file sizes in
1410 ``human-readable'' format produced by GNU `ls'.
1411 (dired-move-to-filename-regexp): Recognize ISO format dates.
1412 From Paul Eggert <eggert@twinsun.com>.
1413
1414 2001-04-04 Gerd Moellmann <gerd@gnu.org>
1415
1416 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1417 New functions.
1418 (lm-verify): Check keywords.
1419 From Eric M. Ludlam <eric@siege-engine.com>.
1420
1421 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1422
1423 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1424 `xemacs' feature instead of for the function `set-extent-property'.
1425
1426 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1427
1428 * mail/mh-utils.el (mh-folder-hist): New var.
1429 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1430
1431 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1432
1433 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1434 region, position point on the first or last 16-byte group.
1435 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1436 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1437 hexl-beginning-of-line.
1438
1439 2001-04-03 Gerd Moellmann <gerd@gnu.org>
1440
1441 * icomplete.el (icomplete-mode): Treat an argument like other
1442 modes do.
1443
1444 * startup.el (fancy-splash-head): Use splash8.xpm for color
1445 depth 8.
1446
1447 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1448 Add an antry for ``converts''.
1449
1450 * language/slovak.el ("Slovak"): Add documentation string.
1451 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1452
1453 * language/czech.el ("Czech"): Add documentation string.
1454 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1455
1456 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1457 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1458
1459 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1460
1461 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1462 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1463 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1464 Use `defsubst' rather than a macro to ease debugging.
1465 (mail-extr-last): Remove (use `last' instead).
1466 (mail-extract-address-components): Properly reset the syntax-table
1467 after parsing an address. Use `last' rather than mail-extr-last.
1468 Make sure the end marker stays at the very end.
1469
1470 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1471
1472 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1473 last change.
1474
1475 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1476
1477 * ps-print.el: Line and paragraph spacing feature. Region to cut
1478 out when printing. Doc fix.
1479 (ps-print-version): New version number (6.5).
1480 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1481 New vars. Line and paragraph spacing feature.
1482 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1483 out when printing.
1484 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1485 (ps-get-font-size, ps-begin-job, ps-continue-line)
1486 (ps-plot-region): Code fix.
1487 (ps-print-prologue-2): Var eliminated.
1488 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1489 New internal vars.
1490 (ps-get-size): New fun.
1491 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1492 (ps-next-line): Replace defun by defsubst.
1493 (ps-mule-plot-string): Autoload doc fix.
1494
1495 * ps-bdf.el: XEmacs compatibility. Doc fix.
1496 (installation-directory, coding-system-for-read): Declare vars if
1497 it's not declared yet.
1498 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1499
1500 * ps-mule.el: XEmacs compatibility. Doc fix.
1501 (leading-code-private-22): Declare var if it's not declared yet.
1502 (charset-bytes, charset-dimension, charset-id, charset-width)
1503 (find-charset-region, split-char, char-width, chars-in-region)
1504 (forward-point, decompose-composite-char, encode-coding-string)
1505 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1506 Define funs if not defined yet.
1507 (encode-composition-rule, find-composition): Define funs if not
1508 loaded yet.
1509 (ps-mule-prologue): PostScript code fix.
1510
1511 2001-04-02 Kenichi Handa <handa@etl.go.jp>
1512
1513 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1514 non-nil, generate font for the header strings.
1515 (ps-mule-prepare-font): Likewise.
1516 (ps-mule-generate-glyphs): Likewise.
1517 (ps-mule-string-encoding): Likewise.
1518 (ps-mule-header-charsets): New variable.
1519 (ps-mule-encode-header-string): New function.
1520 (ps-mule-header-string-charsets): New function.
1521 (ps-mule-begin-job): Check charsets in the header strings. If there
1522 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1523
1524 * ps-print.el (ps-generate-header-line): Encode the header string by
1525 ps-mule-encode-header-string.
1526 (ps-mule-encode-header-string): Declare autoload.
1527
1528 2001-04-02 Gerd Moellmann <gerd@gnu.org>
1529
1530 * frame.el (cursor-in-non-selected-windows):
1531 Replaces show-cursor-in-non-selected-windows.
1532
1533 2001-03-31 Kenichi Handa <handa@etl.go.jp>
1534
1535 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1536 Delete entries for "chinese-py" and "chinese-ziranma".
1537 (quail-misc-package-ext-info): New variable.
1538 (tsang-quick-converter): New function.
1539 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1540 (quick-cns-converter, py-converter, ziranma-converter)
1541 (miscdic-convert, batch-miscdic-convert): New functions.
1542
1543 2001-03-30 Kenichi Handa <handa@etl.go.jp>
1544
1545 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1546 eight-bit-control chars.
1547
1548 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1549 Reduce making temporary vector (suggested by Dave Love).
1550
1551 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1552
1553 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1554 string as well.
1555
1556 2001-03-30 Andreas Schwab <schwab@suse.de>
1557
1558 * files.el (backup-directory-alist): Fix typo.
1559
1560 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1561
1562 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1563 <eggert@twinsun.com>.
1564
1565 2001-03-30 Dave Love <fx@gnu.org>
1566
1567 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1568
1569 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1570
1571 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1572
1573 2001-03-30 Miles Bader <miles@gnu.org>
1574
1575 * subr.el (interactive-form): Fix paren typo.
1576
1577 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1578
1579 * emacs-lisp/profile.el: Say that it's obsolete in the header
1580 line, so that finder.el puts that into its data-base.
1581 Suggested by Alex Schroeder <alex@gnu.org>.
1582
1583 2001-03-29 Paul Eggert <eggert@twinsun.com>
1584
1585 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1586 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1587
1588 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1589
1590 * generic.el (generic-mode-set-comments): Use "" rather than nil
1591 for comment-end.
1592
1593 2001-03-29 Gerd Moellmann <gerd@gnu.org>
1594
1595 * emacs-lisp/advice.el (ad-make-advised-definition):
1596 Call interactive-form to obtain the interactive spec of subrs.
1597
1598 * subr.el (interactive-form): New function.
1599
1600 2001-03-29 Andre Spiegel <spiegel@gnu.org>
1601
1602 * vc-sccs.el (vc-sccs-register): Use relative file names.
1603
1604 2001-03-28 Gerd Moellmann <gerd@gnu.org>
1605
1606 * bookmark.el (bookmark-get-bookmark): Handle case that
1607 BOOKMARK is not a string.
1608
1609 * image.el (image-type-regexps): Change type for PS files
1610 to `postscript'.
1611
1612 * subr.el (read-passwd): Clear command history after each
1613 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1614
1615 2001-03-27 Kenichi Handa <handa@etl.go.jp>
1616
1617 * international/kkc.el (kkc-save-init-file): Locally bind
1618 print-length to nil.
1619
1620 2001-03-26 Gerd Moellmann <gerd@gnu.org>
1621
1622 * textmodes/flyspell.el: Some doc fixes.
1623 (flyspell-maybe-correct-transposition)
1624 (flyspell-maybe-correct-doubling): Use a temporary buffer
1625
1626 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1627
1628 * emacs-lisp/byte-opt.el (byte-optimize-while)
1629 (byte-optimize-form-code-walker): Diagnose too few arguments
1630 for `if' and `while'.
1631
1632 2001-03-26 Kenichi Handa <handa@etl.go.jp>
1633
1634 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1635 Prepend `\' to "\<quail-translation-docstring>".
1636
1637 2001-03-26 Gerd Moellmann <gerd@gnu.org>
1638
1639 * autorevert.el (global-auto-revert-non-file-buffers):
1640 Remove duplicate defcustom.
1641
1642 2001-03-26 Miles Bader <miles@gnu.org>
1643
1644 * international/latin1-disp.el (latin1-char-displayable-p):
1645 Add leading "-" for X font pattern.
1646
1647 2001-03-26 Kenichi Handa <handa@etl.go.jp>
1648
1649 * international/mule-diag.el (describe-coding-system):
1650 For raw-text and emacs-mule, don't add anymore text about what
1651 charsets they can encode.
1652
1653 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1654
1655 * help.el (view-lossage): Mention open-dribble-file in the doc
1656 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1657
1658 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1659
1660 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1661 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1662
1663 2001-03-23 Kenichi Handa <handa@etl.go.jp>
1664
1665 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1666 Call ccl-execute-on-string directly so that CCL program handling
1667 multibyte sequence can work correctly.
1668 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1669 property of the coding system.
1670
1671 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1672
1673 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1674 Fix transcription typo.
1675
1676 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1677
1678 * whitespace.el: Add buffer local variables to toggle testing of
1679 whitespaces in buffers without affecting the default values.
1680 Bump version to 3.0 to account for a few other changes.
1681 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1682 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1683 (whitespace-toggle-spacetab-check): New functions.
1684
1685 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1686
1687 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1688
1689 2001-03-21 Gerd Moellmann <gerd@gnu.org>
1690
1691 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1692 bs-cycle-configuration-name. From Juanma Barranquero
1693 <lektu@uol.com.br>.
1694
1695 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1696 and cc-vars.el.
1697
1698 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1699 headers. Always invoke sendmail with option -t.
1700
1701 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1702
1703 * Release of cc-mode 5.28.
1704
1705 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1706
1707 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1708 Removed the hardcoded switch to "java" style in Java mode.
1709 It's instead taken care of by the default value for c-default-style.
1710
1711 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1712
1713 * cc-align.el (c-lineup-math): Fix bug where lineup was
1714 triggered by equal signs in string literals.
1715
1716 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1717
1718 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1719 limit detection when at the ends of the buffer.
1720
1721 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1722 "for" statement clause in case 7F; a better one is done
1723 earlier in case 7D anyway.
1724
1725 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1726
1727 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1728 somewhat more and did a small optimization.
1729
1730 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1731
1732 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1733 Use the limit argument only to limit the syntactic context
1734 search, not to limit the actual movement.
1735
1736 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1737 inside multiline strings, just like in comments. Also various
1738 fixes to the paragraph and comment prefix recognition, block
1739 comment ender handling etc.
1740
1741 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1742
1743 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1744 the relative position of the point.
1745
1746 * cc-cmds.el (c-electric-continued-statement): New function to
1747 use as abbrev hook to reindent for keywords such as "else"
1748 that continues an earlier statement.
1749
1750 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1751 like classes.
1752
1753 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1754 (pike-mode): Populate the default abbrev tables to reindent for
1755 keywords such as "else" that can continue earlier statements.
1756 Abbrev mode is therefore turned on by default now. (Note that
1757 this doesn't apply to idl-mode, since IDL afaik doesn't have
1758 statements at all.)
1759
1760 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1761
1762 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1763 bracelists where the declaration contains template arguments.
1764
1765 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1766
1767 * cc-cmds.el (c-comment-indent):
1768 Use `c-get-syntactic-indentation' to correctly calculate the
1769 syntactic indentation. Fixes bug with lineup functions that
1770 return vectors.
1771
1772 * cc-engine.el (c-get-syntactic-indentation): Split the
1773 indentation sum calculation from `c-indent-line' to a separate
1774 function.
1775
1776 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1777
1778 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1779 Fixed places where it was assumed that preprocessor directives
1780 have to start in column zero.
1781
1782 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1783 template arguments after a class identifier properly.
1784
1785 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1786 lists for `new Foo[]' constructs in Java as expressions and
1787 not top level definition brace lists on the top level, so that
1788 they'll get indented consistently with the same type of
1789 expression in a normal block.
1790
1791 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1792
1793 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1794 whether the adaptive filling package fails to keep the comment
1795 prefix is now kludged further to check for filladapt-mode
1796 which doesn't have that problem. This is really icky, but it's
1797 the only way that works with the current misfeatures/bugs in
1798 both adaptive-fill-mode and filladapt-mode.
1799
1800 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1801 around point is recognized more robust.
1802
1803 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1804
1805 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1806 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1807 (c-lit-type): Fixed all internal variables used dynamically so
1808 that they are always bound.
1809
1810 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1811 errors:
1812
1813 (c-indent-region): Fixed reporting of syntactic errors so that
1814 the region is fully reindented even when an error occurs.
1815 The last syntactic error is printed afterwards. Also cleanup up a
1816 whole lot of code that tried to optimize indentation of whole
1817 sexps but in reality accomplishes nothing.
1818
1819 (c-indent-sexp): Use c-indent-region.
1820
1821 (c-parsing-error): Changed this variable to hold the message
1822 for any syntactic error that is discovered.
1823
1824 (c-parse-state): Search backward from point instead of the bod
1825 position when the latter is invalid. This makes CC Mode
1826 recover faster when there are unbalanced close braces.
1827
1828 (c-backward-to-start-of-if): Use c-parsing-error to report
1829 dangling "else" clauses instead of throwing an error, and fall
1830 back to a reasonable position.
1831
1832 (c-indent-line): Added argument to avoid reporting syntactic errors.
1833
1834 (c-show-syntactic-information): Don't report any syntactic errors.
1835
1836 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1837
1838 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1839 paragraph recognition when moving by sentence in literals.
1840
1841 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1842 start regexp for javadoc to recognize javadoc markup in general instead
1843 of a specific set of keywords, to be more future-safe.
1844
1845 (c-Pike-pikedoc-paragraph-start)
1846 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1847 pikedoc markup.
1848
1849 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
1850
1851 (pike-mode): Initialize paragraph settings pikedoc recognition.
1852
1853 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1854
1855 (c-comment-prefix-regexp): Made it possible to use an
1856 association list on this to specify mode specific regexps.
1857 The default value now use a special regexp in Pike mode to
1858 recognize pikedoc markup.
1859
1860 (c-current-comment-prefix): New variable containing the actual
1861 regexp from c-comment-prefix-regexp for the current buffer.
1862
1863 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1864
1865 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1866 lists: We can't look at the syntax, since a brace list can get
1867 recognized as a plain statement-cont.
1868
1869 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1870 special brace list opener broken over two lines got recognized
1871 as a statement on the second line. Case 9A changed.
1872
1873 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1874
1875 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1876 adjustment after line is reindented.
1877
1878 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1879
1880 * cc-defs.el (c-point): Added optional argument for position
1881 to use instead of the current point.
1882
1883 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1884 the in-expression block symbols when the construct starts at
1885 boi, to avoid the extra level of indentation in that case.
1886 Cases 4, 16A and 17E affected.
1887
1888 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1889
1890 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
1891 calls to `c-indent-line', to adhere better to Emacs conventions.
1892
1893 * cc-engine.el (c-indent-line): Use the syntax already bound
1894 to `c-syntactic-context', if there is any.
1895
1896 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1897
1898 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1899 wasn't added up correctly when a lineup function returned nil.
1900
1901 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1902
1903 * cc-engine.el (c-collect-line-comments): Fixed bug where
1904 empty lines were ignored when collecting line comments backwards.
1905
1906 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1907
1908 * cc-align.el (c-lineup-dont-change): Return an absolute
1909 indentation column to work correctly in the case when several
1910 syntactic elements are processed for the same line.
1911
1912 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1913 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1914 (c-set-offset): Added absolute indentation column settings by
1915 using the vector type.
1916
1917 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1918
1919 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1920 Implemented two new cleanups `space-before-funcall' and
1921 `compact-empty-funcall'.
1922
1923 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1924
1925 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1926 helping building regexps.
1927
1928 * cc-engine.el (c-on-identifier): New function for detecting
1929 identifiers. It takes keywords into account.
1930
1931 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1932 lists. `c-keywords' is set to a regexp matching all keywords
1933 in the current language.
1934
1935 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1936
1937 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1938 list of characters to skip backwards over at the beginning of
1939 a statement, since it can precede string literals in Pike.
1940
1941 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1942
1943 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1944 recognition when standing on the last line in a C++ comment
1945 with nothing but whitespace after the prefix.
1946
1947 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1948 given no limit argument.
1949
1950 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1951
1952 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1953 recognition for the `[]= operator symbol in Pike.
1954
1955 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1956
1957 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1958 around a bug in `eval-when-compile' in the byte compiler.
1959
1960 * cc-engine.el (c-forward-token-1): Fixed bug with return
1961 value when count is zero and there's no token start within the limit.
1962
1963 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1964 "prefix comments", i.e. comments which are followed by code on
1965 the same line.
1966
1967 * cc-mode-19.el: Fixes so that checks that must be done at
1968 compile time also are done then.
1969
1970 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1971
1972 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1973 time and at runtime, and only when it's needed.
1974
1975 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1976
1977 Major cleanup for less error prone and more warning free
1978 compilation, including some fixes for bugs due to different
1979 compilation orders. Thanks to Martin Buchholz for providing
1980 the basis for all this.
1981
1982 * cc-bytecomp.el: New file that provides some byte compilation
1983 features: It ensures that files always are loaded from the
1984 current source directory during compilation, and it provides a
1985 set of macros to turn off specific compiler warnings for
1986 specific symbols. (It's not CC Mode specific in any way.)
1987
1988 Fixed a nearly acyclic dependency tree (both runtime and
1989 compile-time) between all files.
1990
1991 * cc-defs.el: Separated all macros before the inline functions,
1992 to ensure correct compilation.
1993
1994 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1995 cc-defs.el to cc-engine.el and made it a function instead.
1996
1997 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1998 about char-after.
1999
2000 * cc-vars.el: Cope even when there isn't a custom package
2001 containing defcustom available.
2002
2003 * cc-make.el: Removed since it's no longer necessary.
2004
2005 README: Updated installation instructions.
2006
2007 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2008
2009 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2010 improve the modularity: Moved all mode init stuff from
2011 cc-langs.el to cc-mode.el, including the keymap
2012 initialization; cc-langs now only contains the various
2013 variables for configuring the language syntax.
2014
2015 * cc-engine.el, cc-styles.el (c-evaluate-offset)
2016 (c-get-offset): Moved from cc-styles to cc-engine since file
2017 dependency analysis suggests they belong there (which also
2018 makes more sense). Thanks to Martin Buchholz for doing the analysis.
2019
2020 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2021
2022 * cc-cmds.el (c-fn-region-is-active-p): New function that
2023 wraps the corresponding macro, for use in places that aren't
2024 compiled. Thanks to Martin Buchholz for pointing out this.
2025
2026 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
2027
2028 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2029 add things to the bug report.
2030
2031 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2032
2033 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2034 returned prefix could contain a newline when the search for a
2035 good prefix line failed.
2036
2037 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2038
2039 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2040 (c-toggle-auto-hungry-state): Made the argument optional, as
2041 the documentation says it is.
2042
2043 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2044
2045 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2046 multiline string syntax, #"...", as a cpp macro.
2047
2048 2001-03-21 Paul Eggert <eggert@twinsun.com>
2049
2050 * international/mule-cmds.el (set-locale-environment):
2051 Set system-messages-locale and system-time-locale, but only if the
2052 caller specifies a non-nil locale name.
2053
2054 2001-03-20 Gerd Moellmann <gerd@gnu.org>
2055
2056 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
2057 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
2058
2059 2001-03-20 Gerd Moellmann <gerd@gnu.org>
2060
2061 * follow.el (follow-avoid-tail-recenter): Doc fix.
2062
2063 * custom.el (custom-set-variables): Avoid reversing the list
2064 of args needlessly.
2065
2066 * startup.el (fancy-splash-head): Don't change the colors of the
2067 XPM image on a dark background.
2068
2069 * comint.el (comint-exec-1): Set columns of the terminal to
2070 window-width instead of frame-width.
2071
2072 * info.el (Info-scroll-down): Add missing WINDOW arg for
2073 pos-visible-in-window-p.
2074
2075 * ehelp.el (electric-help-mode-hook): Add defcustom.
2076
2077 * mail/sendmail.el (mail-mode): Activate case-folding in
2078 font-lock-defaults.
2079
2080 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
2081
2082 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2083 (completion-ignored-extensions): Remove duplicate ".class".
2084
2085 2001-03-19 Andreas Schwab <schwab@suse.de>
2086
2087 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2088 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2089
2090 2001-03-19 Gerd Moellmann <gerd@gnu.org>
2091
2092 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2093 methods since there are not prefix input methods.
2094
2095 2001-03-19 Kenichi Handa <handa@etl.go.jp>
2096
2097 * international/mule-cmds.el (read-input-method-name):
2098 Locally bind enable-recursive-minibuffers to t.
2099
2100 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
2101
2102 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2103
2104 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
2105
2106 * ediff-util.el: Copyright years.
2107 (ediff-choose-syntax-table): New function.
2108 (ediff-setup): Use ediff-choose-syntax-table.
2109
2110 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2111 with-syntax-table.
2112
2113 * ediff.el: Date of last update, copyright years.
2114
2115 * ediff-wind (ediff-setup-control-frame): Nill->nil.
2116
2117 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2118 of Scott Bronson.
2119 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2120 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2121 Deleted functions.
2122 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2123 ex-token-list.
2124
2125 * viper-util.el: Spaces, indentation.
2126
2127 * viper.el: Changed version, modification time.
2128
2129 2001-03-16 John Wiegley <johnw@gnu.org>
2130
2131 * calendar/timeclock.el (timeclock-workday-remaining):
2132 Check whether `discrep' is non-null before using it.
2133
2134 2001-03-16 John Wiegley <johnw@gnu.org>
2135
2136 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2137 first-time checkins.
2138 (timeclock-log-data): Fixed problem with reading timelog log file.
2139 Resulting data in the "day list" was incorrect.
2140 (timeclock-find-discrep): Check if `timeclock-file' is readable
2141 before opening it.
2142 (timeclock-time-less-p): New function.
2143 (timeclock-day-base): New function.
2144 (timeclock-geometric-mean): New function.
2145 (timeclock-generate-report): Generate a summary report based on
2146 the contents of the log file. This uses `timeclock-log-data', and
2147 is an example of writing a timelog manipulation function.
2148 (timeclock-visit-timelog): A quick command for opening the timelog
2149 file.
2150 (timeclock-log-data): Bound the variable event.
2151
2152 2001-03-16 Kenichi Handa <handa@etl.go.jp>
2153
2154 * international/mule-cmds.el (select-safe-coding-system):
2155 Fix typo: symbol-name -> symbol-value.
2156
2157 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2158 before substitute-in-file-name to handle double slashes in FILE
2159 correctly.
2160
2161 2001-03-15 Gerd Moellmann <gerd@gnu.org>
2162
2163 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2164 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2165
2166 2001-03-14 Gerd Moellmann <gerd@gnu.org>
2167
2168 * bindings.el (features): Add `md5' and `overlay' to the list.
2169
2170 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2171 bound before using it. It's not bound when configured without X,
2172 for instance.
2173
2174 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
2175
2176 * progmodes/hideshow.el: Update copyright.
2177 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
2178 (hs-minor-mode-hook): Include `:version' in defcustom form.
2179
2180 2001-03-13 Gerd Moellmann <gerd@gnu.org>
2181
2182 * help.el (string-key-binding): Don't call event-start on
2183 a non-list.
2184
2185 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
2186
2187 * startup.el (fancy-splash-tail, command-line-1): Fix the
2188 copyright year.
2189
2190 2001-03-13 Kenichi Handa <handa@etl.go.jp>
2191
2192 * term.el: These changes are based on a patch sent from Yong Lu
2193 <lyongu@yahoo.com>.
2194 (term-set-escape-char): Bind M-x to execute-extended-command in
2195 term-raw-escape-map.
2196 (term-move-columns): Don't try to move to negagive column.
2197 (term-emulate-terminal): Insert a string before deleting a text to
2198 overwrite.
2199
2200 2001-03-12 Gerd Moellmann <gerd@gnu.org>
2201
2202 * play/life.el (life): Rearrange code so that all calls to
2203 life-display-generation are in a catch-form.
2204
2205 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2206 file that isn't interesting. In an interesting file, push the old
2207 value of point on the mark ring.
2208
2209 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2210 New function.
2211 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2212 Use it.
2213
2214 * emacs-lisp/autoload.el (generate-file-autoloads):
2215 Remove warning about line lengths.
2216
2217 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2218
2219 * progmodes/etags.el (tags-compression-info-list): New variable.
2220 (find-tag-in-order): Use it to deal with compressed source files.
2221 (tag-file-name-match-p): New function.
2222 (etags-recognize-tags-table): Use it for better match of file names.
2223
2224 2001-03-12 Kenichi Handa <handa@etl.go.jp>
2225
2226 * international/mule-cmds.el (register-input-method): Doc fix.
2227
2228 * international/quail.el (quail-translate-key): Fix condition to
2229 check if there's another breaking point in the current key.
2230
2231 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2232
2233 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2234 Babyl header to the newly-created output file, bind
2235 coding-system-for-write to either rmail-file-coding-system or
2236 emacs-mule-unix.
2237
2238 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2239
2240 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2241 Fix the name and regexp used for subsubsections.
2242
2243 2001-03-10 Dave Love <fx@gnu.org>
2244
2245 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2246 and save-buffer if buffer-file-name non-nil. From rms.
2247
2248 2001-03-10 Andre Spiegel <spiegel@gnu.org>
2249
2250 * vc.el (vc-do-command): If the destination buffer is already
2251 current, don't set it up and don't erase it. Updated doc string
2252 to reflect that.
2253 (vc-version-diff): When doing a single file diff, don't switch to the
2254 *vc-diff* buffer before the command. This is to preserve local
2255 variable bindings that might affect the diff command.
2256 (vc-print-log): Don't switch to the *vc* buffer before the
2257 command, so that local variable bindings are preserved.
2258
2259 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
2260 not the current buffer.
2261 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2262
2263 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
2264 make output go to buffer *vc*, not the current buffer.
2265
2266 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2267
2268 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2269 so ^, $, *, ? and + are interpreted correctly.
2270
2271 2001-03-09 Gerd Moellmann <gerd@gnu.org>
2272
2273 * help.el (string-key-binding): Renamed from
2274 mode-line-key-binding. Handle any event on a string.
2275 Check for `keymap' properties as well as `local-map' properties.
2276
2277 * comint.el (comint-insert-clicked-input): Use the last key
2278 from this-command-keys to lookup the global key definition.
2279
2280 2001-03-09 Kenichi Handa <handa@etl.go.jp>
2281
2282 * international/characters.el: Add category `j' for
2283 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
2284
2285 * international/mule-conf.el (no-conversion): Fix docstring.
2286 (raw-text): Fix docstring.
2287
2288 2001-03-08 Gerd Moellmann <gerd@gnu.org>
2289
2290 * simple.el (choose-completion-string): When not leaving the
2291 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2292 is set.
2293
2294 * window.el (shrink-window-if-larger-than-buffer): Handle frame
2295 parameter `(minibuffer . t)'.
2296
2297 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2298
2299 * progmodes/sh-script.el (sh-st-symbol): New symbol.
2300 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2301 (sh-mode): Remove `make-local-variable' for unused var
2302 `font-lock-unfontify-region-function'.
2303
2304 2001-03-07 Richard M. Stallman <rms@gnu.org>
2305
2306 * info.el (Info-scroll-down): Fix previous change.
2307
2308 * mail/rmail.el (rmail-toggle-header): Use a window which
2309 is showing the Rmail buffer, rather than the selected window.
2310
2311 2001-03-07 Dave Love <fx@gnu.org>
2312
2313 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2314 now, to avoid problems with binding imenu directly to a mouse event.
2315
2316 2001-03-07 Gerd Moellmann <gerd@gnu.org>
2317
2318 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2319 second arg t.
2320
2321 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2322
2323 * log-edit.el (log-edit-common-indent): New var.
2324 (log-edit-set-common-indentation): Renamed from
2325 log-edit-delete-common-indentation. Use the new var.
2326 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2327
2328 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2329 (cvs-mode-add-change-log-entry-other-window):
2330 Don't presume change-log-default-name is defined.
2331
2332 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2333
2334 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2335 the "tree" operation as well.
2336
2337 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2338
2339 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2340 to match paragraph-start.
2341
2342 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2343 comment-start-skip and set comment-end-skip as well.
2344 (sgml-comment-indent): Fix for new value of comment-start-skip.
2345 (html-autoview-mode): Don't bother using make-local-hook.
2346
2347 2001-03-07 Gerd Moellmann <gerd@gnu.org>
2348
2349 * cus-edit.el (custom-save-delete): Move in front of local
2350 variables, otherwise long Custom entries would make them ineffective.
2351
2352 * uniquify.el: Set maintainer to FSF.
2353
2354 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2355
2356 * dired-aux.el (dired-do-shell-command): Doc fix.
2357
2358 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2359
2360 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2361
2362 * which-func.el (which-func-modes): Add cperl-mode.
2363 (which-func-mode-global): Use define-minor-mode.
2364
2365 * info-look.el: Docstring fixes and dead code eliminated.
2366 (cperl-mode): Add support.
2367 (emacs-lisp-mode): List all entries from elisp manual, whether
2368 or not they are currently (f)bound or not. Update regexp.
2369
2370 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2371
2372 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2373 so that C-h m shows the correct information.
2374 Use make-local-variable rather than make-variable-buffer-local.
2375 (cperl-info-buffer, cperl-setup-tmp-buf):
2376 Use make-local-variable rather than make-variable-buffer-local.
2377 (cperl-msb-fix, cperl-get-help-defer):
2378 Check major-mode for `cperl-mode' as well.
2379
2380 * progmodes/cperl-mode.el: Updated to author version 4.23.
2381 (cperl-electric-pod): SYNOPSIS was misspelled.
2382 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2383 (cperl-after-expr-p): Make true after __END__.
2384
2385 2001-03-06 Gerd Moellmann <gerd@gnu.org>
2386
2387 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
2388 bookmark-completion-ignore-case is t.
2389
2390 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2391 switch, like xterm, and concat resource strings, with a newline
2392 between them.
2393
2394 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2395
2396 * international/codepage.el (cp770-decode-table)
2397 (cp773-decode-table, cp774-decode-table): New variables.
2398
2399 * man.el (Man-hyphenated-reference-regexp): New variable.
2400 (Man-build-references-alist): Use it to search for referenced
2401 manpages. If hyphenated is non-nil, record a concatenated word in
2402 Man-refpages-alist only if it matches Man-reference-regexp.
2403 Update word's length when it is concatenated. Reverse the list,
2404 to get the first manpage at the head.
2405 (Man-possibly-hyphenated-word): New function.
2406 (Man-follow-manual-reference): Use it instead of current-word to
2407 find a manpage at point, in a way that accounts for hyphenated
2408 references.
2409
2410 2001-03-06 Alex Schroeder <alex@gnu.org>
2411
2412 * sql.el (sql-interbase): New function.
2413 (sql-interbase-program): New option.
2414 (sql-interbase-options): New option.
2415 And some typos fixed: "customise" to "customize".
2416
2417 2001-03-06 Dave Love <fx@gnu.org>
2418
2419 * textmodes/flyspell.el (flyspell-region):
2420 Set up flyspell-local-mouse-map.
2421
2422 2001-03-05 Richard M. Stallman <rms@gnu.org>
2423
2424 * mail/rmail.el (rmail-retry-failure):
2425 Don't call rmail-beginning-of-message.
2426 Don't discard From: field. Do discard Received: field.
2427 Use unwind-protect to re-prune.
2428 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
2429
2430 2001-03-06 Kenichi Handa <handa@etl.go.jp>
2431
2432 * international/quail.el (quail-title): Add autoload cookie.
2433
2434 2001-03-05 Dave Love <fx@gnu.org>
2435
2436 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2437 new defs.
2438
2439 2001-03-05 Kenichi Handa <handa@etl.go.jp>
2440
2441 * language/ethio-util.el (ethio-toggle-space):
2442 Update current-input-method-title if necessary.
2443 (ethio-toggle-punctuation): Likewise.
2444
2445 * international/quail.el (quail-title): Fix for the case that a
2446 title of an input method is specified by a list of the same form
2447 as used in mode-line-format.
2448
2449 * international/mule-cmds.el (activate-input-method):
2450 If current-input-method-title is set by activating INPUT-METHOD,
2451 respect that value.
2452
2453 2001-03-05 Gerd Moellmann <gerd@gnu.org>
2454
2455 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2456
2457 2001-03-05 Alex Schroeder <alex@gnu.org>
2458
2459 * sql.el (sql-sybase): Fix typo (was: query user about server two
2460 times instead of server and database).
2461
2462 * sql.el (sql-sybase): Doc change.
2463 (sql-mysql): Doc change.
2464 (sql-postgres): Doc change.
2465
2466 2001-03-05 Kenichi Handa <handa@etl.go.jp>
2467
2468 * international/mule-conf.el (emacs-mule, raw-text):
2469 Docstring modified.
2470
2471 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2472
2473 * term/internal.el: Update copyright notice.
2474
2475 * term/pc-win.el: Update copyright notice.
2476
2477 2001-03-02 Dave Love <fx@gnu.org>
2478
2479 * files.el (insert-file-contents-literally):
2480 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2481 not jka-compr-compression-info-list.
2482
2483 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2484
2485 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2486 spaces in default comment-start-skip settings rather than \s-.
2487
2488 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2489
2490 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2491 default-frame-alist as well.
2492
2493 2001-03-01 Dave Love <fx@gnu.org>
2494
2495 * textmodes/reftex.el (defvar): Wrap some defvars in
2496 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2497
2498 * subr.el (event-basic-type): Doc fix.
2499
2500 * international/quail.el: Doc fixes.
2501
2502 * international/utf-8.el: Doc fixes.
2503
2504 * international/mule-cmds.el: Doc fixes.
2505 (leim-list-header): Fix header text.
2506
2507 * international/mule.el (coding-system-category): Doc fix.
2508
2509 * international/ccl.el (ccl-compile): Doc fix.
2510
2511 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2512
2513 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2514 rather than (before|after)-change-functions.
2515
2516 2001-03-01 Gerd Moellmann <gerd@gnu.org>
2517
2518 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2519 scroll-left and scroll-right being called interactively so that
2520 they set the window's min_hscroll.
2521
2522 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2523
2524 * info.el (info-insert-file-contents-1): Accept an additional
2525 argument `lfn': if it is non-nil, concatenate `filename' and
2526 `suffix'; otherwise use the complicated MS-DOS code.
2527 All callers changed.
2528 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2529 can access long file names, try the long file-name version of
2530 `info-insert-file-contents-1', then the short file-name version.
2531
2532 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
2533
2534 * language/ethio-util.el (setup-ethiopic-environment-internal):
2535 Change bindings of functions keys to conform to "Emacs Lisp Coding
2536 Convention".
2537
2538 * language/ethiopic.el ("Ethiopic"): Add documentation.
2539
2540 2001-02-28 Kenichi Handa <handa@etl.go.jp>
2541
2542 * international/utf-8.el (mule-utf-8): Set coding-category
2543 property to coding-category-utf-8.
2544
2545 2001-02-27 Richard M. Stallman <rms@gnu.org>
2546
2547 * lpr.el (lpr-page-header-switches, print-region-1):
2548 Undo 2000-07-06 change.
2549 (lpr-add-switches): Default to t on gnu/linux.
2550
2551 2001-02-27 Gerd Moellmann <gerd@gnu.org>
2552
2553 * bs.el (bs-attributes-list): Doc fix.
2554
2555 2001-02-26 Gerd Moellmann <gerd@gnu.org>
2556
2557 * help.el (describe-project): Display the file THE-GNU-PROJECT.
2558
2559 * help.el (view-order-manuals): Use goto-address.
2560
2561 * startup.el (command-line-1): Add info about ordering manuals
2562 to the not so fancy splash screens.
2563
2564 2001-02-26 Andre Spiegel <spiegel@gnu.org>
2565
2566 * vc.el (vc-default-workfile-unchanged-p)
2567 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
2568
2569 2001-02-26 Gerd Moellmann <gerd@gnu.org>
2570
2571 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
2572 fontify in the right buffer.
2573
2574 * allout.el (outline-flag-region): Move macro in front of first
2575 use to avoid a run-time error.
2576
2577 2001-02-24 Andrew Innes <andrewi@gnu.org>
2578
2579 * makefile.w32-in: Fix copyright notice.
2580
2581 2001-02-24 Kenichi Handa <handa@etl.go.jp>
2582
2583 * international/utf-8.el (mule-utf-8): Set correct value for
2584 valid-codes property.
2585
2586 * international/fontset.el (x-complement-fontset-spec): In the
2587 case that we use ASCII font for the other charsets, use only
2588 family and registry part of it.
2589
2590 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2591
2592 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2593 (shrink-window-if-larger-than-buffer): Doc fix.
2594
2595 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2596
2597 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2598 predicate passed to completing-read.
2599
2600 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2601
2602 * startup.el (command-line): Fix last change.
2603
2604 2001-02-23 Jason Rumney <jasonr@gnu.org>
2605
2606 * startup.el (tool-bar-originally-present): New variable.
2607 (command-line): Set it if the tool-bar is switched on at startup.
2608
2609 * frame.el (frame-notice-user-settings): Only adjust frame height
2610 for no tool-bar case if tool-bar was originally switched on.
2611 From E. Jay Berkenbilt.
2612
2613 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2614
2615 * server.el (server-switch-buffer): Only switch window if the
2616 current one is dedicated.
2617
2618 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2619 rather than using (match-beginning 0) when searching for break point.
2620
2621 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2622
2623 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2624 @ follows an accent command such as @'. Support optional braces
2625 in commands that insert accents, like makeinfo does.
2626
2627 2001-02-22 Gerd Moellmann <gerd@gnu.org>
2628
2629 * startup.el (fancy-splash-text): Add a line for ordering
2630 manuals. Reverse order of splash screens shown.
2631 (use-fancy-splash-screens-p): Adapt to the text line added.
2632
2633 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2634 manuals from the FSF.
2635
2636 * help.el (view-order-manuals): New function.
2637 (toplevel): Bind C-h C-m to this function.
2638
2639 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2640
2641 * newcomment.el (comment-forward): Skip the comment-start before
2642 searching for the comment-end.
2643
2644 2001-02-21 Dave Love <fx@gnu.org>
2645
2646 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2647
2648 * international/mule-cmds.el, international/mule.el: Doc fixes.
2649
2650 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2651 (fortune) <defgroup>: Add :link.
2652 (fortune-from-region): Use eq, not eql.
2653
2654 2001-02-21 Gerd Moellmann <gerd@gnu.org>
2655
2656 * startup.el (fancy-splash-screens): Use display-hourglass
2657 instead of display-busy-cursor.
2658
2659 * frame.el (display-hourglass): Renamed from busy-cursor.
2660 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2661 (show-cursor-in-non-selected-windows): Doc fix.
2662
2663 2001-02-20 Dave Love <fx@gnu.org>
2664
2665 * international/utf-8.el: Doc and commentary fixes.
2666
2667 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2668
2669 * ehelp.el (with-electric-help): Doc fix.
2670
2671 2001-02-20 Gerd Moellmann <gerd@gnu.org>
2672
2673 * msb.el (msb-mode): Call the update-buffers function explicitly
2674 with a FORCE argument.
2675
2676 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2677 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2678 returns nil.
2679
2680 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2681
2682 * ps-print.el: Timestamp package replacement. Some enhancements.
2683 Some XEmacs compatibility. Doc fix.
2684 (ps-print-version): New version number (6.4).
2685 (ps-printer-name): Initialization fix.
2686 (ps-zebra-stripe-follow): Funcionality enhancement.
2687 (ps-prologue-file): Code enhancement.
2688 (ps-right-header): Timestamp package replacement.
2689 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2690 (ps-get-page-dimensions)
2691 (ps-generate-header, ps-begin-file, ps-begin-job)
2692 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2693 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2694 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2695 (coding-system-for-write): Var declaration (XEmacs compatibility).
2696
2697 2001-02-20 Miles Bader <miles@gnu.org>
2698
2699 * image-file.el (image-file-name-extensions): Add "tif".
2700
2701 2001-02-19 Gerd Moellmann <gerd@gnu.org>
2702
2703 * wid-edit.el (widget-button-click): Save the selected window
2704 around the code handling clicks on buttons.
2705
2706 2001-02-18 Dave Love <fx@gnu.org>
2707
2708 * imenu.el (imenu--generic-function): Use mapc to iterate over
2709 syntax characters.
2710
2711 2001-02-17 Richard M. Stallman <rms@gnu.org>
2712
2713 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2714
2715 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2716
2717 2001-02-16 Gerd Moellmann <gerd@gnu.org>
2718
2719 * mouse.el (mouse-save-then-kill): If the distance from the new
2720 point to the mark is equal to the distance of point from the new
2721 point, move point instead of the mark.
2722
2723 2001-02-16 Dave Love <fx@gnu.org>
2724
2725 * textmodes/flyspell.el (flyspell-get-word): Return string without
2726 properties.
2727
2728 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2729
2730 * generic.el (generic-find-file-regexp): Doc fix.
2731 (generic-ignore-files-regexp): New defcustom.
2732 (generic-mode-find-file-hook): If the file's name matches the
2733 regexp in `generic-ignore-files-regexp', don't enter
2734 default-generic-mode. Doc fix.
2735
2736 2001-02-16 Gerd Moellmann <gerd@gnu.org>
2737
2738 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
2739 Add autoload cookies.
2740
2741 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
2742 of cal-tex-24.
2743
2744 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2745
2746 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2747
2748 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2749 the character class after the (optional) drive, to support file
2750 names with embedded blanks.
2751
2752 2001-02-15 Sam Steingold <sds@gnu.org>
2753
2754 * textmodes/tex-mode.el (tex-shell-running):
2755 Check the process buffer too.
2756
2757 2001-02-15 Dave Love <fx@gnu.org>
2758
2759 * battery.el (battery-status-function): Fix doc, :type.
2760
2761 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
2762
2763 2001-02-15 Gerd Moellmann <gerd@gnu.org>
2764
2765 * subr.el (read-passwd): Clear Lisp memory holding password.
2766
2767 2001-02-15 Miles Bader <miles@gnu.org>
2768
2769 * info.el (Info-copy-current-node-name): New function.
2770 (Info-mode-menu): Add it to the menu.
2771
2772 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2773
2774 * international/mule-cmds.el (toggle-input-method): Doc fix.
2775
2776 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2777
2778 * replace.el (occur): Stop at end of buffer.
2779
2780 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2781
2782 * international/mule-cmds.el (set-input-method): Another doc fix.
2783
2784 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2785
2786 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2787
2788 2001-02-13 Miles Bader <miles@gnu.org>
2789
2790 * faces.el (set-face-background, set-face-foreground)
2791 (set-face-stipple): Treat a value of nil as being `unspecified'.
2792
2793 2001-02-12 Dave Love <d.love@dl.ac.uk>
2794
2795 * international/latin1-disp.el: Doc fixes.
2796 (latin1-display) <defgroup>: Add :link.
2797 (latin1-display) <function>: Set variable latin1-display.
2798
2799 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2800
2801 * international/mule-cmds.el (set-input-method): Doc fix.
2802
2803 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2804
2805 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2806 (speedbar-line-file): Return nil if not a file.
2807 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2808
2809 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
2810
2811 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2812 for remote files.
2813 (ediff-coding-system-for-read): Replaced the no-conversion default
2814 with raw-text.
2815
2816 * ediff-init.el: Removed :version from defcustom vars.
2817
2818 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2819 Better handling of the diff mode.
2820
2821 * ediff.texi: Added ediff-coding-system-for-read.
2822
2823 * viper.texi: Fix typos.
2824
2825 2001-02-11 Dave Love <fx@gnu.org>
2826
2827 * shadowfile.el: Doc fixes.
2828 (shadow) <defgroup>: Add :link.
2829 (shadowfile-unload-hook): New function.
2830 (shadow-initialize): Use defalias, not fset.
2831 (shadow-define-cluster, shadow-define-literal-group)
2832 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
2833
2834 * international/mule.el: Doc and message fixes.
2835
2836 * international/ccl.el (define-ccl-program): Doc fix.
2837
2838 2001-02-11 Kenichi Handa <handa@etl.go.jp>
2839
2840 * faces.el (mode-line): Set :line-width property to -1.
2841
2842 2001-02-10 Richard M. Stallman <rms@gnu.org>
2843
2844 * complete.el (partial-completion-mode): Doc fix.
2845
2846 * simple.el (delete-key-deletes-forward-mode):
2847 Change `let' to `let*' to fix gross bug in last change.
2848
2849 * repeat.el (repeat): Don't let execute-kbd-macro alter
2850 real-last-command.
2851
2852 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2853
2854 * simple.el (eval-expression): Doc fix.
2855
2856 2001-02-09 Dave Love <fx@gnu.org>
2857
2858 * imenu.el (imenu-generic-expression): Doc fix.
2859
2860 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2861 From Juanma Barranquero.
2862
2863 * emacs-lisp/authors.el (authors): Expand `root' before running find.
2864
2865 2001-02-09 Kenichi Handa <handa@etl.go.jp>
2866
2867 * faces.el (set-face-attribute): Describe the case of a negative
2868 value specified for :line-width.
2869
2870 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2871
2872 * which-func.el (which-func-mode): Invert which-func-mode-global.
2873 From Juanma Barranquero <lektu@uol.com.br>.
2874
2875 2001-02-08 Dave Love <fx@gnu.org>
2876
2877 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2878 widget-plist-value-type.
2879 (widget-alist-convert-widget): Replace binding of
2880 widget-alist-value-type.
2881
2882 * textmodes/paragraphs.el (sentence-end): Doc fix.
2883
2884 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2885 Remove `backward-line'.
2886
2887 * play/pong.el (pong-blank-color, pong-bat-color)
2888 (pong-ball-color, pong-border-color, pong-left-key)
2889 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2890 (pong-pause-key, pong-resume-key, pong-timer-delay):
2891 * mail/mh-comp.el (mh-compose-letter-function):
2892 * eshell/esh-mode.el (eshell-skip-prompt-function):
2893 * emulation/viper-ex.el (ex-unix-type-shell-options):
2894 * recentf.el (recentf-menu-filter):
2895 * ps-print.el (ps-print-region-function):
2896 * lpr.el (print-region-function):
2897 * forms.el (forms-mode-hooks):
2898 * dirtrack.el (dirtrack-directory-change-hook):
2899 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2900 * textmodes/spell.el (spell-filter):
2901 * textmodes/fill.el (adaptive-fill-function):
2902 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2903 * progmodes/etags.el (find-tag-default-function):
2904 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
2905 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2906
2907 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2908
2909 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2910 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2911 Meyering <jim@meyering.net>.
2912
2913 * loadup.el: Revert last change.
2914
2915 2001-02-07 Kenichi Handa <handa@etl.go.jp>
2916
2917 * international/mule.el (transform-make-coding-system-args):
2918 Make it work also for coding systems not using CCL.
2919
2920 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2921
2922 * simple.el (previous-matching-history-element)
2923 (next-matching-history-element): Doc fix.
2924
2925 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2926 specific part.
2927
2928 2001-02-06 Dave Love <fx@gnu.org>
2929
2930 * add-log.el (add-log-current-defun-function)
2931 (add-log-buffer-file-name-function, add-log-file-name-function):
2932 Fix :type.
2933 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2934
2935 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2936
2937 * info.el (info-initialize): Remove the test for system-type when
2938 invocation-directory is non-nil.
2939
2940 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2941 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2942
2943 2001-02-06 Andrew Innes <andrewi@gnu.org>
2944
2945 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2946 absolute.
2947
2948 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2949
2950 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2951 buffers. When hi-lock turned on rather than only checking current
2952 buffer for regexps, all buffers are checked. Moved activation of
2953 font-lock to hi-lock-refontify. When font-lock turned off rather
2954 than removing added highlighting just in current buffer, remove it
2955 in all buffers. Changed edit menu text from "Automatic
2956 Highlighting" to "Regexp Highlighting" Documentation for
2957 highlighting phrases, minor documentation changes.
2958 (hi-lock-set-file-patterns): Execute only if there are new or
2959 existing file patterns.
2960 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2961 unfontify and, if a support mode is active, will not refontify the
2962 whole buffer. If necessary, turn on font lock. (Removed
2963 font-lock-unfontify and font-lock support-mode-specific calls,
2964 such as lazy-lock-fontify-window.)
2965 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2966 patterns are found. Not useful now since find-file-hook is removed
2967 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
2968 (hi-lock-face-phrase-buffer): New function. Also added related
2969 menu item and keybinding.
2970 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2971 (hi-lock-process-phrase): New function.
2972 (hi-lock-line-face-buffer): Doc fixes.
2973 (hi-lock-face-buffer): Doc fixes.
2974 (hi-lock-unface-buffer): Doc fixes.
2975
2976 2001-02-06 Gerd Moellmann <gerd@gnu.org>
2977
2978 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2979 dabbrev-ignored-regexps.
2980
2981 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2982
2983 * simple.el (kill-line): Doc fix.
2984
2985 2001-02-05 Dave Love <fx@gnu.org>
2986
2987 * loadup.el: Revert last two changes -- bootstrapping works with
2988 regenerated loaddefs.
2989
2990 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2991
2992 * isearch.el (isearch-forward): Doc fix.
2993
2994 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2995 of font-lock-defaults to backward-paragraph.
2996
2997 2001-02-05 Gerd Moellmann <gerd@gnu.org>
2998
2999 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3000 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3001
3002 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3003
3004 * ebnf2ps.el: Eliminate time-stamp functions.
3005 (ebnf-version): New version (3.5).
3006 (ebnf-eps-finish-and-write): Replace time-stamp functions by
3007 format-time-string.
3008
3009 2001-02-05 Gerd Moellmann <gerd@gnu.org>
3010
3011 * simple.el (next-line): Goto end-of-line before inserting a newline.
3012
3013 2001-02-05 Miles Bader <miles@gnu.org>
3014
3015 * image-file.el (insert-image-file): When visiting an image, also
3016 set `truncate-lines' to t so that any fringe arrow looks correct.
3017
3018 2001-02-05 Kenichi Handa <handa@etl.go.jp>
3019
3020 * isearch.el (isearch-forward): Add description about input method
3021 in the docsting.
3022
3023 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3024
3025 * skeleton.el (skeleton-internal-1): Always push the mark for @.
3026
3027 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3028
3029 * info.el (info-initialize): If installation-directory is nil, for
3030 DOS/Windows systems try looking in a sibling of invocation-directory.
3031
3032 2001-02-02 Gerd Moellmann <gerd@gnu.org>
3033
3034 * wid-edit.el (widget-button-click): Fix last change.
3035
3036 * frame.el (frame-notice-user-settings): When resizing the initial
3037 frame because the tool bar is off, also change the frame's top
3038 position if a negative top position was specified.
3039
3040 2001-02-02 Miles Bader <miles@gnu.org>
3041
3042 * image-file.el (insert-image-file): When visiting an image,
3043 suppress the cursor in the image buffer.
3044
3045 2001-02-01 Dave Love <fx@gnu.org>
3046
3047 * progmodes/f90.el (f90-mode): Remove startup message.
3048
3049 * vc-cvs.el: Remove autoloads. Require vc when compiling.
3050
3051 2001-02-01 Gerd Moellmann <gerd@gnu.org>
3052
3053 * startup.el (command-line): Fix code determining whether or not
3054 to use delete-key-deletes-forward-mode.
3055
3056 2001-02-01 Andre Spiegel <spiegel@gnu.org>
3057
3058 * vc.el (vc-diff-switches): New user option.
3059 (vc-version-diff): Use it.
3060 (vc-diff-switches-list): New macro.
3061
3062 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3063 New customization options.
3064 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3065
3066 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3067
3068 2001-02-01 Gerd Moellmann <gerd@gnu.org>
3069
3070 * msb.el (toplevel): Quote hook symbols.
3071
3072 2001-02-01 Kenichi Handa <handa@etl.go.jp>
3073
3074 * international/mule.el (make-coding-system): Add description
3075 about recognized properties in the docstring.
3076
3077 * international/mule-conf.el: Remove unused charsets
3078 mac-roman-lower and mac-roman-upper.
3079
3080 2001-01-31 Gerd Moellmann <gerd@gnu.org>
3081
3082 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3083 is in front of the left-margin, if any.
3084
3085 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3086 like `delete'.
3087
3088 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
3089
3090 * term/w32-win.el (mouse-set-font): Doc fix.
3091
3092 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
3093
3094 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3095 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3096 on already.
3097
3098 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
3099
3100 * files.el (save-buffer): Don't give message if (buffer-file-name)
3101 returns nil.
3102
3103 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3104
3105 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3106
3107 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3108 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
3109
3110 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3111 display problems.
3112
3113 2001-01-31 Kenichi Handa <handa@etl.go.jp>
3114
3115 * international/mule.el (charset-info): Fix docstring.
3116
3117 * international/mule-diag.el (describe-character-set): Check final
3118 char valid before printing it.
3119
3120 2001-01-30 Gerd Moellmann <gerd@gnu.org>
3121
3122 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3123
3124 * frame.el (frame-notice-user-settings): Do the tool-bar
3125 stuff only for graphical displays. Fix a braino.
3126
3127 * frame.el (frame-initialize): Create initial frame visible.
3128 (frame-notice-user-settings): When tool-bar has been switched off,
3129 correct the frame size and sync tool-bar-mode.
3130
3131 * startup.el (command-line): Remove manipulation of frame
3132 height for tool bars.
3133
3134 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3135
3136 * lpr.el: Compatibility with XEmacs and doc fixes.
3137 (lpr-windows-system, lpr-lp-system): New vars.
3138 (lpr-printer-switch): New defcustom.
3139 (printer-name, lpr-command): Customization fix.
3140 (print-region-1): Code fix.
3141 (print-region-new-buffer, printify-region): Indentation fix.
3142 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3143 New functions.
3144
3145 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3146
3147 * msb.el (toplevel): Fix the eval-after-load.
3148
3149 2001-01-29 Dave Love <fx@gnu.org>
3150
3151 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3152
3153 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3154
3155 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
3156 (tcl-using-emacs-19-23): Consider Emacs 21+.
3157 (tcl-help-directory-list, tcl-command-switches): Fix :type.
3158 (tcl-add-emacs-menu): Supply menu name.
3159 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3160
3161 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3162
3163 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3164
3165 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
3166
3167 * pcvs.el (cvs-mark-fis-dead): New function.
3168 (cvs-mode-add): Use it.
3169 (cvs-mode-add-change-log-entry-other-window):
3170 Rebind change-log-default-name to itself rather than to nil.
3171
3172 2001-01-29 Sam Steingold <sds@gnu.org>
3173
3174 * vc-cvs.el: Replaced (require 'vc) with a bunch of
3175 `autoload' statements.
3176
3177 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3178
3179 * files.el (confirm-kill-emacs): Doc fix.
3180
3181 * frame.el (frame-initialize): Doc fix.
3182
3183 * time-stamp.el (time-stamp-string): Doc fix.
3184
3185 * woman.el (WoMan-log-1): Make the log buffer writable.
3186 From Markus Rost <rost@math.ohio-state.edu>.
3187
3188 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3189
3190 * imenu.el (imenu-syntax-alist): Add autoload cookie for
3191 the `make-variable-buffer-local'.
3192
3193 2001-01-29 Dave Love <fx@gnu.org>
3194
3195 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
3196 (ansi-color-for-comint-mode-on, ansi-color-process-output):
3197 Add autoload cookie.
3198 (ansi-color-apply-sequence): Fix typo.
3199
3200 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3201
3202 * menu-bar.el (menu-bar-files-menu): Add menu items for
3203 Postscript printing in black and white.
3204
3205 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3206 X-Mailman-Version, Precedence, List-Help, List-Post,
3207 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3208 Content-Type, Content-Length.
3209
3210 2001-01-29 Dave Love <fx@gnu.org>
3211
3212 * elide-head.el (elide-head): Make overlay evaporate.
3213
3214 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3215
3216 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3217
3218 * isearch.el (isearch-highlight): Don't punt if the display
3219 doesn't support colors, since isearch faces are defined for
3220 monochrome displays as well.
3221
3222 2001-01-27 Sam Steingold <sds@gnu.org>
3223
3224 * shell.el (shell-write-history-on-exit): Make sure that we are in
3225 the shell buffer (M-x tex-file RET inserted the error message into
3226 the TeX buffer).
3227
3228 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3229
3230 * simple.el (transient-mark-mode): Doc fix.
3231
3232 2001-01-27 Gerd Moellmann <gerd@gnu.org>
3233
3234 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
3235
3236 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3237
3238 * shell.el (shell-unquote-argument): If the shell is one of the
3239 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3240 quote character.
3241 (shell-dumb-shell-regexp): Document that the shells which match
3242 this regexp are supposed to not treat a backslash as a quote character.
3243
3244 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
3245 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
3246
3247 2001-01-27 Richard M. Stallman <rms@gnu.org>
3248
3249 * dabbrev.el (dabbrev--substitute-expansion):
3250 Treat a one-capital-letter abbrev as "not all upper case",
3251 so as to force preservation of the expansion's pattern
3252 if the expansion starts with a capital letter.
3253
3254 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3255
3256 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3257 Doc fix.
3258
3259 * simple.el (transient-mark-mode): Document the fact that many
3260 commands act on the region when mark is active.
3261
3262 2001-01-27 Kenichi Handa <handa@etl.go.jp>
3263
3264 * international/quail.el (quail-setup-completion-buf): Make the
3265 multibyteness of current buffer inherited to Quail completion buffer.
3266 (quail-show-guidance-buf): Make the multibyteness of current
3267 buffer inherited to Quail guidance buffer.
3268 (quail-help): Make the multibyteness of current buffer inherited
3269 to Quail help buffer.
3270
3271 2001-01-26 Dave Love <fx@gnu.org>
3272
3273 * time-stamp.el: Doc fixes.
3274
3275 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3276 (delphi-keyword-face, delphi-other-face): Fix :type.
3277
3278 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3279
3280 * mail/feedmail.el (feedmail): Add :link.
3281 (feedmail-send-it): Doc fix.
3282
3283 * mail/sendmail.el: Doc fixes.
3284 (sendmail-send-it): Fix the non-ASCII regexp and use
3285 rfc2047-encode-string.
3286
3287 * dired.el, dired-aux.el: Revert last change.
3288
3289 2001-01-26 Gerd Moellmann <gerd@gnu.org>
3290
3291 * makefile.w32-in (DONTCOMPILE): Add various term files.
3292
3293 2001-01-26 Dave Love <fx@gnu.org>
3294
3295 * Makefile.in (DONTCOMPILE): Add various term files.
3296
3297 2001-01-26 Gerd Moellmann <gerd@gnu.org>
3298
3299 * man.el (Man-default-man-entry, Man-mode): Doc fix.
3300
3301 * startup.el (display-startup-echo-area-message): Make sure
3302 the echo area is resized to fit the size of the startup message.
3303
3304 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3305 part of which is a constant.
3306
3307 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
3308
3309 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
3310
3311 2001-01-26 Richard M. Stallman <rms@gnu.org>
3312
3313 * simple.el (next-line): Don't let `newline' expand abbrevs.
3314 Simplify slightly.
3315 (open-line): Don't let `newline' expand abbrevs.
3316
3317 2001-01-25 John Wiegley <johnw@gnu.org>
3318
3319 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3320 to `repeat' in the :type field.
3321
3322 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3323 allow a choice of regexp or nil.
3324 (pcomplete-dir-ignore): Same.
3325
3326 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3327 a command) to always fail.
3328
3329 2001-01-25 Gerd Moellmann <gerd@gnu.org>
3330
3331 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3332 discard the result.
3333 (iswitchb-to-end): Likewise.
3334
3335 2001-01-25 Sam Steingold <sds@gnu.org>
3336
3337 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
3338 Require vc.
3339
3340 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
3341
3342 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3343
3344 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3345
3346 2001-01-25 Dave Love <fx@gnu.org>
3347
3348 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3349 (describe-coding-system): Tweak the English text.
3350
3351 * loadup.el: Preload international/ccl for utf-8.
3352
3353 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3354
3355 * mail/rmail.el (rmail-redecode-body): Doc fix.
3356
3357 2001-01-25 Kenichi Handa <handa@etl.go.jp>
3358
3359 * international/mule-cmds.el (reset-language-environment):
3360 Reset coding-category-utf-8 to mule-utf-8.
3361
3362 * international/mule-conf.el (coding-category-utf-8):
3363 Initialize to mule-utf-8.
3364
3365 * loadup.el: Preload international/utf-8.
3366
3367 * international/utf-8.el: New file.
3368
3369 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3370
3371 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3372
3373 2001-01-24 Sam Steingold <sds@gnu.org>
3374
3375 * dired.el (dired-replace-in-string): Removed.
3376 (dired-sort-toggle): Use `replace-regexps-in-string'
3377 instead of `dired-replace-in-string'.
3378
3379 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3380 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
3381
3382 * gs.el (gs-replace-in-string): Removed.
3383 (gs-options): Use `replace-regexps-in-string'
3384 instead of `gs-replace-in-string'.
3385
3386 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3387
3388 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3389 bug report is mailed to an email list and posted to a news group.
3390
3391 2001-01-24 Gerd Moellmann <gerd@gnu.org>
3392
3393 * comint.el (comint-replace-by-expanded-history-before-point):
3394 Fix change of 2000-08-03 to move point to the start of the line again.
3395
3396 * startup.el (tool-bar-images-pixel-height): New variable.
3397 (command-line): After loading the user's init file, when
3398 tool-bar-mode is on, increase the frame's size by some lines for
3399 the tool-bar.
3400
3401 * frame.el (frame-initialize): Create the initial frame invisible.
3402
3403 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3404
3405 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3406 (chinese-big5): MIME:Big5.
3407
3408 2001-01-24 Gerd Moellmann <gerd@gnu.org>
3409
3410 * international/mule-cmds.el (universal-coding-system-argument):
3411 Handle commands with prefix args.
3412
3413 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3414
3415 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3416 being a list of numbers.
3417 (diary-mail-entries): Rewritten.
3418
3419 2001-01-23 Dave Love <fx@gnu.org>
3420
3421 * international/mule.el (make-coding-system): Fix typo.
3422
3423 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3424 Add backward-paragraph as font-lock-beginning-of-syntax-function.
3425
3426 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3427
3428 * font-lock.el (font-lock-mode): Doc fix.
3429
3430 2001-01-23 Kenichi Handa <handa@etl.go.jp>
3431
3432 * international/mule.el (make-translation-table): Fix docstring.
3433
3434 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3435
3436 * mail/rmail.el (rmail-redecode-body): New function.
3437
3438 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3439
3440 2001-01-22 Gerd Moellmann <gerd@gnu.org>
3441
3442 * isearch.el (isearch-lazy-highlight-case-fold-search)
3443 (isearch-lazy-highlight-regexp): New variables.
3444 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3445 case-fold search or regexp search has been toggled.
3446
3447 * wid-edit.el (widget-button-click): Avoid a save-excursion
3448 around running a global binding.
3449
3450 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3451 to 0.25.
3452
3453 2001-01-20 Miles Bader <miles@gnu.org>
3454
3455 * cus-edit.el (custom-face-save): Do post-processing on the face's
3456 new value like `custom-face-set' does.
3457
3458 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3459
3460 * mail/emacsbug.el (report-emacs-bug): Report the value of
3461 LC_CTYPE, not LC_TYPE.
3462
3463 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3464 isearch-toggle-regexp and isearch-edit-string to doc string.
3465
3466 2001-01-19 Gerd Moellmann <gerd@gnu.org>
3467
3468 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3469 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3470
3471 * jit-lock.el (jit-lock-fontify-now): Don't bind
3472 font-lock-beginning-of-syntax-function to nil.
3473
3474 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3475
3476 * mail/emacsbug.el (report-emacs-bug): Report values of
3477 locale-coding-system, default-enable-multibyte-characters, and the
3478 environment variables LC_ALL, LC_TYPE, and LANG.
3479
3480 2001-01-19 Gerd Moellmann <gerd@gnu.org>
3481
3482 * font-lock.el (font-lock-default-fontify-region): Fix last change.
3483
3484 * font-lock.el (font-lock-multiline): Default to nil.
3485 (font-lock-default-fontify-region): If font-lock-multiline is
3486 nil, don't check the property `font-lock-multiline'.
3487
3488 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3489 is nil, don't check the `font-lock-multiline' text property.
3490
3491 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3492
3493 * viper.el: Call initial-major-mode on startup.
3494
3495 * ediff.el (ediff-patch-file): Use better defaults.
3496
3497 * ediff-vers.el: Fix for 8+3 DOS file systems.
3498
3499 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
3500
3501 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
3502 diff mode, if available.
3503
3504 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3505
3506 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
3507
3508 * ediff-init.el (subst-char-in-string): Define and use it, unless
3509 it's already defined.
3510
3511 2001-01-18 Gerd Moellmann <gerd@gnu.org>
3512
3513 * tooltip.el (tooltip-hide-delay): New user-option.
3514 (tooltip-show): Use tooltip-hide-delay instead of the default.
3515
3516 2001-01-18 Kenichi Handa <handa@etl.go.jp>
3517
3518 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3519 kill-local-variable doesn't work for enable-multibyte-characters.
3520
3521 2001-01-17 Dave Love <fx@gnu.org>
3522
3523 * ediff-init.el (ediff-before-setup-hook)
3524 (ediff-merge-filename-prefix): Add :version.
3525
3526 * international/latin1-disp.el: Require disp-table.
3527 (latin1-display): Fix :set.
3528
3529 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3530
3531 2001-01-17 Gerd Moellmann <gerd@gnu.org>
3532
3533 * isearch.el (isearch-lazy-highlight-initial-delay)
3534 (isearch-lazy-highlight-interval): Default to 0.
3535
3536 2001-01-17 Bob Glickstein <bobg@zanshin.com>
3537
3538 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3539 1 here rather than each time through
3540 isearch-lazy-highlight-new-loop.
3541 (isearch-lazy-highlight-max): Variable deleted.
3542 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3543 isearch-lazy-highlight-max but controls a single invocation of
3544 isearch-lazy-highlight-update.
3545 (isearch-lazy-highlight-wrapped): Variable recreated.
3546 (isearch-lazy-highlight-window-start): New variable.
3547 (isearch-lazy-highlight-cleanup): Restored to behavior of
3548 before 2-Jan.
3549 (isearch-lazy-highlight-remove-overlays): Function deleted;
3550 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3551 behavior removed.
3552 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3553 isearch-lazy-highlight-update in a loop rather than just once.
3554 Test isearch-invalid-regexp here and decide not to start a new
3555 loop, rather than testing it each time through
3556 isearch-lazy-highlight-update.
3557 (isearch-lazy-highlight-search): Function restored.
3558 (isearch-lazy-highlight-update): Get called in a timer loop again,
3559 but this time highlight more than one match each time through.
3560 Only highlight matches in the visible part of the window.
3561 Start at point, move in the direction of the search, and wrap around at
3562 the edge of the window. Use sit-for to force redisplay and ensure
3563 window-start is credible. "Face suppressing" behavior removed;
3564 overlay priorities should make it unnecessary, right?
3565 (isearch-highlight): Face suppressing behavior removed.
3566 (isearch-dehighlight): Face suppressing behavior removed.
3567 (isearch-set-lazy-highlight-faces-at): Removed.
3568
3569 2001-01-17 Kenichi Handa <handa@etl.go.jp>
3570
3571 * language/european.el ("Latin-1"): Make the format of description
3572 about additional language environments same as that of Latin-2.
3573
3574 2001-01-16 Dave Love <fx@gnu.org>
3575
3576 * isearch.el (isearch-lazy-highlight): Add :version.
3577
3578 * simple.el (backward-delete-char-untabify-method)
3579 (next-line-add-newlines): Add :version.
3580
3581 2001-01-16 Gerd Moellmann <gerd@gnu.org>
3582
3583 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3584 Don't bind <delete> otherwise.
3585
3586 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3587 and <delete> via function-key-map.
3588
3589 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3590 Subject line only if point is after the `Subject:'.
3591
3592 2001-01-16 Kenichi Handa <handa@etl.go.jp>
3593
3594 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3595 japanese-jisx0213-2 in `charset' property of this lang. env.
3596
3597 * language/european.el ("Latin-1"): Add description for Dutch and
3598 Spanish lang. env.
3599
3600 * international/mule.el (decode-char): Fix conditions.
3601 (encode-char): Handle eight-bit-control too.
3602 (transform-make-coding-system-args): New function.
3603 (make-coding-system): Accept XEmacs style arguments for CCL base
3604 coding system.
3605
3606 2001-01-15 Gerd Moellmann <gerd@gnu.org>
3607
3608 * progmodes/etags.el (find-tag-noselect): Save the value of
3609 tags-file-name before switching buffers, for the case it has a
3610 buffer-local value.
3611
3612 2001-01-15 Alex Schroeder <alex@gnu.org>
3613
3614 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3615 From Dave Love <fx@gnu.org>.
3616 (ansi-color-for-comint-mode): Fix :version.
3617
3618 2001-01-15 Alex Schroeder <alex@gnu.org>
3619
3620 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3621
3622 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3623
3624 * dired.el (dired-insert-directory): If file-system-info fails,
3625 remove the " free " part, but don't signal an error.
3626
3627 2001-01-12 Sam Steingold <sds@gnu.org>
3628
3629 * bookmark.el (bookmark-maybe-historicize-string):
3630 Use new backquote syntax.
3631
3632 2001-01-12 Richard M. Stallman <rms@gnu.org>
3633
3634 * subr.el (last): Handle a list that doesn't end in nil.
3635
3636 2001-01-12 Sam Steingold <sds@gnu.org>
3637
3638 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3639 to `backward-delete-char-untabify'.
3640
3641 2001-01-12 Dave Love <fx@gnu.org>
3642
3643 * cus-edit.el (customize-menu-create): Fix the :filter following
3644 easymenu change.
3645
3646 * wid-edit.el (function): Add :match-alternatives.
3647 (widget-color-action): Doc fix.
3648
3649 2001-01-12 Gerd Moellmann <gerd@gnu.org>
3650
3651 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3652
3653 2001-01-12 Kenichi Handa <handa@etl.go.jp>
3654
3655 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
3656
3657 * international/ccl.el (define-ccl-program): Fix docstring.
3658
3659 2001-01-11 Dave Love <fx@gnu.org>
3660
3661 * international/mule-cmds.el (standard-display-european-internal):
3662 Set display table for 2208 as for 160.
3663
3664 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3665
3666 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3667 entry for custom-menu-create change.
3668 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3669 don't cons it in the search loop.
3670
3671 * imenu.el (imenu--truncate-items): Revert last change.
3672
3673 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3674
3675 * info.el (Info-setup-header-line): If the node header includes
3676 either Next: or Prev: links, don't show the File: and Node: parts
3677 in the header line.
3678
3679 2001-01-11 Gerd Moellmann <gerd@gnu.org>
3680
3681 * comint.el (comint-goto-process-mark): Don't print a message
3682 when running in batch mode.
3683
3684 * isearch.el (isearch-search): In the condition-case handler for
3685 `error', set isearch-invalid-regexp to the whole error message.
3686
3687 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3688 ensure that eval-after-load works for files dumped with Emacs.
3689
3690 * help.el (load-symbol-file-load-history): New function extracted
3691 from function symbol-file.
3692 (symbol-file): Use it.
3693
3694 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
3695
3696 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3697
3698 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3699 behave as if there were no prefix argument.
3700 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3701 argument were nil.
3702
3703 2001-01-11 Richard M. Stallman <rms@gnu.org>
3704
3705 * isearch.el (isearch-lazy-highlight-update):
3706 Don't look for more potential matches once maximum is exceeded.
3707 Use overlays-in to check correctly for overlap with current match.
3708 Ignore empty matches.
3709
3710 2001-01-11 Miles Bader <miles@gnu.org>
3711
3712 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3713 (ispell-overlay-window, ispell-help, ispell-show-choices)
3714 (ispell-command-loop): Use it instead of `window-height'.
3715
3716 2001-01-10 Gerd Moellmann <gerd@gnu.org>
3717
3718 * files.el (confirm-kill-emacs): New user-option.
3719 (save-buffers-kill-emacs): Ask for final confirmation before
3720 killing Emacs.
3721
3722 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3723 to nil.
3724
3725 2001-01-10 Dave Love <fx@gnu.org>
3726
3727 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3728
3729 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
3730
3731 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3732
3733 * calculator.el (calculator-number-digits): Fix :type.
3734
3735 * vc-cvs.el (vc-cvs-header): Fix :type.
3736 * vc-rcs.el (vc-rcs-header): Fix :type.
3737 * vc-sccs.el (vc-sccs-header): Fix :type.
3738
3739 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3740
3741 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3742
3743 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3744
3745 2001-01-10 Gerd Moellmann <gerd@gnu.org>
3746
3747 * simple.el (set-variable): Force a thorough redisplay for the
3748 case that the variable has an effect on the display, like
3749 `tab-width' has.
3750
3751 2001-01-10 Andre Spiegel <spiegel@gnu.org>
3752
3753 * vc.el: Add documentation for backend interface.
3754
3755 2001-01-10 Kenichi Handa <handa@etl.go.jp>
3756
3757 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3758
3759 * international/mule-conf.el (latin-extra-code-table): Set to t
3760 for \223 and \224.
3761
3762 2001-01-09 Kenichi Handa <handa@etl.go.jp>
3763
3764 * international/mule-cmds.el (locale-language-names): Map "es" to
3765 "Spanish" and "nl" to "Dutch".
3766
3767 2001-01-09 Gerd Moellmann <gerd@gnu.org>
3768
3769 * bindings.el (global-map): Bind <home> to beginning-of-line,
3770 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3771 C-<end> to end-of-buffer.
3772
3773 * language/european.el: Add Dutch and Spanish language info
3774 to be able to use the appropriate tutorials.
3775
3776 2001-01-09 Alex Schroeder <alex@gnu.org>
3777
3778 * ansi-color.el (ansi-color-process-output): Use markers instead
3779 of positions for start and end of region.
3780 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3781 Previously, occasional mistakes happend when fontifying many
3782 chunks of output (eg. ls --color=yes /dev). This happened
3783 whenever an overlay was created up to the end of the region, which
3784 coincided with the process-mark. New text would then be added
3785 within that overlay instead of after it.
3786 (ansi-color-make-extent): Overlays are created with the property
3787 `modification-hooks' set to '(ansi-color-freeze-overlay).
3788 (ansi-color-freeze-overlay): New function. When inserting text at
3789 the end of the overlay, the overlay will resize.
3790
3791 2000-01-09 Alex Schroeder <alex@gnu.org>
3792
3793 * ansi-color.el (ansi-color-process-output): Doc change.
3794 (ansi-color-unfontify-region): Doc change. No longer installed
3795 automatically in font-lock-unfontify-region-function.
3796 (ansi-color-apply): Doc change.
3797 (ansi-color-apply-on-region): Use extents or overlays instead of
3798 text-properties.
3799 (ansi-color-make-extent): New function.
3800 (ansi-color-set-extent-face): New function.
3801
3802 2000-01-09 Alex Schroeder <alex@gnu.org>
3803
3804 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3805 both use ansi-color-process-output, now.
3806 (ansi-color-process-output): Doesn't return string anymore. It is
3807 installed in comint-output-filter-functions for both Emacs and
3808 XEmacs, now.
3809 (ansi-color-unfontify-region): Simplified code removing variables
3810 pos and start-ansi.
3811 (ansi-color-apply): Put text-property ansi-color before putting
3812 text-property face because ansi-color-unfontify-region is called
3813 immediately after the call to put-text-property.
3814 (ansi-color-context-region): Doc change.
3815 (ansi-color-filter-region): Simplified code.
3816 (ansi-color-apply-on-region): Changed start to start-marker, using
3817 a marker explicitly. Put text-property ansi-color before putting
3818 text-property face because ansi-color-unfontify-region is called
3819 immediately after the call to put-text-property.
3820
3821 2000-01-09 Alex Schroeder <alex@gnu.org>
3822
3823 * ansi-color.el (ansi-color-faces-vector): Doc change.
3824 (ansi-color-for-comint-mode): Changed :type property to choice.
3825 (ansi-color-last-context): Removed.
3826 (ansi-color-process-output): Don't use ansi-color-last-context, as
3827 the main functions will store their context now.
3828 (ansi-color-context): Doc change.
3829 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3830 Uses ansi-color-context such that repeated calls will strip
3831 partial escape sequences, too.
3832 (ansi-color-apply): Simplified code. Colorize end of string if
3833 face is not null. Store context in new (FACE STRING) format, such
3834 that repeated calls will strip partial escape sequences, too.
3835 Append faces to face property using ansi-color-apply-sequence such
3836 that cumulative mode actually works.
3837 (ansi-color-context-region): New variable.
3838 (ansi-color-filter-region): Rewrote it based on
3839 ansi-color-apply-on-region. Uses ansi-color-context-region such
3840 that repeated calls will strip partial escape sequences, too.
3841 (ansi-color-apply-on-region): Simplified code. Colorize end of
3842 region if face is not null. Store context in new (FACE POS)
3843 format, such that repeated calls will strip partial escape
3844 sequences, too. Append faces to face property using
3845 ansi-color-apply-sequence such that cumulative mode actually works.
3846 (ansi-color-apply-sequence): New function.
3847 (ansi-color-get-face): When the default face is added to the list
3848 of faces, all previous settings are discarded and the list of
3849 faces is set to '(default).
3850
3851 2000-01-09 Alex Schroeder <alex@gnu.org>
3852
3853 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3854 face, such that ansi-color-apply and ansi-color-apply-on-region
3855 will do the right thing.
3856 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3857 returns nil, set the list of faces back to nil instead of
3858 appending the result of ansi-color-get-face to the front of the list.
3859
3860 2000-01-09 Alex Schroeder <alex@gnu.org>
3861
3862 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3863 (ansi-color-process): Doc change.
3864 (ansi-color-last-context): New buffer-local variable.
3865 (ansi-color-process-output): New function. It is automatically
3866 added to comint-output-filter-functions if this is XEmacs.
3867 (ansi-color-unfontify-region): New optional parameter for XEmacs
3868 compatibility. Check wether font-lock-syntactic-keywords is
3869 boundp before removing the syntax table text property, as XEmacs
3870 doesn't have it.
3871 (ansi-color-filter-region): Doc change.
3872 (ansi-color-apply-on-region): Doc change.
3873 (ansi-color-make-face): New function. Compatibility layer for
3874 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3875 (ansi-color-make-color-map): Use ansi-color-make-face.
3876 (ansi-color-get-face): Avoid face text property '(nil) as results
3877 in an errow for XEmacs.
3878
3879 2000-01-09 Alex Schroeder <alex@gnu.org>
3880
3881 * ansi-color.el (ansi-color-unfontify-region): New function.
3882 Uses text-property ansi-color in order to preserve fontification by
3883 ansi-color. When the package is loaded, a lambda expression is
3884 put onto font-lock-mode-hook. This lambda expression will check
3885 font-lock-unfontify-region-function and replace
3886 font-lock-default-unfontify-region with ansi-color-unfontify-region.
3887 (ansi-color-apply): Add text-property ansi-color in addition to
3888 text-property face.
3889 (ansi-color-apply-on-region): Add text-property ansi-color in
3890 addition to text-property face.
3891 (save-buffer-state): Copy of the macro that is also used by
3892 lazy-lock and font-lock.
3893
3894 (ansi-color-for-comint-mode): New option.
3895 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3896 (ansi-color-for-comint-mode-off): Ditto.
3897 (ansi-color-for-comint-mode-filter): Ditto.
3898 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3899 decide what to do. This function is added to
3900 comint-preoutput-filter-functions when the package is loaded.
3901
3902 (ansi-color-for-shell-mode-set): Removed.
3903 (ansi-color-for-shell-mode): Removed.
3904
3905 2000-01-09 Alex Schroeder <alex@gnu.org>
3906
3907 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3908 the lambda expression from the ansi-color-for-shell-mode :set
3909 property. Additionally, modify shell-mode-hook to enable or
3910 disable font-lock-mode for future shell buffers.
3911 (ansi-color-for-shell-mode): The :set property calls
3912 ansi-color-for-shell-mode-set instead of a lambda expression.
3913
3914 2000-01-09 Alex Schroeder <alex@gnu.org>
3915
3916 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3917 (ansi-color-context): New variable.
3918 (ansi-color-apply): Save context between calls.
3919
3920 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3921
3922 * isearch.el (isearch, isearch-lazy-highlight-face):
3923 New definitions for face colors and attributes.
3924
3925 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3926 of display-mouse-p.
3927
3928 2001-01-09 Kenichi Handa <handa@etl.go.jp>
3929
3930 * international/mule.el (make-coding-system): If the coding system
3931 accepts extra latin codes, register such codes as safe for the
3932 coding system.
3933
3934 2001-01-08 Richard M. Stallman <rms@gnu.org>
3935
3936 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3937 don't mention the file name or the date here, because they are
3938 logged at the start of the file.
3939
3940 2001-01-08 Richard M. Stallman <rms@gnu.org>
3941
3942 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3943 Change screen-width to frame-width.
3944
3945 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3946
3947 * info.el (Info-search): Print the default as part of the prompt.
3948
3949 2001-01-08 Andre Spiegel <spiegel@gnu.org>
3950
3951 * vc.el (vc-default-latest-on-branch-p): New function, replaces
3952 constant implementations in backends.
3953
3954 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3955 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3956
3957 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3958 WRITABLE to EDITABLE.
3959
3960 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3961 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3962 to EDITABLE.
3963
3964 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3965
3966 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
3967 (copyright, copyright-update): Compute the current year at run time.
3968
3969 2001-01-08 Gerd Moellmann <gerd@gnu.org>
3970
3971 * isearch.el (isearch-old-signal-hook): Removed.
3972 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3973 instead of setting signal-hook-function.
3974 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3975
3976 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
3977
3978 * emulation/edt.el: Update to version 4.0. Provide support for
3979 EDT scroll margins at top and bottom of the window. Provide an
3980 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3981 default). Enhance edt-quit, bound to GOLD-q by default, to warn
3982 user when file-related buffer modifications exist.
3983 Provide support for running EDT Emulation in XEmacs.
3984 Provide customize access to some user updatable variables.
3985 Add Commentary section to file header.
3986 Fixed a few minor bugs and cleaned up some code.
3987
3988 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3989 for detecting a keypress that generates an ASCII key sequence.
3990 (Previously, only a keypress that generates a vector was
3991 recognized.) Embed Window Manager name into name of the generated
3992 EDT Emulation initialization file since the initialization file is
3993 Window Manager specific. Add Commentary section to file header.
3994
3995 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3996
3997 * mail/sendmail.el (mail-mode): Doc fix.
3998
3999 * info.el (Info-goto-emacs-command-node): Doc fix.
4000 (Info-goto-emacs-key-command-node): Doc fix.
4001
4002 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4003
4004 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
4005 systems without long file-name support.
4006
4007 2001-01-06 Andrew Innes <andrewi@gnu.org>
4008
4009 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4010
4011 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4012
4013 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4014 (isearch-lazy-highlight-update): Doc fix.
4015
4016 * ffap.el (ffap-bindings): Doc fix.
4017
4018 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4019
4020 2001-01-05 Dave Love <fx@gnu.org>
4021
4022 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4023
4024 2001-01-05 Gerd Moellmann <gerd@gnu.org>
4025
4026 * mouse-drag.el (mouse-drag-safe-scroll):
4027 Bind scroll-preserve-screen-position to nil.
4028
4029 * isearch.el (isearch-old-signal-hook): New variable.
4030 (isearch-mode): Set signal-hook-function to isearch-done.
4031 (isearch-done): Restore old signal-hook-function.
4032
4033 * info.el (Info-fontify-node): Mark one more char as intangible.
4034
4035 2000-01-05 Kenichi Handa <handa@etl.go.jp>
4036
4037 * composite.el (compose-last-chars): New argument COMPONENTS.
4038 If it is non-nil, compose preceding characters by compose-region with
4039 COMPONENTS.
4040
4041 * international/quail.el (quail-input-string-to-events): New function.
4042 (quail-input-method): Convert input string to events here.
4043 (quail-start-translation): Return input string, not event list.
4044 (quail-start-conversion): Likewise.
4045
4046 2001-01-04 Gerd Moellmann <gerd@gnu.org>
4047
4048 * tooltip.el (tooltip-cancel-delayed-tip)
4049 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4050 and tooltip-add-timeout.
4051 (tooltip-show): Set border color from faces's foreground.
4052 (tooltip-show-help-function): If called with the same help string
4053 as last time, do nothing.
4054 (tooltip-help-tips): Don't set tooltip-help-message to nil.
4055
4056 * startup.el (fancy-splash-screens): Don't bind show-help-function
4057 to nil.
4058
4059 * tooltip.el (tooltip-frame-parameters): Remove colors.
4060 (tooltip): New face
4061 (tooltip-set-param): New function.
4062 (tooltip-show): Set up color frame parameters from face `tooltip'.
4063 Display the tooltip text in face `tooltip'.
4064
4065 2001-01-04 Dave Love <fx@gnu.org>
4066
4067 * whitespace.el (whitespace-global-mode): Fix typo.
4068
4069 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4070
4071 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4072
4073 * help.el (help-for-help): Fix a typo in a doc string.
4074 From kwzh@gnu.org (Karl Heuer).
4075
4076 2001-01-03 Dave Love <fx@gnu.org>
4077
4078 * dired-x.el: Doc fixes. Maintainer change.
4079 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
4080 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4081 (dired-guess-shell-alist-user): Customize.
4082 (dired-x-help-address): Set to bug-gnu-emacs.
4083 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4084 (dired-default-directory): Renamed from default-directory.
4085
4086 * hl-line.el (hl-line): Doc fix.
4087
4088 2001-01-03 Karl Fogel <kfogel@red-bean.com>
4089
4090 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
4091
4092 2001-01-02 Richard M. Stallman <rms@gnu.org>
4093
4094 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4095 to remove all the current alternative-match highlighting.
4096 If nil, remove only what's outside the current window.
4097 (isearch-lazy-highlight-remove-overlays): Take optional
4098 region within which NOT to remove them.
4099 (isearch-lazy-highlight-new-loop): Greatly simplified.
4100 (isearch-lazy-highlight-update): Find all the other occurrences
4101 visible in the window, in just one call.
4102 (isearch-lazy-highlight-start): Now holds start of region to scan.
4103 (isearch-lazy-highlight-end): Now holds end of region to scan.
4104 (isearch-lazy-highlight-wrapped): Variable deleted.
4105 (isearch-lazy-highlight-search): Function deleted.
4106
4107 2000-01-02 Andrew Innes <andrewi@gnu.org>
4108
4109 * w32-fns.el (convert-standard-filename): Do length check on name
4110 before aref.
4111
4112 2001-01-02 Dave Love <fx@gnu.org>
4113
4114 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4115 value.
4116 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4117
4118 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4119
4120 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4121 read syntax.
4122
4123 * calendar/todo-mode.el (todo): Add :link, :version.
4124 (todo-save-top-priorities): Remove autoload cookie.
4125 (todo-add-category, todo-add-item-non-interactively)
4126 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
4127
4128 2001-01-02 Gerd Moellmann <gerd@gnu.org>
4129
4130 * comint.el (comint-input-history-ignore): New variable.
4131 (comint-read-input-ring): Ignore entries matching
4132 comint-input-history-ignore.
4133
4134 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
4135
4136 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4137 (lm-copyright-mark): New function.
4138 (lm-crack-copyright): New function.
4139 (lm-verify): Check that the file has a copyright.
4140 Check that the file is copyright Free Software Foundation.
4141
4142 2000-12-30 Kenichi Handa <handa@etl.go.jp>
4143
4144 * international/mule-diag.el (print-fontset): Indent font name by
4145 24 columns, not 25.
4146
4147 2000-12-29 Gerd Moellmann <gerd@gnu.org>
4148
4149 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4150 in Subject line.
4151
4152 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
4153 Use mail-mode-hook instead of mail-setup-hook.
4154 Otherwise continuing an interrupted message with C-u C-x m for
4155 instance, winds up in Mail mode without abbrevs.
4156
4157 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4158
4159 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
4160 non-nil. Adding almost all customization variables on ps-setup.
4161 Doc fix.
4162 (ps-print-version): New version number (6.3.3).
4163 (ps-end-with-control-d): Initialization fix.
4164 (ps-lines-printed): New var.
4165 (ps-skip-newline): New fun.
4166 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4167 (ps-next-line, ps-continue-line, ps-plot-region)
4168 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
4169
4170 2000-12-29 Kenichi Handa <handa@etl.go.jp>
4171
4172 * international/fontset.el (x-complement-fontset-spec):
4173 Resolve ASCII font name so that the same family name is used for fonts
4174 registered in x-font-name-charset-alist.
4175 (create-fontset-from-fontset-spec): Adjusted for the above change.
4176 The name of fontset alias should be a unresolved ASCII font name.
4177
4178 2000-12-28 Gerd Moellmann <gerd@gnu.org>
4179
4180 * simple.el (delete-key-deletes-forward-mode): Bind backspace
4181 and delete in isearch-mode-map.
4182
4183 2000-12-28 Richard M. Stallman <rms@gnu.org>
4184
4185 * dired-x.el (dired-guess-shell-alist-default):
4186 Use xpdf instead of acroread.
4187
4188 2000-12-28 Kenichi Handa <handa@etl.go.jp>
4189
4190 * textmodes/artist.el (artist-butlast): Deleted.
4191 (artist-ellipse-mirror-quadrant): Use butlast instead of
4192 artist-butlast.
4193
4194 * subr.el (butlast, nbutlast): Moved from cl.el to here.
4195
4196 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4197
4198 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4199
4200 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4201
4202 * ls-lisp.el: Better support for the Mac and MS-Windows.
4203 (ls-lisp): New defgroup.
4204 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
4205 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
4206 (ls-lisp-support-shell-wildcards): New defcustoms.
4207 (ls-lisp-parse-symlink): New function.
4208 (insert-directory): Code to convert switches to a list and set up
4209 the wildcard argument copied from ls-lisp-insert-directory.
4210 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4211 for -C and -R switches.
4212 (ls-lisp-column-format): New function.
4213 (ls-lisp-delete-matching, ls-lisp-handle-switches)
4214 (ls-lisp-format-time): Add doc strings.
4215 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4216 Support ls-lisp-dirs-first.
4217 (ls-lisp-classify, ls-lisp-extension): New functions.
4218 (ls-lisp-format): Optionally support emulation of symlinks.
4219 Support -i, -s, and -G switches.
4220
4221 2000-12-27 Gerd Moellmann <gerd@gnu.org>
4222
4223 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4224
4225 * version.el (emacs-version): Print X scroll bar information.
4226
4227 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4228 instead of x-toolkit-scroll-bars-p.
4229
4230 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4231 of x-toolkit-scroll-bars-p.
4232
4233 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4234
4235 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
4236 (ffap-bindings): Doc fix, to reflect the above change.
4237
4238 2000-12-27 Kenichi Handa <handa@etl.go.jp>
4239
4240 * term.el (term-char-mode): Define all non-ascii self-inserting
4241 characters to 'term-send-raw in term-raw-map.
4242
4243 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
4244
4245 * viper-init (viper-restore-cursor-type): Added condition-case guard.
4246
4247 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4248 Changed initialization; use add-hook.
4249 (ediff-file-remote-p): Use file-local-copy.
4250
4251 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
4252
4253 * ediff.el (ediff-patch-buffer): Bug fix.
4254 (ediff-revision): Allow selection of the file at the prompt.
4255
4256 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4257
4258 * subr.el (combine-run-hooks): Remove.
4259
4260 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4261 and remove the rogue second spec.
4262
4263 2000-12-23 Gerd Moellmann <gerd@gnu.org>
4264
4265 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4266
4267 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4268
4269 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4270 Use minibuffer menu prompt for the `=' prefix.
4271 (smerge-command-prefix): Change default to C-^.
4272 (smerge-mode): Don't assume font-lock doesn't move point.
4273
4274 * skeleton.el (skeleton-internal-1): Make sure the first line of
4275 the region is also re-indented.
4276 (skeleton-end-newline): New var.
4277 (skeleton-end-hook): Use it.
4278
4279 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4280
4281 * comint.el (comint-password-prompt-regexp): Support CVS.
4282
4283 2000-12-22 Gerd Moellmann <gerd@gnu.org>
4284
4285 * simple.el (delete-key-deletes-forward-mode): Simplify.
4286 Also backspace key combinations, depending on
4287 delete-key-deletes-forward.
4288
4289 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4290
4291 * simple.el (delete-key-deletes-forward): Doc fix.
4292
4293 2000-08-22 Emmanuel Briot <briot@gnat.com>
4294
4295 * xml.el (top level comment): Updated to reflect the fact that
4296 white spaces are relevant in the XML file.
4297 (xml-parse-file): Do not kill an existing Emacs buffer if the file
4298 to parse was already edited. This allows for on-the-fly analysis
4299 of XML files.
4300 (xml-parse-tag): Check that the casing is the same in the start
4301 tag and end tag, since XML is case-sensitive. Allows for spaces
4302 in the end tag, after the name of the tag.
4303 (xml-parse-attlist): Allow for the character '-' in the name of
4304 attributes, as in the standard http-equiv attribute Do not save
4305 the properties in the XML tree, since they are not relevant.
4306
4307 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
4308
4309 * generic.el (generic-read-type): Undo last change, inline into
4310 `generic-mode' and then remove.
4311 (generic-mode): Inline generic-read-type.
4312 (define-generic-mode): Push the symbol name rather than the symbol
4313 onto generic-mode-list.
4314
4315 2000-12-21 Gerd Moellmann <gerd@gnu.org>
4316
4317 * generic.el (generic-read-type): Build an alist for
4318 completing-read as in 20.7.
4319
4320 * play/landmark.el (lm): Use interactive spec `P'.
4321 (toplevel): Don't set debug-on-error.
4322
4323 * server.el (server-switch-buffer): Choose a window on a visible frame.
4324
4325 2000-12-21 Dave Pearson <davep@davep.org>
4326
4327 * quickurl.el: Commentry change, I've moved my web site.
4328
4329 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4330
4331 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4332 ranges like \177-\237, but accepts the character sequence from \177 to
4333 \237. Doc fix.
4334 (ebnf-version): New version (3.4).
4335 (ebnf-setup): Code fix.
4336 (ebnf-range-regexp): New fun.
4337 (ebnf-8-bit-chars): Const fix.
4338
4339 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4340 entry. Doc fix.
4341 (ebnf-bnf-lex): Code fix.
4342 (ebnf-bnf-comment-chars): Const fix.
4343
4344 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4345 entry. Doc fix.
4346 (ebnf-iso-comment-chars): Const fix.
4347
4348 * ebnf-otz.el: Doc fix.
4349
4350 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4351 entry. Doc fix.
4352 (ebnf-yac-skip-code): Code fix.
4353 (ebnf-yac-comment-chars): Const fix.
4354
4355 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4356
4357 * files.el (insert-directory-safely): New function.
4358 (recover-file): Use it instead of insert-directory.
4359 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4360
4361 2000-12-21 Kenichi Handa <handa@etl.go.jp>
4362
4363 * international/mule-cmds.el (select-safe-coding-system):
4364 Check coding-category-list more rigidly. Improve help message.
4365
4366 * dired.el (dired-move-to-filename-regexp): Fix previous change.
4367
4368 2000-12-21 Miles Bader <miles@gnu.org>
4369
4370 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
4371
4372 2000-12-21 Kenichi Handa <handa@etl.go.jp>
4373
4374 * international/mule-diag.el (describe-char-after): Make *Help*
4375 buffer inherit multibyteness of the current buffer.
4376
4377 * international/mule.el (make-char): Docstring adjusted for the
4378 change of make-char-internal.
4379
4380 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4381
4382 * international/iso-cvt.el: Docstrings fix.
4383
4384 2000-12-20 Dave Love <fx@gnu.org>
4385
4386 * subr.el (eval-after-load): Doc fix.
4387
4388 2000-12-20 Kenichi Handa <handa@etl.go.jp>
4389
4390 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4391 for numbers.
4392
4393 2000-12-20 Miles Bader <miles@gnu.org>
4394
4395 * international/quail.el (quail-help): Resize the help window
4396 again after it has all its contents. Remove unneeded progn.
4397
4398 2000-12-19 Gerd Moellmann <gerd@gnu.org>
4399
4400 * pcmpl-linux.el: Fix copy/paste error.
4401
4402 2000-12-19 Andrew Innes <andrewi@gnu.org>
4403
4404 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
4405
4406 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4407
4408 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4409
4410 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4411
4412 * progmodes/idlw-shell.el: Fixed copyright notice.
4413
4414 * progmodes/idlwave.el: Fixed copyright notice.
4415
4416 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
4417 TAB as key separators.
4418
4419 2000-12-19 Alex Schroeder <alex@gnu.org>
4420
4421 * sql.el (sql-sybase-options): New option.
4422 (sql-sybase): Use it. Add sql-database to the list of parameters
4423 provided for login. The options -w 2048 -n are not used any more.
4424 (sql-postgres-options): Changed default from "--pset" to "-P".
4425 (sql-mysql-options): Doc change.
4426 (sql-stop): Doc change.
4427
4428 2000-12-19 Kenichi Handa <handa@etl.go.jp>
4429
4430 * international/quail.el (quail-input-method): Always hide
4431 the guidance buffer on exiting.
4432
4433 2000-12-18 Gerd Moellmann <gerd@gnu.org>
4434
4435 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4436 isn't fboundp.
4437
4438 * server.el (server-buffer-done): Bury the buffer before
4439 killing it.
4440
4441 * faces.el (face-spec-set): Interpret a nil in specs for
4442 foreground and background colors as `unspecified', for
4443 compatibility with 20.x.
4444
4445 2000-12-18 Dave Love <fx@gnu.org>
4446
4447 * simple.el (mail-user-agent): Doc fix.
4448 (input-mode-8-bit): Removed.
4449
4450 * international/mule.el (set-keyboard-coding-system): Doc fix.
4451 (keyboard-coding-system): New option.
4452
4453 * mail/sendmail.el (send-mail-function): Customize.
4454
4455 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4456
4457 * international/codepage.el (cp866-decode-table): New table.
4458
4459 2000-12-18 Gerd Moellmann <gerd@gnu.org>
4460
4461 * version.el (emacs-version): Remove `%a' from the time format
4462 because the weekday doesn't fit well into each locale.
4463
4464 2000-12-18 Miles Bader <miles@gnu.org>
4465
4466 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4467
4468 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
4469 Check that emacs-major-version is `=' to 20, not `>='.
4470 (artist-replace-chars): Use `make-string' instead of a loop.
4471
4472 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4473
4474 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4475 (cvs-execute-single-file): Don't change directory.
4476 Patch from Per Cederqvist.
4477
4478 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4479
4480 * textmodes/ispell.el (check-ispell-version):
4481 If `ispell-program-name' is "aspell", pass it the -v switch instead
4482 of -vv.
4483
4484 2000-12-16 Kenichi Handa <handa@etl.go.jp>
4485
4486 * international/mule-diag.el (mule-diag): Insert information about
4487 configure options, multibyte awareness, language env.
4488
4489 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4490 regexp to search for candidates.
4491
4492 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4493
4494 * info.el (Info-forward-node): If the node has an
4495 Info-header-line, widen the buffer before searching for "next:"
4496 and "up:" pointers, and set the search limit to stay in the
4497 current node.
4498
4499 2000-12-16 Miles Bader <miles@gnu.org>
4500
4501 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4502
4503 2000-12-15 Miles Bader <miles@gnu.org>
4504
4505 * comint.el (comint-send-string, comint-send-region): Also accept
4506 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4507 process-send-string/region.
4508
4509 2000-12-15 Gerd Moellmann <gerd@gnu.org>
4510
4511 * isearch.el (isearch-lazy-highlight-max): New user-option.
4512 (isearch-lazy-highlight-update): Don't highlight more than
4513 isearch-lazy-highlight-max matches.
4514
4515 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4516
4517 2000-12-15 Richard M. Stallman <rms@gnu.org>
4518
4519 * sort.el (sort-columns): Fix error message.
4520
4521 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4522 `upcase' or `downcase' or nil.
4523 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4524 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4525 (dabbrev--substitute-expansion): New arg record-case-pattern.
4526 If it is non-nil, set dabbrev--last-case-pattern.
4527 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4528
4529 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4530
4531 2000-12-15 Miles Bader <miles@gnu.org>
4532
4533 * paths.el (Info-default-directory-list): Don't delete
4534 configure-info-directory from the list of standard info
4535 directories when appending it to the end -- their order is important.
4536
4537 * faces.el (read-face-attribute): If there's no entry for the
4538 user's input in VALID, just use it as-is (this will often result
4539 in an error, but it may be OK for e.g. colors using hexadecimal
4540 notation, and at least will yield a better error message).
4541
4542 * window.el (mode-line-window-height-fudge): Function removed.
4543 (height-affecting-face-attributes, mode-line-window-height-fudge):
4544 Variables removed.
4545 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4546 window is really the right size. Use vertical-motion
4547 rather than forward-line.
4548 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4549 (ispell-command-loop, ispell-show-choices): Use the variable
4550 ispell-choices-win-default-height, rather than the function.
4551 (ispell-choices-win-default-height): Function removed.
4552 (ispell-mode-line-window-height-fudge): Function removed.
4553
4554 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4555
4556 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4557
4558 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4559
4560 * paths.el (Info-default-directory-list):
4561 If configure-info-directory is not one of the standard directories,
4562 put it first in the list; otherwise put it last. Doc string
4563 changed accordingly.
4564
4565 * info.el (Info-directory-list): Change doc string to reflect the
4566 change in Info-default-directory-list.
4567
4568 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4569 windows-nt as windowed environments, even under -nw.
4570
4571 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4572 if not fboundp. Switch delete-forward mode for the <delete> key
4573 on all PC platforms, even under -nw.
4574
4575 * term/internal.el ([M-delete]): Remap to M-d.
4576
4577 2000-12-14 Gerd Moellmann <gerd@gnu.org>
4578
4579 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4580
4581 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4582
4583 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4584
4585 2000-12-14 Gerd Moellmann <gerd@gnu.org>
4586
4587 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4588 if appropriate.
4589
4590 * simple.el (delete-key-deletes-forward): New user-option.
4591 (delete-key-deletes-forward-mode): New function.
4592
4593 * bindings.el: Bind `delete' to backward-delete-char.
4594
4595 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4596 Test if symbol is bound before getting its value.
4597
4598 * tooltip.el (tooltip-show): If an error is signaled in
4599 x-show-tip, display that error, and display the help in the
4600 echo area.
4601
4602 2000-12-14 Kenichi Handa <handa@etl.go.jp>
4603
4604 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4605 Show "... entries" messages for every 10000 entries, not 10.
4606
4607 2000-12-13 Karl Fogel <kfogel@red-bean.com>
4608
4609 * bookmark.el: Provide a generic exit hook, as suggested by
4610 Ovidiu Predescu <ovidiu@cup.hp.com>:
4611 (bookmark-exit-hook): New var.
4612 (bookmark-exit-hook-internal): New func, replaces
4613 old raw lambda form in `kill-emacs-hook', and runs new
4614 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4615 as logically that feature must have been provided if this function
4616 is running.
4617 Removed ;;;###autoload before the `add-hook' call.
4618
4619 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4620
4621 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4622 (easy-menu-current-active-maps): New function.
4623 (easy-menu-get-map): Use it.
4624 Make a proper menu entry when creating a new keymap.
4625
4626 2000-12-13 Kenichi Handa <handa@etl.go.jp>
4627
4628 * international/characters.el: Fix cases and syntaxes for
4629 mule-unicode-0100-24ff.
4630
4631 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4632 that a Japanese character is not appended after day and year.
4633
4634 * info.el (Info-suffix-list): Change format for a command that
4635 requires arguments.
4636 (info-insert-file-contents): Adjusted for the above change.
4637
4638 2000-12-12 Andreas Schwab <schwab@suse.de>
4639
4640 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4641 on the name of the tar buffer. Verify that the existing buffer is
4642 visiting the same subfile.
4643
4644 2000-12-12 Dave Love <fx@gnu.org>
4645
4646 * subdirs.el: Add obsolete.
4647
4648 2000-12-12 Gerd Moellmann <gerd@gnu.org>
4649
4650 * mail/rmailsum.el (rmail-summary-expunge)
4651 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4652 instead of rmail-confirm-expunge.
4653
4654 * replace.el (perform-replace): Don't use an empty match adjacent
4655 to a non-empty match when computing the next match before the
4656 replacement is performed.
4657
4658 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
4659
4660 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4661 definition (patch by Stefan Monnier).
4662 (glasses-mode): Use jit-lock instead of `after-change-functions'
4663 (patch by Stefan Monnier).
4664
4665 2000-12-12 Miles Bader <miles@gnu.org>
4666
4667 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4668 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4669
4670 2000-12-12 Andrew Choi <akochoi@i-cable.com>
4671
4672 * term/mac-win.el: Remove load for ls-lisp.
4673
4674 * loadup.el: Load ls-lisp for system-type `macos'.
4675
4676 2000-12-12 Miles Bader <miles@gnu.org>
4677
4678 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4679 Respect field end too.
4680 (just-one-space): Respect fields as `delete-horizontal-space'.
4681 (newline-and-indent, reindent-then-newline-and-indent):
4682 Use `delete-horizontal-space'.
4683
4684 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4685
4686 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4687 (so as to obey the field property in the minibuffer).
4688
4689 * obsolete/c-mode.el: Moved from lisp/progmodes.
4690 * obsolete/auto-show.el: Moved from lisp.
4691 * obsolete/ooutline.el: Moved from lisp/textmodes.
4692
4693 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4694
4695 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
4696 changes to list them here.
4697
4698 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4699 Too many changes to list them here.
4700
4701 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4702 Too many changes to list them here.
4703
4704 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4705
4706 2000-12-11 Gerd Moellmann <gerd@gnu.org>
4707
4708 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
4709
4710 * cus-edit.el (custom-save-variables, custom-save-faces):
4711 Comment fix.
4712
4713 * hscroll.el: Moved to `obsolete' subdir.
4714
4715 2000-12-11 Miles Bader <miles@gnu.org>
4716
4717 * window.el (window-text-height): Function removed (now in C).
4718
4719 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4720
4721 * log-edit.el (log-edit-parent-buffer): New var.
4722 (log-edit): Set it. Add BUFFER argument.
4723 (log-edit-done): Use char-before.
4724 Don't bother checking validity of vc-comment-ring.
4725 Only bury the buffer if log-edit popped it up.
4726
4727 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4728 (cvs-mode-diff-help): Remove.
4729 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
4730 (cvs-mode-marked): Set up the default for CMD manually.
4731
4732 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4733 Remove binding for ? now made unnecessary.
4734
4735 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4736
4737 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
4738 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4739
4740 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4741 when master file is not open.
4742
4743 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4744
4745 * progmodes/ada-stmt.el: Update `maintainer'.
4746
4747 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4748
4749 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4750 choices to match documentation string.
4751
4752 2000-12-09 Miles Bader <miles@gnu.org>
4753
4754 * minibuf-eldef.el: New file.
4755
4756 * window.el (fit-window-to-buffer): Don't pass last argument to
4757 pos-visible-in-window-p, now that its meaning is inverted.
4758
4759 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4760
4761 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4762 <ceder@lysator.liu.se>.
4763
4764 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4765
4766 * autoinsert.el (auto-insert-alist): Add missing final \n.
4767
4768 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4769 (cvs-menu-map): Remove.
4770 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4771 (cvs-mode-quit): Turn it back into a plain function.
4772
4773 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
4774 (texinfo-filter): Remove (move to texinfo.el).
4775
4776 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4777 file where it's more visible.
4778 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4779 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4780 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4781 (texinfo-inside-macro-p): Only catch `scan-error's.
4782 (texinfo-inside-env-p): Make better use of the match info.
4783 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4784 (texinfo-insert-@end): Slight re-organization.
4785 Also remove useless `looking-at' call.
4786
4787 2000-12-08 Andrew Innes <andrewi@gnu.org>
4788
4789 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4790 accessible in -nw mode.
4791
4792 * term/w32-win.el: Remove stuff about selection timeout, which is
4793 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4794 it is accessible in -nw mode.
4795
4796 2000-12-08 Dave Love <fx@gnu.org>
4797
4798 * emacs-lisp/lisp-mode.el (lisp-mode):
4799 Set font-lock-keywords-case-fold-search.
4800
4801 2000-12-08 Gerd Moellmann <gerd@gnu.org>
4802
4803 * textmodes/ispell.el (ispell): Doc fix.
4804
4805 2000-12-08 Kenichi Handa <handa@etl.go.jp>
4806
4807 * international/quail.el (quail-insert-decode-map): Check the
4808 frame width of a window displaying the current buffer, not that of
4809 the selected frame.
4810 (quail-help): Make sure that the help buffer has window before
4811 inserting text in it.
4812
4813 2000-12-07 Sam Steingold <sds@gnu.org>
4814
4815 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4816 Backquote is used in isearch.el, so autoloading saves nothing.
4817
4818 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4819
4820 * startup.el (normal-top-level-add-subdirs-to-load-path):
4821 Ignore the CVS and RCS subdirectories case-insensitively.
4822
4823 * dired.el (dired-insert-directory): If file-system-info is
4824 fboundp, call it instead of invoking dired-free-space-program.
4825
4826 2000-12-07 Gerd Moellmann <gerd@gnu.org>
4827
4828 * server.el (server-visit-files): Push files on file-name-history.
4829
4830 * progmodes/cc-langs.el: Update copyright.
4831
4832 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4833
4834 * bindings.el (mode-line-mode-menu): Add glasses-mode.
4835
4836 * bindings.el (mode-line-mode-menu): Reverse the order
4837 of define-keys so that the menu appears in alphabetical order.
4838
4839 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
4840
4841 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4842 of the function.
4843
4844 2000-12-07 Dave Love <fx@gnu.org>
4845
4846 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4847
4848 * facemenu.el (facemenu-unlisted-faces): Fix value.
4849
4850 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4851
4852 * font-lock.el (font-lock-default-fontify-region):
4853 Include the terminating \n (off-by-one error).
4854 (font-lock-set-defaults): Use dolist.
4855
4856 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4857
4858 2000-12-07 Kenichi Handa <handa@etl.go.jp>
4859
4860 * international/mule-cmds.el (describe-language-environment):
4861 Fix for the case that an input method title is not string but a list.
4862
4863 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4864 of wrong SIZE record.
4865
4866 2000-12-06 Dave Love <fx@gnu.org>
4867
4868 * newcomment.el (comment-region, comment-dwim): Doc fix.
4869
4870 * textmodes/texinfo.el: Require tex-mode when compiling.
4871 (texinfo-update-node): Doc fix.
4872 (texinfo-imenu-generic-expression): Add @anchor.
4873 (texinfo-font-lock-keywords): Add @uref.
4874 (texinfo-inside-macro-p): Don't use ignore-errors.
4875 (texinfo-insert-quote): Match more contexts.
4876
4877 * international/mule.el (decode-char, encode-char): Doc fix.
4878 (auto-coding-alist): Customize.
4879
4880 * files.el (load-file): Fix change of 2000-03-12.
4881
4882 * wid-edit.el (widget-text-keymap): Doc fix.
4883
4884 2000-12-06 Andrew Innes <andrewi@gnu.org>
4885
4886 * makefile.w32-in (lisp): Set to an absolute directory, namely
4887 $(CURDIR).
4888
4889 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4890
4891 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4892 read generated-autoload-file, and set buffer-file-coding-system to
4893 raw-text-unix after reading the file.
4894
4895 * international/mule-conf.el (file-coding-system-alist):
4896 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
4897
4898 2000-12-06 Gerd Moellmann <gerd@gnu.org>
4899
4900 * replace.el (occur): Make line-number-width 1 smaller for the
4901 colon following the line number.
4902
4903 * startup.el (fancy-splash-text, command-line-1):
4904 Use `File' for the menu name instead of `Files'.
4905
4906 * tmm.el: Update copyright.
4907
4908 * cus-start.el: Add entry for even-window-heights.
4909
4910 2000-12-06 Miles Bader <miles@gnu.org>
4911
4912 * faces.el (frame-set-background-mode): Avoid stomping on
4913 locally modified faces.
4914
4915 2000-12-06 Kenichi Handa <handa@etl.go.jp>
4916
4917 * international/fontset.el: Correct the font registries for
4918 japanese-jisx0213-1 and japanese-jisx0213-2.
4919
4920 2000-12-05 Gerd Moellmann <gerd@gnu.org>
4921
4922 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4923
4924 * iswitchb.el: Update customization commentary.
4925
4926 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
4927
4928 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4929 (tpu-search-highlight): Fixed comparison of overlay end positions.
4930 (tpu-trim-line-ends): Implemented trimming logic locally.
4931
4932 * emulation/tpu-extras.el (tpu-write-file-hook)
4933 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
4934
4935 2000-12-05 Kenichi Handa <handa@etl.go.jp>
4936
4937 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4938 to cn-gb.
4939 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4940
4941 2000-12-04 Dave Love <fx@gnu.org>
4942
4943 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4944
4945 2000-12-04 Gerd Moellmann <gerd@gnu.org>
4946
4947 * mail/rmailsum.el (rmail-summary-expunge)
4948 (rmail-summary-expunge-and-save): Ask for confirmation with
4949 rmail-expunge-confirmed.
4950
4951 * mail/rmail.el (rmail-expunge-confirmed): New function.
4952 (rmail-expunge): Use it.
4953
4954 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4955
4956 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
4957 (etags-recognize-tags-table, find-tag-in-order):
4958 New functionality: interpret file names as tags.
4959
4960 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4961
4962 * info.el (Info-scroll-prefer-subnodes): New defcustom.
4963 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4964 the first subnode until the bottom of the current node is visible.
4965
4966 2000-12-04 Gerd Moellmann <gerd@gnu.org>
4967
4968 * format.el (format-decode): Don't change buffer's undo list.
4969
4970 2000-12-04 Kenichi Handa <handa@etl.go.jp>
4971
4972 * faces.el (face-font-registry-alternatives): Add entries for CJK
4973 fonts. Doc-string adjusted for the actual usage of this data.
4974
4975 * international/fontset.el: Change the font registries for CJK
4976 fonts in the default fontset. Don't append '*' to registries.
4977
4978 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4979
4980 * emacs-lisp/easy-mmode.el (define-derived-mode)
4981 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4982
4983 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4984 (derived-mode-p): New function.
4985 (derived-mode-make-docstring): Add `docstring' argument.
4986 Use it if available and complete it if necessary.
4987
4988 2000-12-03 Andreas Schwab <schwab@suse.de>
4989
4990 * type-break.el (type-break): Don't make parent of itself.
4991
4992 2000-12-03 Miles Bader <miles@gnu.org>
4993
4994 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4995
4996 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4997
4998 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4999 (tex-main-file, tex-file): Simplify.
5000 (tex-generate-zap-file-name): Use subst-char-in-string.
5001 (tex-strip-dots): Remove.
5002
5003 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5004
5005 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5006 to check if the match succeeded.
5007
5008 2000-12-02 Gerd Moellmann <gerd@gnu.org>
5009
5010 * startup.el (use-fancy-splash-screens-p): New function.
5011 (command-line-1): Use it to determine whether or not to use
5012 a fancy splash screen.
5013
5014 2000-12-02 Andreas Schwab <schwab@suse.de>
5015
5016 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5017
5018 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5019
5020 * international/mule.el (make-char): Fix last change.
5021
5022 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5023 New defcustoms.
5024 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
5025 autoloading tex-mode; instead, do the same manually.
5026 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
5027 with numeric argument. Docstring fix.
5028 (toplevel): Require cl when compiling.
5029
5030 * international/mule.el (make-char): Doc fix.
5031
5032 2000-12-02 Jason Rumney <jasonr@gnu.org>
5033
5034 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5035 the Emacs Lisp manual)
5036
5037 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5038
5039 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5040
5041 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5042 the Emacs Lisp manual).
5043
5044 2000-12-02 Gerd Moellmann <gerd@gnu.org>
5045
5046 * simple.el (next-line-add-newlines): Change default to nil.
5047
5048 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
5049
5050 * files.el (revert-buffer, recover-file):
5051 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
5052
5053 2000-12-01 Gerd Moellmann <gerd@gnu.org>
5054
5055 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5056
5057 2000-12-01 Miles Bader <miles@gnu.org>
5058
5059 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5060
5061 2000-12-01 Kenichi Handa <handa@etl.go.jp>
5062
5063 * international/mule-diag.el (describe-char-after): Fix typo.
5064 (describe-character-set, non-iso-charset-alist): Fix typo.
5065
5066 2000-12-01 Miles Bader <miles@gnu.org>
5067
5068 * image-file.el (image-file-name-regexp): Automatically add
5069 upper-case variants of each filename extension in
5070 `image-file-name-extensions', since they seem to be common.
5071
5072 * simple.el (minibuffer-contents)
5073 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5074 New functions.
5075 * filecache.el (file-cache-directory-name)
5076 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5077
5078 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
5079
5080 * filecache.el (file-cache-minibuffer-complete): Don't try to
5081 delete the minibuffer prompt.
5082
5083 2000-11-30 Dave Love <fx@gnu.org>
5084
5085 * cus-start.el: Fix read-buffer-function type.
5086
5087 2000-11-30 Gerd Moellmann <gerd@gnu.org>
5088
5089 * md5.el: Removed. There's a built-in function, now.
5090
5091 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
5092
5093 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5094 as dummy 0-th char of rmail-deleted-vector.
5095
5096 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
5097
5098 * ps-print.el (ps-end-job): Bind case-fold-search only after
5099 switching to ps-spool-buffer.
5100
5101 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5102
5103 * ps-print.el: Line number font customization. PostScript: Lines and
5104 PageCount are initialized on each page. Doc Fix.
5105 (ps-print-version): New version number (6.3.2).
5106 (ps-lpr-switches, ps-font-info-database, ps-font-size)
5107 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5108 (ps-right-header): Customization fix.
5109 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5110 Fix code.
5111 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5112 New vars.
5113
5114 2000-11-30 Gerd Moellmann <gerd@gnu.org>
5115
5116 * bs.el: Fix typos and spelling errors.
5117 (bs-appearance) <defgroup>: Renamed from bs-appearence.
5118 (bs-configuration): Doc fix.
5119
5120 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
5121
5122 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
5123
5124 * emulation/tpu-edt.el (tpu-version): New version.
5125 (tpu-search-overlay, tpu-replace-overlay): New initial range.
5126 (tpu-original-mode-line): Variable deleted.
5127 (tpu-mark-flag): New initial value.
5128 (tpu-set-mode-line): Don't redefine mode-line-format.
5129 Add tpu-mark-flag to minor-mode-alist.
5130 (tpu-update-mode-line): New mark flag logic.
5131 (tpu-get): Use find-file-wildcards.
5132 (tpu-search-highlight): Move overlay less, reset overlay properly.
5133 (tpu-unselect): Deactivate mark.
5134 (tpu-lm-replace): Reset overlay properly.
5135 (tpu-forward-line): Use forward-visible-line.
5136 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
5137
5138 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
5139
5140 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5141
5142 * cus-edit.el (custom-face-value-create): Always emphasize tag.
5143
5144 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5145
5146 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5147 and skip whitespace and newlines.
5148
5149 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
5150
5151 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5152
5153 2000-11-29 Gerd Moellmann <gerd@gnu.org>
5154
5155 * help.el (describe-function-1): Regexp-quote function name
5156 when used as part of a regexp.
5157
5158 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5159 Use face-attribute instead of face-foreground and face-background.
5160 (tool-bar-add-item): Likewise, and handle unspecified colors.
5161
5162 * enriched.el (enriched-face-ans): Use face-attribute instead
5163 of face-foreground and face-background.
5164
5165 * faces.el (face-foreground, face-background, face-stipple):
5166 Return nil if attribute is unspecified, for backward compatibility.
5167
5168 * files.el (auto-mode-alist): Add an entry for antlr-mode.
5169
5170 * play/5x5.el: Remove version info.
5171
5172 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5173
5174 * frame.el (blink-cursor-mode): Doc fix.
5175
5176 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5177
5178 * antlr-mode.el: New commands to run ANTLR from within Emacs and
5179 to create Makefile rules.
5180 (antlr-tool-command): New user option.
5181 (antlr-ask-about-save): New user option.
5182 (antlr-makefile-specification): New user option.
5183 (antlr-file-formats-alist): New variable.
5184 (antlr-special-file-formats): New variable.
5185 (antlr-unknown-file-formats): New user option.
5186 (antlr-help-unknown-file-text): New variable.
5187 (antlr-help-rules-intro): New variable.
5188 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5189 (antlr-mode-menu): Add entries.
5190 (antlr-file-dependencies): New function.
5191 (antlr-directory-dependencies): New function.
5192 (antlr-superclasses-glibs): New function.
5193 (antlr-run-tool): New command.
5194 (antlr-makefile-insert-variable): New function.
5195 (antlr-insert-makefile-rules): New function.
5196 (antlr-show-makefile-rules): New command.
5197
5198 * antlr-mode.el: More Emacs/XEmacs stuff.
5199 (antlr-no-action-keywords): New constant with value nil.
5200 (antlr-font-lock-keywords-alist): Use it. Old value would break
5201 syntax highlighting in Emacs-21.0.
5202 (antlr-default-directory): Emacs/XEmacs dependend function.
5203 (antlr-read-shell-command): Ditto.
5204 (antlr-with-displaying-help-buffer): Ditto.
5205
5206 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5207
5208 * antlr-mode.el: imenu, parsing and highlighting changes.
5209 (antlr-imenu-create-index-function): Don't create extra submenus
5210 for definitions in different grammar classes. It is not necessary
5211 for the menu and would make command `imenu' awkward to use.
5212 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5213 header actions and more than one.
5214 (antlr-font-lock-tokendef-face): Changed color.
5215 (antlr-font-lock-tokenref-face): Changed color.
5216 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5217 (antlr-mode-syntax-table): New variable.
5218 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5219 (antlr-with-syntax-table): Don't copy syntax table.
5220
5221 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5222
5223 * antlr-mode.el: Minor changes: language setting.
5224 (antlr-language-alist): The value for file option "language" can
5225 be both an identifier and a string.
5226 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5227 (antlr-language-limit-n-regexp): Change accordingly.
5228
5229 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5230
5231 * antlr-mode.el: Minor changes: tabs, hiding.
5232 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5233 (antlr-action-visibility): Also allow value nil to also hide the
5234 braces. Renamed from `antlr-tiny-action-length'.
5235 Suggested by Jay@aol.com.
5236 (antlr-hide-actions): Change accordingly. Hide line if completely
5237 hidden action is on a line of its own.
5238
5239 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5240
5241 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5242
5243 * sort.el (sort-columns): Don't concat strings with numbers.
5244
5245 2000-11-29 Dave Love <fx@gnu.org>
5246
5247 * cus-edit.el (face): Fix :format.
5248
5249 * mail/feedmail.el: Require smtpmail when compiling.
5250 (mail-do-fcc): Autoload.
5251 (feedmail) <defgroup>: Fix :link.
5252 (feedmail-nuke-body-in-fcc): Fix :type.
5253 (feedmail-send-it): Add autoload cookie.
5254
5255 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5256
5257 * newcomment.el (comment-indent): Save excursion around call to
5258 comment-indent-function.
5259
5260 2000-11-29 Miles Bader <miles@gnu.org>
5261
5262 * subr.el (member-ignore-case): Return the tail of the list who's
5263 car matches, like `member', not the matching element itself.
5264
5265 2000-11-29 Kenichi Handa <handa@etl.go.jp>
5266
5267 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5268 should not contain `\n'.
5269
5270 2000-11-28 Gerd Moellmann <gerd@gnu.org>
5271
5272 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5273
5274 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5275
5276 * dired-aux.el (dired-do-create-files): Construct default file
5277 name for dired-mark-read-file-name so that when the user enters
5278 just RET, the target file will end up in the target directory.
5279
5280 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5281 local-abbrev-table before changing buffers because it might
5282 have a buffer-local binding.
5283
5284 2000-11-28 Miles Bader <miles@gnu.org>
5285
5286 * simple.el (delete-horizontal-space): Handle fields more generally.
5287
5288 2000-11-28 Gerd Moellmann <gerd@gnu.org>
5289
5290 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5291
5292 2000-11-28 Dave Love <fx@gnu.org>
5293
5294 * progmodes/ps-mode.el (ps-mode): Set comment-start and
5295 comment-start-skip locally.
5296
5297 * progmodes/fortran.el (fortran-mode): Don't set
5298 fortran-comment-line-start-skip. Set comment-start to
5299 fortran-comment-line-start.
5300 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5301 (fortran-comment-line-start-skip): Simplify slightly.
5302
5303 2000-11-28 Gerd Moellmann <gerd@gnu.org>
5304
5305 * play/5x5.el: Remove RCS keyword.
5306
5307 * bs.el: Mistaken commit, undone 2000-11-30.
5308
5309 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
5310
5311 * textmodes/tildify.el (tildify-string-alist):
5312 Add `plain-tex-mode' here.
5313
5314 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
5315
5316 * chistory.el (Command-history-setup): Remove extraneous `keymap'
5317 reference.
5318
5319 2000-11-28 Miles Bader <miles@gnu.org>
5320
5321 * cus-face.el (custom-face-attributes): Add post-filter function
5322 for :box. Make pre-filter function for :box handle all cases.
5323
5324 * wid-edit.el (widget-choose): Make sure pop-up window is large
5325 enough to display all the choices, as there's no way to scroll it.
5326
5327 2000-11-28 Kenichi Handa <handa@etl.go.jp>
5328
5329 * international/mule-conf.el: Make the coding system no-conversion
5330 safe for all characters.
5331
5332 2000-11-27 Dave Love <fx@gnu.org>
5333
5334 * net/ldap.el (ldap) <defgroup>: Add :version.
5335
5336 * tooltip.el (tooltip-use-echo-area): Doc fix.
5337
5338 * cus-start.el <minibuffer-prompt-properties>: Add version.
5339 <read-buffer-function>: Add.
5340
5341 * apropos.el (apropos-print): Add help-echo to active text.
5342
5343 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5344
5345 2000-11-27 Gerd Moellmann <gerd@gnu.org>
5346
5347 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5348 type, group and version.
5349
5350 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
5351
5352 * select.el (x-get-selection): Docstring fix.
5353
5354 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
5355
5356 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
5357
5358 2000-11-27 Andrew Innes <andrewi@gnu.org>
5359
5360 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5361
5362 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5363
5364 2000-11-27 Miles Bader <miles@gnu.org>
5365
5366 * dired.el (dired-get-filename): Return filename verbatim if
5367 LOCALP is `verbatim'.
5368 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5369 `verbatim' so that we don't inadvertently delete a non-existant
5370 directory name.
5371
5372 2000-11-27 Kenichi Handa <handa@etl.go.jp>
5373
5374 * international/characters.el: Specify cases and syntaxes for
5375 mule-unicode-0100-24ff.
5376
5377 2000-11-27 Gerd Moellmann <gerd@gnu.org>
5378
5379 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5380 that foreground and/or background colors of the face `tool-bar'
5381 are unspecified.
5382
5383 2000-11-27 Miles Bader <miles@gnu.org>
5384
5385 * wid-edit.el (widget-field-buffer, widget-field-start)
5386 (widget-field-end): Handle widget field `pseudo-overlays'.
5387 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5388 if it's there instead of in `widget-field-list'.
5389
5390 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
5391 (help-make-xrefs): Delete extraneous newlines at the end of the
5392 docstring.
5393
5394 2000-11-25 Jason Rumney <jasonr@gnu.org>
5395
5396 * startup.el (command-line): Call set-locale-environment after
5397 Window System init file is read, as it can result in a call to
5398 redraw-frame.
5399
5400 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5401
5402 * simple.el (shell-command): Mention the effect of the prefix
5403 argument in the doc string.
5404
5405 2000-11-25 Miles Bader <miles@gnu.org>
5406
5407 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5408
5409 * wid-edit.el (widget-field-value-delete): Don't try to delete
5410 overlay when it's the `pseudo-overlay' that exists at some points.
5411
5412 2000-11-24 Jason Rumney <jasonr@gnu.org>
5413
5414 * international/mule-cmds.el (locale-language-names): Add "jp" as
5415 a non-standard alternative for Japanese.
5416
5417 2000-11-24 Andre Spiegel <spiegel@gnu.org>
5418
5419 * vc-hooks.el: Require 'cl during compilation.
5420
5421 2000-11-24 Gerd Moellmann <gerd@gnu.org>
5422
5423 * faces.el (face-set-after-frame-default): Let face attributes
5424 specified for new frames override frame parameters.
5425
5426 * startup.el (command-line): Fix computation of the source file
5427 for user-init-file when user-init-file is a compiled file.
5428
5429 2000-11-24 Miles Bader <miles@gnu.org>
5430
5431 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
5432 (custom-post-filter-face-spec): New functions.
5433 (custom-face-set, custom-face-value-create): Filter the face spec
5434 before and after customization.
5435 (custom-face-set): If VALUE specifies a null face, pass a
5436 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5437 * cus-face.el (custom-face-attributes): Remove SET and GET
5438 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5439 cases they're needed.
5440
5441 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5442 that it's distinguishable from the :off-glyph on dark-background
5443 displays. Set its background color too.
5444
5445 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5446 so that people can easily turn it off.
5447
5448 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5449
5450 * ediff-diff.el: Moved variables around to have it compile under NT.
5451
5452 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
5453
5454 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
5455
5456 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
5457 redundant skip-small-frames test.
5458
5459 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
5460 (viper-downgrade-to-insert): Protect against errors in hooks.
5461
5462 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5463 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
5464 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5465 New functions.
5466
5467 * viper-util.el (viper-memq-char): Bug fixes.
5468
5469 * viper.el (viper-mode): Fix cursor handling.
5470
5471 2000-11-24 Kenichi Handa <handa@etl.go.jp>
5472
5473 * international/mule-diag.el (list-iso-charset-chars):
5474 For two-byte charset, fix the `while' condition.
5475 (list-non-iso-charset-chars): Fix the `while' condition.
5476
5477 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5478
5479 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5480 if the variable is make-variable-buffer-local.
5481
5482 * progmodes/ada-stmt.el (ada-template-map):
5483 Initialize and bind it to C-c t in ada-mode-map.
5484 (ada-stmt-mode-hook): New function extracted from old code.
5485 Only change the buffer-local side of skeleton-*.
5486 (ada-mode-hook): Use it.
5487
5488 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5489
5490 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5491 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5492 we expect to be returned by minibuffer-depth once we prompt the
5493 user in the minibuffer.
5494 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5495 as recorded in iswitchb-minibuf-depth, return non-nil.
5496
5497 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5498
5499 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5500 (hscroll-window-maybe): Docstring fix.
5501
5502 2000-11-23 Dave Love <fx@gnu.org>
5503
5504 * rect.el (string-rectangle): Don't test delete-selection-mode.
5505
5506 2000-11-23 Gerd Moellmann <gerd@gnu.org>
5507
5508 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5509 is in the tool bar.
5510
5511 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
5512 with `no-dir'; we want the directory part to be able to remove it.
5513
5514 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5515
5516 * textmodes/outline.el (outline-flag-region):
5517 Don't bind inhibit-read-only since we don't modify the buffer.
5518 (outline-isearch-open-invisible): Don't jump to overlay-start
5519 since we're trying to unhide text around point.
5520 (outline-discard-overlays): Use dolist.
5521
5522 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5523
5524 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5525
5526 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
5527
5528 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5529
5530 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5531 Fix ARG regexp to skip quoted braces.
5532 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5533 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5534 are (correctly) handled separately).
5535 Remove `caption' and `footnote' from `citations': they contain text.
5536 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5537 (latex-skeleton-end-hook): New function.
5538 (latex-mode): Use it.
5539 (tex-start-tex-marker): Remove.
5540 (tex-send-tex-command): Don't set tex-start-tex-marker.
5541 (tex-error-parse-syntax-table): New var.
5542 (tex-compilation-parse-errors): Use it.
5543 Ignore tex-start-tex-marker. Don't bother with marker-position.
5544 (tex-validate-buffer): Don't bother with marker-position.
5545
5546 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
5547 (flyspell-generic-progmode-verify): Use it.
5548
5549 2000-11-22 Sam Steingold <sds@gnu.org>
5550
5551 * simple.el (delete-trailing-whitespace): New interactive function.
5552
5553 * progmodes/ada-mode.el (ada-mode): Use it instead of
5554 `ada-remove-trailing-spaces'.
5555 (ada-remove-trailing-spaces): Removed.
5556
5557 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
5558
5559 * textmodes/picture.el (picture-clean): Removed.
5560 (picture-mode-exit): Call it instead of `picture-clean'.
5561
5562 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5563
5564 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5565
5566 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5567 jit-lock-fontify-buffer; it should anyway be unneccessary to
5568 do anything special when jit-lock is active.
5569 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5570
5571 2000-11-22 Dave Love <fx@gnu.org>
5572
5573 * calendar/todo-mode.el (todo-top-priorities): Use
5574 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5575
5576 * language/chinese.el, language/cyrillic.el:
5577 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5578 * language/hebrew.el, language/indian.el, language/japanese.el:
5579 * language/korean.el, language/lao.el, language/misc-lang.el:
5580 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5581 Use provide.
5582
5583 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5584 (custom-variable-set): Improve validation error mesage.
5585
5586 * rect.el (string-rectangle): Revert last change.
5587 (string-rectangle-line): New arg DELETE.
5588 (string-rectangle): Check delete-selection-mode.
5589
5590 * emacs-lisp/edebug.el (edebug-version)
5591 (edebug-maintainer-address): Deleted.
5592 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5593 (edebug-read-function): Account for other `'#' read forms.
5594 (edebug-mode-menus): Make some items toggles.
5595 (edebug-outside-unread-command-event, unread-command-event):
5596 Remove these to avoid warnings.
5597
5598 2000-11-22 David Ponce <david@dponce.com>
5599
5600 * recentf.el (recentf-menu-items-for-commands)
5601 (recentf-make-menu-items, recentf-make-menu-item)
5602 (recentf-filter-changer): Added :help and :active menu-item properties.
5603
5604 (recentf-build-dir-rules, recentf-dump-variable)
5605 (recentf-edit-list, recentf-open-files-item)
5606 (recentf-open-files): Replaced unnecessary `mapcar' with new
5607 built-in `mapc'.
5608
5609 2000-11-23 Miles Bader <miles@gnu.org>
5610
5611 * faces.el (menu): Make inverse-video on ttys too.
5612
5613 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5614
5615 * simple.el (comment-line-break-function): Use the new name
5616 indent-new-comment-line -> comment-indent-new-line.
5617 (clone-indirect-buffer): Don't ignore NORECORD.
5618 (next-completion): Properly handle the case where items are adjacent.
5619
5620 * mouse.el (popup-menu): Stupid typo.
5621
5622 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5623
5624 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5625 maintainer, keywords tags.
5626
5627 * rect.el (replace-rectangle): Don't call string-rectangle-line
5628 with too many arguments.
5629
5630 2000-11-22 Andre Spiegel <spiegel@gnu.org>
5631
5632 * ediff-util.el (ediff-file-checked-out-p)
5633 (ediff-file-checked-in-p): Call vc-state instead of
5634 vc-locking-user, which no longer exists.
5635
5636 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5637
5638 2000-11-22 Dave Love <fx@gnu.org>
5639
5640 * md5.el (md5): Provide.
5641 (md5): Fix error call.
5642
5643 2000-11-22 Miles Bader <miles@gnu.org>
5644
5645 * textmodes/refill.el (refill-adjust-ignorable-overlay)
5646 (refill-fill-paragraph-at): Remove debugging code.
5647
5648 * calendar/calendar.el (generate-calendar-window): When we don't
5649 call `fit-window-to-buffer', make sure the top line is fully visible.
5650
5651 * image-file.el (insert-image-file): Don't make `read-only'
5652 property rear-nonsticky.
5653
5654 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5655 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5656 stashing away its original value.
5657 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5658 in the recursive edit.
5659 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5660 (isearch-done): Restore `minibuffer-message-timeout'.
5661
5662 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5663
5664 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5665
5666 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5667
5668 * find-lisp.el (find-lisp-find-files-internal):
5669 Use dolist, when and file-name-as-directory.
5670
5671 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
5672 (define-derived-mode, define-minor-mode): Add specs.
5673
5674 * window.el: General comment and spacing fixes.
5675 (save-selected-window): Use backquotes.
5676 (window-safely-shrinkable-p): New function.
5677 (shrink-window-if-larger-than-buffer): Use it.
5678
5679 * subr.el (make-local-hook): Docstring fix.
5680
5681 * shell.el (shell-mode): Use define-derived-mode.
5682
5683 * newcomment.el (comment-indent): Insert comment before calling
5684 comment-indent-function. Don't insert in column 0.
5685 (comment-dwim): Indent before inserting comment.
5686
5687 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5688 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5689 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5690 Use mapc rather than map.
5691
5692 * files.el (find-buffer-visiting): Compare all attributes before
5693 declaring two files identical (rather than just their inode-no).
5694 (auto-mode-alist): Use \' rather than $.
5695
5696 * which-func.el: Update maintainer line.
5697
5698 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5699 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5700 (uniquify-buffer-file-name): Use it.
5701
5702 2000-11-22 Miles Bader <miles@gnu.org>
5703
5704 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5705 * simple.el (minibuffer-avoid-prompt): New function.
5706
5707 2000-11-21 Gerd Moellmann <gerd@gnu.org>
5708
5709 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5710
5711 2000-11-21 Miles Bader <miles@gnu.org>
5712
5713 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5714 inclusion of `track-mouse'.
5715
5716 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5717 (refill-adjust-ignorable-overlay): New function.
5718 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5719 only the paragraph's tail if possible.
5720 Update `refill-ignorable-overlay'.
5721 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5722
5723 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5724 point inside the fill-prefix.
5725
5726 * textmodes/refill.el (refill-post-command-function): Don't reset
5727 refill-doit in the case where a self-insertion command doesn't
5728 case a refill. Use `refill-fill-paragraph-at', getting position
5729 from `refill-doit'.
5730 (refill-after-change-function): Set `refill-doit' to END.
5731 (refill-fill-paragraph-at): New function, mostly from old
5732 refill-fill-paragraph.
5733 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5734 (refill-pre-command-function): New function.
5735 (refill-mode): Add it to `pre-command-hook'.
5736
5737 2000-11-20 Gerd Moellmann <gerd@gnu.org>
5738
5739 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5740
5741 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5742 javadoc tags.
5743
5744 2000-11-20 Andre Spiegel <spiegel@gnu.org>
5745
5746 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5747 vc.el).
5748
5749 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
5750 require vc.
5751
5752 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
5753 checkouts.
5754
5755 2000-11-20 Dave Love <fx@gnu.org>
5756
5757 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5758
5759 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
5760
5761 * calculator.el (calculator-paste): Use `if' instead of `and'
5762 and `or'.
5763 (calculator-help): Don't use electric-describe-mode for XEmacs.
5764
5765 2000-11-19 Gerd Moellmann <gerd@gnu.org>
5766
5767 * info.el (info-menu-5): Doc fix.
5768
5769 * textmodes/artist.el: New file.
5770
5771 2000-11-19 Andre Spiegel <spiegel@gnu.org>
5772
5773 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
5774 and differentiate according to checkout model.
5775 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5776 since this function is only concerned with master state.
5777
5778 * vc-hooks.el (vc-workfile-unchanged-p)
5779 (vc-default-workfile-unchanged-p): Moved here from vc.el.
5780
5781 * vc.el (vc-workfile-unchanged-p)
5782 (vc-default-workfile-unchanged-p): See above.
5783
5784 2000-11-19 Miles Bader <miles@gnu.org>
5785
5786 * image-file.el (insert-image-file): Make `intangible' and
5787 `read-only' properties rear-nonsticky too.
5788
5789 2000-11-18 Gerd Moellmann <gerd@gnu.org>
5790
5791 * ps-print.el: Update copyright notice.
5792
5793 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5794 (tooltip-show): Use the offsets.
5795
5796 * bindings.el (mode-line-modified): Fix a typo.
5797 (mode-line-toggle-modified, mode-line-widen)
5798 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5799
5800 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5801
5802 * ps-print.el (toplevel): Test for find-coding-system being
5803 fboundp before calling ps-x-find-coding-system.
5804
5805 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5806
5807 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5808 (vc-version-backup-file): Docstring fix.
5809
5810 2000-11-16 Gerd Moellmann <gerd@gnu.org>
5811
5812 * files.el (basic-save-buffer): Don't add a newline if
5813 find-file-literally is non-nil.
5814 (find-file-literally): Extend doc string.
5815
5816 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5817 sort(1) with the `-f' argument.
5818
5819 2000-11-16 Andre Spiegel <spiegel@gnu.org>
5820
5821 * vc.el: Updated backend documentation.
5822 (vc-default-check-headers): New function.
5823
5824 * vc-{cvs,rcs,sccs}.el: Functions reordered.
5825
5826 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
5827 up-to-date.
5828 (vc-do-command): In the asynchronous case, output messages only if
5829 the minibuffer is not active.
5830
5831 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
5832 `vc-cvs-use-edit' is on.
5833 (vc-cvs-checkout): When this is used for reverting the workfile,
5834 make a backup of the original contents and revert to that in case
5835 of error.
5836 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
5837 remote repositories.
5838
5839 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5840 for both version and ratio in the minibuffer.
5841
5842 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
5843 Use vc-do-command to perform the annotation, not call-process.
5844
5845 2000-11-16 Kenichi Handa <handa@etl.go.jp>
5846
5847 * international/quail.el (quail-start-translation): Don't call
5848 `message' before reading key sequence.
5849
5850 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5851
5852 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5853
5854 2000-11-16 Kenichi Handa <handa@etl.go.jp>
5855
5856 * window.el (fit-window-to-buffer): Be sure to acquire at least
5857 one text line even if the buffer is empty.
5858
5859 2000-11-16 Gerd Moellmann <gerd@gnu.org>
5860
5861 * net/ange-ftp.el (ange-ftp-file-writable-p)
5862 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5863 Bind ange-ftp-process-verbose to nil.
5864
5865 2000-11-15 Dave Love <fx@gnu.org>
5866
5867 * wid-edit.el (widget-specify-field, widget-specify-button):
5868 If :help-echo is a function, set help-echo of overlay to
5869 widget-mouse-help.
5870 (widget-mouse-help): New function.
5871 (widget-echo-help): Rewritten for :help-echo functions only taking
5872 a widget arg.
5873
5874 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5875 Use display-graphic-p.
5876 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5877 and that JPEG is available.
5878 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5879
5880 * international/mule-cmds.el (locale-charset-language-names):
5881 Match @euro.
5882
5883 2000-11-15 Gerd Moellmann <gerd@gnu.org>
5884
5885 * faces.el (face-set-after-frame-default):
5886 If `inhibit-default-face-x-resources' is bound, don't intialize the
5887 default face from X resources.
5888
5889 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5890
5891 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5892 Don't set EMACSLOADPATH.
5893
5894 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5895
5896 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5897 texinfo-insert-@url.
5898 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5899 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5900
5901 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5902
5903 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5904 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5905 (checkdoc-minor-keymap): Backward compatibility.
5906 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5907 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5908 (checkdoc-this-string-valid-engine): Be a bit more strict
5909 to avoid matching substrings of `...' quoted vars/funs.
5910 (checkdoc-defun-info): Only look for `interactive' if alone.
5911 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5912
5913 * progmodes/compile.el (grep): `tag-default' can be nil.
5914
5915 * newcomment.el (comment-indent): Paren typo.
5916
5917 2000-11-14 Dave Love <fx@gnu.org>
5918
5919 * calculator.el: New maintainer version.
5920
5921 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
5922
5923 * cmuscheme.el: Doc fixes.
5924 (cmuscheme) <defgroup>: Use `scheme' as parent.
5925 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
5926
5927 * xscheme.el (scheme-program-name): Don't define here.
5928
5929 * progmodes/scheme.el (scheme-program-name): New variable
5930 (originally in cmuscheme).
5931
5932 2000-11-14 Miles Bader <miles@gnu.org>
5933
5934 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5935 Handle header-lines. Don't loop forever if we can't enlarge the
5936 window anymore. Simplify a bit.
5937
5938 2000-11-14 Kenichi Handa <handa@etl.go.jp>
5939
5940 * window.el (fit-window-to-buffer): Don't check
5941 window-text-height. Assure that the last line is fully visible.
5942
5943 * international/quail.el (quail-show-guidance-buf):
5944 Call fit-window-to-buffer to assure the enough height of the guidance
5945 buffer.
5946 (quail-update-guidance): Avoid making the guidance buffer shorter.
5947
5948 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5949
5950 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5951 rather than `prepend' and add an interesting comment.
5952 (tex-math-face, tex-font-lock-syntactic-face-function):
5953 New face and function to use it.
5954 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5955 than `menu-enable' symbol property.
5956 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5957 (tex-mode): Add some latex-mode commands for auto-selection.
5958 Use tex-font-lock-syntactic-face-function.
5959 (tex-insert-quote): Simplify.
5960 (tex-shell): New mode.
5961 (tex-start-shell): Use it.
5962 (tex-shell-proc, tex-shell-buf): New functions.
5963 (tex-send-command): Use it.
5964 (tex-main-file): Fix the meaning of the new arg REALFILE.
5965 (tex-send-tex-command): New function split from `tex-start-tex'.
5966 Set compilation-last-buffer and compilation-parsing-end.
5967
5968 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5969 when it follows non-comment text on the line.
5970
5971 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5972 Set font-lock-defaults.
5973 (lisp-mode-shared-map): Init inside the defvar.
5974 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5975 Use define-derived-mode.
5976
5977 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5978
5979 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5980
5981 2000-11-14 Gerd Moellmann <gerd@gnu.org>
5982
5983 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5984 Don't recursively optimize body because that can lead to infinite
5985 recursion; see comment there.
5986
5987 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5988
5989 * faces.el (face-spec-set-match-display): Revert the change from
5990 2000-10-24. Add a FIXME for after v21.1.
5991
5992 2000-11-13 Miles Bader <miles@gnu.org>
5993
5994 * textmodes/fill.el (skip-line-prefix): New function.
5995 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5996 (fill-paragraph): Don't leave point inside the fill-prefix.
5997 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5998 point inside the fill-prefix.
5999
6000 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
6001
6002 * calendar/calendar.el (generate-calendar-window):
6003 Use `fit-window-to-buffer'.
6004
6005 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6006
6007 * gud.el (gud-minor-mode): New var.
6008 (gud-symbol, gud-val): New functions.
6009 (gud-find-file): Copy gud-minor-mode to the new buffer.
6010 (gud-menu-map): Include entries for commands that are not always
6011 available, using :enable to (de)activate them.
6012 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
6013 (gud-mode-map): New map.
6014 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
6015 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6016 Don't set up gud's menu (it's done by the minor-mode).
6017 (gud-minibuffer-local-map): New.
6018 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6019 (gud-query-cmdline): New function.
6020 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6021 (gud-mode): Use define-derived-mode.
6022 Don't set up gud's menu (it's done by the minor-mode).
6023 (gud-chop-words): Remove.
6024 (gud-common-init): Use split-string instead.
6025 (gud-new-keymap, gud-make-debug-menu): Eradicate.
6026
6027 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6028 Add keyword arg :name.
6029
6030 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6031 (diff-count-matches, diff-split-hunk): New functions.
6032 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6033
6034 * pcvs-info.el (cvs-fi-conflict-face): New var.
6035
6036 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6037 Make it into a simple syntax-table, shared among all submodes.
6038 (sh-heredoc-face): Re-introduce.
6039 (sh-font-lock-syntactic-face-function): New function.
6040 (sh-mode): Use it. Also use define-derived-mode.
6041 Remove old bogus setting of indent-region-function.
6042 (sh-set-shell): Don't set the syntax-table any more.
6043 (sh-mode-syntax-table) <defun>: Remove.
6044
6045 2000-11-12 Miles Bader <miles@gnu.org>
6046
6047 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6048 message if interactive.
6049
6050 2000-11-12 Dave Love <fx@gnu.org>
6051
6052 * mail/feedmail.el: Fix header,
6053 (feedmail) <defgroup>: Add :link.
6054
6055 * view.el: Use local-map property, not keymap on mode-line string.
6056
6057 * scroll-all.el (scroll-all-mode): Customize variable.
6058 Add autoload cookie to function.
6059
6060 * lazy-lock.el: Remove compatibility code.
6061
6062 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6063 (finder-help-echo): New variable.
6064 (finder-mouse-face-on-line): Add help-echo stuff.
6065 (finder-list-keywords, finder-list-matches): Use mapc.
6066
6067 * faces.el (face-font-registry-alternatives): Add :version.
6068
6069 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6070 tags-table-list.
6071
6072 * net/browse-url.el (browse-url-browser-function): Update :version.
6073
6074 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
6075 (mail-mode): Use [:alnum:] in some regexps.
6076
6077 2000-11-10 Dave Love <fx@gnu.org>
6078
6079 * ediff.el (ediff-regions-internal, ediff-documentation):
6080 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6081 fundamental mode.
6082
6083 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6084 buffer into fundamental mode.
6085 (ediff-set-difference): Use copy-sequence if available.
6086
6087 * ediff-ptch.el (ediff-dispatch-file-patching-job):
6088 Check ediff-patch-map non-nil.
6089 (ediff-fixup-patch-map, ediff-fixup-patch-map)
6090 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6091 buffer into fundamental mode.
6092
6093 * ediff-merg.el (state-or-merge): Defvar when compiling.
6094
6095 2000-11-10 Jason Rumney <jasonr@gnu.org>
6096
6097 * w32-fns.el (w32-add-charset-info): New function.
6098 (w32-charset-info-alist): Use it.
6099
6100 2000-11-10 Gerd Moellmann <gerd@gnu.org>
6101
6102 * faces.el (face-font-registry-alternatives): New user-option.
6103
6104 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6105
6106 * textmodes/texinfo.el (texinfo-block-default): New var.
6107 (texinfo-insert-block): Use it. Insert a newline if needed.
6108
6109 * textmodes/fill.el (fill-indent-according-to-mode): New var.
6110 (fill-region-as-paragraph): Use it.
6111
6112 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6113 (latex-mode): Tweak tex-*-(head|trail)er regexps.
6114 Tweak paragraph regexps to allow a leading [ \t]*.
6115 (tex-latex-block): Insert a newline if necessary.
6116 (latex-insert-item): Only insert a newline if necessary.
6117 (tex-guess-main-file): New function.
6118 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
6119 Set tex-main-file if TeX-master is provided.
6120 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6121
6122 2000-11-10 Gerd Moellmann <gerd@gnu.org>
6123
6124 * startup.el (command-line): Set the default tooltip-mode
6125 to t for graphical displays which implement x-show-tip.
6126
6127 * tooltip.el (tooltip-mode): Add a comment about startup.el
6128 setting the default value of this user-option.
6129
6130 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
6131
6132 * font-lock.el (font-lock-*-face) <defvar>: Move.
6133 (font-lock-defaults-alist): Mark obsolete.
6134 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6135 (font-lock-mode): Use define-minor-mode.
6136 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6137 (font-lock-turn-off-thing-lock): Be more explicit.
6138 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6139 (font-lock-syntactic-face-function): New var.
6140 (font-lock-fontify-syntactically-region): Use it.
6141 (font-lock-doc-face): New.
6142
6143 * pcvs.el (cvs-enabledp): Ignore errors.
6144 (cvs-commit-filelist): Never query.
6145 (cvs-mode-insert): Always add a terminating / in the initial prompt.
6146 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6147 (cvs-do-removal): Use cvs-partition rather than delete-if.
6148 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6149 cvs-bury-buffer.
6150
6151 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6152 Allow `next' to jump to after the end of the last match.
6153
6154 2000-11-09 Gerd Moellmann <gerd@gnu.org>
6155
6156 * simple.el (byte-compiling-files-p): New function.
6157
6158 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6159 if it is there.
6160
6161 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6162 nil again.
6163
6164 * textmodes/ispell.el (ispell-library-path): Don't call
6165 check-ispell-version when byte-compiling because that starts
6166 an ispell process, and ispell might not be installed.
6167 (toplevel): Don't set up a menu when byte-compiling.
6168
6169 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6170 it, so that a boundp test can be used to determine if we're
6171 currently byte-compiling.
6172
6173 2000-11-09 Dave Love <fx@gnu.org>
6174
6175 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
6176
6177 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6178
6179 * ps-print.el: Patch for variable initialization when spooling.
6180 Doc fix.
6181 (ps-output-list): Fun eliminated.
6182 (ps-begin-file, ps-begin-job): Code fix.
6183
6184 2000-11-08 Dave Love <fx@gnu.org>
6185
6186 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
6187
6188 2000-11-08 Gerd Moellmann <gerd@gnu.org>
6189
6190 * simple.el (shell-command, display-message-or-buffer)
6191 (shell-command-on-region): Mention resize-mini-windows in the doc
6192 string.
6193 (display-message-or-buffer): Take the value of resize-mini-windows
6194 into account.
6195
6196 2000-11-07 Gerd Moellmann <gerd@gnu.org>
6197
6198 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6199
6200 * dired.el (dired-between-files): Add `^. find' as an alternative
6201 to the regular expression, for find-dired.
6202
6203 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6204
6205 * textmodes/texnfo-upd.el: Require texinfo.
6206 (defmacro, defgroup): Remove.
6207 (texinfo-section-to-generic-alist): Remove.
6208 Use texinfo-section-list instead (i.e. level is changed string->int).
6209 (texinfo-filter): New function.
6210 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6211 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6212 Use it. And use regexp-opt.
6213 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6214 (texinfo-update-menu-region-beginning)
6215 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6216 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6217 (texinfo-update-menu-same-level-regexps): Update.
6218 (texinfo-update-node, texinfo-every-node-update)
6219 (texinfo-sequential-node-update): Remove autoload cookie.
6220
6221 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6222 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6223 (texinfo-chapter-level-regexp): Remove.
6224 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6225
6226 2000-11-06 Dave Love <fx@gnu.org>
6227
6228 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
6229
6230 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6231 Match defun*.
6232
6233 2000-11-06 Kenichi Handa <handa@etl.go.jp>
6234
6235 * composite.el (composition-function-table): Variable declaration
6236 moved to src/composite.c.
6237 (compose-chars-after): New optional arg object.
6238
6239 2000-11-06 Gerd Moellmann <gerd@gnu.org>
6240
6241 * bindings.el (mode-line-toggle-read-only)
6242 (mode-line-toggle-modified, mode-line-widen)
6243 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6244 (make-mode-line-mouse2-map): Rewritten.
6245 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6246 functions so that C-h k can show something with a doc string.
6247
6248 * startup.el (fancy-splash-delay): Set to 10 seconds.
6249 (fancy-splash-max-time): New user-option.
6250 (fancy-splash-stop-time): New variable.
6251 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6252 (fancy-splash-screens-1): Throw `stop-splashing' when current
6253 time is greater than fancy-splash-stop-time.
6254
6255 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6256
6257 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6258
6259 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6260 Prompt user for a file rather than raising an error.
6261 (cvs-enabledp): Fix call to cvs-mode-marked.
6262 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6263 (cvs-mode-insert): Use it. Change the init prompt' value.
6264 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6265
6266 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6267 Don't pass default arg to ewoc-locate.
6268 (ewoc-collect): Return result in the right order.
6269
6270 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6271
6272 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6273 (cvs-status-get-tags): Fix regexp.
6274 (cvs-status-trees, cvs-status-cvstrees):
6275 Combine after change hooks and don't sit-for.
6276 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6277 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
6278 Use make-char rather than hard-coded cryptic data.
6279 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6280
6281 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6282
6283 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6284 (cvs-insert-strings): New function.
6285
6286 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
6287
6288 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6289 `mwheel-scroll-amount'.
6290 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6291 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6292 string-matching against the version string.
6293
6294 2000-11-06 Kenichi Handa <handa@etl.go.jp>
6295
6296 * language/thai.el ("Thai"): Set a lisp form that produces
6297 composed string in `sample-text' language info.
6298
6299 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6300 composed string in `sample-text' language info.
6301
6302 * international/mule-cmds.el (describe-language-environment):
6303 Eval `sample-text' data and insert the result.
6304
6305 * international/mule-conf.el (compound-text): Define this coding
6306 system here. Make x-ctext and ctext aliases of it.
6307
6308 * language/european.el (compound-text, ctext): Moved to
6309 international/mule-conf.el.
6310
6311 2000-11-05 Andrew Innes <andrewi@gnu.org>
6312
6313 * w32-fns.el (w32-version): New function.
6314
6315 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
6316
6317 * progmodes/awk-mode.el: Update copyright.
6318 (awk-mode-abbrev-table): Remove.
6319 (awk-font-lock-keywords): Use regexp-opt.
6320 (awk-mode): Use define-derived-mode.
6321
6322 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6323 when extracting a suffix.
6324
6325 2000-11-04 Andre Spiegel <spiegel@gnu.org>
6326
6327 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
6328 auto-save-mode.
6329
6330 2000-11-04 Jason Rumney <jasonr@gnu.org>
6331
6332 * language/european.el (decode-mac-roman): Test against r1 not r0.
6333
6334 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
6335
6336 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6337 (icon-mode): Define indent-line-function.
6338 (icon-comment-indent): Simplify.
6339 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6340
6341 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6342
6343 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6344 Bind change-log-default-mode to defeat the caching done on it.
6345 Don't bother saving excursion any more.
6346
6347 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6348
6349 * frame.el (after-setting-font-hook): Rename hooks -> hook.
6350 (set-frame-font): Use the new name (and the old for compatibility).
6351
6352 * toolbar/tool-bar.el (tool-bar-mode):
6353 * time.el (display-time-mode):
6354 * recentf.el (recentf-mode):
6355 * paren.el (show-paren-mode):
6356 * mwheel.el (mouse-wheel-mode):
6357 * msb.el (msb-mode):
6358 * jka-compr.el (auto-compression-mode):
6359 * image-file.el (auto-image-file-mode):
6360 * hl-line.el (hl-line-mode):
6361 * delsel.el (delete-selection-mode):
6362 * autoinsert.el (auto-insert-mode):
6363 * complete.el (partial-completion-mode): Drop unneeded positional args.
6364
6365 * info.el (Info-mode):
6366 * comint.el (comint-mode): Don't bother with make-local-hook.
6367
6368 * log-edit.el (log-edit-menu): New menu.
6369
6370 2000-11-03 Miles Bader <miles@gnu.org>
6371
6372 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6373 definition, so that trailing spaces are handled properly.
6374 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6375
6376 2000-11-03 Gerd Moellmann <gerd@gnu.org>
6377
6378 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6379 tab character.
6380 (fancy-splash-screens): Set tab-width to 20.
6381
6382 2000-11-03 Dave Love <fx@gnu.org>
6383
6384 * comint.el (comint-completion-addsuffix): Fix custom type.
6385
6386 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6387
6388 * font-lock.el (font-lock-buffers): Remove.
6389 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6390 (font-lock-change-major-mode): Remove.
6391 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6392 (font-lock-default-fontify-region): Extend the multiline
6393 fontification to whole lines.
6394 (font-lock-fontify-anchored-keywords)
6395 (font-lock-fontify-keywords-region): If matching just one
6396 line (with \n) only mark the \n as multiline.
6397
6398 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6399 Correctly handle the case where several :group args are supplied.
6400 Allow :extra-args.
6401 (easy-mmode-define-global-mode): Allow :extra-args.
6402 Correctly handle the case where several :group args are supplied.
6403
6404 2000-11-02 Miles Bader <miles@gnu.org>
6405
6406 * calendar/calendar.el (diary-face, calendar-today-face)
6407 (holiday-face): Remove dependency on `window-system'.
6408
6409 2000-11-02 Ken Raeburn <raeburn@gnu.org>
6410
6411 * Makefile.in (emacs): Set EMACSLOADPATH always.
6412 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
6413 (compile-files): Bomb out if compilation of a file fails.
6414
6415 2000-11-02 Dave Love <fx@gnu.org>
6416
6417 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6418
6419 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6420
6421 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6422 punctuation in the warning inserted into the *mail* buffer.
6423
6424 2000-11-02 Gerd Moellmann <gerd@gnu.org>
6425
6426 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6427 (authors-public-domain-p): New function.
6428 (authors-print): Use it.
6429
6430 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6431
6432 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6433
6434 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6435
6436 * ps-print.el: Extension for even/odd printing. Doc fix.
6437 (ps-print-version): New version number (6.3.1).
6438 (ps-even-or-odd-pages): Customization fix.
6439 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6440 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6441 (ps-page-count): Var replaced by `ps-page-column'.
6442 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6443 (ps-print-sheet-p): New fun.
6444
6445 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6446
6447 * tooltip.el (tooltip-gud-tips-setup): New function.
6448 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6449 (tooltip-mode): Call tooltip-gud-tips-setup.
6450 (tooltip-gud-tips): Use `gud-basic-call' instead of
6451 process-send-string, so the prompt gets frobbed appropriately.
6452 Handle nil return value from `tooltip-gud-print-command'.
6453
6454 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6455
6456 * comint.el (comint-add-to-input-history): New function.
6457 (comint-send-input): Use `comint-add-to-input-history'.
6458
6459 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6460
6461 * info.el (info-menu-header): New face.
6462 (Info-fontify-menu-headers): New function.
6463 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6464
6465 * info.el (Info-insert-dir): Don't include blank lines at
6466 beginning of additional dir files (one is added automatically).
6467
6468 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6469
6470 * emacs-lisp/easy-mmode.el (define-minor-mode):
6471 Revert the latest changes.
6472 Allow the three positional arguments to be skipped and replaced
6473 by keyword arguments.
6474 Add a :toggle argument to determine whether a nil arg means toggle
6475 or means turn-on. The default is unchanged.
6476 Add a call to force-mode-line-update.
6477
6478 2000-11-01 Dave Love <fx@gnu.org>
6479
6480 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6481
6482 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6483
6484 * calendar/calendar.el (diary-face, holiday-face):
6485 Add dark-background variants.
6486
6487 2000-10-31 Sam Steingold <sds@gnu.org>
6488
6489 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6490 `tex-main-file' does not have directory in it.
6491
6492 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6493
6494 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6495
6496 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6497
6498 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6499 functional change.
6500
6501 2000-10-31 Gerd Moellmann <gerd@gnu.org>
6502
6503 * files.el (find-file-noselect): When we expand a wildcard, return
6504 a list of buffers, as we should do according to the doc string.
6505
6506 2000-10-31 Ken Raeburn <raeburn@gnu.org>
6507
6508 * loadup.el (top level): Adjust load path if program name is
6509 "../src/bootstrap-emacs", in case it's not dumped and thus the
6510 load path adjustment hasn't already been done.
6511
6512 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6513
6514 * ps-print.el: Fix bug on selected pages for printing.
6515 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
6516 is on. Try to avoid warning messages when compiling. Doc Fix.
6517 (ps-print-version): New version number (6.3).
6518 (ps-color-device): Use `color-values' to determine if device
6519 supports color.
6520 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6521 (ps-print-page-p): Changed from defsubst to defun.
6522 (ps-page-number): Changed from defmacro to defun.
6523 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6524 printing.
6525 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
6526 (ps-end-file, ps-dummy-page): Funs eliminated.
6527 (ps-print-color-scale): Changed default value.
6528 (ps-page-n-up, ps-print-page-p): New internal vars.
6529 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6530 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6531
6532 * delim-col.el: Little programming improvement.
6533 (delimit-columns-str): New macro.
6534 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6535
6536 2000-10-31 Kenichi Handa <handa@etl.go.jp>
6537
6538 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6539 Moved to european.el.
6540 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6541 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6542 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6543 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
6544
6545 2000-10-30 Dave Love <fx@gnu.org>
6546
6547 * progmodes/cc-menus.el (imenu-generic-expression)
6548 (imenu-progress-message): Only defvar when compiling.
6549
6550 * emacs-lisp/elp.el (elp-unload-hook): New function.
6551
6552 * loadhist.el (unload-feature): Call elp-restore-function,
6553 checking for symbols; don't use elp-restore-all.
6554 (loadhist-hook-functions): Doc fix.
6555
6556 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6557
6558 * log-edit.el (log-edit-confirm): Fix the default.
6559
6560 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6561
6562 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6563 delimit-columns-format.
6564 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6565
6566 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6567
6568 * comint.el (comint-replace-by-expanded-history): Don't use
6569 comint-get-old-input (we're not looking at *old* input).
6570 (comint-get-old-input-default): If using fields, signal an error
6571 when the point is not in an input field.
6572
6573 2000-10-30 Kenichi Handa <handa@etl.go.jp>
6574
6575 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6576 and mule-unicode-e000-ffff.
6577
6578 * international/mule.el (decode-char, encode-char): New functions.
6579 (make-coding-system): Accept a symbol of translation table as a
6580 value of property `safe-chars'.
6581
6582 * international/mule-cmds.el (encode-coding-char): Check property
6583 safe-chars instead of safe-charsets.
6584
6585 * international/fontset.el (fontset-default): Modified for
6586 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6587 (x-font-name-charset-alist): Likewise.
6588 (ccl-encode-unicode-font): New CCL program. Record it in
6589 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6590
6591 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6592 New translation tables.
6593 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6594 programs are modified and moved from mac-win.el.
6595 (mac-roman): Definition of this coding system is modified and
6596 moved from mac-win.el.
6597
6598 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
6599
6600 * ediff-wind.el (ediff-setup-control-frame): Enclose
6601 face-attribute in condition-case to avoid errors in older emacsen.
6602
6603 2000-10-29 Miles Bader <miles@gnu.org>
6604
6605 * custom.el (custom-add-to-group): Allow multiple entries for a
6606 given value OPTION, as long as their widget types are different.
6607 * cus-edit.el (custom-face-value-create): If face name doesn't end
6608 with "face", add such here (similar to custom group widgets).
6609
6610 * comint.el (comint-highlight-prompt): Add :type.
6611
6612 2000-10-28 John Wiegley <johnw@gnu.org>
6613
6614 * calendar/timeclock.el (timeclock-log): Doc fix.
6615 (timeclock-last-event): Doc fix.
6616 (timeclock-log): Kill the timelog buffer after appending a new event.
6617 (timeclock-find-discrep): Use a temp buffer to read in the
6618 timelog, instead of visiting the file.
6619 (timeclock-log-data): A new function, along with a host of helper
6620 functions, for the purpose of making timelog data accessible to
6621 programmers.
6622
6623 * eshell/esh-mode.el (window-height test): Make certain that
6624 `eshell-stringify-t' is non-nil.
6625 (eshell-password-prompt-regexp): Changed to a much simpler
6626 password regexp.
6627 (eshell-send-input): If `eshell-invoke-directly' returns t,
6628 directly invoke the parsed command using `eval'. This improves
6629 turn-around time on simple commands by a factor of three or
6630 greater, such as cd, ls, pwd, etc. -- which get used very often.
6631 It also conserves thousands of cons cells per call (since
6632 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6633 in the Pacific Cookie Company).
6634
6635 * eshell/esh-test.el (eshell-test): Whitespace fix.
6636
6637 * eshell/em-ls.el (eshell-ls-insert-directory):
6638 Make `eshell-ls-initial-args' nil when inserting directory contents.
6639
6640 * eshell/em-script.el (eshell-script-initialize): Add names to
6641 `eshell-complex-commands, since `source' and `.' are complex.
6642
6643 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6644 (eshell-rewrite-while-command): Use `eshell-protect' instead of
6645 `eshell-copy-handles'.
6646 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6647 bodies.
6648 (eshell-separate-commands): Whitespace fix.
6649 (eshell-complex-commands): Added a new list of names, for
6650 determining whether a given command is as simple as it looks.
6651 (eshell-invoke-directly): New function. Returns t if a command
6652 should be invoked directly (using `eval'), rather than indirectly
6653 using `eshell-do-eval'.
6654 (eshell-do-eval): Whitespace fix.
6655
6656 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6657 which provides an emulation of the DOS shell behavior of assuming
6658 that cp/mv/ln should copy/move/link to the current directory.
6659 (eshell-remove-entries): Added a doc string.
6660 (eshell-shuffle-files): Removed the check for `target' being null.
6661 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6662 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6663 it to do a smarter check of whether a destination was provided.
6664 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6665 (eshell/ln): Enable `:preserve-args', and use
6666 `eshell-mvcpln-template' to implement the body of the function.
6667 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6668 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
6669 list after flattening it. This makes it possible to cat files
6670 with numerical names.
6671 (eshell-unix-initialize): Added several names to
6672 `eshell-complex-commands.
6673 (eshell-unix-command-complex-p): Return t if a given command name
6674 may result in external processes being invoked.
6675
6676 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6677 variable nil by default, since it slows down glob processing by a
6678 factor of two or more, and increases memory consumption.
6679
6680 * eshell/em-smart.el: Added a note about how memory consumptive
6681 smart display mode can be (at least this is true in Emacs 21).
6682 (eshell-smart-initialize): Whitespace fix.
6683 (eshell-refresh-windows): Use `if' instead of `when'.
6684 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6685 not necessary.
6686 (eshell-currently-handling-window): Added a missing global variable.
6687
6688 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6689 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6690 Whitespace fix.
6691 (eshell-ls-exclude-hidden): Added this variable in addition to
6692 `eshell-ls-exclude-regexp'. This one prevents files beginning
6693 with . from even being read, which can improve memory consumption
6694 quite a bit.
6695 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6696 read file entries beginning with a dot. In home directories with
6697 lots of hidden files, fully two-thirds of the time spent in ls is
6698 used to read directory entries that are immediately thrown away.
6699 (eshell-ls-initial-args): Added back this configuration variable,
6700 for specifying default initial arguments to every call to ls.
6701 Much faster than using an alias to do the same thing.
6702 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6703 (eshell-ls-dir): Whitespace change.
6704
6705 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6706
6707 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
6708 (eshell-stringify-t): Added a customization variable, to indicate
6709 whether `t' should be rendered as a string at all. If not, one
6710 can still determine if the result of an expression is true using
6711 "file-exists-p FILE && echo true".
6712 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6713 stringify t!
6714
6715 * eshell/esh-module.el: Whitespace fix.
6716
6717 * eshell/em-alias.el (eshell-alias-initialize):
6718 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
6719 (eshell-command-aliased-p): New function that returns t if a
6720 command name names an aliased.
6721
6722 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
6723
6724 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
6725 redrawing the screen when changing cursor color.
6726 (viper-insert-state-pre-command-sentinel)
6727 (viper-replace-state-pre-command-sentinel)
6728 (viper-replace-state-post-command-sentinel):
6729 Use viper-preserve-cursor-color.
6730 Many functions changed to use viper= instead of = when comparing
6731 characters.
6732 * viper-util.el (viper-memq-char,viper=): New functions for
6733 working with characters.
6734 (viper-change-cursor-color): Fixed buglet.
6735 Many functions changed to use viper= instead of = when comparing
6736 characters.
6737 * viper.el (viper-insert-state-mode-list): Added eshell.
6738
6739 * ediff-init.el (ediff-before-setup-hook): New hook.
6740 Several typos fixed in various docstrings.
6741 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
6742 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
6743 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6744 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6745 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6746 (ediff-get-selected-buffers): New function.
6747 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
6748 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6749 Use save-window-excursion.
6750 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
6751 termination check in while loop.
6752 * ediff.el (ediff-get-default-file-name): Better defaults when in
6753 dired buffer.
6754 (ediff-files,ediff-merge-files,ediff-files3)
6755 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
6756
6757 2000-10-28 Dave Love <fx@gnu.org>
6758
6759 * info.el (Info-fontify-node): Add help-echo for menu items.
6760
6761 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6762
6763 * startup.el (normal-top-level): If the value of $TERM indicates
6764 we are running from xterm or one of its work-alikes, default to a
6765 light background mode.
6766
6767 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6768 * faces.el (tty-handle-reverse-video): New function.
6769 (tty-create-frame-with-faces): Call it.
6770
6771 * frame.el (frame-notice-user-settings): Don't apply
6772 default-frame-alist and initial-frame-alist to MS-DOS frames.
6773 Call tty-handle-reverse-video, frame-set-background-mode, and
6774 face-set-after-frame-default for non-MS-DOS frames.
6775
6776 * startup.el (tty-long-option-alist): New variable.
6777 (tty-handle-args): New function.
6778 (command-line): Call tty-handle-args.
6779
6780 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6781 startup.el now does that for all character-terminal frames.
6782
6783 2000-10-28 Miles Bader <miles@gnu.org>
6784
6785 * emacs-lisp/easy-mmode.el (define-minor-mode):
6786 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6787 is global. If :global is followed by a non-nil but non-t value,
6788 make the mode buffer-local, but also generate a `global-MODE'
6789 version using `easy-mmode-define-global-mode'.
6790 Add :conditional-turn-on keyword argument.
6791
6792 2000-10-28 Dave Love <fx@gnu.org>
6793
6794 * international/latin1-disp.el (latin1-char-displayable-p):
6795 Don't use window-system.
6796
6797 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6798
6799 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6800 Don't call find-buffer-file-type-coding-system. Instead, just
6801 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6802 if the file is on an untranslated filesystem.
6803 (add-untranslated-filesystem): Use "D" instead of "f" inside
6804 interactive.
6805
6806 2000-10-27 Dave Love <fx@gnu.org>
6807
6808 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
6809 (refill-mode): Use it.
6810
6811 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6812
6813 * international/quail.el (quail-activate): Don't make-local-hook.
6814
6815 2000-10-27 Andre Spiegel <spiegel@gnu.org>
6816
6817 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
6818 manual backups and file.~<rev>.~ for automatic ones.
6819 (vc-make-version-backup): Don't do it on MS-DOS without long file
6820 names.
6821
6822 * vc.el (vc-version-other-window): If an automatic backup of the
6823 desired version exists, rename it instead of copying it.
6824
6825 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6826 after command. If there's an unexpected error, signal it instead
6827 of being silent.
6828 (vc-cvs-merge-news): Be prepared for no news at all.
6829
6830 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6831
6832 * shell.el (shell): Add BUFFER argument.
6833 * comint.el (make-comint-in-buffer): New function.
6834 (make-comint): Use it.
6835
6836 * faces.el (face-spec-choose): Change syntax so that the list of
6837 attribute-value pairs is now the cdr of each clause, not the cadr.
6838 Detect old-style entries, and handle them. Use pop.
6839
6840 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6841
6842 * cus-edit.el (custom-mode-map): Use a sparse map.
6843 (custom-mode): Don't bother with make-local-hook.
6844
6845 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6846
6847 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6848
6849 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6850
6851 * ps-print.el: Avoid compilation gripes.
6852 (ps-print-version): New version number (6.2.1).
6853
6854 2000-10-26 Dave Love <fx@gnu.org>
6855
6856 * menu-bar.el: Modify some menu item help strings.
6857 (menu-bar-help-menu): Add link to MORE.STUFF.
6858
6859 * cus-edit.el (custom-mode): Add `special' mode-class property.
6860
6861 * wid-browse.el (widget-browse-mode): Likewise.
6862
6863 * wid-edit.el (widget-specify-field): Revert to using local-map
6864 property, not keymap.
6865
6866 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6867
6868 * wid-edit.el (widget-field-end): When checking for a `boundary'
6869 field, do so in the correct buffer.
6870
6871 * simple.el (undo): Correctly distinguish between numeric and
6872 non-numeric prefix args in non-transient-mark-mode, as per the doc
6873 string. When in transient-mark-mode, treat all prefix-args as
6874 numeric.
6875
6876 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6877 Position point on match. Handle N == 0 correctly.
6878
6879 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6880 (comint-mode-map): Reverse order of `comint-write-output' and
6881 `comint-append-output-to-file'.
6882 (comint-append-output-to-file): Reinstate this function, for the
6883 benefit of the menu.
6884
6885 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6886
6887 * vc.el (vc-version-other-window): Bind `file'.
6888
6889 2000-10-25 Gerd Moellmann <gerd@gnu.org>
6890
6891 * Makefile.in (update-authors): New target for maintenance purposes.
6892
6893 * emacs-lisp/authors.el (batch-update-authors): New function.
6894 (authors-fixed-entries): New defconst.
6895 (authors-add-fixed-entries): New function.
6896 (authors): Call it.: Don't process lispref/.
6897
6898 2000-10-25 Jason Rumney <jasonr@gnu.org>
6899
6900 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6901 Merge x w32 and mac definitions.
6902
6903 2000-10-25 Gerd Moellmann <gerd@gnu.org>
6904
6905 * menu-bar.el (menu-bar-options-menu): Add a help string for
6906 `uniquify'.
6907
6908 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6909
6910 * time-stamp.el (time-stamp-string-preprocess):
6911 Fix a wrong type argument error.
6912
6913 2000-10-25 Miles Bader <miles@gnu.org>
6914
6915 * recentf.el (recentf-mode): Variable removed.
6916 (recentf-mode): Use `define-minor-mode'.
6917
6918 * mwheel.el (mouse-wheel-mode): New global minor mode.
6919 (mwheel-install): Use `mouse-wheel-mode'.
6920
6921 2000-10-25 Dave Love <fx@gnu.org>
6922
6923 * progmodes/cperl-mode.el (cperl-mode):
6924 Set normal-auto-fill-function correctly.
6925
6926 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6927 Don't inherit from global-map and don't nullify menu-bar and tool-bar
6928 bindings.
6929
6930 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6931
6932 * wid-edit.el (widget-field-at): New function.
6933 (widget-at, widget-field-activate): Use it.
6934 (widget-tabable-at): Use `widget-at'.
6935 (widget-specify-field): If the terminating character of the widget
6936 field (which is read-only) is a newline, put it into a special
6937 `boundary' field so that C-n/C-p act more naturally.
6938 (widget-field-end): Also don't subtract one if a special
6939 `boundary' field has been added after the widget field.
6940
6941 * comint.el (comint-output-filter, comint-send-input):
6942 Don't bother adding stickiness fields to overlays to fool the field
6943 code, since it should notice the overlay insertion-types now.
6944
6945 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6946 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6947 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6948
6949 2000-10-24 Gerd Moellmann <gerd@gnu.org>
6950
6951 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
6952 (authors): Set file coding system to iso-2022-7bit.
6953 Add file-local variables to output buffer.
6954
6955 * files.el (after-find-file): Don't print any warnings if
6956 WARN is nil.
6957
6958 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6959
6960 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6961
6962 * delim-col.el: Now there is a column formatting mechanism.
6963 Modified to customization mechanisms convention. Doc fix.
6964 (columns): New group for delim-col.
6965 (delimit-columns-before, delimit-columns-after)
6966 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6967 (delimit-columns-end): New vars.
6968 (delimit-columns-customize, delimit-columns-format): New funs.
6969 (delimit-columns-region, delimit-columns-rectangle)
6970 (delimit-columns-rectangle-line): Modified to support column
6971 formatting.
6972
6973 2000-10-24 Dave Love <fx@gnu.org>
6974
6975 * log-edit.el (log-edit): Add :version and a :group for vc.
6976
6977 2000-10-24 Gerd Moellmann <gerd@gnu.org>
6978
6979 * files.el (after-find-file): Don't print a message ``New file''
6980 if WARN is nil.
6981
6982 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6983 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
6984 get duplicate tool-bar entries because we'll see the global ones
6985 on more than one path through keymaps.
6986
6987 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6988
6989 * progmodes/cmacexp.el: Change Francesco's email address.
6990
6991 2000-10-24 Kenichi Handa <handa@etl.go.jp>
6992
6993 * window.el (fit-window-to-buffer): Adjust point of the window
6994 buffer, not that of the current buffer.
6995
6996 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6997
6998 * progmodes/cmacexp.el: Update the euthor's email address.
6999
7000 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7001
7002 * faces.el (face-spec-set-match-display): Add `graphic' display
7003 type (the inverse of `tty'). Use `display-graphic-p' instead of
7004 the window-system variable.
7005
7006 2000-10-24 Kenichi Handa <handa@etl.go.jp>
7007
7008 * international/isearch-x.el (isearch-with-input-method):
7009 Call input-method-function with the first event in
7010 unread-command-events.
7011
7012 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7013
7014 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
7015
7016 2000-10-24 Andrew Choi <akochoi@i-cable.com>
7017
7018 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7019 New charsets.
7020
7021 * term/mac-win.el: Remove definitions of mac-roman-lower and
7022 mac-roman-upper, require dired, and define instead of set
7023 mac-ready-for-drag-n-drop to avoid compilation error.
7024
7025 2000-10-23 Andrew Innes <andrewi@gnu.org>
7026
7027 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7028 Remove superfluous calls to subst-char-in-string; instead apply
7029 expand-file-name after convert-standard-filename to ensure
7030 expected directory separators are used.
7031
7032 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7033
7034 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7035
7036 2000-10-23 Dave Love <fx@gnu.org>
7037
7038 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7039 (tool-bar-add-item): Set foreground and background for XBM icons.
7040
7041 * international/latin1-disp.el (latin1-char-displayable-p):
7042 New function (from Handa).
7043 (latin1-display-check-font): Use it.
7044
7045 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
7046 using :key-sequence, making it much more usable.
7047 Use nconc, not append.
7048 (imenu--create-keymap-1): Avoid append.
7049
7050 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
7051
7052 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7053
7054 [the following changes fix a bug where `define-minor-mode' didn't
7055 correctly generate :require clauses for defcustoms in compiled files]
7056 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7057 (byte-compile-log-file, byte-compile-log-1): Don't set
7058 `byte-compile-current-file' to nil. Instead set
7059 `byte-compile-last-logged-file' to it. Test whether
7060 byte-compile-current-file equals byte-compile-last-logged-file
7061 instead of whether its nil.
7062 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
7063
7064 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7065
7066 * textmodes/refill.el: Fix var names in doc.
7067 (refill-mode): Don't bother with make-local-hook anymore.
7068
7069 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7070
7071 * faces.el (face-user-default-spec, face-default-spec): New functions.
7072 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
7073 (frame-set-background-mode, face-set-after-frame-default):
7074 Use `face-user-default-spec'. Simplify code slightly.
7075
7076 * woman.el (woman-italic-face, woman-bold-face)
7077 (woman-unknown-face): Add dark-background variants.
7078 (woman-default-faces): Renamed from `woman-colour-faces'.
7079 Set using the stored defaults, rather than using hard-wired colors.
7080 (woman-monochrome-faces): Renamed from `woman-black-faces'.
7081 Just make the foreground `unspecified' rather than "black".
7082 (woman-menu): Rename menu entries accordingly.
7083
7084 * faces.el (header-line): Make more reasonable on mono/grayscale
7085 displays.
7086
7087 2000-10-23 Andrew Choi <akochoi@i-cable.com>
7088
7089 * cus-edit.el (custom-button-face): Use 3D look for mac.
7090 (custom-button-pressed-face): Likewise.
7091
7092 * faces.el (set-face-attributes-from-resources): Handle mac frames
7093 in the same way as x and w32 frames.
7094 (face-valid-attribute-values): Likewise.
7095 (read-face-attribute): Likewise.
7096 (defined-colors): Likewise.
7097 (color-defined-p): Likewise.
7098 (color-values): Likewise.
7099 (display-grayscale-p): Likewise.
7100 (face-set-after-frame-default): Likewise.
7101 (mode-line): Same default face as for x and w32.
7102 (tool-bar): Likewise.
7103
7104 * frame.el: Remove call to frame-notice-user-settings at end of
7105 the file.
7106
7107 * info.el (Info-fontify-node): Make underlines invisible for mac
7108 as for x, pc, and w32 frame types.
7109
7110 * term/mac-win.el: New file.
7111
7112 2000-10-22 Dave Love <fx@gnu.org>
7113
7114 * textmodes/refill.el: New file.
7115
7116 2000-10-22 Andre Spiegel <spiegel@gnu.org>
7117
7118 * vc-hooks.el (vc-version-backup-file-name): New optional args
7119 MANUAL and REGEXP.
7120 (vc-delete-automatic-version-backups, vc-make-version-backup):
7121 New functions.
7122 (vc-before-save): Use the latter.
7123 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7124 confusion.
7125
7126 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
7127 expected by vc[-hooks].el.
7128
7129 * vc.el (vc-checkout): Added `-p' suffix in call to
7130 vc-make-version-backups-p; use vc-make-version-backup to actually
7131 make the backup.
7132 (vc-version-other-window, vc-version-backup-file): Handle both
7133 automatic and manual backups.
7134 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7135 of all of them.
7136
7137 2000-10-22 Miles Bader <miles@gnu.org>
7138
7139 * comint.el (comint-highlight-input, comint-highlight-prompt):
7140 Renamed, `-face' at end removed.
7141 (comint-send-input, comint-output-filter): Use renamed faces.
7142
7143 * window.el (fit-window-to-buffer): Change defaulting of
7144 MAX-HEIGHT slightly.
7145
7146 * faces.el (color-values, color-defined-p): Use `member', not
7147 `memq', because it works correctly for strings.
7148 (frame-set-background-mode): Actually, "unspecified-fg" and
7149 "unspecified-bg" *are* strings. Use `member', not `memq', and
7150 `equal', not `eq', when a string value is possible.
7151
7152 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7153
7154 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7155
7156 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
7157
7158 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7159 sh-electric-rparen, sh-electric-less and sh-electric-hash.
7160 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7161 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7162 (sh-font-lock-syntactic-keywords): Use them.
7163 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7164 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7165 (sh-mode): Don't override font-lock-unfontify-region-function.
7166 Use a copy of sh-font-lock-syntactic-keywords.
7167 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7168 Don't call sh-scan-buffer since font-lock does it on the fly.
7169 (sh-get-indent-info): Use `face' rather than `syntax-table'
7170 text-property to detect here-documents.
7171 Replace sh-special-syntax with sh-st-punc.
7172 (sh-prev-line): Use `face' rather than `syntax-table'
7173 text-property to skip over here-documents.
7174 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7175 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7176 (sh-electric-less, sh-set-here-doc-region)
7177 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
7178 (sh-scan-buffer, sh-rescan-buffer): Remove.
7179
7180 2000-10-21 Andrew Innes <andrewi@gnu.org>
7181
7182 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7183 remote (ange-ftp) file names.
7184
7185 2000-10-21 Miles Bader <miles@gnu.org>
7186
7187 * window.el (fit-window-to-buffer): New function.
7188 (shrink-window-if-larger-than-buffer): Use it.
7189 (window-text-height): Don't expect minibuffers to have mode-lines.
7190
7191 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
7192 * international/quail.el (quail-update-guidance):
7193 Use `fit-window-to-buffer' instead of `set-window-text-height'.
7194
7195 * international/quail.el (quail-show-guidance-buf): Make sure
7196 guidance window really has enough room.
7197 (quail-update-guidance): If quail-guidance-win is already shown,
7198 make sure its height is OK.
7199
7200 * window.el (window-text-height, set-window-text-height):
7201 New functions.
7202 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7203 instead of `window-height' & `mode-line-window-height-fudge'.
7204 (mode-line-window-height-fudge): Add FACE parameter.
7205 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7206 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7207
7208 2000-10-20 Miles Bader <miles@gnu.org>
7209
7210 * window.el (height-affecting-face-attributes): Use `defconst'.
7211
7212 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7213 New function, conditionally aliased to `mode-line-window-height-fudge'.
7214 (ispell-help): Use it.
7215 (ispell-choices-win-default-height): Don't include mode-line fudge.
7216 (ispell-choices-win-default-height): New function.
7217 (ispell-show-choices, ispell-command-loop): Use function
7218 `ispell-choices-win-default-height' instead of variable.
7219
7220 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7221
7222 * window.el (mode-line-window-height-fudge): New variable.
7223 (height-affecting-face-attributes): New variable.
7224 (mode-line-window-height-fudge): New function.
7225 (shrink-window-if-larger-than-buffer): Use it.
7226 * help.el (resize-temp-buffer-window): Likewise.
7227
7228 * info.el (Info-fontify-node): Add support for @subsubsection
7229 titles, which use `Info-title-4-face'.
7230 (Info-title-4-face): New face.
7231 (Info-title-3-face): Inherit from Info-title-4-face instead of
7232 variable-pitch.
7233
7234 2000-10-19 Jason Rumney <jasonr@gnu.org>
7235
7236 * dired.el (dired-insert-directory): Do not let errors signalled by
7237 attempt to run dired-free-space-program prevent dired from working.
7238
7239 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7240
7241 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7242
7243 2000-10-19 Gerd Moellmann <gerd@gnu.org>
7244
7245 * dirtrack.el (dirtrack): Fix call to run-hooks.
7246
7247 * cmuscheme.el (cmuscheme-program-name): Renamed from
7248 scheme-program-name because xscheme.el contains a defcustom with
7249 the same name. As a consequence, customizing group `cmuscheme'
7250 loaded `xscheme' which redefined run-scheme.
7251 (run-scheme): Use cmuscheme-program-name.
7252
7253 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
7254
7255 * play/doctor.el (doctor-death): Update the Samaritans'
7256 anonymous address, and add a website for Befrienders International.
7257
7258 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7259
7260 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7261 Avoid compilation gripes. Doc fix.
7262 (ps-print-version): New version number (6.2).
7263 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7264 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7265 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7266 (ps-x-extent-priority, ps-x-extent-start-position)
7267 (ps-x-face-font-instance, ps-x-find-coding-system)
7268 (ps-x-font-instance-properties, ps-x-make-color-instance)
7269 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7270 avoid compilation gripes without defining functions.
7271 (ps-e-find-composition): Alias for function find-composition, to have a
7272 suitable function depending on Emacs version.
7273 (ps-color-device, ps-color-values, ps-face-foreground-name)
7274 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7275 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7276 (ps-print-ensure-fontified): Function definitions surrounded by
7277 `eval-and-compile' to avoid compilation gripes.
7278 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7279 by symbol-value to avoid compilation gripes.
7280 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7281 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7282
7283 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7284
7285 * startup.el (normal-top-level): Call `frame-set-background-mode'
7286 after `frame-notice-user-settings' because the latter doesn't call
7287 the former on a tty.
7288
7289 * faces.el (frame-set-background-mode): `unspecified' &c are
7290 symbols, not strings.
7291
7292 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7293
7294 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7295 why some "light*" colors are deliberately absent from the alist.
7296
7297 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7298 Change colors for tty's, as suggested by Miles Bader.
7299
7300 2000-10-19 Kenichi Handa <handa@etl.go.jp>
7301
7302 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
7303 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
7304 for ISO10646-1 fonts.
7305 (x-font-name-charset-alist): Add an entry for "iso10646-1".
7306
7307 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7308
7309 * faces.el (frame-set-background-mode): If a tty frame defines a
7310 background color, use that to compute the background mode, instead
7311 of always defaulting to "dark".
7312
7313 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7314
7315 * comint.el (comint-write-output): New function.
7316 (comint-mode-map): Add it to the menu.
7317 Bind `C-c C-s' to comint-write-output.
7318
7319 2000-10-18 Gerd Moellmann <gerd@gnu.org>
7320
7321 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7322 Use fancy-splash-delay.
7323
7324 2000-10-18 Alex Schroeder <alex@gnu.org>
7325
7326 * progmodes/sql.el (sql-sybase-options): New option.
7327 (sql-sybase): Use it. Add sql-database to the list of parameters
7328 provided for login. The options -w 2048 -n are not used any more.
7329
7330 * comint.el (comint-read-input-ring): Bugfix such that the first
7331 and the last entry of the input ring file are not lost.
7332
7333 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7334
7335 * ps-print.el: Internal variable changes to defcustom,
7336 make-local-hook changes to defvar. Doc fix.
7337 (ps-print-version): New version number (6.1).
7338 (ps-setup, ps-do-despool): Code fix.
7339 (ps-printer-name): Customization fix.
7340 (ps-printer-name-option): Now is a defcustom instead of an
7341 internal variable.
7342 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7343 (ps-print-begin-column-hook): Now are defvar instead of
7344 make-local-hook.
7345
7346 2000-10-18 Miles Bader <miles@gnu.org>
7347
7348 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7349 (comint-kill-output): Changed into an alias for `comint-delete-output',
7350 and made obsolete.
7351 (comint-mode-map): Rename references to comint-kill-output.
7352
7353 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
7354
7355 * diff-mode.el (diff-header-face, diff-file-header-face)
7356 (diff-changed-face): Add bold and italic attributes to tty faces.
7357 (diff-function-face): New face.
7358 (diff-font-lock-keywords): Use it.
7359
7360 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
7361
7362 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7363 Remove commented-out call to force-mode-line-update.
7364 (comint-kill-output): Use `forward-line 0' instead of
7365 beginning-of-line to make sure we get past the prompt.
7366
7367 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
7368
7369 * diff-mode.el (diff-header-face, diff-file-header-face):
7370 Add specific setting for dark background.
7371 (diff-context-face): Renamed from diff-comment-face.
7372 Set explicitly rather than inheriting from font-lock-comment-face.
7373
7374 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7375
7376 * startup.el (command-line): Move the code which sets the default
7377 TTY colors to before before-init-hook.
7378
7379 2000-10-17 Gerd Moellmann <gerd@gnu.org>
7380
7381 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7382
7383 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7384
7385 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7386 extensions, for MS-DOS.
7387
7388 * diff-mode.el (diff-header-face, diff-file-header-face)
7389 (diff-changed-face): Define tty-specific colors.
7390
7391 2000-10-17 Gerd Moellmann <gerd@gnu.org>
7392
7393 * startup.el (fancy-splash-text): Realign the text.
7394
7395 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7396
7397 * font-lock.el (font-lock-comment-face): Define a separate default
7398 for dark-background tty's.
7399
7400 2000-10-17 Miles Bader <miles@gnu.org>
7401
7402 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7403 being obscured by whizzy mode-lines on graphics displays.
7404
7405 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7406
7407 * info.el (Info-title-1-face, Info-title-2-face)
7408 (Info-title-3-face): Define colors for tty's.
7409 (info-header-node): Remove unneeded tty-specific definition.
7410
7411 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7412
7413 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7414 reverse from the frame parameters, and don't invert foreground and
7415 background colors.
7416
7417 2000-10-16 Miles Bader <miles@gnu.org>
7418
7419 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7420 string "*Info*". Call propertized-buffer-identification to spruce
7421 up the result.
7422
7423 2000-10-16 Gerd Moellmann <gerd@gnu.org>
7424
7425 * help.el: Provide `help' for the sake of define-minor-mode
7426 which generates defcustoms with requires.
7427
7428 * jit-lock.el (jit-lock-after-change): If we're in text that
7429 matches a multi-line font-lock pattern, make sure the whole text
7430 will be redisplayed.
7431
7432 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7433 author's name is unknown.
7434
7435 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7436 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7437 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7438 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7439 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7440 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7441 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7442 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7443 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7444 Add author information.
7445
7446 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7447
7448 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7449 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7450 full-color version (using the Gimp) to eliminate dithering artifacts.
7451
7452 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7453
7454 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7455
7456 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7457
7458 2000-10-15 Dave Love <fx@gnu.org>
7459
7460 * progmodes/sh-script.el: Require skeleton and comint when compiling.
7461
7462 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7463
7464 * whitespace.el: Doc fixes.
7465 (top-level): Don't add hooks here.
7466 (whitespace-running-emacs): Deleted.
7467 (timer): Don't require.
7468 (whitespace): Add back :version conditional on xemacs test.
7469 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7470 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7471 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7472 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7473 Avoid specific xemacs test.
7474 (whitespace-global-mode): New option.
7475 (whitespace-global-mode): New command.
7476 (whitespace-unload-hook): New function.
7477
7478 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
7479 (Info-fontify-node, Info-goto-node, Info-mode-menu)
7480 (Info-fontify-node): `Goto' goes to `Go to'.
7481 (Info-fontify-node): Add help-echo to xref links.
7482
7483 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7484
7485 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7486
7487 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7488
7489 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7490 Use plist-get and allow :inherit.
7491
7492 * emacs-lisp/cl-macs.el (cl-do-arglist):
7493 Use plist-get and plist-member instead of memq.
7494
7495 * emacs-lisp/ewoc.el (ewoc-location): New function.
7496 (ewoc-enter-after, ewoc-enter-before): Document return value.
7497 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7498 Don't need make-local-hook any more.
7499 (cvs-addto-collection): Return the new tin.
7500 (cvs-mode-insert): Jump to the new line.
7501
7502 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7503
7504 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7505
7506 * font-lock.el (font-lock-syntactically-fontified): New var.
7507 (font-lock-fontify-syntactic-keywords-region): Use it.
7508 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7509
7510 * diff-mode.el (diff-find-file-name): Fix regexp.
7511
7512 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7513 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7514
7515 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7516 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7517 (sh-mode): Don't make all vars local here.
7518 (sh-kw): Reformat.
7519 (sh-set-shell): Use dolist. Don't set indent-region-function.
7520 (sh-mode-syntax-table): Use pop.
7521 (sh-remember-variable): Use push.
7522 (sh-help-string-for-variable): Use memq.
7523 (sh-safe-backward-sexp): Remove.
7524 (sh-safe-forward-sexp): Add ARG.
7525 (sh-get-indent-info, sh-prev-stmt): Use it.
7526 (sh-prev-line): Simplify by using forward-comment.
7527 (sh-this-is-a-continuation): Simplify.
7528 (sh-learn-buffer-indent): Use dolist.
7529 (sh-do-nothing): Remove.
7530 (sh-set-char-syntax, sh-set-here-doc-region):
7531 Use inhibit-modification-hooks.
7532 (sh-name-style): Use mapcar and push.
7533 (sh-load-style): Use dolist.
7534 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7535 (sh-case, sh-while-getopts): Use propertize directly rather
7536 than sh-electric-rparen.
7537
7538 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7539
7540 * textmodes/tex-mode.el: Require CL when compiling.
7541 (tex-mode-syntax-table): Init immediately.
7542 (tex-mode-map): Bind M-RET to latex-insert-item.
7543 (latex-mode): Set indent-line-function to latex-indent.
7544 (tex-common-initialization): Don't setup the syntax-table any more.
7545 (latex-insert-item): New skeleton.
7546 (tex-next-unmatched-end): Fix copy/paste braino.
7547 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
7548 (latex-indent, latex-find-indent): New functions.
7549 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
7550 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7551 (tex-compilation-parse-errors): Use with-syntax-table.
7552
7553 2000-10-15 Miles Bader <miles@gnu.org>
7554
7555 * font-lock.el (font-lock-comment-face): Change dark-background,
7556 color, non-tty, default to `chocolate1'.
7557
7558 2000-10-13 John Wiegley <johnw@gnu.org>
7559
7560 * eshell/esh-util.el (require): Added a missing `require' form,
7561 needed when compiling (for an ange-ftp macro definition).
7562
7563 2000-10-13 Dave Love <fx@gnu.org>
7564
7565 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7566
7567 2000-10-13 Gerd Moellmann <gerd@gnu.org>
7568
7569 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
7570
7571 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
7572 transparent -colors 8).
7573
7574 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7575
7576 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7577 that breaks with old list format timestamps.
7578 (time-stamp-warn-inactive, time-stamp-old-format-warn)
7579 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
7580
7581 2000-10-13 John Wiegley <johnw@gnu.org>
7582
7583 * align.el, pcomplete.el, calendar/timeclock.el,
7584 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7585
7586 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
7587 faulty math, where holiday hours were being computing as seconds.
7588
7589 2000-10-13 John Wiegley <johnw@gnu.org>
7590
7591 * desktop.el (desktop-buffer-modes-to-save): Added a global for
7592 specifying what "other" kinds of buffers should be saved.
7593 This used to be hard-coded.
7594 (desktop-buffer-misc-functions): A global for specifying how
7595 auxiliary data should be determined for special buffer types.
7596 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7597 instead of hard-coding the special buffer types.
7598 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7599 auxiliary data, instead of hard-coding for Info buffers and dired.
7600 (desktop-buffer-info-misc-data): Aux function for determining Info
7601 buffer auxiliary info.
7602 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7603 (desktop-buffer-info): Changed this function to use the info
7604 gathered above.
7605 (desktop-create-buffer): Be a little more careful about what
7606 `minor-mode' means before calling it. This is important for some
7607 buffer types.
7608
7609 2000-10-13 John Wiegley <johnw@gnu.org>
7610
7611 * eshell/esh-util.el: Added a global form which declares an
7612 autoload for `parse-time-string', if that function is not already
7613 defined, and if parse-time.el is available on the user's system.
7614
7615 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7616 to be aware of ange-ftp user info.
7617 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
7618 (eshell-ls-annotate): Use `eshell-file-attributes'.
7619 (eshell-ls-file): Made the user-id printing code a bit smarter.
7620
7621 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7622 allow identification of alias user ids in remote directories.
7623 It's manual, but there's no other way to know when the current user
7624 on the local machine, is also the owning user on the remote machine.
7625 (fboundp): Bind `ange-cache'.
7626 (eshell-directory-files-and-attributes): Re-organized the logic a
7627 bit to use `eshell-file-attributes' instead of `file-attributes'.
7628 The former is more sensitive to directories that are read via FTP,
7629 and knows how to use ange-ftp to determine full attribute
7630 information, instead of just the name and last modtime.
7631 (eshell-current-ange-uids): Return the current user id when in a
7632 remote directory.
7633 (eshell-parse-ange-ls): Parse a full directory listing that has
7634 been returned by ange-ftp.
7635 (eshell-file-attributes): This beefed up version of
7636 `file-attributes' is only special if the user is currently in a
7637 remote directory, in which case it does a lot of work to find out
7638 what the real attributes of a file are, as they appear on the
7639 remote machine. This makes usage of remote directories (i.e.,
7640 ange-ftp pathnames) much more useful. You can now use Eshell as a
7641 full-fledged FTP client, with much more manipulation ability than
7642 most other clients.
7643
7644 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7645 variable, which means that Eshell's du should always be preferred
7646 in remote directories.
7647 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7648 just `file-attributes'.
7649 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7650 when reading remote directories. This is an Eshell-specific
7651 variable (not part of ange-ftp).
7652 (eshell/ln): Bind `ange-cache'.
7653 (eshell/du): Added some extra logic for determining when to use
7654 Eshell's du (which is slow), and when to use the external version
7655 (which may or may not exist).
7656
7657 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7658 Call `eshell-interactive-process', rather than using
7659 `get-buffer-process', since backgrounded processes don't count in
7660 the context of this function's logic.
7661
7662 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7663 `forward-char', so that null strings are parsed correctly.
7664
7665 2000-09-13 John Wiegley <johnw@gnu.org>
7666
7667 * eshell/em-pred.el (eshell-pred-file-type)
7668 (eshell-pred-file-links, eshell-pred-file-size):
7669 Use `eshell-file-attributes'. This is more correct over ange-ftp.
7670
7671 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7672 that remote file globbing is more efficient.
7673
7674 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7675 gathering the files and attributes within a directory.
7676
7677 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7678 the command line is a special file (not a regular file, directory
7679 or symlink), always attempt to call the external version of cat.
7680
7681 2000-09-13 John Wiegley <johnw@gnu.org>
7682
7683 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7684 Eshell-friendly version of find-tag.
7685
7686 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7687
7688 * image-file.el (image-file-name-extensions)
7689 (image-file-name-regexps): Add autoload cookies.
7690
7691 2000-10-13 Kenichi Handa <handa@etl.go.jp>
7692
7693 * international/mule-cmds.el (select-safe-coding-system): If FROM
7694 is string, show it in *Warning* buffer.
7695
7696 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7697
7698 * startup.el (normal-top-level): Use display-popup-menus-p instead
7699 of window-system.
7700 (command-line): Use display-graphic-p instead of window-system.
7701 (command-line-1): Use display-popup-menus-p and display-mouse-p
7702 instead of window-system.
7703
7704 2000-10-12 Sam Steingold <sds@gnu.org>
7705
7706 * tooltip.el (tooltip-use-echo-area): New user variable.
7707 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7708
7709 2000-10-12 Dave Love <fx@gnu.org>
7710
7711 * recentf.el: Maintainer's checkdoc fixes.
7712
7713 * startup.el (normal-top-level-add-subdirs-to-load-path):
7714 Use character class, not ASCII when matching file names.
7715 (fancy-splash-head): Add trailing slash to URL.
7716 (command-line): Don't require XPM support for toolbar.
7717
7718 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7719 (cperl-invalid-face): Revert last change.
7720 (cperl-init-faces): Quote cperl-invalid-face.
7721
7722 2000-10-12 Kenichi Handa <handa@etl.go.jp>
7723
7724 * startup.el (fancy-splash-text): Remove superfluous quote.
7725
7726 2000-10-12 Gerd Moellmann <gerd@gnu.org>
7727
7728 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7729 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7730 (command-line-1): Don't use fancy-splash-pending-command.
7731 (fancy-splash-screens-1): Goto point-min after inserting text.
7732
7733 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7734
7735 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7736 instead of shared-lisp-mode-map.
7737
7738 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7739
7740 * faces.el (header-line): Change tty-variant to use underlining.
7741
7742 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7743 (isearch-highlight): Restore lazy-isearch face properties at old
7744 position, and suppress them at new position.
7745 (isearch-dehighlight): Restore lazy-isearch face properties.
7746 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7747 over the real isearch overlay, but in that case, don't give it a
7748 face property. Use `push'.
7749
7750 2000-10-12 Kenichi Handa <handa@etl.go.jp>
7751
7752 * man.el (Man-getpage-in-background): Fix previous change.
7753 Decode the process output only when we are in multibyte mode.
7754
7755 2000-10-11 Dave Love <fx@gnu.org>
7756
7757 * info.el (Info-mode-menu): Fix some help.
7758 (info-tool-bar-map): Add entry for Info-last.
7759
7760 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7761 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7762 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7763 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7764 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7765 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7766 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7767 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7768 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7769 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7770 Reduce colour requirements to 25 overall. (Probably wants
7771 revisiting from the originals to reduce further.)
7772
7773 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7774
7775 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7776 buffer-file-coding-system, instead of raw-text.
7777 (dehexlify-buffer): Bind coding-system-for-read to
7778 buffer-file-coding-system, instead of raw-text.
7779
7780 2000-10-11 Sam Steingold <sds@gnu.org>
7781
7782 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
7783 `underline' - fixes the bug introduced on 2000-09-21.
7784
7785 2000-10-11 Dave Love <fx@gnu.org>
7786
7787 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7788 Avoid compiler warnings.
7789 (scheme-mode): Doc fix.
7790 (scheme-font-lock-keywords-1): Match `define-syntax'.
7791
7792 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
7793
7794 * faces.el (frame-set-background-mode): Pay attention to saved
7795 face specs as well as default ones. Only do anything if the
7796 bg-mode or display-type has actually changed. Use `dolist'.
7797 (region): Make dark-background `region' face less in-your-face.
7798
7799 2000-10-10 Sam Steingold <sds@gnu.org>
7800
7801 * chistory.el, ielm.el, ledit.el:
7802 * progmodes/inf-lisp.el, progmodes/scheme.el:
7803 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7804
7805 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7806
7807 * textmodes/texinfo.el: Update copyright and fix typo.
7808
7809 * desktop.el (desktop-modes-not-to-save): New var.
7810 (desktop-save-buffer-p): Use it.
7811 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7812 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7813
7814 2000-10-10 Dave Love <fx@gnu.org>
7815
7816 * toolbar/tool-bar.el (tool-bar-add-item)
7817 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
7818
7819 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7820 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7821 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7822 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7823 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7824 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7825 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7826 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7827 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7828 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7829 the .xpms; probably need retouching.
7830
7831 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7832
7833 * subr.el (add-to-list): Add optional argument APPEND.
7834 * battery.el (display-battery): Use `add-to-list'.
7835
7836 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7837
7838 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7839 properties.
7840 (zone, zone-when-idle, zone-leave-me-alone)
7841 (zone-pgm-whack-chars): Use new symbol properties.
7842
7843 * battery.el (display-battery): Doc spelling fix.
7844
7845 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7846 property.
7847
7848 2000-10-09 Dave Love <fx@gnu.org>
7849
7850 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7851 has been initialized before calling tool-bar-setup.
7852 (tool-bar-add-item-from-menu): Add autoload cookie.
7853
7854 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7855
7856 * menu-bar.el (send-mail-item-name): New function.
7857 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7858 of mail-user-agent in the menu. Don't display the "Send Mail"
7859 item if mail-user-agent is nil or its value is ignore.
7860 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7861 if read-mail-command is nil or its value is ignore.
7862
7863 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7864
7865 2000-10-09 Miles Bader <miles@gnu.org>
7866
7867 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7868 Correct image size.
7869 * toolbar/left_arrow.xpm: Correct image size.
7870
7871 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7872 will be done by the definition of `auto-compression-mode' if
7873 necessary. Move code to uninstall existing file-name handler
7874 before definition of `auto-compression-mode'.
7875
7876 * image-file.el (auto-image-file-mode): Move to the end of the
7877 file, because `define-minor-mode' actually calls the mode-function
7878 if the associated variable is non-nil, which requires that all
7879 needed functions be already defined.
7880
7881 * mouse.el (popup-menu): Balance parens.
7882
7883 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7884
7885 * mouse.el (popup-menu): Move the command call outside the loop
7886 so that popup-menu returns whatever the command returns.
7887
7888 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7889 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7890 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7891 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7892
7893 * vc.el (vc-version-diff): diff-switches can be a list.
7894 Use relative filenames for prettier output.
7895
7896 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7897 (vc-post-command-functions): Remove old-VC compatibility code.
7898
7899 * newcomment.el (comment-indent-default): Autoload.
7900
7901 * font-lock.el (font-lock-defaults): Make buffer-local.
7902 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7903 (font-lock-choose-keywords):
7904 Ignore LEVEL unless KEYWORDS is a list of syms.
7905 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7906 Don't wrap regexp-opt things in \(...\) unnecessarily.
7907
7908 * jit-lock.el: Don't require font-lock any more.
7909 (jit-lock-functions): Make buffer-local.
7910 (jit-lock-saved-fontify-buffer-function): Remove.
7911 (jit-lock-mode): Remove autoload cookie.
7912 Remove font-lock specific code.
7913 (jit-lock-unregister): Don't bother handling complex hooks any more.
7914 (jit-lock-refontify): New function.
7915 (jit-lock-fontify-buffer): Use it.
7916 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7917 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7918 Add optional args START and END.
7919 Never call font-lock-fontify-region directly.
7920 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7921
7922 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7923
7924 2000-10-08 Dave Love <fx@gnu.org>
7925
7926 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7927
7928 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7929
7930 * play/studly.el (studlify-region, studlify-word): Add autoload
7931 cookie.
7932
7933 * play/morse.el (morse-region, unmorse-region): Add autoload
7934 cookie.
7935
7936 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7937 concat.
7938
7939 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7940 insist on symbols starting with word syntax.
7941 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7942 (eval-defun-1): Doc fix.
7943 (indent-sexp): Use nconc to build up indent-stack.
7944
7945 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7946 Gnus with little use.
7947 (mail-setup-hook): Add mail-abbrevs-setup to options.
7948
7949 * recentf.el: Doc fixes.
7950
7951 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7952 Clean up remainder.
7953
7954 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7955 without timezone and (8) with timezone to enforce some whitespace.
7956 Simplify code somewhat.
7957
7958 * options.el (list-options): Doc that you should use customize.
7959
7960 * iswitchb.el (iswitchb-mode): Add :require.
7961
7962 * info.el (Info-goto-node, Info-menu): Doc fix.
7963 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7964 (info-tool-bar-map): New variable.
7965 (Info-mode): Use it.
7966 (Info-edit-map): Define all in defvar.
7967 (speedbar-attached-frame): Avoid compiler warning.
7968
7969 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7970 (global-map): Bind [tool-bar] to a filtered map.
7971 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7972 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7973 Allow PBM icons.
7974 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7975
7976 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7977 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7978 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7979 icons, except up_arrow, which is left-arrow rotated.
7980
7981 * imenu.el (imenu-add-to-menubar): Fix last change.
7982
7983 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7984
7985 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7986 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7987
7988 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7989
7990 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7991 typos in doc strings.
7992
7993 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7994 the doc strings how to customize Font Lock faces.
7995
7996 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7997 computing growth when dragging the header line.
7998
7999 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8000
8001 * simple.el (kill-line): Doc fix.
8002
8003 2000-10-08 Miles Bader <miles@gnu.org>
8004
8005 * faces.el (secondary-selection): Make foreground visible on tty.
8006
8007 * jka-compr.el (auto-compression-mode): Move to the end of the
8008 file, because `define-minor-mode' actually calls the mode-function
8009 if the associated variable is non-nil, which requires that all
8010 needed functions be already defined.
8011 (with-auto-compression-mode): Add autoload cookie.
8012
8013 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8014
8015 * files.el (find-backup-file-name) [ms-dos]: If support for long
8016 file names is not available, behave as if version-control were set
8017 to never.
8018
8019 2000-10-07 Dave Love <fx@gnu.org>
8020
8021 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8022 (browse-url-gnome-moz): New function.
8023 (browse-url-browser-function): Use it.
8024 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8025
8026 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
8027
8028 * indent.el (tab-always-indent): New var.
8029 (indent-for-tab-command): Use it.
8030
8031 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8032 raise an error. This way it can still default to a sane value.
8033
8034 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8035
8036 * startup.el (fancy-splash-screens): Use local rather than global map.
8037 Don't use `update-menu-bindings' any more.
8038 Get rid of assumptions about keymap representation.
8039
8040 2000-10-06 Dave Love <fx@gnu.org>
8041
8042 * textmodes/fill.el (sentence-end-double-space)
8043 (sentence-end-without-period): Doc fix.
8044 (adaptive-fill-regexp): Purecopy.
8045 (unjustify-current-line): Use line-end-position.
8046 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8047
8048 * net/eudc-vars.el (eudc): Add :version, :link.
8049
8050 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8051
8052 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8053 Fix for define-minor-mode.
8054 (function-at-point): Alias to function-called-at-point.
8055
8056 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8057
8058 * simple.el (backward-word): Doc fix.
8059
8060 * image-file.el (image-file-name-regexp): image-file-regexps ->
8061 image-file-name-regexps.
8062 (image-file-name-extensions): Add pbm.
8063
8064 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8065
8066 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8067 and add filename to the names so that diff-mode can jump to source.
8068
8069 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8070 (tex-font-lock-keywords, tex-font-lock-keywords-2)
8071 (tex-font-lock-keywords-1): Remove.
8072 (font-lock-turn-on-thing-lock): Use jit-lock-register.
8073 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8074 (font-lock-default-fontify-region):
8075 Expand beg..end correctly when just following a multiline region.
8076 (font-lock-fontify-anchored-keywords):
8077 Include the anchor text as part of the multiline.
8078
8079 2000-10-06 Gerd Moellmann <gerd@gnu.org>
8080
8081 * loadup.el (toplevel): Load `loaddefs' before `help' because the
8082 latter needs the autoloaded define-minor-mode macro during the
8083 bootstrap.
8084
8085 * startup.el (command-line): For now, activate tool-bar-mode only
8086 if XPM images are supported.
8087
8088 * mouse.el (mouse-drag-header-line): Don't allow resizing a
8089 window by dragging a header-line at the top of the frame; that's
8090 confusing because the header-line doesn't move.
8091 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8092 of treating the event as a list. Some cleanup.
8093
8094 2000-10-06 Miles Bader <miles@gnu.org>
8095
8096 * simple.el (display-message-or-buffer): New function.
8097 (shell-command-on-region): Use `display-message-or-buffer'.
8098
8099 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8100 docstring parts.
8101
8102 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8103 (smbclient-prompt-regexp): Add usage note to doc string.
8104 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8105 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8106 Use add-hook for adding the comint filter function, and only do so
8107 if it's not already in the global hook list.
8108 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8109 to `make-local-variable'.
8110 (nslookup-font-lock-keywords): Remove prompt entry.
8111 (nslookup): Don't set the process-filter.
8112 (finger): Exit the loop correctly when the regexps list runs out.
8113 (ftp, smbclient, smbclient-list-shares):
8114 Set the real major mode immediately, not after execing.
8115 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8116
8117 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8118
8119 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
8120
8121 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8122
8123 * which-func.el (which-func-format): Remove spurious space.
8124 (which-func-mode): Don't make it permanent-local.
8125 (which-func-ff-hook): Allow which-func-maxout to be nil.
8126 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
8127 (which-func-mode): Simplify.
8128 Use post-command-idle-hook rather than post-command-hook.
8129 Go through all buffers and update their state.
8130 (which-function): Also try add-log-current-defun-function.
8131
8132 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8133 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8134 Update call to with-vc-properties accordingly.
8135 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8136 (vc-revert-buffer): More careful about window selection and deletion.
8137 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8138
8139 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8140 (cvs-retrieve-revision): Reuse a pre-existing buffer.
8141 (cvs-dired-action): Change the default to quickdir.
8142
8143 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8144 if comment-indent-function returns nil.
8145 (comment-indent-default): New function.
8146 (comment-indent-function): Use it and document the new semantics.
8147
8148 * image-file.el: Docstring fixes.
8149
8150 * help.el (help-xref-on-pp): Use match-string.
8151 (describe-variable): New arg BUFFER.
8152 Store the current buffer in the help-xref-stack.
8153 (temp-buffer-resize-mode): Use define-minor-mode.
8154
8155 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8156 consistently with its docstring.
8157 Set jit-lock-first-unfontify-pos in an idempotent way.
8158 (jit-lock-register): Autoload and add arg CONTEXTUAL.
8159
8160 2000-10-05 Alex Schroeder <alex@gnu.org>
8161
8162 * sql.el (sql-mysql-options): New variable.
8163 (sql-mysql): Use it.
8164
8165 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8166
8167 * image.el (image): New group.
8168
8169 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8170 (smerge-base-face, smerge-markers-face): Add dark-background variants.
8171
8172 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8173
8174 * net/net-utils.el (nslookup-font-lock-keywords)
8175 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8176 Ignore the value of wqindow-system; always define keywords
8177
8178 2000-10-05 Kenichi Handa <handa@etl.go.jp>
8179
8180 * startup.el (fancy-splash-screens): Remove the code for
8181 debugging; `(trace-to-stderr "EXITTT\n")'.
8182
8183 2000-10-05 Miles Bader <miles@gnu.org>
8184
8185 * diff-mode.el (diff-goto-source): Update call to
8186 `diff-hunk-status-msg' to reflect new REV variable.
8187
8188 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
8189
8190 * progmodes/icon.el (icon-mode):
8191 Don't gratuitously override the default for comment-column.
8192
8193 * vc-hooks.el (vc-mode-line): Fix interactive spec.
8194
8195 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8196 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8197 (jit-lock-functions): New var.
8198 (jit-lock-function-1): Use it if non-nil.
8199 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8200 Set the `fontified' property before doing the fontification to avoid
8201 repeatedly going through the same error.
8202 Don't turn errors into messages.
8203 (jit-lock-register, jit-lock-unregister): New functions.
8204
8205 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8206 Use with-current-buffer.
8207
8208 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8209 Turn comment into docstring.
8210
8211 * apropos.el (apropos-mode): Use define-derived-mode.
8212
8213 2000-10-04 Gerd Moellmann <gerd@gnu.org>
8214
8215 * startup.el (fancy-splash-pending-command): New variable.
8216 (fancy-splash-pre-command): New function.
8217 (fancy-splash-screens): Rewritten.
8218 (command-line-1): If fancy-splash-pending-command is set, call it
8219 interactively.
8220
8221 2000-10-04 Dave Love <fx@gnu.org>
8222
8223 * toolbar/tool-bar.el (tool-bar-setup): New function.
8224 (tool-bar-mode): Use it.
8225
8226 * subr.el (substitute-key-definition): Doc fix.
8227 (play-sound-file): New command.
8228
8229 2000-10-04 Andre Spiegel <spiegel@gnu.org>
8230
8231 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8232 vc-version-backup-file-name): New functions.
8233
8234 * files.el (basic-save-buffer): Call vc-before-save before saving.
8235
8236 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8237 vc-cvs-stay-local-p.
8238
8239 * vc.el (vc-revert-buffer): Handle empty diff properly.
8240 (vc-version-backup-file): New function.
8241 (vc-checkout): Create a version backup if necessary.
8242 (vc-checkin): If a version backup file exists, delete it.
8243 (vc-version-diff): Diff locally using version backups, if available.
8244 (vc-revert-file): If there's a version backup, revert locally.
8245 (vc-transfer-file): Use version backup for base version, if
8246 available. If not, ask for confirmation whether to get it from the
8247 server. Update mode line before check-in.
8248
8249 2000-10-04 Dave Love <fx@gnu.org>
8250
8251 * toolbar/tool-bar.el (tool-bar-setup): New function.
8252 (tool-bar-mode): Use it.
8253
8254 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8255
8256 * net/net-utils.el (nslookup-font-lock-keywords)
8257 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8258 Only set if window-system is non-nil
8259 (net-utils-run-program): Returns buffer.
8260 (network-connection-reconnect): Added this function.
8261
8262 * generic.el:
8263 Incorporates extensive cleanup and docfixes by
8264 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8265 Uses cl compile-time macros.
8266 (generic-mode-name, generic-comment-list)
8267 (generic-keywords-list, generic-font-lock-expressions)
8268 (generic-mode-function-list, generic-mode-syntax-table):
8269 Removed variables.
8270 (generic-mode-alist): Renamed to generic-mode-list.
8271 (generic-find-file-regexp): Default changed to "^#".
8272 (generic-read-type): Uses completing read on generic-mode-list.
8273 (generic-mode-sanity-check): removed this function.
8274 (generic-add-to-auto-mode): Removed this function
8275 (generic-mode-internal): Bind mode-specific definitions
8276 into function instead of putting them in alist.
8277 (generic-mode-set-comments): Reworked extensively.
8278 (generic-mode-find-file-hook): Simplified regexp searching
8279 (generic-make-keywords-list): Omit extra pair of parens
8280
8281 * find-lisp.el (find-lisp-find-files-internal):
8282 Make sure directory name ends with "/".
8283
8284 * generic-x.el (apache-conf-generic-mode):
8285 Regexp now allows leading whitespace.
8286 (rc-generic-mode): Added eval-when-compile
8287 around generic-make-keywords-list.
8288 Deleted duplicate regexp
8289 (rul-generic-mode): Added eval-when-compile
8290 around generic-make-keywords-list.
8291 (etc-fstab-generic-mode): New generic mode.
8292 (rul-generic-mode): Removed one eval-when-compile
8293 which caused a max-specpdl-size exceeded error.
8294
8295 2000-10-04 Miles Bader <miles@gnu.org>
8296
8297 * simple.el (minibuffer-temporary-goal-position): New variable.
8298 (next-history-element): Try to keep the position of point in the
8299 input string constant.
8300
8301 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8302 (dired-do-create-files): If there's only one file, pass it in as
8303 the DEFAULT arg to dired-mark-read-file-name.
8304
8305 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
8306
8307 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8308 (diff-goto-source): Be smarter when choosing REVERSE or not.
8309
8310 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8311 (texinfo-mode-menu): Add an explicit shortcut for update all.
8312
8313 2000-10-03 Andre Spiegel <spiegel@gnu.org>
8314
8315 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8316 factorize backend-specific code cleanly (this was essentially
8317 conceived by Stefan Monnier).
8318 (vc-unregister): Function removed.
8319 (vc-revert-file): New function.
8320 (vc-revert-buffer): Delegate some of the work to it.
8321
8322 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8323 default branch unconditionally.
8324 (vc-rcs-set-default-branch): New function.
8325 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8326 (vc-rcs-checkin): If an appropriate default branch has been set,
8327 force creation of that branch.
8328 (vc-rcs-receive-file): Rewritten to contain only backend-specific
8329 code (as suggested by Stefan Monnier).
8330
8331 2000-10-02 Gerd Moellmann <gerd@gnu.org>
8332
8333 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8334 highlighting overlay with a different face over the overlay
8335 isearch uses to highlight the current match because that can lead
8336 to bad face combinations.
8337
8338 * loadup.el (toplevel): Load faces before isearch.
8339
8340 * isearch.el (isearch-faces): New custom group.
8341 (isearch): New defface; was already tested for in the code.
8342 (isearch-lazy-highlight-face): Changed to defface from defcustom.
8343 (isearch-highlight): Always use face `isearch'.
8344
8345 2000-10-02 Dave Love <fx@gnu.org>
8346
8347 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8348 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
8349 comparison of opcode with operand.
8350
8351 2000-10-03 Miles Bader <miles@gnu.org>
8352
8353 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8354 buffer, since the echo area will now grow to accommodate them.
8355
8356 2000-10-02 Andre Spiegel <spiegel@gnu.org>
8357
8358 * vc-hooks.el (vc-registered): If FILE used to be registered under
8359 a certain backend, try that one first.
8360
8361 * vc.el (vc-responsible-backend): Undo the previous change in the
8362 argument list. Handle multiple backends correctly.
8363 (vc-find-new-backend): Function removed.
8364 (vc-register): Use vc-responsible-backend, as before.
8365 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8366
8367 2000-10-02 Gerd Moellmann <gerd@gnu.org>
8368
8369 * startup.el (fancy-splash-head): Change message below the
8370 logo.
8371
8372 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8373
8374 * diff-mode.el (diff-goto-source): Emit a status message.
8375 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8376 (diff-test-hunk): Fix doc string.
8377 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8378 (diff-advance-after-apply-hunk): New variable.
8379 (diff-apply-hunk): Don't return a value.
8380
8381 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8382
8383 * vc.el (vc-editable-p): Minor optimization.
8384 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8385 (vc-find-new-backend): New function split from vc-responsible-backend.
8386 (vc-register): Use it.
8387 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8388 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8389 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8390 (vc-clear-headers): Don't use find-file.
8391 (vc-revert-buffer): Use `and' again (must have been a braino).
8392 (vc-switch-backend): Only prompt if requested.
8393 Short circuit if nothing is to be done.
8394 Don't use vc-resynch-buffer which could lose unsaved editing.
8395 (vc-default-receive-file): Update call to vc-unregister.
8396 (with-vc-file, vc-next-action-on-file):
8397 Use vc-backend rather than vc-registered.
8398 (vc-next-action-on-file): Use intern-soft.
8399 Deal with read-only *vc-diff* buffer.
8400 (vc-transfer-file): Docstring fix.
8401
8402 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8403 (vc-rcs-receive-file): Avoid with-vc-properties.
8404 Update call to vc-unregister.
8405 Use constant `RCS' rather than (dynamically bound) var `backend'.
8406
8407 2000-10-01 Andre Spiegel <spiegel@gnu.org>
8408
8409 * vc.el (vc-next-action-on-file): Update mode line only if file
8410 is visited.
8411 (vc-start-entry): New argument initial-contents. Don't visit the file
8412 if it isn't already visited. Brought documentation up-to-date.
8413 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8414 (vc-checkin): New optional arg initial-contents, which is passed to
8415 vc-start-entry.
8416 (vc-finish-logentry): Make sure to bury log buffer only if there
8417 really is one. Call `vc-resynch-buffer' on log-file, not
8418 buffer-file-name.
8419 (vc-default-comment-history, vc-default-wash-log): New functions.
8420 (vc-index-of): Removed.
8421 (vc-transfer-file): Make do without the above.
8422 (vc-default-receive-file): Call comment-history unconditionally. Pass
8423 the resulting string to vc-checkin, instead of inserting it into the
8424 comment ring.
8425
8426 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8427 unconditionally. Use the comments as initial contents of the log
8428 entry buffer. Document the trick to force branch creation with no
8429 changes.
8430
8431 2000-10-01 Miles Bader <miles@gnu.org>
8432
8433 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8434 `recenter' with an arg to prevent redrawing the display.
8435
8436 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8437
8438 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8439
8440 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8441
8442 * progmodes/c-mode.el (c-mode):
8443 Don't gratuitously override the default for comment-column.
8444
8445 * textmodes/tex-mode.el (latex-metasection-list): New var.
8446 (latex-imenu-create-index): Use it.
8447 Move the regexp construction outside loops (and use push).
8448 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8449 (tex-font-lock-keywords): Moved from font-lock.el.
8450 (tex-comment-indent): Remove.
8451 (tex-common-initialization): Don't set comment-indent-function.
8452 (latex-block-default): New var.
8453 (tex-latex-block): Use it to provide a default choice.
8454 Add any unknown choice to latex-block-names.
8455 Insert [...] after {...}.
8456 (tex-last-unended-begin): Simplify regexp.
8457 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8458 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8459 (latex-mode): Set forward-sexp-function.
8460
8461 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8462 Add regexp for @ignore ... @end ignore.
8463 (texinfo-heading-face): New face.
8464 (texinfo-font-lock-keywords): Use it.
8465 (texinfo-mode-menu): New menu.
8466 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8467 New functions.
8468 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8469 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8470 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8471 Remove declaration.
8472 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8473
8474 * delsel.el (delete-selection-mode): Use define-minor-mode.
8475
8476 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8477
8478 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8479
8480 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8481
8482 2000-09-30 Gerd Moellmann <gerd@gnu.org>
8483
8484 * replace.el (keep-lines-read-args): New function.
8485 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8486 read arguments interactively. Add parameters RSTART and REND.
8487 Operate on the active region in Transient Mark mode.
8488
8489 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8490
8491 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8492 (authors-obsolete-files-regexps): New variable.
8493 (authors-add): Don't record changes in obsolete files.
8494
8495 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8496
8497 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8498
8499 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8500 (comment-indent): Make sure there's a space between code and comment.
8501 Shift comments left to avoid going past fill-column.
8502
8503 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8504
8505 * startup.el (startup-echo-area-message): New function.
8506 (display-startup-echo-area-message): Use it.
8507 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8508 (fancy-splash-default-action): New function.
8509 (fancy-splash-screens-1): New function.
8510 (fancy-splash-head): Put a help-echo and a keymap under the image.
8511
8512 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8513
8514 * diff-mode.el (diff-add-log-file-name): Remove.
8515 (diff-mode): Use add-log-buffer-file-name-function.
8516
8517 * add-log.el (find-change-log): New arg BUFFER-FILE.
8518 (add-log-file-name): Obey add-log-file-name-function.
8519 (add-log-buffer-file-name-function): New var.
8520 (add-change-log-entry): Use it.
8521
8522 2000-09-29 Miles Bader <miles@gnu.org>
8523
8524 * image-file.el (image-file-name-extensions): New variable.
8525 (image-file-name-regexps): Renamed from `image-file-regexps'.
8526 New default value is nil. Call `auto-image-file-mode'.
8527 (image-file-name-regexp): New function.
8528 (auto-image-file-mode): New minor mode.
8529 (insert-image-file): Don't make conditional on the image-file
8530 handler being enabled.
8531 (image-file-handler): Make the call here conditional instead.
8532 (set-image-file-handler-enabled, enable-image-file-handler)
8533 (disable-image-file-handler): Functions removed.
8534
8535 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8536 string.
8537
8538 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8539
8540 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8541 it's a function from CL.
8542 (latex-imenu-create-index): Replace eval-when-compile with progn
8543 because latex-section-alist is not bound while compiling.
8544
8545 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8546
8547 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8548 (outline-mode): Use define-derived-mode.
8549
8550 * progmodes/perl-mode.el (perl-mode):
8551 * progmodes/awk-mode.el (awk-mode):
8552 * progmodes/asm-mode.el (asm-mode):
8553 Don't gratuitously override the default for comment-column.
8554
8555 * emacs-lisp/lisp.el (lisp-complete-symbol):
8556 Distinguish the let-binding case from the funcall case.
8557 (forward-sexp-function): New variable.
8558 (forward-sexp): Use it.
8559
8560 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8561 (easy-mmode-defmap): Remove the now useless autoload.
8562
8563 * time.el (display-time-mode): Use define-minor-mode.
8564
8565 * subr.el (add-minor-mode): Don't eval NAME.
8566 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8567 Use if rather than cond.
8568
8569 * simple.el (read-expression-map): Define more properly.
8570 (comment-indent-hook): Remove.
8571 (string-to-syntax): Bug fix.
8572
8573 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8574 (cvs-ediff-diff): Fix typo.
8575 (cvs-revert-if-needed): Don't bother preserving read-only.
8576
8577 * paren.el (show-paren-mode): Use define-minor-mode.
8578
8579 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8580 (toggle-auto-compression): Remove.
8581 (jka-compr-build-file-regexp): Remove useless grouping.
8582
8583 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8584 Avoid user-reserved bindings.
8585 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8586 (diff-header-face): Revert to grey85.
8587
8588 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8589
8590 * complete.el (partial-completion-mode) <defcustom>: Remove.
8591 (partial-completion-mode): Use define-minor-mode.
8592 (PC-do-completion): Understand `completion-auto-help = delay'
8593 to mean to popup the completion buffer only the second time.
8594 (PC-include-file-all-completions, PC-include-file-all-completions)
8595 (PC-include-file-all-completions): Don't quote lambda.
8596
8597 * comint.el (comint-mode-hook): Docstring fix.
8598 (comint-mode): Use define-derived-mode.
8599 (comint-mode-map): Remove obsolete comment.
8600 (make-comint): Minor stylistic change.
8601 (comint-insert-clicked-input): Be more careful to find the overlay.
8602 Use this-command-keys rather than hardcoding mouse-2.
8603
8604 * font-lock.el: Replace confusing (,@ with ,
8605 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8606 Don't use regexp-opt-depth. Spice up the regexp for args.
8607 Don't distinguish between cmds that can take an opt arg or not.
8608 Use `append' and `prepend' rather than `keep'.
8609
8610 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8611 (latex-outline-regexp): New var.
8612 (latex-outline-level): New fun.
8613 (latex-section-alist): New var.
8614 (latex-imenu-create-index): Use it. Use `push' as well.
8615 (tex-shell-map): Initialize it properly.
8616 (tex-mode): Minor stylistic change.
8617 (plain-tex-mode): Use define-derived-mode.
8618 (latex-mode): Use define-derived-mode.
8619 Construct the paragraph regexps in a more readable way.
8620 Set the buffer-local outline-{level,regexp} vars.
8621 (slitex-mode): Derive from latex-mode.
8622 (tex-common-initialization): Don't kill-all-vars anymore.
8623 Add setting for comment-add and font-lock-defaults.
8624 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8625 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8626 (tex-start-tex): New arg DIR (and send a chdir command for it).
8627 Also display the shell buffer and save it in tex-last-buffer-texed.
8628 (tex-region): Use expand-file-name rather than concat.
8629 Remove code made useless by changes in tex-start-tex.
8630 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8631
8632 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8633
8634 2000-09-28 Dave Love <fx@gnu.org>
8635
8636 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8637
8638 2000-09-28 Gerd Moellmann <gerd@gnu.org>
8639
8640 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8641 `append'.
8642
8643 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8644
8645 * info.el (Info-extract-pointer): Undo last change.
8646 Instead, fix the position of the `bound' arg to re-search-backward.
8647
8648 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8649
8650 * info.el (Info-extract-pointer):
8651 Widen more carefully, to avoid finding pointers in other nodes.
8652 (Info-index): Use push.
8653
8654 2000-09-27 Gerd Moellmann <gerd@gnu.org>
8655
8656 * frame.el (set-frame-font): Remove call to obsolete function
8657 frame-update-faces.
8658 (set-foreground-color, set-background-color): Likewise for
8659 frame-update-face-colors.
8660
8661 2000-09-27 Miles Bader <miles@gnu.org>
8662
8663 * image-file.el: New file.
8664
8665 2000-09-27 Gerd Moellmann <gerd@gnu.org>
8666
8667 * frame.el (frame-notice-user-settings): Don't call
8668 frame-update-faces, which is a no-op now.
8669
8670 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8671 tool-bar-lines.
8672
8673 2000-09-27 Dave Love <fx@gnu.org>
8674
8675 * mouse.el: Fix last change.
8676
8677 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8678
8679 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8680
8681 2000-09-22 Kenichi Handa <handa@etl.go.jp>
8682
8683 * international/quail.el (quail-help): The output message is
8684 improved.
8685
8686 2000-09-26 Dave Love <fx@gnu.org>
8687
8688 * mouse.el (popup-menu): If POSITION is nil, set it using
8689 mouse-position.
8690
8691 2000-09-25 Sam Steingold <sds@gnu.org>
8692
8693 * net/browse-url.el (browse-url-file-url): Check for null maps.
8694
8695 2000-09-26 Gerd Moellmann <gerd@gnu.org>
8696
8697 * frame.el (frame-notice-user-settings): Don't add a
8698 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8699
8700 * frame.el (frame-notice-user-settings):
8701 Make tool-bar-mode and default-frame-alist consistent.
8702
8703 * toolbar/tool-bar.el (tool-bar-help): New function.
8704
8705 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8706
8707 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8708 current-load-list in top-level forms. Else this leaks a cons cell
8709 every time a defun is called.
8710
8711 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8712
8713 2000-09-25 Dave Love <fx@gnu.org>
8714
8715 * startup.el (fancy-splash-head): Check XPM is available.
8716
8717 * autoinsert.el (auto-insert): Doc fix.
8718 (auto-insert-alist): Following GNU notices, don't say `copyright
8719 _by_'. Use line-beginning-position.
8720 (auto-insert): Check buffer-file-name is non-nil before use.
8721
8722 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8723
8724 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8725 starting with `@def' or `@multitable', in addition to ones
8726 specified by the user in auto-fill-inhibit-regexp.
8727
8728 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
8729
8730 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8731 rmail-dont-reply-to-names matches the empty string.
8732
8733 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8734
8735 * startup.el (command-line-1, fancy-splash-text): Change the
8736 text to sound more friendly.
8737
8738 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8739
8740 * progmodes/hideshow.el: Update author email address.
8741 Generally, sync w/ maintainer version 5.22.
8742 (hs-hide-all-non-comment-function): New var.
8743 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8744 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8745 (hs-show-region): Delete this command.
8746 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8747
8748 2000-09-22 Dave Love <fx@gnu.org>
8749
8750 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8751 (hl-line-highlight): Specify buffer when moving overlay.
8752
8753 * progmodes/fortran.el (fortran-mode): Locally set
8754 normal-auto-fill-function.
8755 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8756 (fortran-mode-map): Adjust auto-fill menu entry.
8757
8758 2000-09-22 Gerd Moellmann <gerd@gnu.org>
8759
8760 * vc-rcs.el (toplevel): Require `vc' when compiling.
8761
8762 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8763
8764 2000-09-22 Andre Spiegel <spiegel@gnu.org>
8765
8766 * vc.el (vc-switch-backend): Signal an error if the file is not
8767 registered under the new backend.
8768
8769 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8770 without explicit revision number.
8771
8772 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8773
8774 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8775 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8776 (diff-xor): New function.
8777 (diff-find-source-location): Use it. Fix a stupid name clash.
8778 (diff-hunk-status-msg): New function.
8779 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8780 (diff-test-hunk): Use diff-find-source-location.
8781 (diff-goto-source): Favor the `reverse'.
8782 (diff-hunk-text): Properly handle one-sided context diffs.
8783 (diff-apply-hunk): When done, advance to the next hunk.
8784
8785 2000-09-21 Gerd Moellmann <gerd@gnu.org>
8786
8787 * startup.el (command-line): If frame was created with a non-zero
8788 tool-bar-lines parameter, switch tool-bar-mode on.
8789
8790 * add-log.el (change-log-date-face, change-log-name-face)
8791 (change-log-email-face, change-log-file-face)
8792 (change-log-list-face, change-log-conditionals-face)
8793 (change-log-function-face, change-log-acknowledgement-face):
8794 New faces, inheriting from font-lock faces.
8795 (change-log-font-lock-keywords): Use them.
8796
8797 2000-09-21 Dave Love <fx@gnu.org>
8798
8799 * progmodes/cperl-mode.el (top-level): Clean up
8800 `eval-when-compile's and assorted defvars.
8801 (cperl-invalid-face): Don't double-quote value. Change custom
8802 type.
8803 (cperl-mode): Set normal-auto-fill-function and don't zap
8804 auto-fill-function.
8805 (cperl-imenu--function-name-regexp-perl): Renamed from
8806 imenu-example--function-name-regexp-perl.
8807 (cperl-imenu--create-perl-index): Renamed from
8808 imenu-example--create-perl-index.
8809 (cperl-xsub-scan): Don't require cl.
8810
8811 * msb.el (msb-mode-map): Use substitute-key-definition.
8812 (msb-mode): Use msb-mode-map.
8813
8814 2000-09-21 Andre Spiegel <spiegel@gnu.org>
8815
8816 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8817 New functions.
8818 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8819 (vc-switch-backend): New function.
8820 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8821 (vc-register): Fix prompt.
8822 (vc-unregister, vc-default-unregister): New functions.
8823 (vc-version-diff): Handle empty buffer in sentinel.
8824
8825 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8826 (vc-rcs-state-heuristic): Use it to guess the state of files with
8827 non-strict locking.
8828 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8829 been set with -b, but not created yet.
8830 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8831 contents in order to find the state.
8832 (vc-rcs-checkin): Allow creation of branches with no changes.
8833 (vc-rcs-unregister, vc-rcs-receive-file)
8834 (vc-rcs-set-non-strict-locking): New functions.
8835
8836 * vc-hooks.el (vc-name): Force correct computation of the value
8837 in case it is missing.
8838
8839 2000-09-21 Gerd Moellmann <gerd@gnu.org>
8840
8841 * startup.el (fancy-splash-tail): Use a different foreground
8842 color on a dark frame background.
8843
8844 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8845
8846 * info.el: Use the correct capitalization when making Info-mode
8847 and Info-edit-mode `special' modes.
8848
8849 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8850
8851 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8852 (diff-mode): Add support for add-log.el.
8853 (diff-hunk-text): Use char offsets rather than line offsets.
8854 (diff-find-source-location): Replace LINE with line-offset (nil
8855 if not found) and always set POS to a meaningful position.
8856 Adapt to the new char-offsets.
8857 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8858 Adapt to the new diff-find-source-location.
8859 (diff-goto-source): Adapt to the new diff-find-source-location.
8860
8861 * add-log.el (add-log-file-name): New function (split out of
8862 add-change-log-entry).
8863 (add-change-log-entry): Use it.
8864 Call add-log-file-name-function with the changelog file name if
8865 the current buffer is not associated with any file.
8866 Avoid find-file if the selected window is dedicated.
8867
8868 * diff-mode.el (diff-find-source-location):
8869 Move code from diff-apply-hunk. Return buffer rather than file.
8870 (diff-apply-hunk): Use the new result from diff-find-source-location.
8871 (diff-goto-source): Use the new diff-find-source-location.
8872
8873 2000-09-20 Dave Love <fx@gnu.org>
8874
8875 * iswitchb.el: Some doc fixes.
8876 (iswitchb-mode-map): Define completely initially. Inherit
8877 minibuffer-local-map.
8878 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8879 fundamental-mode.
8880 (iswitchb-global-map): New variable.
8881 (iswitchb-summaries-to-end): Amalgamate regexps.
8882 (iswitchb-mode): New.
8883 (iswitchb-mode-hook): New variable.
8884 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8885 `extensions'.
8886
8887 2000-09-20 Gerd Moellmann <gerd@gnu.org>
8888
8889 * ehelp.el (electric-help): New defgroup.
8890 (electric-help-shrink-window): New user-option.
8891 (with-electric-help): Use it.
8892
8893 * window.el (shrink-window-if-larger-than-buffer): If face
8894 `mode-line' has a :box, and we're on a graphical frame, add 1
8895 to the needed window height.
8896
8897 * frame.el (frame-notice-user-settings): Add a last parameter nil
8898 to a call to `append', because the last list passed to `append' is
8899 not copied, and so subsequent calls to assq-delete-all will modify
8900 default-frame-alist.
8901
8902 * startup.el (fancy-splash-image): Change :type.
8903 (fancy-splash-head): Use an XBM image if appropriate.
8904 (command-line-1): Show splash screens in more cases.
8905
8906 * startup.el (fancy-splash-text): Don't quote faces.
8907
8908 * dired.el (dired-font-lock-keywords): Undo last change.
8909 (dired-readin): Bind indent-tabs-mode to nil.
8910
8911 * startup.el (fancy-splash-head): If frame's background mode
8912 is `dark', change the black background of the image to gray.
8913 (fancy-splash-screens): Display startup echo area message.
8914 (display-startup-echo-area-message): New function.
8915
8916 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8917
8918 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8919
8920 * info.el (info-header-node): Tweak for color ttys.
8921
8922 * faces.el (face-valid-attribute-values): Make sure directories we
8923 search for stipples both exist and are readable before trying to
8924 search them.
8925
8926 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8927 in the dry-run case.
8928
8929 * jka-compr.el (with-auto-compression-mode): New macro.
8930
8931 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8932 (custom-group-tag-face, custom-variable-tag-face): Use relative
8933 :height and inherit from `variable-pitch' face instead of
8934 hardwiring :family.
8935 * hi-lock.el (hi-black-hb): Likewise.
8936
8937 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8938 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8939 toolbar-add-item, if image doesn't have a mask add a `:mask
8940 heuristic'.
8941
8942 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8943
8944 * diff-mode.el: Docstring fixes.
8945 (diff-header-face, diff-comment-face): New faces.
8946 (diff-font-lock-keywords): Highlight a bit differently.
8947 (diff-find-source-location): Don't return SPAN any more.
8948 (diff-hunk-text): Don't bother erasing the temp buffer.
8949 (diff-find-text): Drop argument LINE.
8950 (diff-apply-hunk): Update calls to diff-find-text.
8951 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8952
8953 * calendar/calendar.el: Docstring fixes.
8954 (calendar-make-alist): Don't quote lambda.
8955 (calendar-star-date): Use make-local-variable.
8956
8957 2000-09-19 Dave Love <fx@gnu.org>
8958
8959 * toolbar/tool-bar.el: Renamed from toolbar.el.
8960 Change `toolbar' to `tool-bar' generally in symbols.
8961 Make some items invisible in `special' major modes.
8962 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8963 Add arg PROPS.
8964
8965 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8966 Add :version here.
8967 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8968
8969 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8970
8971 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8972
8973 * files.el (find-file-suppress-same-file-warnings): New user-option.
8974 (find-file-noselect): Use it.
8975
8976 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8977 (fancy-splash-screen): Defgroup.
8978
8979 * add-log.el (change-log-font-lock-keywords): Match names
8980 more exactly for the case that font-lock-constant-face is
8981 underlined.
8982
8983 2000-09-19 Richard M. Stallman <rms@gnu.org>
8984
8985 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8986
8987 2000-09-19 Andre Spiegel <spiegel@gnu.org>
8988
8989 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8990
8991 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8992
8993 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8994 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8995 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8996 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8997 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8998 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8999 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9000 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9001 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9002 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9003 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9004 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9005
9006 * startup.el (fancy-splash-text): New variable.
9007 (fancy-splash-delay, fancy-splash-image): New user-options.
9008 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9009 (fancy-splash-screens): New functions.
9010 (command-line-1): If display has a `display' frame parameter, has
9011 colors, and we have XPM support, show more fancy splash screens.
9012
9013 2000-09-19 Dave Love <fx@gnu.org>
9014
9015 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
9016 with null `help'. Use modern backquote syntax.
9017
9018 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9019
9020 * font-lock.el (font-lock-mode): Change message telling the user
9021 that ``the buffer is too big''.
9022
9023 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9024 for instance for the case that tab-width is 2.
9025
9026 2000-09-18 Gerd Moellmann <gerd@gnu.org>
9027
9028 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9029 toolbar-add-item, if image doesn't have a mask add a `:mask
9030 heuristic'.
9031
9032 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
9033
9034 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9035 and return a cons if it's non-nil.
9036 (diff-apply-hunk): Try to jump to the line in the source text
9037 corresponding to the position of point in the in the hunk.
9038
9039 * info.el (Info-title-3-face, Info-title-2-face)
9040 (Info-title-1-face): Use face inheritance and relative sizes
9041 instead of hard-wiring things.
9042
9043 * faces.el (secondary-selection): Make dark-background variant sane.
9044
9045 2000-09-16 Andrew Innes <andrewi@gnu.org>
9046
9047 * makefile.w32-in (compile-files-CMD): No need to make .elc files
9048 read-only, since they aren't under VC now.
9049
9050 2000-09-17 Dave Love <fx@gnu.org>
9051
9052 * tmm.el: Replace mapcar with mapc in several places.
9053
9054 * loadhist.el (unload-feature): Maybe call elp-restore-list and
9055 ad-unadvise.
9056
9057 * international/latin1-disp.el: New file.
9058
9059 * calendar/cal-move.el (scroll-calendar-left)
9060 (scroll-calendar-right): Make arg optional (for active mode line).
9061
9062 * calendar/calendar.el (calendar-mode-line-format): Make fields
9063 mouse-sensitive.
9064 (calendar-read-date, calendar-read-date, calendar-window-list):
9065 Unquote lambda.
9066 (calendar-month-name): Use aref, not sref.
9067
9068 * view.el (minor-mode-alist): Propertize the string.
9069
9070 * international/characters.el (standard-case-table): Add entries
9071 for Greek.
9072
9073 2000-09-18 Miles Bader <miles@gnu.org>
9074
9075 * info.el (info-node, info-xref): Add dark-background variants.
9076
9077 * faces.el (header-line): Change defaults to be less confusing
9078 when mixed with mode-lines.
9079
9080 * info.el (Info-fontify-node): Make a few cleanups.
9081 Add extra `help-echo' and `local-map' props to node xrefs.
9082 Use header-specific faces for node-names & xrefs.
9083 (Info-use-header-line): New variable.
9084 (info-header-xref, info-header-node): New faces.
9085 (Info-setup-header-line): New function.
9086 (Info-select-node): Call Info-setup-header-line when enabled.
9087 (Info-extract-pointer): Work even if the header line is hidden.
9088 (Info-header-line): New variable.
9089
9090 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
9091
9092 * vms-patch.el (print-region-function): Don't quote lambda.
9093
9094 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9095
9096 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9097 (lm-get-header-re): Allow spaces between the header and the colon.
9098 (lm-header): Allow $ in non-RCS headers.
9099 (lm-header-multiline): Put the strings back into order.
9100 Stop at an empty line. Don't require two space chars if the
9101 line is clearly not another header line.
9102
9103 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9104 (popup-menu-popup): Remove.
9105
9106 2000-09-15 Gerd Moellmann <gerd@gnu.org>
9107
9108 * toolbar/toolbar.el (toolbar-add-item): Use the same image
9109 specification if or if not tool-bar item contains an `:enabled'
9110 property.
9111
9112 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9113 current buffer has no file name.
9114
9115 2000-09-15 Dave Love <fx@gnu.org>
9116
9117 * strokes.el: Sync with maintainer's current version with changes
9118 for Emacs, but avoid runtime cl and levents.
9119 (toplevel): Change autoloads and compilation requires.
9120 (strokes-version, strokes-bug-address, strokes-lift): Values
9121 changed.
9122 (strokes-xpm-header, strokes-insinuated): New variable.
9123 (strokes): Add :link.
9124 (strokes-mode): Customized.
9125 (strokes-while-inhibiting-garbage-collector): New macro.
9126 (strokes-remassoc): Avoid remove-if.
9127 (strokes-fix-button2-command): Don't use ad-do-it.
9128 (strokes-insinuate): New function.
9129 (strokes-button-press-event-p, strokes-button-release-event-p):
9130 New functions, used instead of non-`strokes-' versions..
9131 (strokes-mouse-event-p): Rewritten.
9132 (strokes-event-closest-point): Avoid event-point.
9133 (strokes-get-grid-position): Avoid cdadr, caadr
9134 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9135 functions.
9136 (strokes-help): Use with-output-to-temp-buffer.
9137 (strokes-window-configuration-changed-p): New function.
9138 (strokes-update-window-configuration): Use buffer-live-p,
9139 strokes-window-configuration-changed-p.
9140 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
9141 (strokes-char-face): New face.
9142 (strokes-char-table, strokes-base64-chars): New variable.
9143 (strokes-xpm-for-stroke, strokes-list-strokes)
9144 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9145 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9146 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9147 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9148 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9149 functions.
9150
9151 2000-09-15 Gerd Moellmann <gerd@gnu.org>
9152
9153 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9154
9155 * image.el (create-image): Doc fix.
9156
9157 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9158 instead of `:heuristic-mask t'.
9159
9160 2000-09-14 Andrew Innes <andrewi@gnu.org>
9161
9162 * makefile.w32-in: Revert to Unix line endings.
9163
9164 2000-09-14 Andrew Innes <andrewi@gnu.org>
9165
9166 * makefile.w32-in: Add bootstrap support. Also copy lisp source
9167 when installing.
9168
9169 * makefile.nt (DONTCOMPILE): Fix typo.
9170
9171 * shell.el (shell-write-history-on-exit): New function.
9172 (shell-dumb-shell-regexp): New custom variable.
9173 (shell-mode): Make shell-write-history-on-exit the process
9174 sentinel if shell name matches shell-dumb-shell-regexp.
9175
9176 * w32-fns.el: Comment out before-init-hook function which resets
9177 source-directory based; this breaks bootstrap.
9178
9179 2000-09-14 Dave Love <fx@gnu.org>
9180
9181 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9182 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9183 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9184 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9185 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9186 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9187 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
9188 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
9189 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9190
9191 * toolbar/toolbar.el: New.
9192
9193 * subdirs.el: Add toolbar.
9194
9195 2000-09-14 Gerd Moellmann <gerd@gnu.org>
9196
9197 * indent.el (indent-for-tab-command): Doc fix.
9198
9199 2000-09-14 Alex Schroeder <alex@gnu.org>
9200
9201 * ansi-color.el (ansi-colors): Doc change.
9202 (ansi-color-get-face): Simplified regexp.
9203 (ansi-color-faces-vector): Added more faces, doc change.
9204 (ansi-color-names-vector): Doc change.
9205 (ansi-color-regexp): Simplified regexp.
9206 (ansi-color-parameter-regexp): New regexp.
9207 (ansi-color-filter-apply): Doc change.
9208 (ansi-color-filter-region): Doc change.
9209 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9210 deal with zero length parameters.
9211 (ansi-color-apply-on-region): Doc change.
9212 (ansi-color-map): Doc change.
9213 (ansi-color-map-update): Removed debugging message.
9214 (ansi-color-get-face-1): Added condition-case to trap
9215 args-out-of-range errors.
9216 (ansi-color-get-face): Doc change.
9217 (ansi-color-make-face): Removed.
9218 (ansi-color-for-shell-mode): New option.
9219
9220 2000-09-13 Kenichi Handa <handa@etl.go.jp>
9221
9222 * international/quail.el (quail-start-translation): Translate KEY
9223 if necessary even if it doesn't have any mapping in the current
9224 input method.
9225 (quail-start-conversion): Likewise.
9226 (quail-help): The output message is improved.
9227
9228 2000-09-13 Miles Bader <miles@gnu.org>
9229
9230 * comint.el (comint-output-filter): Revert to using
9231 `insert-before-markers'. Add bletcherous hack to undo damage
9232 caused by `insert-before-markers'. Put `front-sticky' property on
9233 overlays created here so that the field code understands how the
9234 overlay works. Use a let when making comint-last-prompt-overlay,
9235 so that the code is easier to read.
9236
9237 2000-09-13 Dave Love <fx@gnu.org>
9238
9239 * wid-edit.el (widget-default-format-handler): DTRT when
9240 doc-property is a function.
9241
9242 2000-09-12 Francesco Potorti` <pot@gnu.org>
9243
9244 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9245 filed name if it's not there.
9246
9247 2000-09-12 Dave Love <fx@gnu.org>
9248
9249 * simple.el (read-mail-command): Doc fix.
9250 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9251
9252 * vc.el (vc-dired-listing-switches): Fix :version.
9253
9254 * vc-hooks.el: Doc fixes.
9255
9256 * subr.el (add-minor-mode): Use toggle-fun arg.
9257
9258 * speedbar.el: Add :version to several defcustoms.
9259
9260 * imenu.el (imenu--truncate-items, imenu--cleanup)
9261 (imenu--generic-function): Avoid mapcar.
9262 (imenu--replace-spaces): Function removed.
9263 (imenu--completion-buffer): Use subst-char-in-string.
9264 (imenu-add-to-menubar): Use keymap inheritance.
9265
9266 2000-09-12 Miles Bader <miles@gnu.org>
9267
9268 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9269 (diff-mode-map): Bind `diff-test-hunk'.
9270 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9271
9272 2000-09-11 Gerd Moellmann <gerd@gnu.org>
9273
9274 * bytecomp.el (byte-compile-defvar): Undo last change
9275 because it breaks '(make-variable-buffer-local (defvar ...)'
9276 which is used at least in dired.
9277
9278 2000-09-12 Kenichi Handa <handa@etl.go.jp>
9279
9280 * international/quail.el (quail-define-package): Docstring
9281 modified.
9282
9283 2000-09-12 Kenichi Handa <handa@etl.go.jp>
9284
9285 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9286 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9287 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
9288 docstring of "chinese-py".
9289
9290 * international/quail.el (quail-translation-docstring): New
9291 variable.
9292 (quail-show-keyboard-layout): Docstring modified.
9293 (quail-select-current): Likewise.
9294 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9295 infinite recursive call.
9296 (quail-help): Check quail-translation-docstring. Format of the
9297 output changed.
9298 (quail-help-insert-keymap-description): Adjusted for the above
9299 change.
9300
9301 2000-09-11 Gerd Moellmann <gerd@gnu.org>
9302
9303 * bytecomp.el (byte-compile-defvar): Only cons onto
9304 current-load-list in top-level forms. Else this leaks a cons cell
9305 every time a defun is called.
9306
9307 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
9308
9309 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9310 Now understands non-unified diffs. Some functionality moved into
9311 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
9312 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
9313 modify anything. Only reposition point in the patched file if the
9314 patch succeeds. Only pop up another window if POPUP is true.
9315 Emit a message describing what happened if successful, and at what
9316 line-offset. Automatically detect reversed hunks and do something
9317 appropriate.
9318 (diff-hunk-text, diff-find-text): New functions.
9319 (diff-filter-lines): Function removed.
9320 (diff-test-hunk): New function.
9321 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9322
9323 2000-09-10 Dave Love <fx@gnu.org>
9324
9325 * textmodes/tildify.el: Minor doc/commentary fixes.
9326 (tildify) <defgroup>: Add :version.
9327
9328 * faces.el (face-x-resources): Make custom type more specific.
9329 (frame-background-mode): Use mapc.
9330 (region) <defcustom>: Add :version.
9331
9332 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
9333
9334 * vc-sccs.el (vc-sccs-register):
9335 * vc-rcs.el (vc-rcs-register):
9336 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9337 * vc.el (vc-register): Clear file's properties.
9338
9339 2000-09-08 Gerd Moellmann <gerd@gnu.org>
9340
9341 * faces.el (face-spec-set): Only face-spec-reset-face when
9342 ATTRS is non-nil.
9343
9344 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9345
9346 * help.el (help-insert-xref-button): Fix a typo in doc string.
9347
9348 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9349
9350 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9351 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9352 methods.
9353
9354 * menu-bar.el (read-mail-item-name): New function.
9355 (menu-bar-tools-menu): Use it to compute and display the package
9356 used to read email.
9357 (menu-bar-tools-menu): Fix typo in GUD's help string.
9358
9359 2000-09-07 Dave Love <fx@gnu.org>
9360
9361 * diff-mode.el (diff-mouse-goto-source): New function.
9362
9363 * vc-sccs.el: Doc fixes.
9364 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9365
9366 * vc-rcs.el: Doc fixes.
9367 (vc-rcs-register-switches, vc-rcs-checkin-switches)
9368 (vc-rcs-checkout-switches, vc-rcs-header)
9369 (vc-rcs-master-templates): Add or change :version.
9370
9371 * vc-cvs.el: Doc fixes.
9372 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9373 (vc-cvs-stay-local): Add :version.
9374
9375 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9376
9377 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9378
9379 * international/quail.el (quail-help): Fix previous change.
9380
9381 2000-09-07 Gerd Moellmann <gerd@gnu.org>
9382
9383 * faces.el (color-values): Doc fix.
9384
9385 * faces.el (frame-set-background-mode): Use frame-parameter
9386 instead of frame-parameters.
9387
9388 * frame.el (filtered-frame-list): Reduce consing.
9389 (frames-on-display-list): Call frame-parameter instead of
9390 frame-parameters.
9391
9392 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9393
9394 * language/devan-util.el (devanagari-to-indian-region): In the
9395 loop, change the following char, not preceding char.
9396
9397 2000-09-07 Gerd Moellmann <gerd@gnu.org>
9398
9399 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9400 instead of frame-parameters.
9401
9402 * faces.el (set-face-attribute): Simplify by calling
9403 internal-set-lisp-face-attribute with FRAME being 0.
9404
9405 * vc.el: Remove `Id' version control keyword.
9406
9407 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9408
9409 * help.el (help-make-xrefs): Adjusted for the change of
9410 help-xref-mule-regexp.
9411 (help-insert-xref-button): New function.
9412
9413 * international/mule-cmds.el (help-xref-mule-regexp-template):
9414 Include the pattern for character set.
9415 (leim): New group.
9416
9417 * international/quail.el: Don't require face.
9418 (quail): New group.
9419 (quail-other-command): Dummy command to make quail-help work better.
9420 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9421 (quail-keyboard-layout-substitution): New variable.
9422 (quail-update-keyboard-layout): New function.
9423 (quail-keyboard-layout-type): New customizable variable.
9424 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9425 (quail-keyboard-translate): Pay attention to
9426 quail-keyboard-layout-substitution.
9427 (quail-insert-kbd-layout): New function.
9428 (quail-show-keyboard-layout): New function.
9429 (quail-get-translation): If the definition is a vector of length
9430 1, and the element is a string of length 1, return the character
9431 in that string.
9432 (quail-update-current-translations): Fix the case of
9433 relative-index out of range.
9434 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9435 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9436 Show key sequences for all available characters.
9437 (quail-help-insert-keymap-description): Don't show such verbose
9438 key bindings as quail-self-insert-command.
9439
9440 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9441 Format changed, and each element now have extra documentations.
9442 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9443 Adjusted for the change of quail-cxterm-package-ext-info.
9444
9445 2000-09-06 Gerd Moellmann <gerd@gnu.org>
9446
9447 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9448 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9449 during bootstrap.
9450
9451 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9452
9453 * vc.el: (toplevel): Don't require `dired' at run-time.
9454 (vc-dired-resynch-file): Remove autoload cookie.
9455
9456 2000-09-05 Andre Spiegel <spiegel@gnu.org>
9457
9458 * vc.el: Made several backend functions optional.
9459 (vc-default-responsible-p): New function.
9460 (vc-merge): Use RET for first version to trigger merge-news, not
9461 prefix arg.
9462 (vc-annotate): Handle backends that do not support annotation.
9463 (vc-default-merge-news): Removed. The existence of a merge-news
9464 implementation is now checked on caller sites.
9465
9466 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9467 case.
9468
9469 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9470 special case that has been removed from the default in vc-hooks.el.
9471
9472 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9473
9474 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9475
9476 2000-09-05 Andre Spiegel <spiegel@gnu.org>
9477
9478 * vc-hooks.el: Require vc during compilation.
9479 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9480 macro `with-vc-properties' in vc.el.
9481 (vc-file-getprop): Doc fix.
9482 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9483
9484 * vc.el: Require dired-aux during compilation.
9485 (vc-name-assoc-file): Moved to vc-sccs.el.
9486 (with-vc-properties): New macro.
9487 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9488 vc-finish-steal): Use it.
9489 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9490 to the backend-specific function is now supposed to do the checkout,
9491 too.
9492 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9493
9494 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9495 set file properties; that gets done in the generic code now.
9496
9497 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9498 Changed parameter list, added code from vc.el that does the
9499 checkout, possibly with a double-take.
9500
9501 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9502 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9503 the above under the new name.
9504 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9505 parameter list, added checkout command.
9506 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9507 properties; that gets done in the generic code now.
9508
9509 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9510
9511 * vc.el: Docstring fixes (courtesy of checkdoc).
9512
9513 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9514
9515 * vc.el (vc-checkout-writable-buffer-hook)
9516 (vc-checkout-writable-buffer): Remove.
9517 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9518 (vc-log-mode): Make it into a clean derived major mode.
9519 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9520 vc-log-mode if log-edit is not available.
9521 (vc-dired-mode-map): Don't set-keymap-parent yet.
9522 (vc-dired-mode): Do set-keymap-parent here.
9523 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9524
9525 2000-09-05 Gerd Moellmann <gerd@gnu.org>
9526
9527 * faces.el (set-face-attribute, face-spec-reset-face)
9528 (face-spec-set): Avoid consing by removing calls to `apply'.
9529
9530 * frame.el (frame-parameter): Move to C code.
9531
9532 2000-09-05 Dave Love <fx@gnu.org>
9533
9534 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9535 insert-before-markers-and-inherit. Now checked systematically!
9536
9537 2000-09-05 Alex Schroeder <alex@gnu.org>
9538
9539 * sql.el (sql-postgres): Use sql-postgres-options.
9540 (sql-postgres-options): New variable.
9541
9542 2000-09-05 Alex Schroeder <alex@gnu.org>
9543
9544 * sql.el (sql-mode-menu): Work around missing variable mark-active
9545 in XEmacs.
9546 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9547 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9548 compatibility.
9549
9550 2000-09-04 Gerd Moellmann <gerd@gnu.org>
9551
9552 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9553
9554 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9555
9556 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9557
9558 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9559
9560 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9561 don't support anything else under SCCS yet.
9562
9563 * vc-hooks.el: Minor doc fixes.
9564
9565 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9566
9567 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9568 not necessary. If verbose in state `needs-patch', do the same as
9569 under `up-to-date'. When NOT verbose and `needs-patch', check out
9570 latest version instead of `merge-news'.
9571 (vc-next-action-dired): Don't mess with default-directory here; it
9572 breaks other parts of dired. It is the job of the
9573 backend-specific functions to adjust it temporarily if they need it.
9574 (vc-next-action): Remove a special CVS case.
9575 (vc-clear-headers): New optional arg FILE.
9576 (vc-checkin, vc-checkout): Set properties vc-state and
9577 vc-checkout-time properly.
9578 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9579 (vc-print-log): Use new backend function `show-log-entry'.
9580 (vc-cancel-version): Do the checks in a different order. Added a
9581 FIXME concerning RCS-only code.
9582
9583 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9584 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9585
9586 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9587
9588 * vc-hooks.el (vc-default-mode-line-string): Show state
9589 `needs-patch' as a `-' too.
9590
9591 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9592
9593 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9594 (vc-default-could-register): New function.
9595 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9596 (vc-resynch-buffer): Call vc-dired-resynch-file.
9597 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9598 vc-resynch-buffer instead of vc-resynch-window.
9599 (vc-next-action-dired): Don't redisplay here, that gets done as a
9600 result of the individual file operations.
9601 (vc-retrieve-snapshot): Corrected prompt order.
9602
9603 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9604
9605 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9606 as well.
9607 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9608 hostname regexps. Updated all callers.
9609 (vc-cvs-responsible-p): Handle directories as well.
9610 (vc-cvs-could-register): New function.
9611 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9612 properties up-to-date.
9613
9614 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9615 user whether to create one.
9616
9617 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9618
9619 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9620 check out a non-existing file.
9621
9622 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9623 workfile does not exist.
9624
9625 * vc.el (vc-version-diff): Use `require' to check for existence of
9626 diff-mode.
9627
9628 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9629
9630 * vc-cvs.el (vc-cvs-registered): Use new function
9631 vc-cvs-parse-entry to do the actual work.
9632
9633 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9634
9635 * vc-hooks.el (vc-find-backend-function): If function doesn't
9636 exist, return nil instead of error.
9637 (vc-call-backend): Doc fix.
9638
9639 * vc.el (vc-do-command): Doc fix.
9640 (vc-finish-logentry): When checking in from vc-dired, choose the
9641 right backend for logentry check.
9642 (vc-dired-mode-map): Inherit from dired-mode-map.
9643 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9644 simplified.
9645 (vc-dired-state-info): Removed, updated caller.
9646 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9647 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9648 (vc-dired-listing-switches): New variable.
9649 (vc-directory): Use it, instead of dired-listing-switches.
9650
9651 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9652 (vc-cvs-dir-state): New function.
9653 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9654 (vc-cvs-parse-entry): New function, also to be used in
9655 vc-cvs-registered.
9656
9657 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9658
9659 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9660 *or* single-window-frames.
9661
9662 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9663
9664 * vc.el (vc-update-changelog): Split into generic part and default
9665 implementation. Doc string adapted.
9666 (vc-default-update-changelog): New function. Call the `rcs2log'
9667 script in exec-directory, to fix a long-standing nuisance.
9668
9669 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9670 simply signals an error.
9671
9672 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9673
9674 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9675 control-flow more clear and to avoid running `cvs' twice.
9676
9677 * vc.el (vc-next-action-on-file): Doc fix.
9678 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9679 (vc-print-log): Eval `file' before constructing the continuation.
9680
9681 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9682
9683 * vc.el (vc-next-action-on-file): Corrected several messages.
9684 (vc-merge): Add prefix arg `merge-news'; handle it.
9685
9686 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9687 is not reached. It is.
9688 (vc-cvs-merge): Set state to 'edited after merge.
9689 (vc-cvs-merge-news): Set workfile version to nil if not known.
9690 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9691
9692 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9693 via stdout. (Merge from main line.)
9694
9695 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9696
9697 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9698 detection.
9699
9700 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9701
9702 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9703 against kill-all-local-variables.
9704 (vc-log-edit): Don't save vc-parent-buffer any more.
9705 (vc-last-comment-match): Initialize to an empty string.
9706 (vc-post-command-functions): New hook.
9707 (vc-do-command): Run it.
9708 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9709 (vc-finish-logentry): Only add the comment to the ring if it's
9710 different from the last comment entered.
9711 (vc-new-comment-index): New function.
9712 (vc-previous-comment): Use it. Make the minibuffer message
9713 slightly less terse.
9714 (vc-comment-search-reverse): Make it work forward as well. Don't
9715 set vc-comment-ring-index if no match is found. Use
9716 vc-new-comment-index.
9717 (vc-comment-search-forward): Use vc-comment-search-reverse.
9718 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9719 define-derived-mode will do it for us. Bind `v' to a keymap that
9720 inherits from vc-prefix-map so that we can bind `vt' without
9721 binding C-x v t.
9722 (vc-retrieve-snapshot): Parenthesis typo.
9723
9724 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9725 to 1. Make sure to switch to *vc* before looking for an error
9726 message. Use vc-parse-buffer.
9727
9728 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9729
9730 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9731 and NAME.
9732 (vc-retrieve-snapshot): Split into two parts.
9733 (vc-default-retrieve-snapshot): New function.
9734
9735 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9736 (vc-cvs-retrieve-snapshot): New function (untested).
9737 (vc-cvs-stay-local): Default to t.
9738 (vc-cvs-remote-p): New function and property.
9739 (vc-cvs-state): Stay local only if the above is t.
9740 (vc-handle-cvs): Removed.
9741 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9742 done via vc-handled-backends now.
9743 (vc-cvs-header): Escape Id.
9744
9745 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9746
9747 * vc.el (vc-do-command): Remove unused commands.
9748 (vc-version-diff): Make sure default-directory ends with a slash.
9749 Move the window commands into a vc-exec-after.
9750 (vc-print-log): Move more of the code into the `vc-exec-after'.
9751
9752 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9753
9754 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9755 (vc-print-log): Search current revision from beginning of buffer.
9756 (vc-revert-buffer): Clear echo area after the diff is finished.
9757 (vc-prefix-map): Removed definition of "t" for terse display in vc
9758 dired.
9759 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9760 definition of "vt" for terse display.
9761 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9762
9763 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9764
9765 * vc.el (vc-exec-after): Avoid caddr.
9766
9767 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9768
9769 * vc.el (vc-exec-after): New function.
9770 (vc-do-command): Use it to add a termination message for async
9771 procs.
9772 (vc-checkout): Try to handle a missing-backend situation.
9773 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9774 of a directory with a backend using async diffs.
9775 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9776 present.
9777
9778 * vc-sccs.el (vc-sccs-state-heuristic): Use
9779 file-ownership-preserved-p.
9780
9781 * vc-rcs.el (vc-rcs-state-heuristic): Use
9782 file-ownership-preserved-p.
9783 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9784
9785 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9786
9787 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9788 vc-do-command.
9789
9790 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9791 when there are no changes.
9792
9793 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9794
9795 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9796
9797 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9798
9799 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9800
9801 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9802
9803 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9804 the `fset' outside of the defvar so that it works even if
9805 vc-prefix-map was already defined.
9806 (vc-setup-buffer): New function, split out of vc-do-command.
9807 (vc-do-command): Allow BUFFER to be t to mean `just use the
9808 current buffer without any fuss'.
9809 (vc-version-diff): Change the `diff' backend operation to just put
9810 the diff in the current buffer without erasing it. Always use
9811 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9812 shrink-window-if-larger-than-buffer.
9813 (vc-print-log): Change the `print-log' backend operation to just
9814 put the log in the current buffer without erasing it. Protect
9815 shrink-window-if-larger-than-buffer.
9816 (vc-update-change-log): Fix setd typo.
9817
9818 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9819 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9820
9821 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9822 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9823 CMP.
9824
9825 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9826 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9827 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9828
9829 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9830
9831 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9832 not possible, use vc-BACKEND-workfile-unchanged-p.
9833 (vc-default-workfile-unchanged-p): New function. Delegates to a
9834 full vc-BACKEND-diff.
9835
9836 * vc-hooks.el (vc-simple-command): Removed.
9837
9838 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9839 instead of vc-simple-command.
9840 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9841 avoid doing a diff when opening a file.
9842 (vc-rcs-state): Added check for unlocked-changes.
9843 (vc-rcs-header): Escape Id.
9844 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9845 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9846 version.
9847
9848 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9849 (vc-sccs-diff): Remove optional arg CMP.
9850 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9851 SCCS-specific function.
9852
9853 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9854 vc-simple-command.
9855
9856 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9857
9858 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9859 (with-vc-file, vc-merge): Use vc-editable-p.
9860 (vc-do-command): Remove unused var vc-file and fix the
9861 doubly-defined `status' var. Add a user message when starting an
9862 async command.
9863 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9864 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9865 Use with-current-buffer.
9866 (vc-buffer-sync): Use unless.
9867 (vc-next-action-on-file): If the file is 'edited by read-only,
9868 make it read-write instead of trying to commit.
9869 (vc-version-diff, vc-update-change-log): Use `setq
9870 default-directory' rather than `cd'.
9871 (vc-log-edit): Don't forget to set default-directory in the
9872 buffer.
9873
9874 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9875 (vc-sccs-state-heuristic): Use file-writable-p instead of
9876 comparing userids.
9877 (vc-sccs-checkout): Use `unless'.
9878
9879 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9880 of comparing userids.
9881 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9882 Simplify the logic by eliminating unreachable code.
9883 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9884 just do a recursive call if we need to retry.
9885 (vc-rcs-checkout): Handle the case where rcs is missing by making
9886 the buffer read-write if requested and re-signalling the error.
9887
9888 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9889
9890 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9891
9892 * vc-hooks.el (vc-handled-backends): Docstring change.
9893 (vc-ignore-vc-files): Mark obsolete.
9894 (vc-registered): Check vc-ignore-vc-files.
9895 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9896 vc-ignore-vc-files.
9897
9898 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9899
9900 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9901
9902 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9903 files since ange-ftp already has vc-registered return nil.
9904
9905 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9906 (vc-sccs-workfile-version): Use with-temp-buffer and new
9907 vc-parse-buffer and don't bother setting the property.
9908 (vc-sccs-add-triple): Use with-current-buffer and
9909 find-file-noselect.
9910 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9911
9912 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9913 derives from the old vc-parse-buffer but uses the revision number
9914 rather than the date (much easier to compare robustly).
9915 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9916 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9917 locking-user more directly. Check strict locking and set
9918 checkout-model appropriately.
9919 (vc-rcs-parse-locks): Remove.
9920 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9921 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9922 (vc-rcs-system-release): Use with-current-buffer and
9923 vc-parse-buffer.
9924 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9925
9926 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9927 (vc-simple-command): Docstring fix.
9928 (vc-registered): Align the way the file-handler is called with the
9929 way the function itself works.
9930 (vc-file-owner): Remove.
9931
9932 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9933 extraction of fields and call to file-attributes because of a
9934 temporary bug in rcp.el.
9935 (vc-cvs-fetch-status): Use with-current-buffer.
9936
9937 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9938
9939 * vc.el (vc-do-command): Use file-relative-name.
9940 (vc-responsible-backend): Use vc-backend if possible.
9941 (vc-create-snapshot): Improve the `interactive' spec. Add support
9942 for branches and dispatch to backend-specific `create-snapshot'.
9943 (vc-default-create-snapshot): New function, containing the bulk of
9944 the old vc-create-snapshot.
9945 (vc-retrieve-snapshot): Improve the interactive spec.
9946
9947 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9948 (vc-backend-hook-functions): Remove.
9949 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9950 (vc-backend): Reintroduce the test for `file = nil' now that I
9951 know why it was there (and added a comment to better remember).
9952
9953 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9954 code from vc-sccs-hooks.el.
9955 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9956 'vc anymore.
9957 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9958 and file-directory-p instead of file-exists-p.
9959 (vc-sccs-check-headers): Simplify the regexp.
9960
9961 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9962 from vc-rcs-hooks.el. Don't require 'vc anymore.
9963 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9964 file-directory-p instead of file-exists-p.
9965
9966 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9967 from vc-cvs-hooks.el.
9968 (proto vc-cvs-registered): Require 'vc-cvs instead of
9969 'vc-cvs-hooks. Don't require 'vc anymore.
9970 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9971 file-directory-p instead of file-exists-p.
9972 (vc-cvs-create-snapshot): New function, replacing
9973 vc-cvs-assign-name.
9974 (vc-cvs-assign-name): Remove.
9975
9976 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9977
9978 * vc-cvs.el (vc-cvs-header): New var.
9979
9980 * vc-rcs.el (vc-rcs-exists): Remove.
9981 (vc-rcs-header): New var.
9982
9983 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9984 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9985 (vc-sccs-header): New var.
9986
9987 * vc.el (vc-do-command): Get rid of the `last' argument.
9988 (vc-header-alist): Remove, replaced by vc-X-header.
9989 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9990 (vc-dired-hook): Use expand-file-name instead of concat.
9991 (vc-directory): Use file-name-as-directory.
9992 (vc-snapshot-precondition, vc-create-snapshot)
9993 (vc-retrieve-snapshot): Allow the command to operate on any
9994 directory.
9995
9996 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9997 just removing the 'WORKFILE argument or by removing the 'MASTER
9998 argument and replacing `file' with (vc-name file).
9999
10000 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10001
10002 * vc.el: Update Copyright and add a crude list of backend funs.
10003 (vc-writable-p): New function.
10004 (with-vc-file): Use vc-writable-p.
10005 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10006 (vc-register): Avoid vc-name.
10007 (vc-locking-user): Remove.
10008 (vc-steal-lock): Make the `owner' arg non-optional.
10009 (vc-merge): Use vc-writable-p instead of vc-locking-user and
10010 vc-checkout-model.
10011 (vc-default-dired-state-info): Use vc-state instead of
10012 vc-locking-user and return special strings for special states.
10013 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10014 and get rid of one of the special CVS cases.
10015 (vc-cancel-version): prettify error message with \\[...].
10016 (vc-rename-master): New function.
10017 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10018 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10019 the CVS special case generic.
10020 (vc-default-record-rename): Remove.
10021 (vc-file-tree-walk-internal): Only call FUNC for files that are
10022 under control of some VC backend and replace `concat' with
10023 expand-file-name.
10024 (vc-file-tree-walk): Update docstring.
10025 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10026 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10027
10028 * vc-sccs.el (vc-sccs-rename-file): Renamed from
10029 vc-sccs-record-rename. Use `find-file-noselect' rather than
10030 `find-file' and call `vc-rename-master' to do the actual move.
10031 (vc-sccs-diff): Remove unused `backend' variable.
10032
10033 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10034 to delay loading of vc-sccs until it is really used.
10035 (vc-sccs-master-templates): Preload.
10036 (vc-sccs-state): Update call to vc-sccs-parse-locks.
10037 (vc-sccs-project-dir): Remove (merged into
10038 vc-sccs-search-project-dir).
10039 (vc-sccs-search-project-dir): Rewrite using file name handling ops
10040 rather than `concat', make sure it is preloaded and don't bother
10041 to check that the file actually exists.
10042 (vc-sccs-parse-locks): Remove unused `file' argument, remove
10043 `locks' argument (use buffer's content instead) and eliminate n^2
10044 behavior.
10045
10046 * vc-rcs.el: Update Copyright.
10047 (vc-rcs-rename-file): New function.
10048 (vc-rcs-diff): Remove unused `backend' variable.
10049
10050 * vc-hooks.el: Update Copyright.
10051 (vc-backend): Don't accept a nil argument any more.
10052 (vc-up-to-date-p): Turn into a defsubst.
10053 (vc-possible-master): New function.
10054 (vc-check-master-templates): Use `vc-possible-master' and allow
10055 funs in vc-X-master-templates to return a non-existent file.
10056
10057 * vc-cvs.el: Update Copyright.
10058 (vc-cvs-diff): Remove unused `backend' variable.
10059 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10060
10061 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10062
10063 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10064
10065 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10066 since it can be called from vc-rcs.el.
10067 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10068
10069 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10070
10071 * vc.el (vc-version-diff): Expand file name read from the
10072 minibuffer. Handle the case when a previous version number can't
10073 be guessed. Give suitable messages when there were no differences
10074 found.
10075 (vc-clear-headers): Call backend-specific implementation, if one
10076 exists.
10077 (vc-cancel-version): Made error checks generic. When done, clear
10078 headers generically, too.
10079
10080 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10081 from vc-clear-headers in vc.el.
10082
10083 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10084 correctly.
10085 (vc-rcs-latest-on-branch-p): Made second argument VERSION
10086 optional. Handle the case when it's not there.
10087
10088 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10089
10090 * vc.el (vc-locking-user): Moved from vc-hooks.el.
10091
10092 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10093
10094 * vc-hooks.el (vc-loadup): Remove.
10095 (vc-find-backend-function): Use `require'. Also, handle the case
10096 where vc-BACKEND-hooks.el doesn't exist.
10097 (vc-call-backend): Cleanup.
10098
10099 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10100
10101 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10102 vc-rcs-grab-templates)
10103 (vc-rcs-registered): Remove. The default function works as well.
10104 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10105 vc-sccs-grab-templates)
10106 (vc-sccs-registered): Remove. The default function works as well.
10107
10108 * vc.el (vc-version-diff): Left out a vc- in call to
10109 vc-call-backend.
10110 (vc-default-dired-state-info, vc-default-record-rename)
10111 (vc-default-merge-news): Update for the new backend argument.
10112
10113 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10114 using the default function.
10115 (vc-call-backend): If calling the default function, pass it the
10116 backend as first argument. Update the docstring accordingly.
10117 (vc-default-state-heuristic, vc-default-mode-line-string): Update
10118 for the new backend argument.
10119 (vc-make-backend-sym): Renamed from vc-make-backend-function.
10120 (vc-find-backend-function): Use the new name.
10121 (vc-default-registered): New function.
10122
10123 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10124
10125 * vc.el (vc-merge): Use vc-find-backend-function.
10126
10127 * vc-hooks.el (vc-backend-functions): Remove.
10128 (vc-loadup): Don't setup 'vc-functions.
10129 (vc-find-backend-function): New function.
10130 (vc-call-backend): Use above fun and populate 'vc-functions
10131 lazily.
10132 (vc-backend-defines): Remove.
10133
10134 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10135
10136 * vc.el (vc-register): Put a FIXME note for a newly found bug.
10137 Call vc-call-backend without the leading vc-.
10138 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10139 (vc-check-headers): Call vc-call-backend without the leading vc-.
10140 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10141 (vc-annotate-display): Replace confusing use of `cond' with `or'.
10142 Call vc-call-backend without the leading vc-.
10143
10144 * vc-cvs.el (tail): Provide vc-cvs.
10145 * vc-sccs.el (tail): Provide vc-sccs.
10146 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10147
10148 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10149 (vc-make-backend-function, vc-call): Pass names without leading
10150 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10151 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10152 (vc-call-backend): Always try to load vc-X-hooks.
10153 (vc-registered): Remove vc- in call to vc-call-backend.
10154
10155 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10156
10157 * vc.el (vc-process-filter): New function.
10158 (vc-do-command): Setup `vc-process-filter' for the async process.
10159 (vc-maybe-resolve-conflicts): New function to reduce
10160 code-duplication. Additionally, it puts the buffer in
10161 `smerge-mode' if applicable.
10162 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10163 calling `merge-news'.
10164 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10165 (vc-log-edit): New function. Replacement for `vc-log-mode' by
10166 interfacing to log-edit.el.
10167 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10168 log-edit is available.
10169 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10170
10171 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10172
10173 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10174 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10175 defvar and the initialization.
10176 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10177
10178 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10179 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10180
10181 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10182
10183 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10184
10185 * vc.el (vc-file-clear-masterprops): Removed.
10186 (vc-checkin, vc-revert-buffer): Removed calls to the above.
10187 (vc-version-diff): Use buffer-size without argument.
10188 (vc-register): Heed vc-initial-comment.
10189
10190 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10191 default branch.
10192
10193 * vc-rcs.el (vc-rcs-register): Parse command output to find master
10194 file name and workfile version.
10195 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10196
10197 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10198 vc-file-clear-masterprops.
10199
10200 * vc-sccs.el (vc-sccs-checkout): Removed call to
10201 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10202 rather than user login name.
10203
10204
10205 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10206
10207 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10208 `want-differences-if-changed' and simplify.
10209 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10210 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10211 output (which is invalid for async vc-diff) to decide whether to
10212 do the revert silently or not.
10213
10214 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10215
10216 * vc-hooks.el (vc-loadup): Load files quietly.
10217 (vc-call-backend): Oops, brain fart.
10218
10219 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10220
10221 * vc-cvs.el (vc-cvs-state): Typo.
10222 (vc-cvs-merge-news): Return the status code rather than the error msg.
10223
10224 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10225
10226 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10227 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10228 vc-state or vc-up-to-date-p.
10229 (vc-merge): Use vc-backend-defines to check whether merging is
10230 possible. Set state to 'edited after successful merge.
10231
10232 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10233 return that name. Redocumented.
10234
10235 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10236
10237 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10238 new `vc-state' semantics.
10239 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10240 'vc-locking-user to the current user.
10241 (vc-merge): Inline vc-backend-merge. Comment out code that I
10242 don't understand and hence can't adapt to the new `vc-state' and
10243 `vc-locking-user' semantics.
10244 (vc-backend-merge): Remove.
10245
10246 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10247 rather than 'vc-locking-user.
10248
10249 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10250
10251 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10252 (vc-state): Don't use 'reserved any more. Just use the same
10253 convention as the one used for vc-<backend>-state where the
10254 locking user (as a string) is returned.
10255 (vc-locking-user): Update, based on the above convention. The
10256 'vc-locking-user property has disappeared.
10257 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10258
10259 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10260 with a heuristic one.
10261 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10262 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10263 error. That allows us to get to 'needs-merge even in the
10264 stay-local case. There's still no way to detect 'needs-patch in
10265 such a setup (or to force an update for that matter).
10266 (vc-cvs-logentry-check): Remove, the default works as well.
10267
10268 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10269
10270 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10271
10272 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10273 major-mode in which the buffer might have been put earlier. Use
10274 `remove' and `when'. Allow `okstatus' to be `async' and use
10275 `start-process' in this case.
10276 (vc-version-diff): Handle the case where the diff looks empty
10277 because of the use of an async process.
10278
10279 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10280
10281 * vc.el (vc-next-action-on-file): Removed optional parameter
10282 `simple'. Recompute state unconditionally.
10283 (vc-default-toggle-read-only): Removed.
10284
10285 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10286 (vc-toggle-read-only): Undid prev change.
10287
10288 * vc-cvs.el (vc-cvs-stay-local): Renamed from
10289 vc-cvs-simple-toggle. Redocumented.
10290 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10291 (vc-cvs-toggle-read-only): Removed.
10292
10293 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10294
10295 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10296 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10297 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10298 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
10299 still is. So maybe it should be removed.
10300 (vc-head-version, vc-find-binary): Remove.
10301 (vc-recompute-state): Move from vc-hooks.el.
10302 (vc-next-action-on-file): Add a `simple' argument to allow
10303 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10304 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10305 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10306 (vc-dired-mode-map): Properly defvar it.
10307 (vc-print-log): Call log-view-mode if available.
10308 (small-temporary-file-directory): defvar instead of use boundp.
10309 (vc-merge-news): Moved to vc-cvs.el.
10310 (vc-default-merge-news): New function.
10311
10312 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10313 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10314 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10315 unknown `vc-latest-version' function. It should probably refer to
10316 vc-workfile-version or somesuch, but it's very unclear to me and I
10317 don't have SCCS to test things.
10318
10319 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10320 (vc-sccs-state-heuristic): Fix typo.
10321 (vc-sccs-workfile-unchanged-p): Add missing argument.
10322
10323 * vc-rcs.el: Require vc and vc-rcs-hooks.
10324 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10325 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10326 (vc-release-greater-or-equal-p): Move from vc.
10327 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10328 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10329 (vc-rcs-checkout): Add a missing `new-version' argument in the
10330 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
10331
10332 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10333 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10334 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10335 than the apparently unbound `workfile-version'.
10336
10337 * vc-hooks.el (vc-master-templates): Def the obsolete var.
10338 (vc-file-prop-obarray): Use `make-vector'.
10339 (vc-backend-functions): Add new hookable functions
10340 vc-toggle-read-only, vc-record-rename and vc-merge-news.
10341 (vc-loadup): If neither backend nor default functions exist, use
10342 the backend function rather than nil.
10343 (vc-call-backend): If the function if not bound yet, try to load
10344 the non-hook file to see if it provides it.
10345 (vc-call): New macro plus use it wherever possible.
10346 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10347 nor `vc-find-binary' since it's only called from
10348 vc-mistrust-permission which is only used once the backend is known.
10349 (vc-checkout-model): Fix parenthesis.
10350 (vc-recompute-state, vc-prefix-map): Move to vc.el.
10351
10352 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10353 (vc-cvs-release, vc-cvs-system-release): Remove.
10354 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10355 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10356 status symbols.
10357 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10358 (vc-cvs-toggle-read-only): First cut at a function to allow a
10359 cvs-status-free vc-toggle-read-only.
10360 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10361 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10362 vc-cvs-status. Also set vc-state rather than vc-locking-user.
10363 (vc-cvs-checkout): Modify access rights directly if the user
10364 requested not to use `cvs edit'. And refresh the mode line.
10365
10366 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10367 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10368
10369 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10370
10371 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10372 workfile' that got lost when the code was extracted from vc.el.
10373 And merged the tail with the rest of the code (not possible in the
10374 old vc.el where the tail was shared among all backends). And
10375 explicitly set the state to 'edited if `writable' is set.
10376
10377 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10378 (vc-cvs-state): Be careful to return the value from
10379 vc-cvs-parse-state.
10380 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10381 property but return it instead. Also be careful to handle a nil
10382 or "" `rev' when workfile is non-nil (it was handled properly when
10383 workfile was nil).
10384
10385 * vc.el: Removed those pesky unnecessary `(function' quotes.
10386 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10387 directly in the defvar.
10388 (vc-do-command): Bind inhibit-read-only so as to properly handle
10389 the case where the destination buffer has been made read-only.
10390 (vc-diff): Delegate to vc-version-diff in all cases.
10391 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10392 (vc-annotate-mode-variables): Removed (code moved partly to
10393 defvars and partly to vc-annotate-add-menu).
10394 (vc-annotate-mode): Turned into a derived-mode.
10395 (vc-annotate-add-menu): Moved in code in
10396 vc-annotate-mode-variables.
10397 (vc-update-change-log): Use make-temp-file if available.
10398
10399 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10400
10401 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10402 `vc-checkout-model' updated to `vc-cvs-update-model'.
10403
10404 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10405
10406 * vc.el (vc-next-action-on-file): Added handling of state
10407 `unlocked-changes'.
10408 (vc-checkout-carefully): Is now practically obsolete, unless the
10409 above is too slow to be enabled unconditionally.
10410 (vc-update-change-log): Fixed typo.
10411
10412 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10413
10414 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10415 Now handles state `unlocked-changes'.
10416 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10417
10418 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10419
10420 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10421 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10422 `unlocked-changes'.
10423 (vc-rcs-workfile-unchanged-p): Renamed from
10424 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10425 function yet, but supposed to become one soon.
10426
10427 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10428 `vc-steal-lock'.
10429 (vc-call-backend): Changed error message.
10430 (vc-state): Added description of state `unlocked-changes'.
10431
10432 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10433
10434 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10435 always return t in CVS-controlled directories.
10436
10437 * vc.el (vc-responsible-backend): New function.
10438 (vc-register): Largely rewritten.
10439 (vc-admin): Removed (implementation moved into vc-register).
10440 (vc-checkin): Redocumented.
10441 (vc-finish-logentry): If no backend defined yet (because we are in
10442 the process of registering), use the responsible backend.
10443
10444 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10445 Updated function lists.
10446 (vc-call-backend): Fixed typo.
10447
10448 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10449 New functions.
10450 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10451 Removed query option. Redocumented.
10452
10453 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10454
10455 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10456
10457 * vc.el: Updated callers of `vc-checkout-required' to use
10458 `vc-checkout-model'.
10459
10460 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10461
10462 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10463 stuff updated to reference this function instead of the old
10464 `vc-backend-release-p'.
10465
10466 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10467
10468 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10469 vc-checkout-model. Return appropriate values. Updated callers.
10470
10471 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10472
10473 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10474 (vc-backend-revert): Function moved into `vc-revert';
10475 `vc-next-action' must be updated to accomodate this change.
10476 (vc-backend-steal): Function moved into `vc-finish-steal'.
10477 (vc-backend-logentry-check): Function moved into
10478 `vc-finish-logentry'.
10479 (vc-backend-printlog): Function moved into `vc-print-log'.
10480 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10481 (vc-backend-assign-name): Function moved into
10482 `vc-create-snapshot'.
10483
10484 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10485
10486 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10487 Rename to vc-checkout-model. Return appropriate values.
10488 Update callers.
10489
10490 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10491 to vc-checkout-model.
10492 (vc-checkout-required): Rename to vc-checkout-model.
10493 Re-implement and re-comment.
10494 (vc-after-save): Use vc-checkout-model.
10495
10496 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10497
10498 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10499 Update to use the vc-BACKEND-diff functions instead.
10500 `vc-diff' is now working.
10501
10502 * vc-rcs.el (vc-rcs-logentry-check): New function.
10503
10504 * vc-cvs.el (vc-cvs-logentry-check): New function.
10505
10506 * vc-sccs.el (vc-sccs-diff): Function changed name from
10507 `vc-backend-diff'. This makes `vc-diff' work.
10508
10509 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10510 of functions possibly implemented in a vc-BACKEND library.
10511 (vc-checkout-required): Fix bug that caused an error to be
10512 signaled during `vc-after-save'.
10513
10514 * vc.el: Fix typo.
10515 This checkin is made with our new VC code base for the very first time.
10516 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10517
10518 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10519 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10520
10521 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10522 updated to `vc-uses-locking'.
10523 (vc-checkout-required): Call to backend function.
10524 `vc-checkout-required' updated to `vc-uses-locking' instead.
10525
10526 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10527 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10528
10529 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10530 to match the split into various backends.
10531 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10532 (vc-retrieve-snapshot): Bug fix.
10533
10534 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10535
10536 * vc-sccs.el (vc-sccs-release): Doc fix.
10537
10538 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10539
10540 * vc.el (vc-next-action-on-file): Bug found and fixed.
10541 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10542 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10543
10544 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10545 (vc-rcs-checkout): Name space cleaned up. No more revision number
10546 crunching function names that are not prefixed with vc-rcs.
10547 (vc-rcs-checkout-model): Function added. References to
10548 `vc-checkout-model' replaced.
10549
10550 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10551
10552 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10553 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10554 still need to be split, and implemented for RCS).
10555
10556 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10557
10558 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10559
10560 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10561 required by the vc.el file.
10562
10563 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10564 required by the vc.el file.
10565 (vc-rcs-exists): Function added.
10566
10567 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10568 required by the vc.el file.
10569
10570 * vc.el (vc-admin): Updated to handle selection of appropriate
10571 backend. Current implementation is crufty and need re-thinking.
10572
10573 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10574
10575 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10576
10577 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10578 beginning of annotate buffers correctly.
10579
10580 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10581 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10582 functionality updated quite a lot to support multiple backends.
10583 Variables `vc-annotate-mode', `vc-annotate-buffers',
10584 `vc-annotate-backend' added.
10585
10586 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10587 `vc-annotate-difference' added to supported backend functions.
10588
10589 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10590
10591 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10592 Use with-temp-file instead of /bin/sh. Merged from mainline
10593
10594 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10595
10596 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10597
10598 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10599
10600 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10601
10602 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10603
10604 * vc-hooks.el: vc-state-heuristic added to
10605 vc-backend-hook-functions.
10606
10607 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10608
10609 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10610
10611 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10612 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10613 state to `reserved'.
10614
10615 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10616 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10617
10618 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10619
10620 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10621 untouched.
10622
10623 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10624
10625 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10626 if defined. (Merged from main line, slightly adapted.)
10627
10628 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10629 millenium problem (merged from mainline).
10630
10631 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10632
10633 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10634 part and moved the non-BACKEND stuff to vc.el.
10635
10636 * vc.el: Split the annotate feature into a BACKEND specific part
10637 and moved it from the vc-cvs.el file to this one.
10638
10639 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10640
10641 * vc-hooks.el: Implement new state model.
10642 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10643 (vc-locking-user): Simplify. Now only needed if the file is
10644 locked by somebody else.
10645 (vc-lock-from-permissions): Remove. Functionality is in
10646 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10647 (vc-mode-line-string): New name for former vc-status. Adapted.
10648 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10649
10650 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10651 Various simplifications and adaptations all over the place.
10652
10653 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10654 Simplify and adapt the rest.
10655
10656 * vc.el (vc-resynch-window): Add TODO comment: check for
10657 interaction with view mode according to recent RCS change.
10658 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10659
10660 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10661
10662 * vc.el: Convert the remaining function comments to docstrings.
10663
10664 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10665
10666 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10667 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10668 (vc-minor-part, vc-previous-version): Functions that operate and
10669 compare revision numbers got proper documentation. Comments added
10670 about their possible removal.
10671
10672 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10673
10674 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10675 the vc-backend.el files.
10676
10677 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10678
10679 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10680 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10681 (vc-rcs-previous-version): Functions added.
10682
10683 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10684
10685 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10686
10687 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10688
10689 * vc-hooks.el (vc-master-templates): Is really obsolete.
10690 Comment out the definition for now. What is the right procedure
10691 to get rid of it?
10692 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10693 rewritten.
10694 (vc-default-registered): Remove.
10695 (vc-check-master-templates): New function; does mostly what the
10696 above did before.
10697 (vc-locking-user): Don't rely on the backend to set the property.
10698
10699 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10700 Rewrite documentation.
10701 (vc-rcs-templates-grabbed): New variable.
10702 (vc-rcs-grab-templates): New function.
10703 (vc-rcs-registered): Rewrite to use above mechanism.
10704
10705 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10706 Rewrite documentation.
10707 (vc-sccs-templates-grabbed): New variable.
10708 (vc-sccs-grab-templates): New function.
10709 (vc-sccs-registered): Rewrite to use above mechanism.
10710 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10711 Don't throw the result, simply return it.
10712
10713 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10714 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10715 (vc-cvs-registered): Does the check itself now. Simplify.
10716
10717 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10718 from main line.
10719
10720 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10721
10722 * vc-cvs.el (vc-cvs-diff): New function.
10723
10724 * vc-sccs.el (vc-sccs-diff): New function.
10725
10726 * vc-rcs.el (vc-rcs-diff): New function.
10727 (vc-rcs-checkout): Bug (typo) found and fixed.
10728 (vc-rcs-register-switches): New variable.
10729
10730 * vc.el (vc-backend-diff): Function removed and placed in the
10731 backend files.
10732
10733 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10734
10735 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10736
10737 * vc.el (vc-backend-checkout): Function removed and replaced in
10738 the vc-backend.el files.
10739
10740 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10741
10742 * vc.el (vc-backend-admin): Removed and replaced in the
10743 vc-backend.el files.
10744
10745 * vc.el (Martin): Removed all the annotate functionality since it
10746 is CVS backend specific.
10747
10748 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10749
10750 * spec.txt: Added specification of vc-state.
10751
10752 * vc-sccs-hooks.el (vc-sccs-master-properties):
10753 Remove handling of vc-latest-version and
10754 vc-your-latest-version. What used to be vc-latest-version, is now
10755 returned as vc-workfile-version.
10756 (vc-sccs-workfile-version): Adapt.
10757
10758 2000-09-04 Dave Love <fx@gnu.org>
10759
10760 * vc.el: [Merged from mainline.]
10761 (vc-dired-mode): Make the dired-move-to-filename-regexp
10762 regexp match the date, to avoid treating date as file size.
10763 Add YYYY S option to WESTERN/
10764
10765 2000-09-04 Dave Love <fx@gnu.org>
10766
10767 * vc.el: Require `compile' when compiling.
10768 (vc-logentry-check-hook): New option.
10769 (vc-steal-lock): Use compose-mail.
10770 (vc-dired-mode-map): Defvar when compiling.
10771 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10772 vc-sccs.el and renamed. Callers changed.
10773 (vc-backend-checkout, vc-backend-logentry-check)
10774 (vc-backend-merge-news): Doc fix.
10775 (vc-default-logentry-check): New function.
10776 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10777 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10778 (vc-backend-merge): Doc fix. Use backend functions.
10779 (vc-check-headers): Use backend functions.
10780
10781 * vc-cvs.el: Require vc when compiling.
10782 (vc-cvs-register-switches): Doc fix.
10783 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10784 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10785 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10786 New functions (code from vc.el).
10787 (vc-annotate-display-default): Fix interactive spec.
10788 (vc-annotate-time-span): Doc fix.
10789
10790 * vc-rcs.el: Require vc when compiling.
10791 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10792 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10793 (vc-rcs-checkin): New functions (code from vc.el).
10794 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10795 Doc fix.
10796 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10797
10798 * vc-sccs.el: Require vc when compiling.
10799 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10800 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10801 (vc-sccs-revert)
10802 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10803 from vc.el).
10804 (vc-sccs-add-triple, vc-sccs-record-rename)
10805 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10806 (vc-sccs-admin): Doc fix.
10807
10808 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10809
10810 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10811 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10812 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10813 from vc.el.
10814
10815 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10816
10817 * vc-cvs.el: Moved the annotate functionality from vc.el.
10818 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10819
10820 2000-09-04 Dave Love <fx@gnu.org>
10821
10822 * vc.el (vc-backend-release): Call vc-system-release.
10823
10824 * vc-sccs.el (vc-sccs-system-release):
10825 Renamed from vc-sccs-backend-release.
10826
10827 * vc-rcs.el (vc-rcs-system-release):
10828 Renamed from vc-rcs-backend-release.
10829
10830 * vc-cvs.el (vc-cvs-system-release):
10831 Renamed from vc-cvs-backend-release.
10832
10833 2000-09-04 Dave Love <fx@gnu.org>
10834
10835 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10836 backend files.
10837 (vc-backend-release): Dispatch to backend functions.
10838 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10839 probably needs attention.]
10840
10841 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10842 (vc-sccs-backend-release): New function.
10843
10844 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10845 (vc-cvs-backend-release): New function.
10846
10847 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10848 Doc fix.
10849 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10850 (vc-default-dired-state-info): New function.
10851 (vc-dired-state-info): Dispatch to backends.
10852 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10853
10854 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10855 from vc.el and renamed.
10856
10857 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10858
10859 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10860 (vc-version-other-window, vc-backend-assign-name): Removed
10861 references to vc-latest-version; sometimes changed into
10862 vc-workfile-version.
10863
10864 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10865 vc-rcs-master-workfile-version.
10866 (vc-rcs-workfile-version): Use the above. Don't call
10867 vc-latest-version (that was unreachable code, anyway).
10868 (vc-rcs-fetch-master-properties): Doc fix.
10869
10870 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10871 (vc-backend-hook-functions): Removed them from this list, too.
10872 (vc-fetch-properties): Removed.
10873 (vc-workfile-version): Doc fix.
10874
10875 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10876 (vc-rcs-workfile-version, vc-rcs-locking-user)
10877 (vc-rcs-uses-locking): Use it.
10878
10879 * vc-hooks.el (vc-consult-rcs-headers):
10880 Moved into vc-rcs-hooks.el, under the name
10881 vc-rcs-consult-headers.
10882
10883 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10884 headers.
10885 (vc-cvs-find-master): Use this name only; correct different
10886 versions of the name.
10887
10888 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10889 New functions.
10890 (vc-sccs-locking-user): Use the latter.
10891
10892 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10893 New functions.
10894
10895 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10896 Moved into both
10897 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10898 functions are implementation details of those two backends.
10899
10900 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10901
10902 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10903 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10904
10905 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10906 (vc-sccs-parse-locks): SCCS-specific code moved here from
10907 vc-hooks.
10908
10909 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10910 code moved here from vc-hooks.
10911
10912 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10913 into back-end specific parts and removed. Callers not updated
10914 yet; because I guess these callers will disappear into back-end
10915 specific files anyway.
10916
10917 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10918
10919 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10920 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10921 `vc-uses-locking'.
10922
10923 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10924 Store yes/no in the property, and return t/nil. Updated all
10925 callers.
10926
10927 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10928 vc-sccs-uses-locking. Don't set property.
10929 (vc-sccs-locking-user): Don't set property.
10930
10931 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10932 vc-cvs-uses-locking. Don't set property here; leave that to
10933 vc-hooks.
10934 (vc-cvs-locking-user): Reflect above change. Streamlined.
10935
10936 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10937 vc-rcs-uses-locking.
10938 (vc-rcs-locking-user): Reflect above change.
10939
10940 2000-09-04 Dave Love <fx@gnu.org>
10941
10942 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10943
10944 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10945
10946 * vc-hooks.el (vc-checkout-model): Punt to backends.
10947
10948 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10949
10950 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10951
10952 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10953 New functions.
10954
10955 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10956 New functions.
10957
10958 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10959 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10960
10961 * vc-hooks.el (vc-default-locking-user): New function.
10962 (vc-locking-user, vc-workfile-version): Punt to backends.
10963
10964 2000-09-04 Dave Love <fx@gnu.org>
10965
10966 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10967 (vc-master-workfile-version): Moved from vc-hooks.
10968
10969 * vc-rcs-hooks.el: Fix duplicate code in last change.
10970
10971 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10972 (vc-rcs-master-templates): Improve :type.
10973 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10974 vc-master-workfile-version): Moved from vc-hooks.
10975
10976 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10977 (vc-sccs-master-templates): Improve :type.
10978 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10979
10980 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10981
10982 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10983 (vc-cvs-master-templates): Improve :type. Use
10984 vc-cvs-find-cvs-master.
10985 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10986 from vc-hooks.
10987 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10988
10989 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10990 Moved to vc-cvs-hooks.
10991
10992 * vc-hooks.el: Add doc strings in various places. Simplify the
10993 minor mode setup.
10994 (vc-handled-backends): New user variable.
10995 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10996 simplification.
10997
10998 2000-09-04 Dave Love <fx@gnu.org>
10999
11000 * vc.el: Some doc fixes for autoloaded and interactive functions.
11001 Fix compilation warnings from ediff stuff.
11002 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11003
11004 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11005
11006 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11007
11008 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11009
11010 2000-09-04 Dave Love <fx@gnu.org>
11011
11012 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11013 New variable.
11014 (vc-make-backend-function, vc-loadup, vc-call-backend)
11015 (vc-backend-defines): New functions.
11016
11017 * vc-hooks.el: Various doc fixes.
11018 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11019 (vc-match-substring): Function removed. Callers changed to use
11020 match-string.
11021 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11022 Simplify.
11023
11024 2000-09-04 Dave Love <fx@gnu.org>
11025
11026 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11027 type.
11028 (vc-sccs-project-dir, vc-search-sccs-project-dir)
11029 (vc-sccs-registered): Doc fix.
11030
11031 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11032 (vc-cvs-registered): Doc fix.
11033
11034 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11035 (vc-rcs-registered): Doc fix.
11036
11037 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11038
11039 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11040
11041 * vc-hooks.el: vc-registered has been renamed
11042 vc-default-registered. Some functions have been moved to the
11043 backend specific files. they all support the
11044 vc-BACKEND-registered functions.
11045
11046 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11047
11048 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11049
11050 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11051
11052 2000-09-04 Dave Love <fx@gnu.org>
11053
11054 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11055 menu-bar-update-hook.
11056
11057 * help.el (help-manyarg-func-alist): Add
11058 find-operation-coding-system.
11059
11060 * wid-edit.el (widget-sexp-validate): Fix garbled code.
11061
11062 * custom.el (custom-set-variables): Print message about errors in
11063 setting.
11064
11065 2000-09-03 Andrew Innes <andrewi@gnu.org>
11066
11067 * makefile.w32-in: Change to DOS line endings.
11068
11069 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11070
11071 * mouse.el (mouse-popup-menubar): Supply the prompt string for
11072 minor-mode keymaps, if they don't have one.
11073
11074 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11075
11076 * eshell/esh-module.el (eval-when-compile): Don't lose if
11077 esh-module.el's file name is truncated to DOS 8+3 limits.
11078
11079 2000-09-01 John Wiegley <johnw@gnu.org>
11080
11081 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11082 predicate, which caused entries in the completion list to be
11083 doubled.
11084
11085 2000-08-30 John Wiegley <johnw@gnu.org>
11086
11087 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11088 sending to subprocesses. Also, hook pre-command-hook if
11089 `eshell-send-direct-to-subprocesses' is non-nil.
11090 (eshell-send-direct-to-subprocesses): New config variable. If t,
11091 subprocess input is send immediately.
11092 (eshell-toggle-direct-send): New function.
11093 (eshell-self-insert-command): New function.
11094 (eshell-intercept-commands): New function.
11095 (eshell-send-input): If direct subprocess sending is enabled,
11096 don't echo any input to the Eshell buffer. Let the subprocess
11097 handle that. This requires "stty echo" in bash, for example.
11098
11099 2000-08-28 John Wiegley <johnw@gnu.org>
11100
11101 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11102 completion function for Eshell's implementation of `unset'.
11103
11104 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11105
11106 * info.el (Info-directory-list): Doc fix.
11107
11108 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
11109
11110 * filecache.el (file-cache-add-directory-using-find): Don't quote
11111 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11112
11113 2000-08-31 Kenichi Handa <handa@etl.go.jp>
11114
11115 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11116 coding systems.
11117
11118 2000-08-30 Andrew Innes <andrewi@gnu.org>
11119
11120 * timer.el (run-with-idle-timer): Undo last change, so that timer
11121 is not activated immediately if Emacs is already idle. Some
11122 existing code relies on this behaviour.
11123
11124 2000-08-30 Miles Bader <miles@gnu.org>
11125
11126 * frame.el (set-frame-font): Do completion of font-name for
11127 interactive use.
11128
11129 2000-08-30 Kenichi Handa <handa@etl.go.jp>
11130
11131 * international/quail.el (quail-start-translation): Bind locally
11132 last-command-event, last-command, and this-command.
11133 (quail-start-conversion): Likewise.
11134 (quail-self-insert-command): Fix docstring.
11135
11136 2000-08-29 Gerd Moellmann <gerd@gnu.org>
11137
11138 * progmodes/executable.el
11139 (executable-make-buffer-file-executable-if-script-p): Check that
11140 buffer contains at least 2 characters.
11141
11142 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
11143
11144 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11145
11146 2000-08-29 Dave Love <fx@gnu.org>
11147
11148 * diff-mode.el (diff-mode) <defgroup>: Add :version.
11149 (diff-mode-shared-map): Bind mouse-2.
11150 (diff-imenu-generic-expression): New variable.
11151 (diff-mode): Use it.
11152
11153 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11154 (mouse-popup-menubar): Add minor mode menus.
11155 (popup-menu): Check for lookup-key returning number.
11156
11157 2000-08-29 Miles Bader <miles@gnu.org>
11158
11159 * comint.el (comint-send-input): Create overlays using the proper
11160 front/read-advance arguments.
11161
11162 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11163
11164 * ps-print.el: Even/odd pages printing. Doc fix.
11165 (ps-print-version): New version number (6.0).
11166 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11167 (ps-background, ps-begin-file, ps-begin-job): Code fix.
11168 (ps-print-duplex-feature): Variable eliminated.
11169 (ps-even-or-odd-pages): New variable.
11170
11171 * progmodes/ebnf2ps.el: Doc fix.
11172 (ebnf-version): New version (3.3).
11173 (ebnf-user-arrow): Change variable customization to sexp.
11174 (ebnf-user-arrow): Function eliminated.
11175 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11176
11177 2000-08-29 Kenichi Handa <handa@etl.go.jp>
11178
11179 * help.el (help-xref-mule-regexp): New variable.
11180 (help-make-xrefs): Handle help-xref-mule-regexp.
11181
11182 * international/mule-cmds.el (help-xref-mule-regexp-template): New
11183 variable.
11184 (describe-input-method): Temporarily activate the specfied input
11185 method to display the information.
11186 (describe-language-environment): Hyperlinks to mule related items.
11187
11188 * international/mule-diag.el (charset-multibyte-form-string): New
11189 function.
11190 (list-character-sets-1): Use charset-multibyte-form-string.
11191 (describe-character-set): New function.
11192 (describe-coding-system): Hyperlinks to safe character sets.
11193
11194 * international/quail.el (quail-help): New arg PACKAGE.
11195 Hyperlinks to mule related items.
11196 (quail-help-insert-keymap-description): Use
11197 substitute-command-keys instead of describe-bindings.
11198 (quail-translation-help): Hyperlinks to mule related items.
11199
11200 2000-08-28 John Wiegley <johnw@gnu.org>
11201
11202 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11203 have a defsubst call itself. Made `eshell-flatten-list' back into
11204 a function again.
11205
11206 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11207 catch, in case re-centering point at bottom messes up the display.
11208 This happens frequently in Emacs 21, due I believe to variable
11209 line heights.
11210
11211 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11212 to call `find-tag-interactive'.
11213
11214 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11215 the list of remember directories.
11216
11217 2000-08-28 John Wiegley <johnw@gnu.org>
11218
11219 * align.el: Test align-region-separate to see if it's a symbol.
11220
11221 2000-08-28 John Wiegley <johnw@gnu.org>
11222
11223 * eshell/esh-util.el (eshell-flatten-list): Made this function
11224 into a defsubst form. It gets used very frequently, although
11225 calls don't occur all that often.
11226
11227 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11228 examining it.
11229
11230 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11231 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11232 `eshell-protect'.
11233 (eshell-copy-handles): Created a new macro for duplicating the
11234 current set of open handles. This is needed by the looping
11235 functions.
11236 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11237 is not incorrectly stomped on.
11238
11239 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11240 declaration for pcomplete-use-paring.
11241 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11242 value of eshell-cmpl-use-paring.
11243 * pcomplete.el (pcomplete-use-paring): New config variable, to
11244 indicate whether paring should be used.
11245 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11246 completion alternatives that have already been used.
11247
11248 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11249 bound to C-c C-y, which will repeat the previous N arguments
11250 (based on prefix argument).
11251 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11252
11253 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11254 if there is no *Help* buffer. This is for XEmacs, which renames
11255 its help buffers uniquely. TODO: Find out what the current buffer
11256 name to delete is.
11257
11258 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11259 first entry that correlates to a passwd/group number. Later
11260 entries (used for group/user name aliasing to multiple IDs) are
11261 ignored.
11262
11263 * eshell/em-xtra.el (eshell/expr):
11264 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11265 (eshell-grep, eshell/diff, eshell/locate):
11266 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11267 argument list, before passing it to the system command.
11268
11269 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11270 `find-tag' for use at final position in Eshell buffers (which
11271 otherwise triggers an error on Emacs 21).
11272 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11273 buffer, if it is currently bound to `find-tag'.
11274
11275 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11276 in the list of matched Makefile names.
11277 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11278 directory, prefer its contents to Makefile.
11279
11280 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11281 directory parts (like "cd old new", or "cd =regexp"), are now case
11282 sensitive on non-Windows/DOS platforms.
11283
11284 * eshell/esh-mode.el (eshell-parse-command-input): When a user
11285 types RET after an open delimiter (like "), display a message
11286 indicating that Eshell is waiting for the closing delimiter.
11287
11288 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11289 environment variables.
11290
11291 * eshell/em-unix.el (eshell/diff): Added logic to fail more
11292 gracefully if the user enters incorrect arguments.
11293
11294 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11295 Eshell buffers.
11296
11297 * eshell/esh-var.el (eshell-interpolate-variable):
11298 * eshell/esh-mode.el (eshell-move-argument):
11299 * eshell/em-unix.el (eshell-du-sum-directory):
11300 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11301 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11302 (not (= ...)).
11303
11304 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11305 to ensure the `preserve' flag gets propagated when doing recursive
11306 directory copies.
11307
11308 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
11309
11310 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11311 Don't convert \n into \0177 in memory.
11312 (eshell-read-history, eshell-write-history): Convert \n to \0177,
11313 and back again, when reading and writing.
11314
11315 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
11316
11317 * eshell/esh-util.el (eshell-processp): Added to relieve constant
11318 testing of `fboundp' on `processp'.
11319
11320 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11321 (eshell/jobs): Don't call process-list if it is not bound.
11322 (eshell-gather-process-output): Support systems where async
11323 subprocesses aren't supported.
11324 (eshell-scratch-buffer, eshell-last-sync-output-start): New
11325 variables.
11326
11327 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11328 eshell-do-eval returns t.
11329 (eshell-do-pipelines-synchronously): New defmacro.
11330 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11331 when async subprocesses aren't supported.
11332 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
11333 if async subprocesses aren't supported.
11334 (eshell-resume-command): Don't assume STATUS is a string.
11335
11336 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11337
11338 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11339 (eshell-close-target, eshell-get-target): Use eshell-processp.
11340 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11341 fix.
11342 (eshell-get-target, eshell-create-handles): Doc fix.
11343
11344 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
11345
11346 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11347 criterion to include commands that output something, as long as it
11348 leaves both the command and the end-of-buffer visible when the
11349 command has exited.
11350 (eshell-review-quick-commands): Adjust the help doc string
11351 accordingly.
11352
11353 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
11354
11355 * locate.el (locate): Cleaned up locate command's interactive prompting
11356 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11357
11358 * filecache.el (file-cache-case-fold-search): New variable
11359 (file-cache-assoc-function): New variable
11360 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11361 Use file-cache-case-fold-search variable
11362 (file-cache-add-file): Use file-cache-assoc-function
11363 (file-cache-delete-file): likewise
11364 (file-cache-directory-name): likewise
11365 (file-cache-debug-read-from-minibuffer): likewise
11366
11367 2000-08-28 Gerd Moellmann <gerd@gnu.org>
11368
11369 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11370 (abbrev-table-name): New function.
11371 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11372 If non-nil list local abbrev, only.
11373
11374 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11375
11376 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11377 from Gnus support code, and use special article copy buffer
11378 `(gnus-original-article-buffer)' instead. This allows to get rid
11379 of article-hide-headers usage (which breaks in the latest Gnus
11380 version). Thanks to Detlev Zundel.
11381
11382 2000-08-28 Kenichi Handa <handa@etl.go.jp>
11383
11384 * international/quail.el (quail-use-package): Hide "... loaded"
11385 message.
11386 (quail-start-translation, quail-start-conversion): Likewise.
11387
11388 * international/kkc.el (kkc-region): Hide "... loaded" message.
11389
11390 2000-08-27 Dave Love <fx@gnu.org>
11391
11392 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11393
11394 2000-08-27 Miles Bader <miles@gnu.org>
11395
11396 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11397
11398 2000-08-27 Kenichi Handa <handa@etl.go.jp>
11399
11400 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11401 'ja-dic-cnv), not (require 'skkdic-cnv).
11402
11403 2000-08-26 Miles Bader <miles@gnu.org>
11404
11405 * faces.el (face-x-resources): Add entry for :inherit.
11406 * cus-face.el (custom-face-attributes): Add support for :inherit
11407 attribute. Add support for relative face heights.
11408 (custom-face-attributes-get): Treat `nil' as being a default value
11409 for :inherit (as well as `unspecified').
11410
11411 * faces.el (set-face-attribute): Update doc string.
11412 (face-attribute-name-alist): Add :inherit.
11413 (face-valid-attribute-values): Handle :inherit.
11414 (face-read-string): Rephrase prompt to be less confusing.
11415 Assume that DEFAULT is a string, since we must return a string.
11416 (face-read-integer): Use `format' to turn DEFAULT into an
11417 acceptable default for face-read-string. Match NEW-VALUE against
11418 the string "unspecified", not the symbol `unspecified', since
11419 that's what face-read-string returns.
11420 (read-face-attribute): Lookup a name for old-value in valid, and
11421 use it as a default if we find one. Treat all values from
11422 face-read-string as strings. If the default is used, don't do any
11423 more processing on the value, just use the old value directly.
11424 (read-face-and-attribute, modify-face): Tweak prompt.
11425 (read-face-name): Don't assume prompt ends with a space.
11426
11427 * faces.el (describe-face): Add support for :inherit attribute.
11428
11429 2000-08-25 Kenichi Handa <handa@etl.go.jp>
11430
11431 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11432 concat doesn't accept interger.
11433
11434 * international/kkc.el: Remove SKK from Keywords. Require
11435 ja-dic-utl instead of skkdic-utl.
11436
11437 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11438 Provide ja-dic-cnv instead of skkdic-cnv.
11439 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11440 (iso-2022-7bit-short): Add safe-charsets property.
11441 (skkdic-convert-postfix): Search Japanese chou-on character in
11442 addition to Hiragana character.
11443 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11444 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11445 (batch-skkdic-convert): Likewise.
11446
11447 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11448 Provide ja-dic-utl instead of skkdic-utl.
11449 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11450
11451 2000-08-24 Dave Love <fx@gnu.org>
11452
11453 * disp-table.el (standard-display-default): Make the test of `l'
11454 useful.
11455
11456 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11457 mod sample text.
11458
11459 * international/iso-ascii.el: Make pilcrow convenient string
11460 consistent with section.
11461 (iso-ascii-display): Set up multibyte characters as well as
11462 unibyte.
11463
11464 2000-08-24 Kenichi Handa <handa@etl.go.jp>
11465
11466 * international/mule-cmds.el (reset-language-environment): Set
11467 default-process-coding-system to '(undecided . iso-latin-1), which
11468 makes process I/O almost consistent with file I/O. Call this
11469 function when mule-cmds.el[c] is loaded.
11470
11471 2000-08-22 Andrew Innes <andrewi@gnu.org>
11472
11473 * makefile.w32-in: New file.
11474
11475 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11476
11477 * comint.el (comint-output-filter): Compare end of
11478 comint-last-output-overlay with the start of the newly inserted
11479 text, not the end, when deciding whether to extend it.
11480 Set saved-point's insertion type to advance after insertion.
11481
11482 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11483 since this is now done independently of font-lock mode.
11484
11485 2000-08-21 Gerd Moellmann <gerd@gnu.org>
11486
11487 * server.el (server-kill-new-buffers): New user option.
11488 (server-existing-buffer): New buffer-local variable.
11489 (server-visit-files): When using an existing buffer, set
11490 server-existing-buffer to t.
11491 (server-buffer-done): If server-kill-new-buffers is t, kill the
11492 buffer, unless it was already present before visiting it with
11493 Emacs server.
11494
11495 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11496
11497 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11498 even if the display doesn't support colors: some displays will
11499 support bold/underline faces.
11500
11501 2000-08-21 Gerd Moellmann <gerd@gnu.org>
11502
11503 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11504
11505 * startup.el (command-line): If user's init file had an error,
11506 add explanatory text to *Messages*.
11507
11508 2000-08-21 Kenichi Handa <handa@etl.go.jp>
11509
11510 * man.el (Man-getpage-in-background): Decode the process output by
11511 the system locale coding system.
11512
11513 2000-08-20 Dave Love <fx@gnu.org>
11514
11515 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11516 Don't test x-popup-menu.
11517 (function) <complete-function>: Complete only fbound symbols.
11518 <validate, value>: New.
11519 (variable) <complete-function>: Complete only bound symbols.
11520 (coding-system): Add :base-only, :complete-function, :validate,
11521 :value, :prompt-match.
11522 (widget-coding-system-prompt-value): Use read-coding-system and
11523 act on :base-only.
11524 (editable-field): Add :help-echo.
11525 (widget-push-button-gui, widget-push-button-cache)
11526 (widget-gui-action, widget-editable-list-gui): COmment out, along
11527 with uses.
11528 (widget-at): Make arg optional.
11529 (widget-echo-help): Adjust for current help-echo calling sequence.
11530 (widget-specify-field, widget-specify-button)
11531 (widget-specify-insert, widget-get-sibling, widget-image-find)
11532 (widget-convert, widget-insert, widget-leave-text)
11533 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11534 (widget-setup, widget-field-find, widget-before-change)
11535 (widget-after-change, widget-default-complete)
11536 (widget-default-create, widget-default-delete)
11537 (widget-push-button-value-create, editable-field)
11538 (widget-field-prompt-value, widget-field-validate)
11539 (widget-choice-value-create, widget-choice-action)
11540 (widget-choice-validate, widget-checklist-add-item)
11541 (widget-radio-add-item, widget-radio-chosen)
11542 (widget-radio-value-inline, widget-editable-list-value-create)
11543 (widget-editable-list-entry-create)
11544 (widget-documentation-link-add)
11545 (widget-documentation-string-value-create)
11546 (widget-regexp-validate, widget-file-complete)
11547 (widget-sexp-validate, widget-plist-convert-widget)
11548 (widget-plist-convert-widget, widget-alist-convert-widget)
11549 (widget-alist-convert-widget, widget-color-complete): Simplify,
11550 particularly to avoid bindings which aren't optimized out.
11551
11552 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11553 Doc fix.
11554 (down-list, backward-up-list, up-list, kill-sexp)
11555 (backward-kill-sexp, mark-sexp): Make arg optional.
11556 (lisp-complete-symbol): Add optional arg PREDICATE.
11557
11558 * cus-start.el: Add display-buffer-reuse-frames,
11559 file-coding-system-alist.
11560
11561 2000-08-20 Gerd Moellmann <gerd@gnu.org>
11562
11563 * startup.el (command-line): Clear realized faces after
11564 modifying TTY color mappings.
11565
11566 2000-08-20 Miles Bader <miles@gnu.org>
11567
11568 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11569 merely a subset of FACE's attributes.
11570
11571 2000-08-19 Miles Bader <miles@gnu.org>
11572
11573 * comint.el (comint-output-filter): Save the point with a marker,
11574 not just a buffer position.
11575
11576 * international/mule.el (set-buffer-process-coding-system): Make
11577 interactive prompt less confusing.
11578
11579 2000-08-19 Gerd Moellmann <gerd@gnu.org>
11580
11581 * hilit-chg.el: General cleanup of doc strings, comments and
11582 code formatting.
11583
11584 2000-08-19 Miles Bader <miles@gnu.org>
11585
11586 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11587 Compiler macro removed; beginning-of-line is no longer always
11588 equivalent to forward-line, in the presence of fields.
11589
11590 * comint.el (comint-output-filter): Remove ad-hoc saving of
11591 restriction, and just use save-restriction, now that it works
11592 correctly. Don't adjust comint-last-input-start to account for
11593 our insertion; it shouldn't have moved because we don't use
11594 insert-before-markers anymore. Comment out call to
11595 `force-mode-line-update'; why is it here?
11596
11597 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11598 while checking for prompt to delete. Use `forward-line 0'
11599 instead of beginning-of-line.
11600 (gud-filter): Temporarily widen gud comint buffer while
11601 examining output.
11602
11603 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11604
11605 * progmodes/sh-script.el: Big bag of typos.
11606
11607 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11608 check since ispell-process is not bound when ispell is not yet loaded.
11609
11610 2000-08-18 Dave Love <fx@gnu.org>
11611
11612 * image.el (find-image): Copy `spec' before using plist-put.
11613
11614 2000-08-18 Gerd Moellmann <gerd@gnu.org>
11615
11616 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11617 `portugues'.
11618
11619 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11620 backward-kill-sexp, analogous to kill-sexp.
11621
11622 * progmodes/icon.el (icon-indent-line)
11623 (icon-is-continuation-line): Handle comments specially.
11624
11625 2000-08-17 Ken Stevens <k.stevens@ieee.org>
11626
11627 * ispell.el: Set to standard author/maintainer/keyword fields.
11628 Fine tuning to menu map appearance and operation, and added help.
11629 Remove `start' and `end' error messages when compiling.
11630 (ispell-choices-win-default-height): Fixed comment string.
11631 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11632 castellano8 dictionaries.
11633 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11634 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11635 dictionary, added italiano dictionary.
11636 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11637 word character
11638 (ispell-tex-skip-alists): Added psfig support.
11639 (ispell-skip-html): Renamed from ispell-skip-sgml.
11640 (ispell-begin-skip-region-regexp, ispell-skip-region)
11641 (ispell-minor-check): Improved html skipping support to skip across
11642 code, and recognize `&' commands without propper `;' syntax;
11643 (ispell-process-line): Fix alignment error when manually
11644 correcting spelling.
11645 (ispell): Fix comment string.
11646 (ispell-add-per-file-word-list): Always put word list on new line.
11647
11648 2000-08-17 Gerd Moellmann <gerd@gnu.org>
11649
11650 * format.el (format-encode-run-method): Fix error message to say
11651 `encode' instead of `decode'. Use save-window-excursion around
11652 shell-command-on-region as in format-decode-run-method because
11653 shell-command-on-region can display a buffer with error output.
11654 (format-decode): Don't record undo information for the decoding.
11655 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11656 that number part of the temporary buffer name so that more than
11657 one decoding using a temporary buffer can happen safely.
11658
11659 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11660 of `A-z' in the regexp.
11661
11662 * hilit-chg.el: Fix typos in commentary.
11663
11664 * help.el (view-emacs-news): Rewritten for new naming scheme
11665 for old NEWS files.
11666
11667 * startup.el (command-line): Pop to *Messages* in case an error
11668 is signaled while loading user-init-file.
11669
11670 2000-08-17 Andreas Schwab <schwab@suse.de>
11671
11672 * files.el (insert-directory): Don't lose original file name,
11673 undoing an undocumented change.
11674
11675 2000-08-17 Alex Schroeder <alex@gnu.org>
11676
11677 * sql.el (sql-magic-go): Use comint-bol.
11678 (sql-copy-column): Use comint-line-beginning-position.
11679 (comint-line-beginning-position): Define a replacement for
11680 comint-line-beginning-position if it is not fboundp.
11681
11682 2000-08-17 Alex Schroeder <alex@gnu.org>
11683
11684 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11685 it didn't have any effect anyway.
11686
11687 2000-08-17 Alex Schroeder <alex@gnu.org>
11688
11689 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11690 --pset and pager=off instead of sending \\o|cat at the beginning
11691 of the session.
11692
11693 2000-08-17 Miles Bader <miles@gnu.org>
11694
11695 * progmodes/octave-inf.el: Add compatibility definition of
11696 comint-line-beginning-position.
11697
11698 2000-08-17 Kenichi Handa <handa@etl.go.jp>
11699
11700 * startup.el (normal-top-level): Look in each dir in load-path for
11701 a leim-list.el file too. This assures of loading leim-list.el
11702 that is created at Emacs installation time even if a user have his
11703 own leim-list.el.
11704
11705 2000-08-17 Miles Bader <miles@gnu.org>
11706
11707 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11708 foreground color to black if the background is dark.
11709
11710 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11711
11712 * loadhist.el (unload-feature): Typo.
11713
11714 * finder.el (finder-compile-keywords):
11715 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11716 to the generated file.
11717
11718 * mail/mh-e.el (mh-make-local-vars):
11719 Replace make-variable-buffer-local with make-local-variable.
11720
11721 * play/landmark.el:
11722 * options.el (Edit-options-{set,toggle,t,nil}):
11723 * mail/mailabbrev.el (mail-abbrevs-mode):
11724 * textmodes/tex-mode.el (tex-expand-files):
11725 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11726
11727 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11728
11729 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11730 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11731 Allow going past the last element.
11732 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11733 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11734 (cvs-mouse-toggle-mark): Don't move point.
11735 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11736
11737 * progmodes/compile.el (grep): Provide a default set of files.
11738 (next-error): Docstring fix.
11739 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11740
11741 * emacs-lisp/easy-mmode.el (define-minor-mode):
11742 Use `symbol-value' to keep the byte-compiler quiet.
11743
11744 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11745 (diff-find-source-location): New fun, extracted from diff-goto-source.
11746 (diff-goto-source): Use it.
11747 (diff-next-complex-hunk, diff-filter-lines): New function.
11748 (diff-apply-hunk): New command.
11749
11750 * smerge-mode.el (smerge-mode-menu): Doc fix.
11751
11752 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11753
11754 2000-08-16 Dave Love <fx@gnu.org>
11755
11756 * windmove.el (windmove) <defgroup>: Add :version.
11757
11758 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11759 (goto-address-fontify-p, goto-address-highlight-p)
11760 (goto-address-url-face, goto-address-url-mouse-face)
11761 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11762 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11763 (goto-address-fontify, goto-address-at-mouse): Simplify,
11764 (goto-address-at-point): browse-url-url-at-point,
11765 goto-address-find-address-at-point can return nil.
11766 (goto-address-find-address-at-point): Return nil on failure.
11767
11768 * align.el (align) <defgroup>: Add :version.
11769
11770 * calculator.el (calculator): Add :version.
11771 (calculator): Use two lines for calculator window if `modeline'
11772 face is boxed.
11773
11774 * play/5x5.el: Doc fixes.
11775 (5x5) <defgroup>: Add :version.
11776
11777 * play/fortune.el (fortune) <defgroup>: Add :version.
11778 (fortune-append): Fix error message.
11779 (fortune-from-region): Doc fix.
11780
11781 * play/pong.el (pong): Doc fix.
11782
11783 * play/morse.el: Keywords, commentary, autoloads.
11784
11785 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11786
11787 * desktop.el (desktop-save): Don't look at symbol-value of a
11788 member of minor-mode-alist, unless it is boundp.
11789
11790 2000-08-16 Sam Steingold <sds@gnu.org>
11791
11792 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11793 `while'; use `with-current-buffer' instead of `save-excursion'.
11794 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11795
11796 2000-08-16 Kenichi Handa <handa@etl.go.jp>
11797
11798 * international/ccl.el (declare-ccl-program): Docstring modified.
11799 (ccl-execute-with-args): Likewise.
11800
11801 2000-08-16 Miles Bader <miles@gnu.org>
11802
11803 * progmodes/sql.el: Add compatibility definition of
11804 comint-line-beginning-position.
11805
11806 2000-08-15 Gerd Moellmann <gerd@gnu.org>
11807
11808 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11809 'buffer-menu' property.
11810 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11811 fails.
11812 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11813 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11814 wasn't killed.
11815
11816 * buff-menu.el (list-buffers-noselect): Don't display the
11817 *Buffer List* buffer.
11818
11819 * font-lock.el: Require jit-lock to prevent a very late
11820 `Loading jit-lock' message.
11821
11822 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11823 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11824 mail address.
11825
11826 2000-08-15 Miles Bader <miles@gnu.org>
11827
11828 * textmodes/ispell.el (ispell-graphic-p): New constant.
11829 (ispell-choices-win-default-height, ispell-help): Use
11830 `ispell-graphic-p' instead of `xemacsp'.
11831
11832 2000-08-15 Dave Love <fx@gnu.org>
11833
11834 * simple.el: Autoload widget-convert when compiling.
11835 (mail-user-agent): Doc fix.
11836
11837 * help.el (function-called-at-point, variable-at-point): Use
11838 with-syntax-table.
11839 (help-manyarg-func-alist): Add insert-and-inherit.
11840
11841 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11842
11843 * delsel.el (delsel-unload-hook): New function.
11844
11845 * find-file.el: Doc fixes. Move provide to end.
11846 (ff) <defgroup>: Add :link.
11847 (ff-goto-click): Deleted.
11848 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11849 Use mouse-set-point.
11850
11851 * textmodes/tildify.el: Doc fixes.
11852 (tildify) <defgroup>: Add:version.
11853
11854 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11855 (glasses-custom-set): Use set-default, not set.
11856 (minor-mode-alist): Propertize the lighter.
11857 (glasses-mode): Provide optional arg.
11858
11859 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11860 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11861 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11862 option. Provide :type.
11863 (cwarn-configuration): Provide :type.
11864 (cwarn-mode): Doc fix.
11865
11866 * add-log.el (change-log-merge): Doc fix.
11867 (change-log-redate): New command.
11868
11869 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11870 Doze and Dog.
11871 (browse-url): Use dolist, not mapcar.
11872 (browse-url-at-point): Check for null url.
11873 (browse-url-event-buffer, browse-url-event-point): Functions
11874 deleted.
11875 (browse-url-at-mouse, browse-url-netscape): Simplify.
11876
11877 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11878 modes.
11879 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11880 Fix previous change to mapcan.
11881 (msb--init-file-alist, msb--add-separators)
11882 (msb--make-keymap-menu): Simplify.
11883 (msb--choose-file-menu): Use copy-sequence.
11884 (msb-mode-map): Add title to keymap.
11885 (msb-unload-hook): New function.
11886
11887 * bs.el: Fix indentation.
11888 (bs) <defgroup>: Add :links.
11889 (bs-show): Doc fix.
11890 (bs-apply-sort-faces): Don't use window-system.
11891 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11892
11893 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11894
11895 * calendar/timeclock.el (timeclock-file): Run .timelog through
11896 convert-standard-filename.
11897
11898 2000-08-14 Gerd Moellmann <gerd@gnu.org>
11899
11900 * emacs-lisp/authors.el: New file.
11901
11902 * paren.el (show-paren-priority): New user option.
11903 (show-paren-function): Set overlay priorities to
11904 show-paren-priority.
11905
11906 2000-08-14 Miles Bader <miles@gnu.org>
11907
11908 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11909 beginning-of-line with inhibit-field-text-motion bound.
11910
11911 2000-08-14 Gerd Moellmann <gerd@gnu.org>
11912
11913 * calendar/timeclock.el: New file.
11914
11915 2000-08-14 David Ponce <david@dponce.com>
11916
11917 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11918 `widget-button-click'. so that one can use left mouse button to
11919 click on dialog buttons.
11920
11921 2000-08-14 Emmanuel Briot <briot@gnat.com>
11922
11923 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11924 identifiers, since XML is case sensitive
11925
11926 2000-08-12 Miles Bader <miles@gnu.org>
11927
11928 * comint.el (comint-output-filter): Don't bother frobbing
11929 window-start, it doesn't seem to be necessary.
11930
11931 * comint.el (comint-send-string, comint-send-region): Make into
11932 real functions. Snapshot the prompt before sending.
11933
11934 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11935
11936 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11937 technique similar to Info-index, instead of relying on specific
11938 names of relevant Index nodes.
11939 (Info-goto-emacs-command-node): Bind Info-history to nil when
11940 going to the first node found by Info-find-emacs-command-nodes.
11941
11942 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11943
11944 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11945
11946 2000-08-10 Miles Bader <miles@gnu.org>
11947
11948 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11949
11950 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11951
11952 * info.el (Info-file-list-for-emacs): More elements for the
11953 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11954 and woman manuals.
11955
11956 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11957
11958 * comint.el (comint-send-input): Make the newline boundary overlay
11959 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11960 (comint-output-filter): Use `insert' instead of
11961 `insert-before-markers'. Extend comint-last-output-overlay when
11962 necessary since we can't rely on insert-before-markers to do it.
11963 * gud.el (gud-filter): Use `with-current-buffer' instead of
11964 save-excursion when inserting the output, so that point gets
11965 updated correctly; the old method relied on a rather dodgy
11966 side-effect of comint-output-filter to avoid the effect of
11967 save-excursion.
11968
11969 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11970
11971 * files.el (recover-file): Call insert-directory instead of
11972 invoking `ls' directly.
11973
11974 2000-08-10 Miles Bader <miles@gnu.org>
11975
11976 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11977 (comint-last-prompt-overlay): New variables.
11978 (comint-output-filter): Implement prompt highlighting.
11979 (comint-snapshot-last-prompt): New function.
11980 (comint-send-input): Snapshot the last prompt.
11981 Use comint-highlight-input-face.
11982 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11983 Use defface instead of defcustom.
11984 (send-invisible, comint-send-eof): Snapshot the last prompt.
11985 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11986 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11987
11988 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11989
11990 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11991 (regexp-opt-group): Use a list of chars for `letters'.
11992 (regexp-opt-charset): `chars' is now a list of chars.
11993 Use a char-table rather than a vector so it works for multibyte chars.
11994
11995 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11996 Set cvs-minor-current-files to the selected fileinfo.
11997 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11998 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11999
12000 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
12001
12002 * files.el (insert-directory): Don't call access-file on
12003 directories on DOS and Windows.
12004
12005 2000-08-09 Kenichi Handa <handa@etl.go.jp>
12006
12007 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12008 longer if necessary.
12009 (ccl-embed-code): Call ccl-embed-data to store CODE in
12010 ccl-program-vector.
12011
12012 2000-08-09 Miles Bader <miles@gnu.org>
12013
12014 * comint.el (comint-output-filter): Properly handle the case where
12015 the text surrounded by comint-last-output-overlay was deleted.
12016
12017 2000-08-08 Gerd Moellmann <gerd@gnu.org>
12018
12019 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12020 non-nil.
12021 (Info-file-list-for-emacs): Remove "info" from the list because
12022 that leads to trying to use the documentation from file `info'
12023 in various situations where it isn't appropriate, for instance
12024 C-h C-k C-h i.
12025
12026 * ffap.el (ffap-read-file-or-url-internal): Handle case that
12027 DIR and/or STRING are nil.
12028
12029 * progmodes/compile.el (compilation-setup): Make variable
12030 compilation-error-screen-columns buffer-local, as some comment
12031 in the code suggests it should be.
12032
12033 * files.el (auto-mode-interpreter-regexp): New variable.
12034 (set-auto-mode): Use it.
12035
12036 * indent.el (indent-for-tab-command): Doc fix.
12037
12038 * mouse-sel.el (mouse-sel-mode): Doc fix.
12039
12040 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12041 labels.
12042
12043 * help.el (print-help-return-message): When
12044 display-buffer-reuse-frames is set, let the help window been quit,
12045 instead of deleting it, which might delete a reused frame.
12046
12047 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
12048
12049 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12050 rename a directory to a name that differs only by its letter case.
12051
12052 2000-08-08 Kenichi Handa <handa@etl.go.jp>
12053
12054 * international/quail.el (quail-define-rules): Handle Quail decode
12055 map correctly. Add code for supporting annotations.
12056 (quail-install-decode-map): New function.
12057 (quail-defrule-internal): New optional arguments decode-map and
12058 props.
12059 (quail-advice): New function.
12060
12061 2000-08-07 Sam Steingold <sds@gnu.org>
12062
12063 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12064 `defconst', `define-condition', `with-slots'.
12065 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12066
12067 2000-08-03 Miles Bader <miles@gnu.org>
12068
12069 * comint.el (comint-use-prompt-regexp-instead-of-fields):
12070 New variable.
12071 (comint-prompt-regexp, comint-get-old-input): Document dependence on
12072 comint-use-prompt-regexp-instead-of-fields.
12073 (comint-send-input): Add `input' field property to stuff we send to
12074 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12075 (comint-output-filter): Add `output' field property to process
12076 output, if comint-use-prompt-regexp-instead-of-fields is nil.
12077 (comint-replace-by-expanded-history)
12078 (comint-get-old-input-default, comint-show-output)
12079 (comint-backward-matching-input, comint-forward-matching-input)
12080 (comint-next-prompt, comint-previous-prompt): Use field
12081 properties if comint-use-prompt-regexp-instead-of-fields is nil.
12082 (comint-line-beginning-position): New function.
12083 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
12084 (comint-replace-by-expanded-history-before-point): Use
12085 comint-line-beginning-position and line-end-position.
12086 (comint-last-output-overlay): New variable.
12087 (comint-mode): Make `comint-last-output-overlay' buffer-local.
12088
12089 * shell.el (shell-prompt-pattern): Doc change.
12090 (shell-backward-command): Use line-beginning-position.
12091
12092 * gud.el (gud-gdb-complete-command): Use
12093 comint-line-beginning-position.
12094
12095 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12096 comint-bol doesn't actually go to the beginning of the line.
12097
12098 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12099 if comint-use-prompt-regexp-instead-of-fields is non-nil.
12100 (try-expand-line-all-buffers): Likewise.
12101
12102 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12103 explicitly matching comint-prompt-regexp.
12104 (sql-copy-column): Use comint-line-beginning-position instead of
12105 explicitly matching comint-prompt-regexp.
12106
12107 * progmodes/octave-inf.el (inferior-octave-complete): Use
12108 comint-line-beginning-position.
12109
12110 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12111
12112 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12113 looking for a prompt, use `forward-line 0' instead of
12114 `beginning-of-line', to avoid getting caught by an input field.
12115
12116 2000-08-07 Gerd Moellmann <gerd@gnu.org>
12117
12118 * files.el (shell-quote-wildcard-pattern): Make sure to return
12119 PATTERN, in the Unix case.
12120
12121 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
12122
12123 * play/zone.el (zone): Discard any pending input before running
12124 the randomly-chosen pgm.
12125
12126 2000-08-07 Kenichi Handa <handa@etl.go.jp>
12127
12128 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12129 checking the existence of any multibyte characters.
12130
12131 2000-08-06 Gerd Moellmann <gerd@gnu.org>
12132
12133 * help.el (describe-mode): Test minor-mode symbol for being
12134 bound before testing its value for being nil.
12135
12136 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12137 `first', `second', and `third'.
12138
12139 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12140 (second): Make it an alias for `cadr'.
12141
12142 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
12143
12144 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12145 types of display support faces now.
12146
12147 2000-08-05 Gerd Moellmann <gerd@gnu.org>
12148
12149 * pcvs.el (require): Require `cl' during compilation, only.
12150
12151 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12152 (toplevel): Remove `remq' and `remove' from autoloads.
12153 (cl-fake-autoloads): New variable. If set, arrange for an error
12154 when CL functions etc. are autoloaded.
12155
12156 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
12157
12158 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12159
12160 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12161 popped up, but the user clicks outside the menu, return an empty
12162 regexp (that causes unhighlight-regexp to have no effect).
12163
12164 * menu-bar.el (menu-bar-games-menu): Add Zone.
12165
12166 * hi-lock.el (toplevel): Require font-lock.
12167
12168 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12169
12170 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12171 (ebnf-8-bit-chars): New var for bug fix.
12172 (ebnf-string): Bug fix.
12173
12174 2000-08-03 Sam Steingold <sds@gnu.org>
12175
12176 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12177 instead of `buffer-string'.
12178 (require 'cl): Always, not just when compiling.
12179 `ignore-errors' in `interactive', `list*', `defun*' &c make this
12180 necessary.
12181
12182 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
12183
12184 * international/mule-cmds.el (select-safe-coding-system): Make
12185 the message text about selecting a safe coding system more clear.
12186
12187 2000-08-02 Gerd Moellmann <gerd@gnu.org>
12188
12189 * hi-lock.el: New file.
12190
12191 * play/zone.el: New file.
12192
12193 * replace.el (occur): Set tab-width in the *Occur* buffer to the
12194 value of tab-width in the original buffer. Choose a line number
12195 format that's a multiple of the original buffer's tab width, so
12196 that lines appear right.
12197
12198 * textmodes/ispell.el (ispell): New function, replacing an alias.
12199 Spell-check active region if in transient-mark-mode and mark
12200 is active; otherwise spell-check buffer.
12201
12202 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12203
12204 * ps-mule.el: Fix a customization problem on
12205 ps-mule-font-info-database-default.
12206
12207 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12208
12209 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12210 display-mouse-p instead of window-system.
12211 (ebrowse-member-mode-map): Ditto.
12212
12213 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12214
12215 * progmodes/ebnf2ps.el: Update ps-print functions call.
12216 Indentation fix. Doc fix.
12217 (ebnf-version): New version number (3.2).
12218 (ebnf-format-color, ebnf-begin-job): Code fix.
12219
12220 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12221
12222 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12223 font lock support on window-system.
12224 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12225
12226 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12227 display-color-p, if fboundp, instead of window-system.
12228
12229 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12230
12231 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12232 instead of window-system.
12233
12234 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12235 window-system.
12236 (widget-choice-mouse-down-action): Use display-popup-menus-p
12237 instead of window-system.
12238
12239 * strokes.el (strokes-file): Run the file name through
12240 convert-standard-filename.
12241 (strokes-mode): Call display-mouse-p instead of looking at
12242 window-system. Change the error message accordingly.
12243
12244 * progmodes/cpp.el (toplevel): Support faces on tty's.
12245
12246 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12247 (lm-plot-square, lm-init-display): Don't use window-system.
12248
12249 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12250 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12251
12252 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12253 instead of looking at window-system.
12254
12255 2000-07-30 Gerd Moellmann <gerd@gnu.org>
12256
12257 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12258 of testing if iswitchb-prepost-hooks is bound, because the
12259 latter will always be true when invoking a recursive minibuffer
12260 from an active Iswitchb buffer.
12261
12262 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12263
12264 * files.el (shell-quote-wildcard-pattern): New function.
12265 (insert-directory): Call it. Only prepend "\" to command on Unix
12266 and GNU/Linux systems.
12267
12268 2000-07-30 Gerd Moellmann <gerd@gnu.org>
12269
12270 * eshell/esh-groups.el: Change custom :link file names
12271 from `eshell.info' to `eshell'.
12272
12273 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12274
12275 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12276 correctly in recursive ange-ftp listings.
12277
12278 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12279
12280 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12281 ps-header-font-size-internal and
12282 ps-header-title-font-size-internal variables are not set,
12283 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
12284 face text property is (foreground-color . COLOR) or
12285 `(background-color . COLOR)', ps-print crashes. Doc fix.
12286 (ps-print-version): New version number (5.2.4).
12287 (ps-plot-region): Code fix.
12288 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12289 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12290 Bug fix 2.
12291
12292 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
12293
12294 * glasses.el (glasses-make-readable): Fix uncapitalization of
12295 identifiers like `myXMLDocument'.
12296
12297 2000-07-28 Karl Fogel <kfogel@red-bean.com>
12298
12299 * mail/mail-hist.el (mail-hist-previous-input)
12300 (mail-hist-next-input): Do the obvious code factorization.
12301 (mail-hist-retrieve-and-insert): New func, contains common
12302 code of above two.
12303 If inserting a message body, leave point at top.
12304
12305 2000-07-28 Sam Steingold <sds@gnu.org>
12306
12307 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12308 Use `<=', not `<' to compare times!
12309 (ange-ftp-ls): Remove.
12310
12311 2000-07-27 Gerd Moellmann <gerd@gnu.org>
12312
12313 * play/cookie1.el: Add explanation of how to make cookie.el
12314 compatible with strfile(1) to comment.
12315
12316 * subr.el (remove, remq): New functions.
12317
12318 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12319 escape `*' in regexps.
12320 (midnight-find): Reverse order of arguments in the funcall of
12321 TEST.
12322
12323 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12324 and `.class'.
12325
12326 * play/meese.el: Add Commentary section.
12327
12328 2000-07-27 Alex Schroeder <alex@gnu.org>
12329
12330 * sql.el (sql-ms): Added autoload cookie.
12331 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12332 (sql-oracle): Ditto.
12333 (sql-help): Doc change.
12334
12335 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12336 types and exceptions.
12337
12338 2000-07-27 Alex Schroeder <alex@gnu.org>
12339
12340 * sql.el (sql-placeholder-history): New variable.
12341 (sql-query-placeholders-and-send): New function that will query
12342 the user and replace placeholders with user input.
12343 (sql-oracle): If running on NT, set comint-input-sender to
12344 sql-query-placeholders-and-send.
12345
12346 (sql-stop): If in the SQLi buffer, insert stop notification, else
12347 present it as a message.
12348
12349 2000-07-27 Alex Schroeder <alex@gnu.org>
12350
12351 * sql.el (sql-input-ring-separator): Doc change.
12352 (sql-input-ring-file-name): Doc change.
12353 (sql-interactive-mode): Use `sql-input-ring-separator' and
12354 `sql-input-ring-file-name' to set the comint-mode equivalents
12355 without making them local variables.
12356 (sql-stop): Don't bind `sql-input-ring-separator' and
12357 `sql-input-ring-file-name' dynamically to their comint-mode
12358 equivalents.
12359
12360 2000-07-27 Kenichi Handa <handa@etl.go.jp>
12361
12362 * international/mule.el (register-char-codings): New function.
12363 (make-coding-system): Handle `safe-chars' specification in the arg
12364 PROPERTY.
12365
12366 * international/mule-cmds.el
12367 (find-coding-systems-region-subset-p): This function deleted.
12368 (sort-coding-systems-predicate): New variable.
12369 (sort-coding-systems): New function.
12370 (find-coding-systems-region): Use
12371 find-coding-systems-region-internal.
12372 (find-coding-systems-string): Use find-coding-systems-region.
12373 (find-coding-systems-for-charsets): Check
12374 char-coding-system-table.
12375 (select-safe-coding-system-accept-default-p): New variable.
12376 (select-safe-coding-system): Mostly rewritten. New argument
12377 ACCEPT-DEFAULT-P.
12378 (select-message-coding-system): Call select-safe-coding-system
12379 with ACCEPT-DEFAULT-P arg.
12380 (reset-language-environment): Reset default-sendmail-coding-system
12381 to the default value iso-latin-1.
12382 (set-language-environment): Don't set the obsolete variable
12383 charset-origin-alist.
12384
12385 * international/codepage.el (cp-coding-system-for-codepage-1):
12386 Give `safe-chars' property to make-coding-system.
12387
12388 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12389 calling select-message-coding-system twice.
12390
12391 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12392 instead of `safe-charsets'.
12393 (cyrillic-alternativnyj): Likewise.
12394 (ccl-encode-alternativnyj): Don't check the charset
12395 cyrillic-iso8859-5.
12396
12397 2000-07-27 Kenichi Handa <handa@etl.go.jp>
12398
12399 * composite.el (compose-chars-after): Preserve match data.
12400
12401 2000-07-26 Sam Steingold <sds@gnu.org>
12402
12403 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12404 (ange-ftp-real-file-newer-than-file-p): New function.
12405 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12406 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12407
12408 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12409 * midnight.el (midnight-float-time): Ditto.
12410
12411 2000-07-26 Andreas Schwab <schwab@suse.de>
12412
12413 * files.el (normal-backup-enable-predicate): Correct
12414 interpretation of the return value of compare-strings.
12415
12416 2000-07-26 Gerd Moellmann <gerd@gnu.org>
12417
12418 * isearch.el (isearch-resume): New function.
12419 (isearch-done): Add something to command-history to resume
12420 the search.
12421 (isearch-yank-line, isearch-yank-word): Use
12422 buffer-substring-no-properties instead of buffer-substring.
12423
12424 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12425 of flyspell-mouse-map.
12426
12427 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12428 duplicate definition.
12429 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12430
12431 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12432 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12433
12434 2000-07-25 Sam Steingold <sds@gnu.org>
12435
12436 * net/ange-ftp.el: Get modtime over the net.
12437 (ange-ftp-file-modtime): New function.
12438 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12439 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12440 Use it.
12441 (ange-ftp-dot-to-slash): New function.
12442 (ange-ftp-fix-name-for-vms): Use it.
12443
12444 * midnight.el (midnight-buffer-display-time): Use
12445 `with-current-buffer'.
12446
12447 2000-07-25 Gerd Moellmann <gerd@gnu.org>
12448
12449 * find-dired.el: Update copyright notice.
12450 (find-dired): Offer to kill a running `find'.
12451
12452 * enriched.el (enriched-face-ans): For a `foreground-color'
12453 property, return '(("x-color" COLOR))' so that COLOR will be
12454 output as a parameter of the x-color annotation. Likewise for the
12455 `background-color' property. In the case of normal face
12456 properties, don't return annotations for unspecified foreground
12457 and background face attributes.
12458
12459 2000-07-25 Kenichi Handa <handa@etl.go.jp>
12460
12461 * language/japan-util.el (japanese-katakana-region): Fix handling
12462 HANKAKU argument.
12463
12464 2000-07-25 Miles Bader <miles@gnu.org>
12465
12466 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12467 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12468 constrain-to-field.
12469
12470 2000-07-24 Andrew Innes <andrewi@gnu.org>
12471
12472 * timer.el (timer-activate-when-idle): Add optional parameter
12473 DONT-WAIT. Update docstring.
12474 (run-with-idle-timer): Specify extra parameter to
12475 timer-activate-when-idle, so that timer will be activated
12476 immediately if Emacs is already idle.
12477
12478 * w32-fns.el (w32-using-nt): Fix docstring.
12479
12480 2000-07-24 Dave Love <fx@gnu.org>
12481
12482 * mouse.el (popup-menu): Set last-command-event.
12483 (mouse-major-mode-menu-prefix): Declare.
12484
12485 2000-07-24 Gerd Moellmann <gerd@gnu.org>
12486
12487 * textmodes/flyspell.el: Update to author's version 1.5d.
12488
12489 * progmodes/hideshow.el: Update copyright notice.
12490
12491 * vcursor.el: Set maintainer to FSF, since author cannot
12492 be reached.
12493
12494 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12495
12496 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12497 the prompt.
12498
12499 * mouse.el (popup-menu): Run the keymap through indirect-function,
12500 in case it was defined with define-prefix-key. If the menu is a
12501 list of keymaps, look up the binding of user's choice in each one
12502 of the keymaps.
12503 (mouse-popup-menubar): If the global and local menu-bar keymaps
12504 don't have a prompt string, create one and insert it into the
12505 keymap. Don't barf if current-local-map returns nil.
12506
12507 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12508
12509 * dired.el (dired-sort-R-check): Added to allow recursive listing
12510 to be undone.
12511 (dired-sort-other): Use it.
12512
12513 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12514
12515 * Release of cc-mode 5.27
12516
12517 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12518
12519 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12520 c-beginning-of-statement-1 that caused a bad case of recursion
12521 which could consume a lot of CPU in large classes in languages
12522 that have in-expression classes (i.e. Java and Pike).
12523
12524 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12525 statements before top level constructs (i.e. case 6 is moved
12526 before case 5 and is now case 4) to catch in-expression
12527 classes in top level expressions correctly.
12528
12529 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12530
12531 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12532 objc-method-intro. Case 4 removed and case 5I added.
12533
12534 * cc-langs.el (c-append-paragraph-start): New variable used by
12535 c-common-init to get paragraph-start correct.
12536 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12537 initialize paragraph-start to make it correct both with and
12538 without the javadoc special case.
12539
12540 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12541 initialize paragraph-start for javadoc markup.
12542
12543 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12544 change by defaulting this to t. It's motivated by the
12545 confusing behavior that otherwise arise from the style system
12546 when editing both java and non-java files at the same time
12547 (see the comments about style setting in c-common-init).
12548
12549 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12550
12551 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12552 similar to the one in c-fill-paragraph to check the fill
12553 prefix from the adaptive fill function for sanity.
12554
12555 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12556
12557 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12558 defun block.
12559
12560 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12561
12562 * cc-align.el (c-lineup-multi-inher): Handle lines with
12563 leading comma nicely. Extended to handle member initializers
12564 too.
12565
12566 * cc-engine.el: (c-beginning-of-inheritance-list,
12567 c-guess-basic-syntax): Fixed recognition of inheritance lists
12568 when the lines begins with a comma.
12569
12570 * cc-vars.el (c-offsets-alist): Changed default for
12571 member-init-cont to c-lineup-multi-inher since it now handles
12572 member initializers and indents better for leading commas.
12573
12574 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12575
12576 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12577 handling that caused class open lines to be recognized as
12578 statement-conts in some cases.
12579
12580 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12581 guessed by the adaptive fill function unless point is on the
12582 first line of a block comment.
12583
12584 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12585 when the buffer ends with a macro continuation char.
12586
12587 * cc-engine.el (c-guess-basic-syntax): Added support for
12588 function definitions as statements in Pike. The first
12589 statement in a lambda block is now labeled defun-block-intro
12590 instead of statement-block-intro.
12591
12592 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12593 so that the class surrounding point is selected, not the one
12594 innermost in the state.
12595
12596 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12597 recognition of switch labels having hanging multiline
12598 statements.
12599
12600 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12601 some code in c-guess-basic-syntax to a separate function.
12602 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12603 recognition of member inits with multiple line arglists.
12604 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12605 member-init-cont when the commas are in funny places.
12606
12607 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12608
12609 * cc-defs.el (c-auto-newline): Removed this macro since it's
12610 not used anymore.
12611
12612 * cc-engine.el (c-looking-at-bos): New helper function.
12613 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12614 inexpr and toplevel classes apart in Pike.
12615
12616 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12617 of case 9A.
12618
12619 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12620 constant, since "class" can introduce an in-expression class
12621 in Pike nowadays.
12622
12623 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12624
12625 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12626 indentation on cpp-macro lines.
12627
12628 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12629 a syntax modifier like comment-intro, to make it possible to
12630 get syntactic indentation for preprocessor directives. It's
12631 incompatible wrt to lineup functions on cpp-macro, but it has
12632 no observable effect in the 99.9% common case where cpp-macro
12633 is set to -1000.
12634
12635 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12636
12637 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12638 member-init-cont when the preceding arglist is several lines.
12639
12640 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12641
12642 * cc-styles.el (c-style-alist): The basic offset for the BSD
12643 style corrected to 8.
12644
12645 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12646
12647 * cc-styles.el (c-style-alist): Adjusted the indentation of
12648 brace list openers in the gnu style.
12649
12650 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12651
12652 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12653
12654 * cc-cmds.el (c-electric-brace, c-electric-slash,
12655 c-electric-star, c-electric-semi&comma, c-electric-colon,
12656 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12657 when c-syntactic-indentation is nil.
12658
12659 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12660 we were left at comments preceding the first statement when
12661 reaching the beginning of the buffer.
12662
12663 * cc-vars.el (c-syntactic-indentation): New variable to turn
12664 off all syntactic indentation.
12665
12666 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12667
12668 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12669 between the text and the block comment ender when it hangs,
12670 depending on how many there are before the fill.
12671
12672 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12673
12674 * cc-engine.el (c-beginning-of-closest-statement): New helper
12675 function to go back to the closest preceding statement start,
12676 which could be inside a conditional statement.
12677 * cc-engine.el (c-guess-basic-syntax): Use
12678 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12679
12680 * cc-engine.el (c-guess-basic-syntax): Better handling of
12681 arglist-intro, arglist-cont-nonempty and arglist-close when
12682 the arglist is nested inside parens. Cases 7A, 7C and 7F
12683 changed.
12684
12685 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12686 up-to-date with javadoc 1.2.
12687
12688 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12689
12690 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12691 multiline Pike type decls.
12692
12693 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12694
12695 * cc-cmds.el (c-indent-new-comment-line): Always break
12696 multiline comments in multiline mode, regardless of
12697 comment-multi-line.
12698
12699 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12700
12701 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12702 fully::qualified::names in C++ member init lists. Preamble in
12703 case 5D changed.
12704
12705 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12706
12707 * cc-langs.el (c-common-init): Handling of obsolete variables
12708 moved to c-initialize-cc-mode. More compatible style override
12709 when using global style variables.
12710 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12711 variables moved here.
12712
12713 * cc-styles.el (c-make-styles-buffer-local): Flag style
12714 variable localness in c-style-variables-are-local-p to make
12715 the compatibility measure in c-common-init work well.
12716
12717 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12718 longer contain set-from-style.
12719 * cc-styles.el (c-initialize-builtin-style): Don't check for
12720 set-from-style on c-special-indent-hook.
12721 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12722 copy-alist is sufficient now.
12723
12724 * cc-styles.el (c-set-style, c-set-style-1,
12725 c-get-style-variables): Fixes to variable initialization so
12726 that duplicate entries in styles have the same effect
12727 regardless of DONT-OVERRIDE.
12728
12729 * cc-styles.el (c-set-style-2): Fixed bug where the
12730 initialization of inheriting styles failed when the
12731 dont-override flag is set.
12732
12733 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12734 on this.
12735
12736 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12737
12738 * cc-defs.el (c-forward-comment): Removed the workaround
12739 introduced in 5.38 since it had worse side-effects. If a line
12740 contains the string "//\"", it regarded the // as a comment
12741 start since the \ temporarily doesn't have escape syntax.
12742
12743 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
12744
12745 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12746 ada-xref.el before ada-prj.el, so that the Project menu is created
12747 when ada-prj tries to add to it.
12748 (ada-activate-keys-for-case): Suppress the characters that are not
12749 part of the Ada syntax. Better compatibility with else-mode
12750 (ada-adjust-case-interactive): When auto-casing is not active,
12751 correctly insert newlines (used to insert only ^M). Prevent the
12752 syntax table from being changed in case of an error
12753 (or '_' becomes part of a word and some commands are confused).
12754 Do nothing if ada-auto-case is nil.
12755 (ada-after-keyword-p): Ignore keywords that are also attributes
12756 (ada-batch-reformat): Update usage comment
12757 (ada-call-from-contextual-menu): New function
12758 (ada-case-read-exceptions): Reinitialize the casing exception list
12759 first to nil first, so that the casing exception file can be
12760 shared.
12761 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12762 files.
12763 (ada-compile-goto-error): Fix regexp used to detect a file:line
12764 anywhere in the error message
12765 (ada-contextual-menu-last-point): New variable
12766 (ada-create-keymap): If the variable delete-key-deletes-forward is
12767 t on XEmacs, it means that DEL should delete one character
12768 forward.
12769 (ada-create-menu): Use :included instead of :visible for XEmacs.
12770 New submenu "Options".
12771 (ada-end-stmt-re): Correctly indent "select ... then abort"
12772 statements.
12773 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12774 even if they don't match ada-fill-comment-prefix Fix handling of
12775 paragraphs on the first or last line of a file.
12776 (ada-format-paramlist): Fix handling of default parameter values.
12777 (ada-get-body-name): New function.
12778 (ada-get-current-indent): Optimized by searchling directly for an
12779 existing generic part or a statement outside of it. Handle
12780 ada-indent-align-comments when indenting comments Replaced some
12781 regexps by testing directly the next character. This results in a
12782 huge speedup on some files. New indentation scheme for renames
12783 statements. Stop looking for the 'while' or 'for' associated with
12784 a 'loop' at the first semicolon encountered. A "return" can also
12785 match an anonymous access subprogram declaration.
12786 (ada-get-indent-noindent): Ignore strings and comments when
12787 looking for the keywords "record" and "private".
12788 (ada-goto-matching-decl-start): When matching "if", make sure we
12789 are not in fact seeing "end if". Ignore "when" statements except
12790 when initial keyword was "begin". Fix handling of nested
12791 procedures. Add a recursive call to this function to skip over
12792 other 'end' statmts. Fix indentation for "when .. => begin"
12793 (ada-in-open-paren-p): Fix indentation for complex boolean
12794 expressions, where 'and then', 'or else' and parenthesis
12795 statements are mixed up.
12796 (ada-in-paramlist-p): Skip comments while searching for the
12797 beginning Fix handling of operator declarations.
12798 (ada-indent-align-comments): New variable
12799 (ada-indent-current): Change the syntax table only in the
12800 protected section, so that we are sure it is restored correctly.
12801 (ada-indent-on-previous-lines): Use ada-use-indent and
12802 ada-with-indent Correctly indent "select ... then"
12803 (ada-indent-region): Slight speedup.
12804 (ada-indent-renames): New variable.
12805 (ada-last-which-function-subprog, ada-last-which-function-line):
12806 New variables
12807 (ada-looking-at-semi-private): Correctly indent the 'private'
12808 keyword when it is the first word in a package declaration.
12809 (ada-loose-case-word): Stop searching if at the end of the buffer.
12810 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12811 even if point is not initially at the end of the word.
12812 (ada-matching-decl-start-re): Add "when".
12813 (ada-mode): Add support for abbrev-mode, outline-mode and
12814 which-func-mode Override the old find-file.el entry in
12815 ff-special-constructs since it is using the obsolete
12816 ada-spec-suffix variable
12817 (ada-no-auto-case): New function
12818 (ada-scan-paramlist): When parsing the argument type, accept
12819 spaces (as in "X 'Class", generated by Rational Rose).
12820 (ada-other-file-name): No longer loads the other file.
12821 (ada-popup-menu): Save and restore the current buffer and cursor
12822 position before and after displaying the menu.
12823 (ada-search-ignore-complex-boolean): New function.
12824 (ada-uncomment-region): Emacs21 already knows how to delete
12825 comments not starting in the first column.
12826 (ada-use-indent): New variable
12827 (ada-which-function): New function.
12828 (ada-with-indent): New variable
12829 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12830 can be batch-compiled from the command line.
12831
12832 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12833 Add to the menu when the file is loaded, not in ada-mode-hook.
12834 Add -toolbar to the default ddd command Switches moved from
12835 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12836 ada-prj-default-comp-opt
12837 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12838 Reference Manual to the menu
12839 (ada-check-current): rewritten as a call to ada-compile-current
12840 (ada-compile): Removed.
12841 (ada-compile-application, ada-compile-current, ada-check-current):
12842 Set the compilation-search-path so that compile.el automatically
12843 finds the sources in src_dir. Automatic scrollong of the
12844 compilation buffer. C-uC-cC-c asks for confirmation before
12845 compiling
12846 (ada-compile-current): New parameter, prj-field
12847 (ada-complete-identifier): Load the .ali file before doing
12848 processing
12849 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12850 conform to gnatmake's behavior.
12851 (ada-find-file-in-dir): New function
12852 (ada-find-references): Set the environment variables for gnatfind
12853 (ada-find-src-file-in-dir): New function.
12854 (ada-first-non-nil): Removed
12855 (ada-gdb-application): Add support for jdb, the java debugger.
12856 (ada-get-ada-file-name): Load the original-file first if not done
12857 yet.
12858 (ada-get-all-references): Handles the new ali syntax (parent types
12859 are found between <>).
12860 (ada-initialize-runtime-library): New function
12861 (ada-mode-hook): Always load a project file when a file is opened,
12862 so that the casing exceptions are correctly read.
12863 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12864 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12865 to open the project file, since the latter does not work with
12866 speedbar Get default values before loading the prj file, or the
12867 default executable file name is wrong. Use the absolute value of
12868 src_dir to initialize ada-search-directories and
12869 compilation-search-path,... Add the standard runtime library to
12870 the search path for find-file.
12871 (ada-prj-default-debugger): Was missing an opening '{'
12872 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12873 variables.
12874 (ada-prj-default-gnatmake-opt): New variable
12875 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12876 buffers, the project file is the default one Save the windows
12877 configuration before displaying the menu.
12878 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12879 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12880 ...) regexp-quote identifiers names to support operators +,
12881 -,... in regexps.
12882 (ada-remote): New function.
12883 (ada-run-application): Erase the output buffer before starting the
12884 run Support remote execution of the application. Use
12885 call-process, or the arguments are incorrectly parsed
12886 (ada-set-default-project-file): Reread the content of the active
12887 project file, not the one from the current buffer When a project
12888 file is set as the default project, all directories are
12889 automatically associated with it.
12890 (ada-set-environment): New function
12891 (ada-treat-cmd-string): New special variable ${current}
12892 (ada-treat-cmd-string): Revised. The substitution is now done for
12893 any ${...} substring
12894 (ada-xref-current): If no body was found, compiles the spec
12895 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12896 compiler to get rid of command line length limitations.
12897 (ada-xref-get-project-field): New function
12898 (ada-xref-project-files): New variable
12899 (ada-xref-runtime-library-specs-path)
12900 (ada-xref-runtime-library-ali-path): New variables
12901 (ada-xref-set-default-prj-values): Default run command now does a
12902 cd to the build directory. New field: main_unit Provide a default
12903 file name even if the current buffer has no prj file.
12904
12905 * ada-prj.el:
12906 Rewritten to show a tabbed-dialog.
12907 (ada-prj-add-ada-menu): Remove the map and name parameters.
12908 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12909 New function
12910 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12911 (ada-prj-load-from-file): New function
12912 (ada-prj-save): Always save fields that depend on the current buffer
12913 (ada-prj-show-value): New function
12914
12915 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12916 Ada mode. This will allow us to display the Ada menu in any buffer
12917 we want (for project items).
12918 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12919 number of spaces in the header.
12920
12921 2000-07-24 Dave Love <fx@gnu.org>
12922
12923 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12924
12925 2000-07-23 Noah Friedman <friedman@splode.com>
12926
12927 * type-break.el (type-break): perform autosave.
12928 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12929 (type-break-do-query): Cancel query schedule while performing
12930 actual query, to avoid possibility of a second query being made
12931 while first one is already in progress.
12932 (type-break-time-stamp-format): New variable.
12933 (type-break-time-stamp): New function.
12934 (type-break-time-warning): Use it.
12935 (type-break-keystroke-warning): Use it.
12936 (type-break-noninteractive-query): Use it.
12937
12938 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12939 cookie.
12940 Use add-minor-mode to set minor-mode-alist, if available.
12941 (eldoc-echo-area-use-multiline-p): New user option.
12942 (eldoc-echo-area-multiline-supported-p): New variable.
12943 (eldoc-docstring-format-sym-doc): Use them.
12944 (eldoc-mode): If not using idle timers, append to local post and
12945 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12946 (eldoc-display-message-no-interference-p): Don't interfere with
12947 edebug.
12948 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12949 (eldoc-function-arglist): New function.
12950 (eldoc-function-argstring): Use it.
12951
12952 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12953 auto save directory exists before calling directory-files.
12954
12955 2000-07-23 Dave Love <fx@gnu.org>
12956
12957 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12958 ^o, ^u.
12959
12960 2000-07-21 Dave Love <fx@gnu.org>
12961
12962 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12963 now passed to the function. It now works properly.
12964
12965 * smerge-mode.el (smerge-mode-menu): Fill it out.
12966
12967 2000-07-20 Gerd Moellmann <gerd@gnu.org>
12968
12969 * info-look.el (info-lookup): If *info* is shown in another frame
12970 on the same display, select that frame, instead of switching to
12971 the Info buffer in another window of the selected frame.
12972
12973 * simple.el (universal-argument-map): Bind numeric keypad keys
12974 kp-0 to kp-9 and kp-subtract.
12975 (digit-argument): Handle these keys.
12976
12977 2000-07-20 Dave Love <fx@gnu.org>
12978
12979 * net/goto-addr.el (goto-address-fontify): Don't bother with
12980 buffer-modified and read-only stuff -- irrelevant with overlays.
12981 Put an extra property on the overlays and use it to clean up in
12982 case goto-address is re-run.
12983
12984 2000-07-19 Richard M. Stallman <rms@gnu.org>
12985
12986 * timer.el (run-with-idle-timer): Doc fix.
12987
12988 * mail/mail-utils.el (mail-strip-quoted-names):
12989 Handle case where <...> appears inside "...".
12990 Use replace-match to edit the string more simply.
12991 (rmail-dont-reply-to): Cope with an unmatched ".
12992
12993 2000-07-19 Dave Love <fx@gnu.org>
12994
12995 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12996 implementation.
12997
12998 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12999 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13000 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13001
13002 2000-07-19 Gerd Moellmann <gerd@gnu.org>
13003
13004 * textmodes/refer.el: Correct maintainer's email address.
13005
13006 * progmodes/hideif.el: Correct author's email address.
13007 Fix typo in comment.
13008
13009 * xml.el: New file.
13010
13011 * mail/mailheader.el: Correct author's mail address.
13012
13013 * gnus/parse-time.el: Correct author's mail address.
13014
13015 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
13016
13017 * comint.el (comint-highlight-input, comint-highlight-face):
13018 New user options.
13019 (comint-input-ring-file-name): Change custom type.
13020 (comint-mode-map): Bind mouse-2.
13021 (comint-insert-clicked-input): New function.
13022 (comint-send-input): Handle input highlighting.
13023
13024 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13025
13026 * mouse.el (popup-menu): New function.
13027 (mouse-major-mode-menu): Use it.
13028
13029 2000-07-18 Dave Love <fx@gnu.org>
13030
13031 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13032 improvements.
13033
13034 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13035
13036 * faces.el (face-font-selection-order)
13037 (face-font-family-alternatives): Add custom type.
13038
13039 2000-07-18 Dave Love <fx@gnu.org>
13040
13041 * cus-edit.el (custom-variable-reset-saved)
13042 (custom-variable-reset-standard): Remove unused bindings.
13043
13044 * rect.el (open-rectangle-line): Remove unused let.
13045
13046 * hl-line.el (hl-line-highlight): Check hl-line-mode.
13047
13048 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13049
13050 * cdl.el: Fix `Maintainer' keyword.
13051
13052 * play/pong.el: Add author's email address.
13053
13054 2000-07-17 Sam Steingold <sds@gnu.org>
13055
13056 * files.el (insert-directory): Call `split-string' instead of
13057 re-implementing it.
13058
13059 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13060
13061 * mail/vms-pmail.el: Change maintainer to FSF.
13062
13063 * net/goto-addr.el: Change maintainer to FSF.
13064
13065 * info.el (Info-title-face-alist): Removed.
13066
13067 2000-07-18 David Ponce <david@dponce.com>
13068
13069 * recentf.el (recentf-open-files): New command that works like
13070 `recentf-open-more-files', but shows the whole list of files (not just
13071 those omitted from the menu). Useful if you don't use a menu-bar!
13072 (recentf-open-more-files) Modified to use `recentf-open-files'.
13073
13074 (recentf-open-files, recentf-open-more-files)
13075 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13076
13077 (recentf-dialog-mode): New mode for dialogs. You can now just type
13078 "q" to cancel the dialogs.
13079
13080 2000-07-18 David Ponce <david@dponce.com>
13081
13082 * recentf.el: This is a major update of recentf.el. It adds new
13083 features to better organize the recentf menu and "More..." buffer.
13084
13085 Using new provided menu filtering functions you can now organize the
13086 recent files list:
13087
13088 - by major modes
13089 - by directories
13090 - by user defined rules
13091
13092 Finally, with the new `recentf-filter-changer' customizable filter you
13093 can define a ring of filters and dynamically (via the menu) cycle on
13094 each menu organization in the ring (a la msb).
13095
13096 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
13097
13098 * eshell/eshell.el (eshell): Replace links to eshell.info with
13099 links to eshell, to avoid problems on systems where the manual is
13100 installed as `eshell'.
13101 * eshell/esh-cmd.el (eshell-cmd): Ditto.
13102 * eshell/em-smart.el (eshell-smart): Ditto.
13103 * eshell/em-banner.el (eshell-banner): Ditto.
13104 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13105
13106 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13107 same-file check in the MS-DOS version (it does support inodes).
13108
13109 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13110
13111 * eshell/eshell.el (eshell-directory-name):
13112 Run default directory name through convert-standard-filename.
13113
13114 2000-07-18 Kenichi Handa <handa@etl.go.jp>
13115
13116 * international/mule-cmds.el (select-safe-coding-system):
13117 Fix typo in the comment.
13118
13119 * language/european.el (compound-text):
13120 Force katakana-jisx0201 to be designated to G1.
13121
13122 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13123 Don't translate some national variant characters of latin-jisx0201.
13124 (x-ctext): Force katakana-jisx0201 to be designated to G1.
13125
13126 * international/kkc.el (kkc-after-update-conversion-functions):
13127 New variable.
13128 (kkc-update-conversion): Run functions in it at the tail.
13129
13130 2000-07-16 John Wiegley <johnw@gnu.org>
13131
13132 * lisp/align.el (align-newline-and-indent):
13133 Adding new function. for auto-aligning blocks of code on RET.
13134 (align-region): Fixed badly formatted minibuffer message.
13135
13136 2000-07-17 Kenichi Handa <handa@etl.go.jp>
13137
13138 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13139 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
13140 the conversion list at first if appropriate.
13141 (kkc-next): Don't update kkc-next-count here.
13142 (kkc-prev): Don't update kkc-prev-count here.
13143 (kkc-show-conversion-list-update): Fix setting up of conversion
13144 list message.
13145
13146 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
13147
13148 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13149
13150 2000-07-16 Dave Love <fx@gnu.org>
13151
13152 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13153 function to be more specific.
13154
13155 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13156 non-string help-echo.
13157 (widget-types-convert-widget): Defsubst it.
13158 (widget-echo-help): Try to cope with a help-echo function of two
13159 possible sorts.
13160
13161 2000-07-15 Jason Rumney <jasonr@gnu.org>
13162
13163 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13164 Declare as obsolete.
13165
13166 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13167
13168 2000-07-14 Gerd Moellmann <gerd@gnu.org>
13169
13170 * hilit-chg.el: Fix typo.
13171
13172 2000-07-14 Dave Love <fx@gnu.org>
13173
13174 * info.el (Info-mode-menu): Fix use of :help, :enable.
13175
13176 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
13177
13178 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13179
13180 2000-07-13 Dave Love <fx@gnu.org>
13181
13182 * emacs-lisp/easymenu.el: Doc fixes.
13183 (easy-menu-remove): Defalias to ignore.
13184
13185 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13186 Call throw correctly.
13187
13188 2000-07-13 Gerd Moellmann <gerd@gnu.org>
13189
13190 * faces.el (frame-background-mode): Doc fix.
13191
13192 * simple.el (eval-expression-print-length): Change custom type to
13193 allow entering nil as value.
13194
13195 2000-07-13 Dave Love <fx@gnu.org>
13196
13197 * progmodes/fortran.el (fortran-imenu-generic-expression):
13198 Change definition layout.
13199 (fortran-mode-menu): Reinstate customize entries.
13200
13201 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13202 Use :filter, per old XEmacs code.
13203
13204 2000-07-12 Gerd Moellmann <gerd@gnu.org>
13205
13206 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13207 event when deciding what to send to the terminal.
13208
13209 2000-07-12 Dave Love <fx@gnu.org>
13210
13211 * cus-start.el: Add optional version as 4th element of specs and
13212 use it for several things new in v21. Remove load-path. Fix type
13213 of line-number-display-limit.
13214
13215 2000-07-11 Dave Love <fx@gnu.org>
13216
13217 * progmodes/fortran.el: Don't require easymenu.
13218 Use repeat counts in various regexps.
13219 (fortran-mode-syntax-table): Defvar directly.
13220 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13221 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13222 Use defvar, not defconst.
13223 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13224 (fortran-mode): Set fortran-comment-line-start-skip,
13225 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13226 (fortran-comment-indent): Use defsubst.
13227 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13228 Use fortran-comment-indent, not fortran-comment-indent-function.
13229 (fortran-comment-region, fortran-electric-line-number): Simplify.
13230 (fortran-auto-fill): New function.
13231 (fortran-do-auto-fill): Deleted.
13232 (fortran-find-comment-start-skip):
13233 Check for non-null comment-start-skip.
13234 (fortran-auto-fill-mode, fortran-fill-statement):
13235 Use fortran-auto-fill.
13236 (fortran-fill): Use fortran-auto-fill. Check for null
13237 comment-start-skip. Simplify final clause and use end-of-line finally.
13238
13239 * widget.el (widget-plist-member): New alias.
13240
13241 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13242
13243 * eshell/esh-module.el (toplevel): Reference
13244 byte-compile-current-file only if it is bound.
13245
13246 2000-07-10 Gerd Moellmann <gerd@gnu.org>
13247
13248 * dired.el: Don't require `dired-aux'.
13249
13250 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13251
13252 * dired-aux.el (dired-show-file-type): New function.
13253 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13254 (dired-show-file-type): Add autoload.
13255
13256 2000-07-10 Kenichi Handa <handa@etl.go.jp>
13257
13258 * international/mule-diag.el (describe-font): Adjusted for the
13259 change of fontset-info.
13260 (print-fontset): Likewise.
13261
13262 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13263
13264 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13265
13266 2000-07-07 Gerd Moellmann <gerd@gnu.org>
13267
13268 * bindings.el: Bind `[delete]' to delete-char.
13269
13270 * dired.el (dired-find-alternate-file): New function.
13271 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13272 (toplevel): Require dired-aux when compiling.
13273 (dired-buffers): Move defvar within file to avoid compiler warning.
13274
13275 * info.el (Info-last-search): Variable removed.
13276 (Info-search-history): New variable.
13277 (Info-search): New Info-search-history.
13278
13279 * battery.el, info-look.el: Change author's mail address.
13280
13281 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13282
13283 * mail/rmail.el (rmail-clear-headers): Don't throw an error
13284 if rmail-ignored-headers is nil.
13285 (rmail-retry-failure): Bind rmail-ignored-headers and
13286 rmail-displayed-headers to nil.
13287
13288 2000-07-06 Gerd Moellmann <gerd@gnu.org>
13289
13290 * lpr.el (lpr-page-header-switches): Add `-h' switch.
13291 (print-region-1): Don't hard code `-h' here.
13292
13293 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13294
13295 2000-07-01 Francesco Potorti` <pot@gnu.org>
13296
13297 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13298 exim can use "your message" instead of "the message".
13299
13300 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
13301
13302 * facemenu.el: Docstrings fixes.
13303 (facemenu-get-face): Don't use internal-find-face.
13304 (facemenu-iterate): Rename arg to match the docstring.
13305
13306 * newcomment.el (uncomment-region): Be more careful when skipping
13307 backwards over `=' not to bump into BOBP.
13308
13309 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
13310
13311 * ediff-diff.el (ediff-wordify): Use syntax table.
13312 * ediff-init.el (ediff-has-face-support-p): Use
13313 ediff-color-display-p.
13314 (ediff-color-display-p): Use display-color-p, changed to defun
13315 from defsubst.
13316 Got rid of special cases for NeXT and OS/2.
13317 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13318 face.
13319
13320 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13321
13322 * emacs-lisp/lucid.el: Require CL.
13323 (copy-tree, remprop): Remove, it's provided by CL.
13324 (map-keymap): Define in terms of cl-map-keymap.
13325 (extent-property, set-extent-end-glyph): New functions.
13326
13327 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13328
13329 2000-07-05 Gerd Moellmann <gerd@gnu.org>
13330
13331 * Makefile.in (DONTCOMPILE): Add comment that the name may
13332 not be changed without changing the make-dist script.
13333
13334 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13335 (cl-mapc): Use mapc instead of cl-old-mapc.
13336
13337 2000-07-05 Andrew Innes <andrewi@gnu.org>
13338
13339 * makefile.nt: Add support for `bootstrap' and related targets.
13340
13341 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13342
13343 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13344 (easy-menu-do-define): Use `menu-item' format.
13345 Handle case where easy-menu-create-menu returns a symbol.
13346 Manually call the potential top-level filter in the function binding.
13347 (easy-menu-filter-return): New arg NAME.
13348 Convert to a keymap if MENU is an XEmacs menu.
13349 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
13350 (easy-menu-converted-items-table, easy-menu-convert-item):
13351 New var and fun to memoize easy-menu-convert-item-1.
13352 (easy-menu-do-add-item): Use it.
13353 (easy-menu-create-menu): Use easy-menu-convert-item.
13354 Wrap easy-menu-filter-return around any :filter specification.
13355 Don't convert the menu if a filter was specified.
13356 Tell easy-menu-make-symbol not to check for MENU being an expression.
13357 (easy-menu-make-symbol): New arg NOEXP.
13358
13359 2000-07-05 Gerd Moellmann <gerd@gnu.org>
13360
13361 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13362 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13363 (eval-defun): If called with prefix arg, instrument code for
13364 Edebug.
13365
13366 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13367 similar to that of eval-defun.
13368
13369 2000-07-04 Dave Love <fx@gnu.org>
13370
13371 * hl-line.el (hl-line-overlay): Make it permanent-local.
13372
13373 * calendar/todo-mode.el: Replaced with a working version, based on
13374 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13375
13376 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13377
13378 * paths.el (prune-directory-list): New function.
13379 (Info-default-directory-list): Rewritten to more methodically
13380 enumerate a big list of possible info directories (based on the
13381 list used by the standalone info reader).
13382
13383 * info.el (info-initialize): Use prune-directory-list to remove
13384 non-existent directories from Info-directory-list.
13385
13386 * paths.el (Info-default-directory-list): Try a list of possible
13387 info-directories instead of a single one. Add the possible
13388 info directory "/usr/share/info".
13389
13390 * woman.el (woman-man.conf-path): Explicitly include the debian
13391 man-db config file "/etc/manpath.config".
13392 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13393 are present in `manpath.config'.
13394 (woman-manpath): Include "/usr/share/man".
13395
13396 2000-07-03 Gerd Moellmann <gerd@gnu.org>
13397
13398 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13399
13400 * startup.el (command-line): Initialize blink-cursor based
13401 on window-system.
13402
13403 * frame.el (blink-cursor): Default to nil if not running under
13404 a window-system.
13405
13406 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13407 (face-x-resources): Remove duplicate entry for :font.
13408
13409 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13410 instead of cycling through windows with next-window.
13411
13412 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13413 of cycling through windows with next-window.
13414
13415 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13416 of cycling through windows with next-window.
13417
13418 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13419 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13420 instead of cycling through windows with next-window.
13421
13422 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13423 instead of cycling through windows with next-window.
13424
13425 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13426 of cycling through windows with next-window.
13427
13428 * terminal.el (te-process-output): Use walk-windows instead of
13429 cycling through windows with next-window.
13430
13431 * server.el (server-switch-buffer): Use some-window instead of
13432 cycling through windows with next-window.
13433
13434 * window.el (some-window): New function.
13435 (walk-windows): Remove reference to walk-windows-start.
13436
13437 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13438
13439 2000-07-03 Richard Stallman <rms@gnu.org>
13440
13441 * window.el (walk-windows): Guarantee termination by keeping a list
13442 of all the windows already handled.
13443
13444 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13445
13446 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13447 window-system.
13448
13449 * man.el (Man-notify-when-ready): Don't use window-system. If
13450 Man-notify-method is newframe, and the display is not
13451 multi-frame, select the frame created for the man page.
13452 (Man-init-defvars): Doc fix.
13453
13454 2000-06-28 Gerd Moellmann <gerd@gnu.org>
13455
13456 * faces.el (region): Change background color for light background.
13457
13458 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13459 attribute from mode-line face of Ediff control frame.
13460
13461 * replace.el (query-replace-map): Bind `e' like `E'.
13462
13463 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13464
13465 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13466 Change name to "Select All".
13467
13468 * dos-fns.el (convert-standard-filename): Fix last change.
13469
13470 2000-06-27 Gerd Moellmann <gerd@gnu.org>
13471
13472 * help.el (describe-variable): Don't insert a second `'s' in front
13473 of the string `value is shown below'. Since the syntax-table is
13474 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13475 an existing `'s', so that this won't be deleted.
13476
13477 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13478 * pcmpl-unix.el: New files.
13479
13480 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13481
13482 * wid-edit.el (widget-member): Use the new plist-member.
13483
13484 2000-06-26 Gerd Moellmann <gerd@gnu.org>
13485
13486 * replace.el (perform-replace): Undo change of 2000-04-04.
13487 Instead, move backward 1 character at the end of the loop when
13488 necessary.
13489
13490 * faces.el (fringe): Change face for different backgrounds.
13491
13492 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13493 patch from John.
13494
13495 * eshell/*.el: Change spelling of the Free Software Foundation.
13496
13497 * eshell/esh-toggle.el: Removed.
13498
13499 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13500
13501 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13502 interactively.
13503
13504 2000-06-26 Alex Schroeder <alex@gnu.org>
13505
13506 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13507 `define-key'; instead of checking `(emacs-version)' check for
13508 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13509 for `;' and `o' which might be electric.
13510
13511 (sql-electric-stuff): New user option.
13512 (sql-magic-go): New function which uses `sql-electric-stuff'.
13513 (sql-magic-semicolon): New function which uses
13514 `sql-electric-stuff'.
13515
13516 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13517 is not fboundp.
13518
13519 (sql-oracle-options): New variable.
13520 (sql-oracle): Use it.
13521
13522 (sql-imenu-generic-expression): Doc change.
13523 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13524 is used.
13525
13526 (sql-informix): Added command line parameter "-" to force
13527 sql-informix-program to use stdout.
13528
13529 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13530
13531 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13532 (cp864-decode-table): Doc fix.
13533 (cp720-decode-table): New variable, supports the Arabic OEM
13534 codepage used by Windows.
13535 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13536
13537 2000-06-23 Dave Love <fx@gnu.org>
13538
13539 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13540 (font-lock-fontify-anchored-keywords): Use
13541 line-beginning-position.
13542 (global-font-lock-mode): Use mapc.
13543
13544 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13545
13546 * eshell/esh-module.el: Require CL when compiling.
13547
13548 2000-06-23 Gerd Moellmann <gerd@gnu.org>
13549
13550 * comint.el (comint-substitute-in-file-name): Call replace-match
13551 with second and third arg t.
13552
13553 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13554 Specify foreground color.
13555
13556 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13557 color.
13558
13559 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13560
13561 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13562 cddr instead of cdddr.
13563
13564 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13565 instead of copy-list.
13566
13567 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13568 of copy-list.
13569
13570 * subdirs.el: Add eshell subdirectory.
13571
13572 * eshell: New subdirectory containing the Eshell package.
13573
13574 * pcomplete.el: New file.
13575
13576 2000-06-23 Paul Eggert <eggert@twinsun.com>
13577
13578 * mail/mailpost.el (post-mail-send-it): Make sure file has
13579 proper permissions from birth.
13580
13581 * files.el (basic-save-buffer-2): When temporarily setting
13582 file modes, set them to current modes plus 0200, not to 0777.
13583
13584 * emerge.el (emerge-make-temp-file): Make sure file has proper
13585 permissions from birth.
13586
13587 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13588
13589 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13590 backup file name through convert-standard-filename.
13591
13592 * dos-fns.el (convert-standard-filename): Convert leading
13593 directories as well. When long file names are supported, convert
13594 characters that are invalid in Windows file names.
13595
13596 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13597
13598 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13599 ps-print crashes. New feature: page selection for printing. Create
13600 raw-text-unix coding system for XEmacs. Doc fix.
13601 (ps-print-version): New version number (5.2.3).
13602 (ps-plot-region): Bug fix.
13603 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13604 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13605 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13606 funs.
13607 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13608 (ps-last-page): New vars.
13609
13610 2000-06-21 Gerd Moellmann <gerd@gnu.org>
13611
13612 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13613 empty option string.
13614
13615 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13616
13617 * man.el (man): Doc fix.
13618
13619 2000-06-21 Kenichi Handa <handa@etl.go.jp>
13620
13621 * international/mule-cmds.el (set-language-info-alist): Docstring
13622 fixed.
13623
13624 2000-06-20 Gerd Moellmann <gerd@gnu.org>
13625
13626 * version.el (emacs-version): Use ISO date format.
13627
13628 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13629 instead of `M-backspace'.
13630
13631 * simple.el (turn-off-auto-fill): New function.
13632
13633 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13634
13635 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13636 Renamed from with-buffer-prepared-for-font-lock and use
13637 inhibit-modification-hooks rather than setting *-change-functions.
13638 Update all functions to use the new name.
13639 (jit-lock-first-unfontify-pos): New semantics (and doc).
13640 (jit-lock-mode): Make non-interactive.
13641 Don't automatically turn on font-lock.
13642 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13643 Always use jit-lock-after-change.
13644 Remove and restore font-lock-after-change-function.
13645 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13646 (jit-lock-after-unfontify-buffer): Remove.
13647 (jit-lock-stealth-fontify):
13648 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13649 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13650
13651 2000-06-20 Sam Steingold <sds@gnu.org>
13652
13653 * emacs-lisp/cl-indent.el (toplevel): Indent
13654 `print-unreadable-object' properly. Untabify.
13655
13656 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13657
13658 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13659 Support for bibentry.
13660 (reftex-compile-variables): Fixed problem with end of section-re.
13661
13662 * texmodes/reftex-dcr.el (reftex-view-crossref,
13663 reftex-view-crossref-from-bibtex):
13664 Deal with changed `reftex-find-citation-regexp-format'.
13665 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13666 Replaced `remprop' with `put'.
13667 (reftex-view-crossref, reftex-view-crossref-when-idle):
13668 Support for bibentry.
13669
13670 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13671 New entry for bibentry package.
13672
13673 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13674 Regexp also matches "\nobibliography".
13675
13676 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13677 Call `reftex-ensure-write-access' before doing anything.
13678 (reftex-ensure-write-access): New function.
13679
13680 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13681
13682 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13683
13684 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13685
13686 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13687
13688 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13689
13690
13691 2000-06-20 Dave Love <fx@gnu.org>
13692
13693 * faces.el (frame-background-mode): Use set-default, not set, in
13694 setter.
13695 (frame-update-faces, frame-update-face-colors): Define with
13696 defalias.
13697
13698 * enriched.el (enriched-decode-foreground)
13699 (enriched-decode-background): Don't use internal-find-face.
13700
13701 * apropos.el: Doc fixes.
13702
13703 * cus-edit.el (customize-changed-options): Check arg.
13704 (customize-version-lessp): Don't require decimal point.
13705
13706 * custom.el (defcustom, defgroup): Doc fix.
13707
13708 * newcomment.el (comment) <defgroup>: Add :version.
13709 (comment-multi-line): Doc fix.
13710
13711 * emulation/mlsupport.el (define-hooked-local-abbrev,
13712 define-hooked-global-abbrev): Fix, using define-abbrev.
13713
13714 2000-06-19 Gerd Moellmann <gerd@gnu.org>
13715
13716 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13717 the whole buffer.
13718
13719 2000-06-19 Dave Love <fx@gnu.org>
13720
13721 * menu-bar.el (menu-bar-options-save): New function.
13722 (menu-bar-options-menu): Use it.
13723 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13724 Simplify.
13725
13726 2000-06-19 Andreas Schwab <schwab@suse.de>
13727
13728 * progmodes/etags.el (tags-query-replace): Put new parameters
13729 START and END at the end, for backward compatibility.
13730
13731 2000-06-19 Kenichi Handa <handa@etl.go.jp>
13732
13733 * international/codepage.el:
13734 (cp-coding-system-for-codepage-1): Delete special codes for
13735 generating xxx-dos coding system because now a CCL based coding
13736 system can handle EOL conversion by default.
13737
13738 * international/mule.el (make-coding-system): Generate subsidiary
13739 coding systems for EOL handling variants even for a CCL based
13740 coding system.
13741
13742 2000-06-19 Kenichi Handa <handa@etl.go.jp>
13743
13744 * international/isearch-x.el (isearch-minibuffer-input-method)
13745 (isearch-minibuffer-input-method-function): These variables
13746 deleted.
13747 (isearch-with-input-method): Don't use the above variables.
13748 (isearch-process-search-multibyte-characters): Likewise. Call
13749 read-string with the arg INHERIT-INPUT-METHOD t.
13750
13751 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13752
13753 * font-lock.el (font-lock-after-fontify-buffer)
13754 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13755
13756 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13757 Use consistent make-local-variable style for font-lock-fontified.
13758 (jit-lock-fontify-buffer):
13759 Don't bother checking for font-lock-mode and jit-lock-mode.
13760
13761 * time.el: Remove trailing ^M that prevent CVS-merging.
13762
13763 2000-06-16 Gerd Moellmann <gerd@gnu.org>
13764
13765 * Makefile.in (distclean): New target.
13766
13767 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13768
13769 * Makefile.in (srcdir): Define for update-subdirs.
13770
13771 2000-06-16 Gerd Moellmann <gerd@gnu.org>
13772
13773 * find-lisp.el: New file.
13774
13775 2000-06-16 Andrew Innes <andrewi@gnu.org>
13776
13777 * time.el (display-time-mail-function): New variable, to allow
13778 external packages to indicate when new mail is available.
13779 (display-time-update): Use it.
13780
13781 2000-06-16 Kenichi Handa <handa@etl.go.jp>
13782
13783 * international/mule.el (mule-version): Change version name to
13784 SAKAKI. AOI has already been used by Meadow.
13785
13786 * international/quail.el (quail-show-guidance-buf): To find the
13787 bottom window (but minibuffer), pay attention to the height of
13788 minibuffer.
13789
13790 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13791
13792 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13793 menu-bar menus. Add help strings. Don't remove the Edit menu
13794 from the menu bar, as the menu bar has enough space now.
13795
13796 * Makefile.in (SHELL): Make sure /bin/sh is used.
13797
13798 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13799 characters, which use series of two ^H characters instead of one.
13800
13801 2000-06-15 Gerd Moellmann <gerd@gnu.org>
13802
13803 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13804 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13805 functions.
13806 (Info-find-node-2): Try a case-sensitive search first, then
13807 do a case-insensitive search.
13808
13809 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13810 tutorials.
13811
13812 * complete.el (PC-env-vars-alist): New variable.
13813 (PC-complete-as-file-name): New function.
13814 (partial-completion-mode): Initialize PC-env-vars-alist from
13815 process-environment.
13816 (PC-do-completion): Handle completion of env vars.
13817
13818 * info.el (Info-set-mode-line): Show file name in mode line,
13819 use `*Info*' instead of `Info:'.
13820
13821 * startup.el (command-line-1): Change copyright messages to year
13822 2000.
13823
13824 2000-06-15 Dave Love <fx@gnu.org>
13825
13826 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13827 not local-map.
13828
13829 2000-06-15 Kenichi Handa <handa@etl.go.jp>
13830
13831 * international/mule.el (set-buffer-file-coding-system): Almost
13832 rewritten to handle `undecided' as no-op.
13833
13834 2000-06-14 Gerd Moellmann <gerd@gnu.org>
13835
13836 * Makefile.in: New file.
13837
13838 * Makefile: Removed.
13839
13840 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13841 (goto-address-highlight-keymap): Bind C-c RET.
13842
13843 2000-06-14 Kenichi Handa <handa@etl.go.jp>
13844
13845 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13846 inherits buffer-file-coding-system of the current buffer.
13847
13848 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13849 0. Give correct argument to set-auto-coding-function.
13850 (tar-expunge): For goto-char, use (point-min), not 0.
13851 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13852 (tar-subfile-save-buffer): Likewize.
13853
13854 * international/mule.el
13855 (after-insert-file-set-buffer-file-coding-system): Call
13856 set-buffer-file-coding-system with the arg FORCE t.
13857
13858 2000-06-13 Gerd Moellmann <gerd@gnu.org>
13859
13860 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13861 nil. Contemporary sendmails issue an X-Authentication-Warning if
13862 the sender is set with `-f'.
13863
13864 2000-06-13 Dave Love <fx@gnu.org>
13865
13866 * help.el (describe-function-1): Kluge around cases of functions
13867 fset to subrs whose doc doesn't match their symbol-name.
13868
13869 * image.el (insert-image): Default STRING to a space.
13870
13871 * info.el Doc fixes.
13872 (Info-build-node-completions): Match Ref tags.
13873
13874 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13875
13876 * frame.el (display-multi-frame-p, display-multi-font-p): New
13877 defaliases for display-graphic-p.
13878
13879 * hl-line.el: Fixed a typo in commentary.
13880
13881 2000-06-13 Kenichi Handa <handa@etl.go.jp>
13882
13883 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13884 fixed.
13885
13886 2000-06-12 Dave Love <fx@gnu.org>
13887
13888 * image.el (insert-image): Save a little consing.
13889
13890 2000-06-12 Kenichi Handa <handa@etl.go.jp>
13891
13892 * language/tibet-util.el: Convert all tibetan-1-column characters
13893 to the corresponding tibetan characters.
13894 (tibetan-add-components): Delete code for the special treatment of
13895 'a chung.
13896
13897 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13898 change.
13899 (tibetan-vowel-transcription-alist): More rules added.
13900 (tibetan-composite-vowel-alist): New variable.
13901 (tibetan-precomposition-rule-alist): More rules added.
13902
13903 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13904
13905 * startup.el (command-line): Only call menu-bar-mode if interactive.
13906
13907 * thingatpt.el (toplevel symbol-properties):
13908 * textmodes/makeinfo.el (makeinfo-compile):
13909 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13910 * progmodes/hideif.el (hif-compress-define-list)
13911 (hide-ifdef-use-define-alist):
13912 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13913 (ange-ftp-vms-add-file-entry):
13914 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13915 * man.el (Man-build-man-command):
13916 * mail/rnewspost.el (news-reply-header-hook):
13917 * info.el (Info-insert-dir):
13918 * emulation/mlconvert.el (backward-word, forward-word, setq):
13919 * emacs-lisp/gulp.el (gulp-send-requests):
13920 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13921 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13922 (byte-optimize-apply, end of file):
13923 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13924 (ad-make-freeze-definition):
13925 * startup.el (command-line, command-line-1): Don't quote lambdas.
13926
13927 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13928 (cvs-cleanup-removed): New function.
13929 (cvs-cleanup-functions): New var.
13930 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13931 some flexibility in specifying additional entries to auto-cleanup.
13932 (cvs-quickdir): New function.
13933 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13934 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13935 (cvs-mode-find-file): Check that we are on a filename or dirname
13936 when invoked through a mouse-click.
13937 (cvs-full-path): Remove.
13938 (cvs-dired-action): Re-introduced.
13939 (cvs-dired-noselect): Use it.
13940 (vc-post-command-functions): use this new hook if available.
13941
13942 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13943 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13944 (cvs-filename-map, cvs-dirname-map): Remove.
13945 (cvs-default-action): Remove.
13946 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13947 if the arg is really a keymap.
13948 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13949 Don't hardcode the mapping from state (aka type) to face, but check
13950 the var cvs-fi-<type>-face instead.
13951 (cvs-fileinfo-from-entries): New function.
13952
13953 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13954 Docstring fix.
13955 (cvs-find-file-and-jump): Change default to be safer.
13956 (cvs-mode-diff-map): Define it as a function as well.
13957 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13958 Bind mouse-2 in this global map rather than with text-properties.
13959
13960 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13961 file to resolve the ambiguity between C(conflict) and C(need-merge).
13962
13963 2000-06-12 Kenichi Handa <handa@etl.go.jp>
13964
13965 * international/mule.el (set-buffer-file-coding-system): If
13966 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13967 unconditionally.
13968
13969 2000-06-12 Dave Love <fx@gnu.org>
13970
13971 * wid-edit.el (widget-specify-button): Really suppress the face if
13972 required.
13973
13974 2000-06-11 Gerd Moellmann <gerd@gnu.org>
13975
13976 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13977
13978 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13979
13980 * imenu.el (imenu-generic-expression): Docstring fix.
13981
13982 * composite.el (composition-function-table): Move the `put'
13983 below the autoload cookie so we can load the file before loaddefs.
13984
13985 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13986
13987 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13988 Handle easy-mmode-define-global-mode.
13989 For complex macros like define-minor-mode that can generate
13990 several autoload entries, try to autoload entries in the
13991 macroexpanded code.
13992
13993 * emacs-lisp/easy-mmode.el (define-minor-mode):
13994 If KEYMAP is a symbol, just use it.
13995 Use byte-compile-current-file and load-file-name to infer the
13996 proper :require to pass to defcustom.
13997 Wrap the hook var into `progn' so as not to autoload it.
13998 Add a :autoload-end cookie.
13999 Be more careful about the evaluation of KEYMAP.
14000 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14001 (define-derived-mode): Move define-abbrev-table outside of defvar.
14002
14003 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
14004
14005 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14006 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14007 (backup-compiled-files): Ignore errors during `tar'.
14008 (bootstrap): Make autoloads before elc files.
14009
14010 2000-06-10 Kenichi Handa <handa@etl.go.jp>
14011
14012 * international/mule.el (set-buffer-file-coding-system): If one of
14013 undecided-XXX is specified, change only EOL conversion.
14014
14015 * international/mule-conf.el (unix): New alias for the coding
14016 system undecided-unix.
14017
14018 2000-06-09 Dave Love <fx@gnu.org>
14019
14020 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14021
14022 * progmodes/executable.el: Byte compile dynamic.
14023 (executable-insert): Change custom type.
14024 (executable-find): Add autoload cookie.
14025 (executable-make-buffer-file-executable-if-script-p): New
14026 function. After Noah Friedman.
14027
14028 * files.el (after-save-hook): Customize, with
14029 executable-make-buffer-file-executable-if-script-p as an option.
14030
14031 2000-06-09 Kenichi Handa <handa@etl.go.jp>
14032
14033 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14034 "tib24p-mule.bdf" for Tibetan.
14035
14036 * composite.el (decompose-composite-char): Declare it as obsolete.
14037
14038 * man.el (Man-fontify-manpage): Pay attention to underline and
14039 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14040
14041 2000-06-08 Gerd Moellmann <gerd@gnu.org>
14042
14043 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14044 Set maintainer to FSF since author isn't reachable.
14045
14046 2000-06-08 Dave Love <fx@gnu.org>
14047
14048 * international/mule-cmds.el (select-safe-coding-system): If
14049 DEFAULT-CODING-SYSTEM is not specified, also check the most
14050 preferred coding-system if buffer-file-coding-system is
14051 `undecided'. From Handa.
14052
14053 2000-06-08 Kenichi Handa <handa@etl.go.jp>
14054
14055 * international/mule.el
14056 (after-insert-file-set-buffer-file-coding-system): If the buffer
14057 size is greater than INSERTED, judget that we are not visiting.
14058
14059 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
14060
14061 * whitespace.el (defgroup whitespace): Comment out `:version'.
14062 XEmacs 20.4 has problems defining the group with this present.
14063 We'll have this commented out till get resolve the problem.
14064
14065 2000-06-07 John Wiegley <johnw@gnu.org>
14066
14067 * align.el (align-dq-string-modes, align-sq-string-modes)
14068 (align-open-comment-modes): Add pyhton-mode.
14069 (align-rules-list): Use get-text-property instead of
14070 text-properties-at.
14071 (align-rules-list): Add python-assignment.
14072 (align-rules-list): Change perl-comma-delimiter to
14073 basic-comma-delimiter. Use if for Perl modes and python-mode.
14074 (align-rules-list): Add python-chain-logic and
14075 basic-line-continuation.
14076
14077 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
14078
14079 * apropos.el (apropos-mode-hook): New user variable.
14080 (apropos-mode): Run apropos-mode-hook.
14081
14082 2000-06-07 David Ponce <david@dponce.com>
14083
14084 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14085 commands. Require `wid-edit' at run-time.
14086
14087 2000-06-07 David Ponce <david@dponce.com>
14088
14089 * recentf.el: Added some "Commentary".
14090 (recentf-open-more-files, recentf-edit-list): Minor changes to
14091 move the point at the top of the file list. This behaviour is
14092 consistent with the menu one when the list contains a lot of
14093 files.
14094 (recentf-cleanup): Now displays the number of items removed from
14095 the list.
14096 (recentf-relative-filter) New menu filter to show filenames
14097 relative to `default-directory'.
14098
14099 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14100
14101 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
14102 with/without giving an error if PostScript printer doesn't have this
14103 kind of page size. Zebra Stripe continues or restarts on next page.
14104 Manual/automatic paper feeding. Switch or not the header.
14105 (ps-print-version): New version number (5.2.2).
14106 (ps-windows-system): Include emx as a Windows system.
14107 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14108 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14109 (ps-background-text): Code fix.
14110 (ps-error-handler-message, ps-user-defined-prologue)
14111 (ps-print-prologue-header, ps-printer-name)
14112 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14113 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14114 (ps-use-face-background): Customization fix.
14115 (ps-n-up-database): Data fix.
14116 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14117 (ps-switch-header): New vars.
14118 (ps-xemacs-color-name, ps-face-foreground-name)
14119 (ps-face-background-name, ps-boolean-constant): New funs.
14120
14121 2000-06-07 Dave Love <fx@gnu.org>
14122
14123 * allout.el: New version from Manheimer.
14124
14125 2000-06-07 Kenichi Handa <handa@etl.go.jp>
14126
14127 * textmodes/fill.el (fill-find-break-point): Check the validity of
14128 charset.
14129
14130 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14131
14132 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14133 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14134 Call display-color-p and display-mouse-p instead of looking at
14135 window-system.
14136
14137 2000-06-06 Dave Love <fx@gnu.org>
14138
14139 * image.el (find-image): Doc fix. Return nil if image not found.
14140 (put-image, insert-image): Make STRING arg optional.
14141
14142 2000-06-06 Kenichi Handa <handa@etl.go.jp>
14143
14144 * language/vietnamese.el: Remove eval-when-compile.
14145 (viet-viscii-nonascii-translation-table): Define it as a
14146 translation table made from viet-viscii-decode-table.
14147 (viet-viscii-encode-table): Define it as a translation table made
14148 from the reverse map of above.
14149 (viet-vscii-nonascii-translation-table): Define it as a
14150 translation table made from viet-vscii-decode-table.
14151 (viet-vscii-encode-table): Define it as a translation table made
14152 from the reverse map of above.
14153 (ccl-decode-viscii): Use translate-character.
14154 (ccl-encode-viscii, ccl-encode-viscii-font)
14155 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14156 Likewize.
14157
14158 * language/cyrillic.el: Remove eval-when-compile.
14159 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14160 translation table made from cyrillic-koi8-r-decode-table.
14161 (cyrillic-koi8-r-encode-table): Define it as a translation table
14162 made from the reverse map of above.
14163 (ccl-decode-koi8): Use translate-character.
14164 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14165 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14166 a translation table made from cyrillic-alternativnyj-decode-table.
14167 (cyrillic-alternativnyj-encode-table): Define it as a translation
14168 table made from the reverse map of above.
14169 (ccl-decode-alternativnyj): Use translate-character.
14170 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14171 Likewize
14172
14173 * international/mule-diag.el (non-iso-charset-alist): Specify
14174 translation table symbol instead of translation table itself.
14175 (list-block-of-chars): CHARSET may be a translation table symbol.
14176
14177 * international/mule.el (make-coding-system): If CODING-SYSTEM
14178 already exists, override it.
14179
14180 * international/fontset.el: Use family `proportional' for Tibetan
14181 fonts.
14182
14183 * international/ccl.el (ccl-compile-translate-character): Don't
14184 check if Rrr has property translation-table.
14185 (ccl-compile-map-multiple): Modified to avoid compiler warning.
14186
14187 2000-06-05 Gerd Moellmann <gerd@gnu.org>
14188
14189 * info.el: Bind case-fold-search to t when searching in case
14190 a user sets it to nil in a hook.
14191
14192 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
14193
14194 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14195 * hl-line.el (hl-line-mode): Use the new :global key argument.
14196
14197 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14198 (tar-clip-time-string): Prepend a space.
14199 (tar-grind-file-mode): Construct a string rather than modifying one.
14200 (tar-header-block-summarize): Fix docstring.
14201 Use `format' rather than an error-prone set of copy-loops.
14202
14203 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14204 (diff-goto-source, diff-unified->context, diff-context->unified)
14205 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14206 understand the format output by the `-p' argument to diff.
14207
14208 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14209 (sh-re-done): Use defconst.
14210 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14211 (sh-help-string-for-variable, sh-guess-basic-offset):
14212 Don't quote lambdas.
14213 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14214 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14215
14216 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14217 (mh-letter-mode): Derive from text-mode.
14218 This implicitly means that it now calls kill-all-local-variables.
14219 Also remove the Emacs-18 compatibility code.
14220
14221 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14222 Make use of symbol-property doc-string-elt.
14223 Use memq rather than a sequence of eq.
14224 (doc-string-elt): Fix the wrong or missing previously unused values.
14225 (autoload-print-form): New function extracted from
14226 generate-file-autoloads to allow recursion when handling progn
14227 so that defvar's and defun's docstrings are properly printed.
14228 (generate-file-autoloads): Use it.
14229
14230 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14231 Use find-file-hooks in the minor-mode function.
14232 Be careful not to loop indefinitely in the post-command-hook function.
14233
14234 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14235
14236 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14237 tty's.
14238 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14239 differences whenever appropriate.
14240 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14241 * viper.el (find-file, find-file-other-window): Get viper to do
14242 wildcards.
14243
14244 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14245
14246 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14247 (jit-lock-fontify-buffer): New function for JIT refontification.
14248 (jit-lock-mode): Fix docstring.
14249 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14250 Remove jit-lock-after-change from the _local_ hook.
14251 (jit-lock-function-1): Fix docstring.
14252
14253 * info.el (Info-on-current-buffer): Initialize info.
14254
14255 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14256
14257 * progmodes/tcl.el (tcl-indent-for-comment):
14258 Ignore comment-indent-hook.
14259
14260 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14261 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14262 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14263 and improve to use the lighter to guess the capitalization.
14264 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14265 Add keyword arguments to specify global-ness or the custom group.
14266 Add local-map and help-echo properties to the lighter.
14267 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14268 (easy-mmode-define-global-mode): New macro.
14269
14270 2000-06-02 Dave Love <fx@gnu.org>
14271
14272 * wid-edit.el: byte-compile-dynamic since we typically don't use
14273 all the widgets. Don't require cl or widget. Remove
14274 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14275 (widget-read-event): Removed. Callers changed to use read-event.
14276 (widget-button-release-event-p): Renamed from
14277 button-release-event-p.
14278 (widget-field-add-space, widget-field-use-before-change):
14279 Uncustomize.
14280 (widget-specify-field): Use keymap property, not local-map.
14281 (widget-specify-button): Obey :suppress-face.
14282 (widget-specify-insert): Use modern backquote syntax.
14283 (widget-image-directory): Renamed from widget-glyph-directory.
14284 (widget-image-enable): Renamed from widget-glyph-enable.
14285 (widget-image-find): Replaces widget-glyph-find.
14286 (widget-button-pressed-face): Move defvar.
14287 (widget-image-insert): Replaces widget-glyph-insert.
14288 (widget-convert): Use keywordp.
14289 (widget-leave-text, widget-children-value-delete): Use mapc.
14290 (widget-keymap): Remove XEmacs stuff.
14291 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14292 (widget-button-click): Don't set point at the click, but re-centre
14293 if we scroll out of window. Rewritten for images v. glyphs &c.
14294 (widget-tabable-at): Use POS arg, not point.
14295 (widget-beginning-of-line, widget-end-of-line)
14296 (widget-item-value-create, widget-sublist, widget-princ-to-string)
14297 (widget-sexp-prompt-value, widget-echo-help): Simplify.
14298 (widget-default-create): Use widget-image-insert; some rewriting.
14299 (widget-visibility-value-create)
14300 (widget-push-button-value-create, widget-toggle-value-create): Use
14301 widget-image-insert.
14302 (checkbox): Create on and off images dynamically.
14303 (documentation-link): Change :help-echo.
14304 (widget-documentation-link-echo-help): Remove.
14305
14306 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
14307
14308 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14309
14310 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14311 (easy-mmode-define-toggle, define-minor-mode): Use it.
14312 (easy-mmode-define-keymap): Docstring fix.
14313 (define-derived-mode): Default PARENT to fundamental-mode.
14314 Add the derived-mode-parent symbol-property.
14315 (easy-mmode-derived-mode-p): New function.
14316
14317 2000-06-02 Dave Love <fx@gnu.org>
14318
14319 * files.el (convert-standard-filename): Doc fix.
14320 (normal-backup-enable-predicate): New function.
14321 (backup-enable-predicate): Use it to replace the lambda form.
14322
14323 * calendar/todo-mode.el: [This needs more work on the outline
14324 stuff.] Doc fixes.
14325 (todo) <defgroup>: Add :version.
14326 (todo-add-category): Don't use pushnew.
14327 (todo-cmd-raise): Fix typo.
14328 (todo-top-priorities): Change temp buffer name.
14329 (todo-category-alist): Avoid redundant lambda.
14330 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14331 Use outline-next-heading.
14332
14333 * autoarg.el: Rewritten to use define-minor-mode.
14334 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14335 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14336
14337 2000-06-02 Kenichi Handa <handa@etl.go.jp>
14338
14339 * isearch.el (isearch-other-meta-char): Fix previous change.
14340
14341 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14342
14343 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14344 (log-edit-done): Only add the comment to the ring if it's different
14345 from the last comment entered.
14346
14347 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14348
14349 2000-06-01 Dave Love <fx@gnu.org>
14350
14351 * hl-line.el: Rewritten using define-minor-mode.
14352
14353 * help.el (describe-function-1): Distinguish special form from
14354 builtin function. Sanity-check presence of arglist for builtins.
14355
14356 2000-06-01 Kenichi Handa <handa@etl.go.jp>
14357
14358 * international/characters.el: Fix syntax/category setting of
14359 Tibetan characters.
14360
14361 * language/tibet-util.el (tibetan-add-components): Fixes for new
14362 encoding of Tibetan characters.
14363 (tibetan-decompose-precomposition-alist): New variable.
14364 (tibetan-decompose-region): Convert precomposed characters to
14365 non-precomposed characters.
14366 (tibetan-decompose-string): Likewise.
14367 (tibetan-composition-function): Fix args to
14368 thibetan-compose-string.
14369
14370 * language/tibetan.el (tibetan-composable-pattern): More
14371 characters included.
14372 (tibetan-consonant-transcription-alist): Rule for "R" added.
14373 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14374 "+R" added.
14375 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14376
14377 * language/lao-util.el (lao-composition-function): Fix args to
14378 compose-string.
14379
14380 * language/thai-util.el (thai-composition-function): Fix args to
14381 compose-string.
14382
14383 * isearch.el (isearch-update): Set disable-point-adjustment to t
14384 to prevent the point moving to the end of a composition when a
14385 part of a composition is searched.
14386 (isearch-other-meta-char): If the key invoking this command can be
14387 mapped by function-key-map to a printing char, call
14388 isearch-process-search-char directly.
14389
14390 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14391
14392 * emacs-lisp/bytecomp.el:
14393 * frame.el:
14394 * international/mule-cmds.el:
14395 * international/mule-util.el:
14396 * international/mule.el:
14397 * mouse.el:
14398 * subr.el:
14399 * faces.el: Update calls to make-obsolete with a WHEN argument.
14400
14401 * byte-run.el (make-obsolete, make-obsolete-variable):
14402 Add an optional WHEN argument and change the format of the
14403 symbol-property information.
14404 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14405 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14406 new obsolete-symbol-property format and print WHEN if it is provided.
14407
14408 2000-05-31 Dave Love <fx@gnu.org>
14409
14410 * loadhist.el (loadhist-hook-functions): Remove
14411 before-change-function, after-change-function.
14412 (unload-feature): Deal with symbols which are both bound and
14413 fbound.
14414
14415 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14416 before-change-function, after-change-function.
14417
14418 * simple.el (newline): Don't bind before-change-function,
14419 after-change-function.
14420
14421 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14422
14423 * whitespace.el (whitespace-rescan-timer-time): Update interval
14424 set to 600 seconds (10 minutes) instead of 60 seconds since
14425 a large number of whitespace buffers causes emacs to `freeze'
14426 for a considerable amount of time.
14427
14428 * whitespace.el: Updated email address
14429
14430 2000-05-31 Dave Love <fx@gnu.org>
14431
14432 * add-log.el (change-log-font-lock-keywords) <function>: Add
14433 pattern for function of change.
14434 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14435 acknowledgements patterns.
14436
14437 2000-05-31 Kenichi Handa <handa@etl.go.jp>
14438
14439 * isearch.el (isearch-printing-char): If keyboard coding system is
14440 being used, call isearch-process-search-multibyte-characters.
14441
14442 * international/isearch-x.el: Mostly rewritten.
14443
14444 * international/quail.el (quail-start-conversion): Don't include
14445 unhandled events in the returned events, but set them in
14446 unread-command-events. Exit if all inputs are deleted.
14447
14448 2000-05-30 Jason Rumney <jasonr@gnu.org>
14449
14450 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14451
14452 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14453 Reenable code to create initial fontsets.
14454 Use set-fontset-font in place of put-charset-property.
14455
14456 2000-05-30 Gerd Moellmann <gerd@gnu.org>
14457
14458 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14459 label, ensure that the first colon isn't followed by another.
14460
14461 * paths.el (Info-default-directory-list): Doc fix.
14462
14463 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14464 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14465 send a query containing USER only, not USER@HOST.
14466
14467 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14468 and rmail-msgend to compute the restriction at the end, instead of
14469 computing it.
14470
14471 2000-05-29 Gerd Moellmann <gerd@gnu.org>
14472
14473 * dabbrev.el (dabbrev-expand): Don't display messages in the
14474 echo area if the minibuffer window is active.
14475
14476 * jit-lock.el (jit-lock-mode): Add after change function to
14477 local hook.
14478
14479 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14480
14481 * antlr-mode.el: New commands: hide/unhide actions,
14482 upcase/downcase literals.
14483 (antlr-tiny-action-length): New user option.
14484 (antlr-hide-actions): New command. Suggested by
14485 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14486 (antlr-mode-map): New binding [C-c C-v].
14487 (antlr-mode-menu): New entries.
14488 (antlr-downcase-literals): New command.
14489 (antlr-upcase-literals): Ditto.
14490
14491 * antlr-mode.el: Minor changes: indendation, mode-name.
14492 (antlr-indent-line): Indent cpp directive at column 0.
14493 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14494
14495 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14496 (antlr-font-lock-additional-keywords): Workaround for intentional
14497 bug in XEmacs version of font-lock.
14498 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14499 be used by a smarter version of `buffers-menu-grouping-function'.
14500
14501 2000-05-29 Gerd Moellmann <gerd@gnu.org>
14502
14503 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14504 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14505
14506 2000-05-29 Kenichi Handa <handa@etl.go.jp>
14507
14508 * international/encoded-kb.el
14509 (encoded-kbd-iso2022-designation-map): Pay attention to that
14510 charset-iso-final-char return -1 for eight-bit-control and
14511 eight-bit-graphic.
14512
14513 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14514
14515 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14516 (speedbar-easymenu-definition-base): Use display-graphic-p where
14517 available, instead of window-system.
14518
14519 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14520
14521 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14522 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14523 coding systems.
14524
14525 2000-05-26 Dave Love <fx@gnu.org>
14526
14527 * disp-table.el (standard-display-underline): Don't use
14528 internal-find-face.
14529
14530 * mail/reporter.el: Maintainer change. Doc fixes.
14531 (reporter-version): Deleted.
14532
14533 * emacs-lisp/elp.el: Maintainer change.
14534 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14535
14536 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14537
14538 * add-log.el (add-change-log-entry): Merge the current entry with the
14539 previous one if the previous one is empty.
14540
14541 2000-05-26 Dave Love <fx@gnu.org>
14542
14543 * loadhist.el (unload-feature): Fix interactive spec [from
14544 lijnzaad@ebi.ac.uk].
14545
14546 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14547 subr-arity to check primitives.
14548 (byte-compile-flush-pending, byte-compile-file-form-progn)
14549 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14550 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14551 mapcar.
14552
14553 2000-05-26 Kenichi Handa <handa@etl.go.jp>
14554
14555 * international/fontset.el: Set family names of non-latin charsets
14556 in default fontset to "*".
14557
14558 * international/mule-diag.el (print-fontset): Combine family part
14559 and registry part of the fontname by "-*-" instead of "-".
14560
14561 * international/mule-cmds.el (encode-coding-char): Make strings
14562 multibyte before calling encode-coding-string.
14563
14564 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14565
14566 * derived.el: Fix keywords.
14567 (define-derived-mode): Only define if needed.
14568
14569 * simple.el (fill-comment, comment-column, comment-start)
14570 (comment-start-skip, comment-end, comment-indent-function)
14571 (block-comment-start, block-comment-end, indent-for-comment)
14572 (set-comment-column, kill-comment, comment-padding, comment-region)
14573 (comment-multi-line, indent-new-comment-line): Remove.
14574
14575 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14576 function names for comment operations.
14577
14578 * newcomment.el: Add abundant autoload cookies.
14579 (comment-style): Don't depend on runtime data at compile-time.
14580 (comment-indent-hook): Remove.
14581 (comment-indent): Check if comment-indent-hook is bound.
14582 (comment-region): Docstring fix.
14583
14584 2000-05-25 Dave Love <fx@gnu.org>
14585
14586 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14587 byte-code-function-p.
14588
14589 * mail/rmailsum.el: Add provide.
14590
14591 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14592
14593 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14594 defcustom.
14595
14596 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14597
14598 * ediff-diff.el (ediff-exec-process): delete --binary option from
14599 non-buffer ediff jobs.
14600
14601 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14602
14603 * hilit-chg.el (highlight-changes-mode): Ask about color or
14604 grayscale support, not about window-system.
14605
14606 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14607 window-system.
14608 (ffap-highlight): Always default to t.
14609
14610 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14611 display-popup-menus-p instead of looking at window-system.
14612
14613 * disp-table.el (standard-display-g1, standard-display-graphic):
14614 Only refuse to use string glyphs on X and MS-Windows.
14615
14616 * avoid.el: Remove window-system from commentary, suggest to use
14617 display-*-p instead.
14618
14619 * apropos.el (apropos-print): Use display-mouse-p instead of
14620 window-system.
14621
14622 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14623
14624 * international/codepage.el (cp-decoding-vector-for-codepage):
14625 Fill up unsupported characters with their own codes. From Kenichi
14626 Handa.
14627
14628 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14629
14630 * international/mule-diag.el (describe-char-after): Use
14631 display-graphic-p instead of window-system, so that this function
14632 works on MS-DOS.
14633
14634 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14635
14636 * international/codepage.el (cp-make-coding-systems-for-codepage):
14637 Remove the eight-bit-graphic and eight-bit-control charsets from
14638 the list of charsets which we convert into `?'.
14639
14640 2000-05-25 Kenichi Handa <handa@etl.go.jp>
14641
14642 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14643 private charsets.
14644 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14645 japanese-jisx0213-2): New charsets.
14646
14647 * international/fontset.el: Setup default fontset for new charsets.
14648
14649 2000-05-24 Dave Love <fx@gnu.org>
14650
14651 * info.el (Info-find-node-2): Restructure [following "Vadim
14652 S. Solomin" <sovs@uic.nnov.ru>].
14653
14654 * icomplete.el: Fix header for Finder.
14655
14656 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14657
14658 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14659 STAY.
14660
14661 * rmail.el (rmail-automatic-folder-directives): New user variable.
14662 (rmail-show-message): Add call to `rmail-auto-file' during
14663 display.
14664 (rmail-auto-file): New function.
14665
14666 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14667
14668 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14669 account.
14670 (ediff-test-utility,ediff-diff-mandatory-option)
14671 (ediff-reset-diff-options): Utilities for proper initialization of
14672 ediff-diff-options and ediff-diff3-options on Windows.
14673
14674 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14675 variable.
14676
14677 * ediff-mult.el (ediff-filegroup-action): Use
14678 ediff-merge-filename-prefix.
14679
14680 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14681
14682 * viper-ex.el (ex-write): Set selective display to nil.
14683
14684 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14685
14686 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14687 aliases for hebrew-iso-8bit.
14688
14689 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14690
14691 * woman.el: New version from Francis J. Wright
14692 <F.J.Wright@Maths.QMW.ac.uk>.
14693 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14694 names in environment variables regardless of the path separator.
14695 (woman-topic-all-completions-1): Don't call file-name-directory-p
14696 on all files, since woman-file-regexp already filters out any
14697 directories.
14698
14699 2000-05-24 Kenichi Handa <handa@etl.go.jp>
14700
14701 * international/quail.el (quail-start-translation): Don't change
14702 modified-p of the current buffer.
14703 (quail-start-conversion): Likewise.
14704
14705 * international/kkc.el (kkc-region): Don't change modified-p of
14706 the current buffer.
14707
14708 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14709 conform to RFC1468.
14710 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14711
14712 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14713
14714 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14715 (speedbar-insert-button): Invisible text property fix.
14716 (speedbar-directory-plus): Renamed from speedbar-directory-+
14717 (speedbar-directory-minus): Renamed from speedbar-directory--
14718 (speedbar-page-plus): Renamed from speedbar-file-+
14719 (speedbar-page-minus): Renamed from speedbar-file--
14720 (speedbar-page): Renamed from speedbar-file-
14721 (speedbar-tag): Renamed from speedbar-tag-
14722 (speedbar-tag-plus): Renamed from speedbar-tag-+
14723 (speedbar-tag-minus): Renamed from speedbar-tag--
14724 (speedbar-expand-image-button-alist): Use above renames.
14725
14726 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14727 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14728 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14729 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14730 * sb-pg.xpm: Renamed from sb-file.xpm
14731 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14732 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14733
14734 2000-05-24 Kenichi Handa <handa@etl.go.jp>
14735
14736 * international/quail.el (quail-show-guidance-buf): Set
14737 current-input-method of the guidance buffer to the name of the
14738 curren input method.
14739
14740 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14741
14742 * progmodes/compile.el (compile-internal): Style typo.
14743
14744 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14745 quote vars and functions in the docstring.
14746
14747 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14748
14749 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14750 Don't quote lambdas.
14751
14752 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14753
14754 2000-05-23 Gerd Moellmann <gerd@gnu.org>
14755
14756 * startup.el (command-line): Determine source file of compiled
14757 user init file differently. Warn if compiled user init file
14758 is older than its source file.
14759
14760 * ffap.el (ffap-url-regexp): Add `https'.
14761
14762 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14763
14764 * files.el (make-backup-file-name-1): Replace slashes with `!'
14765 rather than `|' (which is not allowed on Windows). Replace the
14766 drive letters with a string "drive_X".
14767
14768 2000-05-23 Gerd Moellmann <gerd@gnu.org>
14769
14770 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14771
14772 * files.el (interpreter-mode-alist): Add `bash2'.
14773
14774 2000-05-22 Dave Love <fx@gnu.org>
14775
14776 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14777 mapc.
14778 (feature-file): Avoid calling symbol-name. Doc fix.
14779 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14780 (loadhist-hook-functions): Add mouse-position-function.
14781 (unload-feature): Change uses of mapcar.
14782
14783 * files.el (parse-colon-path): Doc fix.
14784 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14785 (set-auto-mode): Use mapc.
14786
14787 * complete.el (PC-look-for-include-file): Use :alnum: character
14788 class.
14789 (partial-completion-mode): Add autoload cookie.
14790
14791 2000-05-22 Sam Steingold <sds@gnu.org>
14792
14793 * info.el (Info-fontify-node): Fixed the call to
14794 `add-text-properties' (bug introduced on 2000-05-18).
14795
14796 2000-05-22 Dave Love <fx@gnu.org>
14797
14798 * bindings.el: Remove debug-ignored-errors set in other files.
14799
14800 * progmodes/etags.el: Add to debug-ignored-errors.
14801 (visit-tags-table-buffer): Clear out buffers holding old tables
14802 when making a new list.
14803 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14804 mapc.
14805
14806 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14807 quote keywords.
14808 (cmpl-string-case-type): Use character classes.
14809
14810 * comint.el:
14811 * textmodes/ispell.el:
14812 * imenu.el:
14813 * mail/mh-e.el:
14814 * progmodes/compile.el: Add to debug-ignored-errors.
14815
14816 * dabbrev.el: Add to debug-ignored-errors.
14817 (dabbrev-completion): Use mapc.
14818
14819 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14820
14821 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14822 (woman-mapcan, woman-parse-man.conf)
14823 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14824 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14825 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14826 path syntax better.
14827 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14828 (woman-manpath): Call woman-parse-man.conf.
14829 (woman-emulation): New defcustom, defaults to nroff.
14830 (woman-font-support): New defconst.
14831 (woman-use-symbol-font): New defcustom.
14832 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14833 "Emulation".
14834 Many functions: Doc fix.
14835
14836 2000-05-22 Kenichi Handa <handa@etl.go.jp>
14837
14838 * international/quail.el (quail-simple-translation-keymap): Map
14839 128..255 to quail-self-insert-command.
14840 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14841
14842 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14843
14844 * help.el (help-manyarg-func-alist): Typo.
14845
14846 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14847 intervals which makes it heaps simpler.
14848
14849 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14850 the nested comment markers.
14851
14852 * subr.el (remove-hook): Don't turn the hook's value into a list.
14853
14854 2000-05-21 Dave Love <fx@gnu.org>
14855
14856 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14857 are invalid characters.
14858
14859 * international/mule-util.el (detect-coding-with-priority): Use
14860 mapc. Remove redundant lambda.
14861
14862 * international/mule-diag.el (list-non-iso-charset-chars)
14863 (describe-fontset): Remove redundant lambda.
14864
14865 * emulation/crisp.el (brief-mode): New alias.
14866
14867 * emacs-lisp/ring.el (ring-elements): New function.
14868
14869 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14870 (easy-menu-do-add-item): Use keywordp.
14871
14872 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14873
14874 * replace.el: Doc and error message fixes.
14875 (replace-highlight): Use facep, not internal-find-face.
14876
14877 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14878
14879 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14880
14881 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14882 (log-edit-insert-changelog): Drop `:' as well.
14883
14884 * log-view.el: Fix file description.
14885 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14886 available.
14887 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14888 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14889
14890 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14891 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14892 Print a status message if the toggle is called interactively.
14893 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14894 for global minor modes and use `defcustom' for them.
14895 Use add-minor-mode.
14896 (easy-mmode-define-derived-mode): Remove.
14897 (define-derived-mode): Fancier default docstring.
14898 (easy-mmode-define-navigation): Signal an error rather than (ding).
14899
14900 * newcomment.el (comment-styles): New `box-multi'.
14901 (comment-normalize-vars): Better default for comment-continue to
14902 avoid whitespace-only continuations.
14903 (comment-search-forward): Always move even in the no-syntax case.
14904 (comment-padright): Only obey N if it's only obeyed for padleft.
14905 (comment-make-extra-lines): Better handling of empty continuations.
14906 Use `=' for the filler if comment-start has only one character.
14907 (uncomment-region): Try handling the special `=' filler.
14908 (comment-region): Allow LINES even if MULTI is nil.
14909 (comment-box): Choose box style based on comment-style.
14910
14911 2000-05-20 Kenichi Handa <handa@etl.go.jp>
14912
14913 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14914 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14915
14916 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
14917
14918 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14919 and insert, not subst-char-in-region.
14920
14921 * international/mule-diag.el (list-character-sets-1): Handle
14922 charsets eight-bit-control and eight-bit-graphic.
14923 (list-iso-charset-chars): Likewise.
14924 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14925 charactes as is. Use indent-to to align characters.
14926
14927 * international/mule-cmds.el (find-multibyte-characters): Never
14928 exclude charsets eight-bit-control and eight-bit-graphic.
14929
14930 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14931
14932 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14933 Don't quote lambdas.
14934
14935 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14936
14937 2000-05-19 Gerd Moellmann <gerd@gnu.org>
14938
14939 * gud.el (gud-jdb-directories): Doc fix.
14940
14941 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14942
14943 * newcomment.el: New file.
14944
14945 2000-05-19 Gerd Moellmann <gerd@gnu.org>
14946
14947 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14948
14949 2000-05-18 Andreas Schwab <schwab@suse.de>
14950
14951 * dired.el (dired-between-files): Also skip lines beginning with
14952 `used'.
14953
14954 2000-05-18 Gerd Moellmann <gerd@gnu.org>
14955
14956 * msb.el (msb-menu-cond): Add choice `user'.
14957
14958 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14959
14960 * ps-print.el: Compatibility, customization and doc fix.
14961 (ps-printer-name-option): Replace defconst by defvar.
14962 (ps-postscript-code-directory): XEmacs compatibility.
14963 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14964 fix.
14965 (ps-user-defined-prologue, ps-print-prologue-header)
14966 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14967 compatibility and code fix.
14968 (ps-print-background-image, ps-print-background-text):
14969 Customization fix.
14970 (ps-line-number-start, ps-n-up-on): New vars.
14971
14972 2000-05-18 Espen Skoglund <esk@ira.uka.de>
14973
14974 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14975 the indent-comment function to just return the appropriate indent.
14976
14977 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14978
14979 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14980 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14981 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14982
14983 2000-05-18 Dave Love <fx@gnu.org>
14984
14985 * info.el (Info-fontify-node): Add intangible property as well as
14986 invisible.
14987
14988 * calendar/appt.el (appt-make-list): Match all lines of entry.
14989 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14990
14991 2000-05-18 Kenichi Handa <handa@etl.go.jp>
14992
14993 * international/mule-diag.el (describe-char-after): Call
14994 internal-char-font, not char-font. If internal-char-font returns
14995 nil, display "-- none --".
14996
14997 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14998
14999 * image.el (image-type-available-p): Don't reference image-types
15000 if it isn't bound.
15001
15002 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
15003
15004 * autoarg.el (autoarg-mode): Typo in the :set argument.
15005
15006 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15007
15008 * startup.el (command-line-1): Don't signal an error if the
15009 directory for auto-save-list files does not yet exist.
15010
15011 2000-05-17 Kenichi Handa <handa@etl.go.jp>
15012
15013 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15014
15015 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
15016
15017 * subr.el (remove-hook): `setq' hook-value, not `set'.
15018
15019 2000-05-16 Sam Steingold <sds@gnu.org>
15020
15021 * info.el (debug-ignored-errors): More errors to ignore.
15022
15023 2000-05-16 Dave Love <fx@gnu.org>
15024
15025 * cus-edit.el: Don't require cl or easymenu.
15026 (custom-variable-prompt): Test standard-value property, not
15027 user-variable-p.
15028
15029 2000-05-16 Sam Steingold <sds@gnu.org>
15030
15031 * subr.el (add-hook): `setq' hook-value, not `set'.
15032
15033 2000-05-16 Gerd Moellmann <gerd@gnu.org>
15034
15035 * startup.el (command-line-1): Mention the FAQ in the startup
15036 message.
15037
15038 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15039
15040 * progmodes/compile.el (compilation-parse-errors): Collect
15041 `nomessage' regexps last.
15042
15043 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15044
15045 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15046 to the function name.
15047
15048 2000-05-15 Dave Love <fx@gnu.org>
15049
15050 * speedbar.el (speedbar-recenter): Typo.
15051 (speedbar-expand-line): Make arg optional.
15052 (speedbar-mode): Avoid a compiler warning.
15053
15054 2000-05-15 Gerd Moellmann <gerd@gnu.org>
15055
15056 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15057 user-specified option string is empty.
15058
15059 * mouse.el (mouse-yank-at-click): Doc fix.
15060
15061 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15062
15063 * term/internal.el (IT-character-translations): More updates of
15064 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15065 documents.
15066
15067 2000-05-15 Gerd Moellmann <gerd@gnu.org>
15068
15069 * env.el (getenv): New function, interactively callable.
15070 (setenv, getenv): Remove autoload cookies.
15071
15072 * loadup.el: Load `env'.
15073
15074 * progmodes/f90.el: Change author's mail address.
15075
15076 2000-05-14 Dave Love <fx@gnu.org>
15077
15078 * mail/rmail.el (rmail-show-message-hook): Customize and offer
15079 goto-addr as an option.
15080
15081 * help.el (help-xref-stack): Doc fix.
15082 (help-xref-following): New variable.
15083 (help-make-xrefs): Use it.
15084 (help-xref-go-back): Use position information from stack element.
15085 (help-follow): Make position in stack element a pair. Use
15086 help-xref-following.
15087
15088 * autoarg.el: New file.
15089
15090 * faces.el: Declare more functions obsolete.
15091
15092 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15093 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15094 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15095 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15096 Remove all the setup-...-environment functions.
15097
15098 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
15099
15100 * speedbar.el: Updated the commentary section. xemacs20p now uses
15101 >= when detecting. Require `defimage' safely.
15102 (speedbar-easymenu-definition-base): Add toggle for images.
15103 (speedbar-easymenu-definition-special): Add flush cache & expand.
15104 (speedbar-visiting-tag-hook): Set new defaults. Added options.
15105 (speedbar-reconfigure-keymaps-hook): New variable.
15106 (speedbar-frame-parameters): Updated documentation.
15107 (speedbar-use-imenu-flag): Updated custom tag
15108 (speedbar-dynamic-tags-function-list): New variable.
15109 (speedbar-tag-hierarchy-method): Updated doc & custom.
15110 (speedbar-indentation-width, speedbar-indentation-width) New
15111 variables.
15112 (speedbar-hide-button-brackets-flag): Customizable.
15113 (speedbar-vc-indicator): Doc update.
15114 (speedbar-ignored-path-expressions): Updated default value.
15115 (speedbar-supported-extension-expressions): Updated default value.
15116 (speedbar-syntax-table): Remove {} paren status.
15117 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15118 as "+". Added overlay aliases.
15119 (speedbar-mode): Use `speedbar-mode-line-update' instead of
15120 `force-mode-line-update'.
15121 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15122 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15123 `mouse-set-point'
15124 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15125 (speedbar-item-info-tag-helper): Revamped to handle a wider range
15126 of arbitrary text, and new helper functions.
15127 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15128 filename finder.
15129 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15130 (speedbar-directory-buttons): Update path search/expansion.
15131 (speedbar-make-tag-line): Pay attention to
15132 `speedbar-indentation-width'. Use more care w/ invisible
15133 properties.
15134 (speedbar-change-expand-button-char): Call
15135 `speedbar-insert-image-button-maybe'.
15136 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15137 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15138 (speedbar-trim-words-tag-hierarchy)
15139 (speedbar-simple-group-tag-hierarchy): New functions
15140 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15141 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15142 functions.
15143 (speedbar-mouse-set-point): New function
15144 (speedbar-power-click): Updated documentation.
15145 (speedbar-line-token, speedbar-goto-this-file): Handle more types
15146 of tag prefix text.
15147 (speedbar-expand-line, speedbar-contract-line): Make more robust
15148 to strange text.
15149 (speedbar-expand-line): Takes universal argument to flush the
15150 cache.
15151 (speedbar-flush-expand-line): New function.
15152 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15153 Use new generator insertion method.
15154 (speedbar-fetch-dynamic-tags): New function.
15155 (speedbar-fetch-dynamic-imenu): Removed code now handled in
15156 `speedbar-fetch-dynamic-imenu'.
15157 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15158 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15159 "Revert Buffer" menu items.
15160 (speedbar-buffer-buttons-engine): Be smarter when creating a
15161 filename tag (for expansion purposes.).
15162 (speedbar-highlight-one-tag-line,
15163 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15164 (speedbar-recenter): New functions.
15165 (defimage-speedbar): Image loading abstraction.
15166 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15167 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15168 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15169 (speedbar-tag-type, speedbar-tag-mail): New images.
15170 (speedbar-expand-image-button-alist): New variable.
15171 (speedbar-insert-image-button-maybe): Insert an image over some
15172 buttons.
15173
15174 2000-05-13 Kenichi Handa <handa@etl.go.jp>
15175
15176 * international/mule-cmds.el (encode-coding-char): An ASCII
15177 character is always encodable.
15178
15179 * international/mule-conf.el: Add more information in descriptions
15180 of character sets.
15181
15182 * international/mule-diag.el (describe-char-after): New function.
15183 (describe-font-internal): Adjusted for the change of font-info.
15184 (describe-font): Likewise.
15185 (print-fontset): Rewritten for the new fontset implementation.
15186 (describe-fontset): Include fontset alias names in completion.
15187 (list-fontsets): Adjusted for the change of print-fontset.
15188
15189 * simple.el (what-cursor-position): If DETAIL is non-nil, call
15190 describe-char-after instead of displaying the detail in the echo
15191 area.
15192 (syntax-code-table): Format changed.
15193 (string-to-syntax): Adjusted for the above change.
15194
15195 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
15196
15197 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15198
15199 2000-05-12 Dave Love <fx@gnu.org>
15200
15201 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15202 dependence. Use line-{beginning,end}-position, not
15203 point-at{b,e}ol. Some doc fixes.
15204 (todo-position): New function. Fix callers of position to use it.
15205 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15206
15207 2000-05-12 Gerd Moellmann <gerd@gnu.org>
15208
15209 * time.el (display-time-mail-icon): Use `:ascent center'.
15210
15211 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15212 handling FTP security extensions.
15213
15214 2000-05-11 Dave Love <fx@gnu.org>
15215
15216 * calendar/todo-mode.el: New file.
15217
15218 2000-05-11 Gerd Moellmann <gerd@gnu.org>
15219
15220 * comint.el (comint-read-input-ring): Move reference to
15221 comint-input-ring-size outside of the save-excursion. It was
15222 causing the default value to be the only one ever seen.
15223
15224 * font-lock.el: Update copyright. Remove Simon Marshall's email
15225 address on request from him.
15226
15227 * subr.el (substitute-key-definition): Add comment describing
15228 the meaning of PREFIX.
15229
15230 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15231
15232 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15233
15234 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15235 (add-minor-mode): Don't make the variable buffer-local and add a
15236 reference to define-minor-mode in the docstring.
15237
15238 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15239 HEADER/FOOTER and fix bug with trailing empty directory.
15240 (cvs-append-to-ignore): Use vc-editable-p if available.
15241 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15242 (vc-do-command): Tweak advice to handle the new VC.
15243
15244 * log-view.el (log-view-goto-rev): New function for the new VC.
15245 (log-view-minor-wrap): Use mark-active.
15246
15247 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15248 (log-edit-changelog-full-paragraphs): New var.
15249 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15250 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15251 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15252 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15253 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15254 Replace the `cvs' prefix with `log-edit'.
15255
15256 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15257
15258 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15259 (diff-font-lock-defaults): Explicitly turn off multiline.
15260 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15261 (diff-ediff-patch): Fix call to ediff-patch-file.
15262 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15263 Handle comments.
15264
15265 * frame.el (automatic-hscrolling): Typo.
15266
15267 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15268
15269 2000-05-09 Sam Steingold <sds@goems.com>
15270
15271 * apropos.el (apropos-print): use `describe-face' instead of
15272 `customize-face-other-window'.
15273
15274 2000-05-09 Dave Love <fx@gnu.org>
15275
15276 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15277
15278 * help.el (describe-variable): Have customize button pop the
15279 help-xref stack when invoked.
15280 (help-xref-symbol-regexp): Add `face'.
15281 (help-make-xrefs): Check for quoted face names and adapt regexp
15282 submatch numbers to cope.
15283 (help-xref-interned): Maybe insert face doc too. Separate
15284 sections with a line of hyphens.
15285
15286 * faces.el: Some doc fixes. Declare some functions obsolete.
15287 (describe-face): Add customize button. Return the help
15288 text. Fix prompt.
15289
15290 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
15291
15292 * term/internal.el (IT-character-translations): Fix last change.
15293
15294 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15295
15296 * woman.el: New file
15297 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15298
15299 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15300
15301 * term/internal.el (IT-character-translations): Update ASCII
15302 simulations for greek-iso8859-7, add latin-iso8859-14 and
15303 latin-iso8859-15.
15304
15305 * international/mule-cmds.el (set-language-info-alist): Call
15306 define-prefix-command with 3 arguments, to make the map suitable
15307 for a menu.
15308
15309 2000-05-07 Dave Love <fx@gnu.org>
15310
15311 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15312
15313 2000-05-05 Dave Love <fx@gnu.org>
15314
15315 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15316 list in doc string. Don't quote keyword symbols.
15317 * emacs-lisp/cl.el: Likewise
15318 * emacs-lisp/cl-seq.el: Likewise
15319
15320 2000-05-05 Gerd Moellmann <gerd@gnu.org>
15321
15322 * abbrev.el (abbrev-mode): Make ARG optional.
15323
15324 2000-05-04 Gerd Moellmann <gerd@gnu.org>
15325
15326 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15327
15328 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15329
15330 * subr.el (substitute-key-definition): Clarify documentation.
15331
15332 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
15333
15334 * glasses.el (glasses-convert-to-unreadable): Use
15335 `glasses-separator' instead of the hard-wired "_".
15336 (glasses-mode): Call `glasses-make-unreadable' only in a single
15337 place.
15338
15339 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
15340
15341 * term/internal.el (cjk-codepages-alist): Add associations for
15342 Chinese and Korean codepages. Remove FIXME comment.
15343
15344 2000-05-03 Dave Love <fx@gnu.org>
15345
15346 * time.el (display-time-mail-face, display-time-use-mail-icon):
15347 New option.
15348 (display-time-mail-icon): New variable.
15349 (display-time-string-forms): Use the above. Fix the local-map.
15350
15351 2000-05-03 Gerd Moellmann <gerd@gnu.org>
15352
15353 * replace.el (query-replace-map): Add binding for `E'.
15354 (query-replace-help): Extend help text.
15355 (perform-replace): Allow editing the replacement string.
15356
15357 * make-mode.el (makefile-mode-abbrev-table): New variable.
15358 (makefile-mode): Set local abbrev table to
15359 makefile-mode-abbrev-table.
15360 (makefile-font-lock-keywords): Fontify includes and conditionals.
15361
15362 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15363 set TOGGLE's value.
15364
15365 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15366 mail-interactive-insert-alias.
15367 (mail-abbrev-complete-alias): New command.
15368 (mail-mode-map): Bind it to `M-TAB'.
15369
15370 2000-05-03 Kenichi Handa <handa@etl.go.jp>
15371
15372 * language/lao-util.el (lao-compose-region): New function.
15373
15374 2000-05-02 Gerd Moellmann <gerd@gnu.org>
15375
15376 * files.el (recover-session): Make directories as necessary
15377 if they don't exist yet.
15378
15379 * calendar/cal-french.el
15380 (french-calendar-multibyte-special-days-array)
15381 (french-calendar-special-days-array): Change French text.
15382 (calendar-french-date-string): Change output.
15383 (calendar-goto-french-date): Likewise.
15384
15385 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15386
15387 * wid-edit.el (widget-default-active): Obey `:always-active'.
15388 (widget-documentation-string-value-create): Set `:always-active'.
15389
15390 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15391
15392 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15393 default prefix to `~/_emacs.d/auto-save.list/_s'.
15394 (normal-top-level): Create the directory for auto-save files, if
15395 it doesn't already exist (in the ms-dos case only).
15396
15397 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15398
15399 * international/mule-cmds.el (set-language-environment): Don't
15400 concat an integer (dos-codepage), use format instead.
15401
15402 2000-05-02 Dave Love <fx@gnu.org>
15403
15404 * help.el (help-xref-on-pp): Check for constant symbols.
15405
15406 2000-04-29 Gerd Moellmann <gerd@gnu.org>
15407
15408 * startup.el (normal-top-level): Put a condition-case around
15409 the code loading subdirs.el.
15410
15411 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15412
15413 * ps-print.el: Upside-down and face background color printing,
15414 line number step, doc fix.
15415 (ps-print-version): New version number (5.2).
15416 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15417 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15418 (ps-spool-config): Var fix.
15419 (ps-printer-name-option): Const fix.
15420 (ps-print-upside-down, ps-use-face-background)
15421 (ps-line-number-step): New vars.
15422 (ps-window-system, ps-lp-system): New consts.
15423 (ps-face-background): New fun.
15424
15425 2000-04-28 Richard Stallman <rms@gnu.org>
15426
15427 * files.el (make-auto-save-file-name):
15428 Apply auto-save-file-name-transforms to visited file name
15429 before generating auto save file name.
15430 (auto-save-file-name-transforms): New variable.
15431
15432 * files.el (backup-enable-predicate):
15433 Correctly test for a file under a temporary directory.
15434
15435 2000-04-28 Gerd Moellmann <gerd@gnu.org>
15436
15437 * subr.el (add-minor-mode): Rewritten.
15438
15439 2000-04-28 Kenichi Handa <handa@etl.go.jp>
15440
15441 * mail/sendmail.el (sendmail-send-it): Set
15442 buffer-file-coding-system to the selected coding system for MIME
15443 header.
15444
15445 2000-04-27 Gerd Moellmann <gerd@gnu.org>
15446
15447 * dired.el (dired-move-to-filename-regexp): Allow format where
15448 YYYY is followed by two spaces.
15449
15450 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15451 in the second character class of the regexp.
15452
15453 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15454 mh-etc, too.
15455
15456 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15457 nil.
15458
15459 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15460
15461 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15462 argument.
15463
15464 2000-04-27 Sen Nagata <sen@eccosys.com>
15465
15466 * emacs-lisp/crm.el (crm-completion-table): New variable.
15467 (crm-collection-fn, crm-test-completion)
15468 (completing-read-multiple): Use it.
15469
15470 2000-04-27 Dave Love <fx@gnu.org>
15471
15472 * help.el (locate-library): Use mapc.
15473 (help-manyarg-func-alist): Add call-process-region.
15474
15475 2000-04-26 Gerd Moellmann <gerd@gnu.org>
15476
15477 * subr.el (add-minor-mode): Make argument MAP optional.
15478
15479 * desktop.el (desktop-save): Save list of minor modes.
15480 (desktop-create-buffer): Restore minor modes.
15481 (desktop-minor-mode-table): New user-option.
15482
15483 * subr.el (add-minor-mode): New function.
15484
15485 * image.el (find-image): New function.
15486 (defimage): Rewritten to find image at load time.
15487
15488 * startup.el (normal-top-level-add-to-load-path): Handle
15489 case that the default directory is not in load-path.
15490
15491 * help.el: Old patch from Stefan Monnier.
15492 (help-xref-on-pp): New function.
15493 (describe-variable): Use it to display xrefs in a symbol's value.
15494
15495 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15496
15497 * cus-edit.el (custom-face): Fix parenthesis.
15498
15499 2000-04-26 Kenichi Handa <handa@etl.go.jp>
15500
15501 * mail/rmail.el (rmail-expunge): When there are no deleted
15502 messages, do nothing.
15503
15504 2000-04-26 Dave Love <fx@gnu.org>
15505
15506 * international/mule-cmds.el (locale-translation-file-name):
15507 Defvar to nil.
15508 (set-locale-environment): Set it here (at runtime).
15509
15510 2000-04-25 Gerd Moellmann <gerd@gnu.org>
15511
15512 * replace.el (perform-replace): Add parameters START and END. Use
15513 them instead of the check for a region in Transient Mark mode.
15514 (query-replace-read-args): Return two more list elements for the
15515 start and end of the region in Transient Mark mode.
15516 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15517 (map-query-replace-regexp, replace-string, replace-regexp): Add
15518 optional last arguments START and END and pass them to
15519 perform-replace.
15520
15521 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15522 form with additional arguments for perform-replace.
15523
15524 * progmodes/etags.el (tags-query-replace): Add parameters START
15525 and END. Construct a form with additional arguments for
15526 perform-replace.
15527
15528 * simple.el (shell-command): Set default directory for "*Shell
15529 Command Output" buffer.
15530
15531 * language/european.el (iso-latin-4): Fix typo.
15532
15533 * emacs-lisp/crm.el: New file.
15534
15535 2000-04-24 Dave Love <fx@gnu.org>
15536
15537 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15538 (Custom-reset-saved, Custom-reset-standard)
15539 (custom-group-value-create, custom-group-set, custom-group-save)
15540 (custom-group-reset-current, custom-group-reset-saved)
15541 (custom-group-reset-standard): Use mapc.
15542 (custom-buffer-create-internal): Disable undo when creating items.
15543 Use mapc.
15544 (custom-face): Avoid redundant lambda.
15545
15546 2000-04-24 Gerd Moellmann <gerd@gnu.org>
15547
15548 * startup.el (auto-save-list-file-prefix): Set default to
15549 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15550
15551 2000-04-24 Sam Steingold <sds@gnu.org>
15552
15553 * time-stamp.el (time-stamp-string-preprocess): Always convert
15554 `field-result' to a string.
15555
15556 2000-04-24 Gerd Moellmann <gerd@gnu.org>
15557
15558 * frame.el (scrolling): New group.
15559 (automatic-hscrolling): New user-option.
15560
15561 * startup.el (command-line-x-option-alist): Add `-lsp' and
15562 `--line-spacing'.
15563
15564 2000-04-19 Dave Love <fx@gnu.org>
15565
15566 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15567 (cl-mapc): Rename from mapc. Fix the funcall.
15568
15569 2000-04-19 Gerd Moellmann <gerd@gnu.org>
15570
15571 * simple.el (clone-indirect-buffer-other-window): New command.
15572 (clone-indirect-buffer): Add optional arg NORECROD.
15573 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15574
15575 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15576
15577 * window.el (count-screen-lines): New function.
15578 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15579 instead of window-buffer-height.
15580
15581 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15582 non-existing variable comint-input-sentinel.
15583 (inferior-lisp-args-to-list): Removed.
15584 (inferior-lisp): Use split-string instead of
15585 inferior-lisp-args-to-list.
15586
15587 * hexl.el (hexl-insert-hex-string): New command.
15588
15589 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15590 instead of concat.
15591
15592 2000-04-18 Gerd Moellmann <gerd@gnu.org>
15593
15594 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15595 at the start of an existing but empty folder.
15596
15597 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15598
15599 * ps-mule.el: Customization fix, doc fix.
15600 (ps-multibyte-buffer): Customization fix.
15601
15602 2000-04-17 Richard M. Stallman <rms@gnu.org>
15603
15604 * subr.el (read-passwd): Use read-char-exclusive.
15605
15606 2000-04-17 Gerd Moellmann <gerd@gnu.org>
15607
15608 * textmodes/texinfo.el (texinfo-insert-@email)
15609 (texinfo-insert-@emph, texinfo-insert-@quotation)
15610 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15611 (texinfo-mode-map): Add key bindings for them.
15612
15613 * files.el (basic-save-buffer-2): Use a template with `$'
15614 instead of `#' for VMS.
15615
15616 * simple.el (clone-indirect-buffer): New function.
15617
15618 2000-04-16 Stephen Eglen <stephen@gnu.org>
15619
15620 * iswitchb.el (iswitchb-case): New function. If the user input
15621 contains any upper-case characters, the search is made
15622 case-sensitive.
15623
15624 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15625
15626 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15627 comment-end.
15628 (texinfo-font-lock-syntactic-keywords): New var.
15629 (texinfo-font-lock-keywords): Remove comment regexp.
15630 (texinfo-insert-block): New function.
15631 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15632 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15633 and font-lock-defaults. Use regexp-opt for outline-regexp.
15634 (texinfo-environments): New var.
15635 (texinfo-environment-regexp): Use regexp-opt and
15636 texinfo-environments.
15637
15638 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15639 ispell-process is bound since this might be eval'd before ispell
15640 is loaded.
15641 (ispell-message): Use a tiny bit less magic and a bit more hard
15642 data to figure out what kind of sc-cite-regexp to use.
15643
15644 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15645
15646 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15647 (insert-cyclic-diary-entry): Unquote the lambda.
15648
15649 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15650
15651 * files.el (backup-enable-predicate): Unquote the lambda.
15652
15653 * cus-edit.el (custom-face, face): Unquote the lambda.
15654
15655 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15656
15657 * ps-print.el: Check for line-beginning-position definition.
15658
15659 * ps-print.el: Fix counting lines in a region.
15660 (ps-print-version): New version number (5.1.5).
15661 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15662 (ps-printing-region): Fun code fix.
15663
15664 2000-04-15 Gerd Moellmann <gerd@gnu.org>
15665
15666 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15667 to file-directory-p.
15668
15669 2000-04-14 Gerd Moellmann <gerd@gnu.org>
15670
15671 * gud.el (gud-jdb-build-source-files-list): Check that directory
15672 exists before calling directory-files.
15673
15674 2000-04-13 Dave Love <fx@gnu.org>
15675
15676 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15677 syntax.
15678
15679 * emacs-lisp/cl-specs.el: Remove when, unless.
15680
15681 * emacs-lisp/cl-extra.el: Don't quote keywords.
15682 (cl-old-mapc): New variable.
15683 (mapc): Use it.
15684 (cl-map-intervals): Use with-current-buffer. Don't check for
15685 next-property-change.
15686 (cl-map-overlays): Use with-current-buffer.
15687 (cl-expt): Remove.
15688 (copy-tree, remprop): Define unconditionally.
15689
15690 * emacs-lisp/cl-compat.el (keywordp): Remove.
15691
15692 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15693 to use keywordp.
15694 (edebug-spec): Enable keywordp.
15695
15696 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15697 string-lessp.
15698
15699 * cus-start.el: Use keywordp.
15700
15701 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15702
15703 * diary-lib.el (include-other-diary-files): Fix the fix of
15704 2000-02-18 by doing a save-excursion.
15705
15706 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15707
15708 * ps-print.el: Customization fix, doc fix.
15709 (ps-print-version): New version number (5.1.4).
15710 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15711 (ps-print-preprint): Adjust code.
15712 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15713 (ps-print-prologue-header, ps-print-control-characters)
15714 (ps-spool-config): Customization fix.
15715
15716 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15717
15718 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15719 converted to the new menu-item format, names silightly changed,
15720 help strings added.
15721
15722 Support for spelling without async subprocesses:
15723
15724 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15725 (ispell-session-buffer): New variables.
15726 (ispell-start-process, ispell-process-status,
15727 ispell-accept-output, ispell-send-string): New functions, for
15728 Ispell invocation when async subprocesses aren't supported.
15729 (ispell-word, ispell-pdict-save, ispell-command-loop,
15730 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15731 to process-send-string with calls to ispell-send-string, and
15732 accept-process-output with ispell-accept-output.
15733 (ispell-init-process): Call ispell-process-status instead of
15734 process-status with.
15735 (ispell-init-process): Call ispell-start-process. Call
15736 ispell-accept-output and ispell-send-string. Don't call
15737 process-kill-without-query and kill-process if they are unbound.
15738 (ispell-async-processp): New function.
15739
15740 2000-04-12 Dave Love <fx@gnu.org>
15741
15742 * info.el: Add debug-ignored-errors.
15743 (Info-mode-menu): Add some items.
15744 (Info-directory): Add autoload cookie.
15745
15746 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15747 Modify `truncate-lines'. Make `describe-language-environment'
15748 always visible and add help. Modify `describe-key' help. Invoke
15749 Info-directory from `info'. New entry `emacs-manual'.
15750
15751 2000-04-10 Gerd Moellmann <gerd@gnu.org>
15752
15753 * progmodes/ebrowse.el (ebrowse-tree-mode):
15754 Use propertized-buffer-identification.
15755 (ebrowse-update-member-buffer-mode-line): Likewise.
15756 (ebrowse--mode-strings): Removed.
15757 (ebrowse--mode-line-props): Removed.
15758
15759 * files.el (auto-mode-alist): Add `EBROWSE'.
15760
15761 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15762 space before testing for end of buffer.
15763 (ebrowse-load): Removed.
15764 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15765 (ebrowse-create-tree-buffer): Rewritten.
15766 (ebrowse-tree-mode): Read tree from buffer.
15767
15768 * progmodes/ebrowse-ffh.el: Removed.
15769
15770 2000-04-10 Kenichi Handa <handa@etl.go.jp>
15771
15772 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15773
15774 2000-04-10 Gerd Moellmann <gerd@gnu.org>
15775
15776 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15777 at the wrong place.
15778
15779 2000-04-09 Dave Love <fx@gnu.org>
15780
15781 * files.el (backup-enable-predicate):
15782 Use temporary-file-directory, small-temporary-file-directory.
15783 (make-backup-file-name-function, backup-directory-alist): New vars.
15784 (make-backup-file-name-1): New function.
15785 (make-backup-file-name): Use it.
15786 (find-backup-file-name): Likewise. Use format for clarity, not concat.
15787 (file-newest-backup): Use make-backup-file-name.
15788
15789 2000-04-09 Gerd Moellmann <gerd@gnu.org>
15790
15791 * progmodes/ebrowse-ffh.el: New file.
15792
15793 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15794 Moved to ebrowse-ffh.el.
15795 (ebrowse-load): Add autoload.
15796
15797 * finder.el (finder-commentary): Add autoload cookie.
15798
15799 * mail/rfc2368.el: Correct author's email address.
15800
15801 * progmodes/ebrowse.el: New file.
15802
15803 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15804 item help string.
15805 (easy-menu-do-add-item): Ditto.
15806 (easy-menu-define): Extend doc string.
15807
15808 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
15809 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15810 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15811 with-buffer-unmodified.
15812
15813 2000-04-08 Dave Love <fx@gnu.org>
15814
15815 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15816 unless, when.
15817
15818 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15819
15820 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15821 (viper-flash-search-pattern): No operation when using Emacs
15822 doesn't support face.
15823 Use `viper-put-on-search-overlay'.
15824
15825 2000-04-04 Gerd Moellmann <gerd@gnu.org>
15826
15827 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15828 like C-r.
15829
15830 * progmodes/make-mode.el: Some doc fixes.
15831 (makefile-mode-abbrev-table): New variable.
15832 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15833 (makefile-font-lock-keywords): Fontify includes and conditionals.
15834 (toplevel): Require `dabbrev' and `add-log' when compiling.
15835
15836 * replace.el (perform-replace): Don't move forward one char
15837 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15838 to do that because it leaves point 1 position after the last
15839 replacement, after everything has been replaced.
15840
15841 * jit-lock.el (with-buffer-unmodified): New macro.
15842 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15843 modified state.
15844 (jit-lock-function-1): Extracted from jit-lock-function; not
15845 preserving buffer's modified state.
15846 (jit-lock-function, jit-lock-stealth-fontify):
15847 Call jit-lock-function-1.
15848
15849 * mail/rfc2368.el: Remove supernumerary copyright line.
15850
15851 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
15852
15853 * glasses.el: Provide facilities for inserting space before left
15854 parentheses and uncapitalization of identifiers.
15855 (glasses-mode): Try to remove old overlays in all cases.
15856
15857 2000-04-03 Gerd Moellmann <gerd@gnu.org>
15858
15859 * progmodes/compile.el (compile-internal): Display the compilation
15860 buffer in a different frame, if it's already displayed there.
15861
15862 * mail/rfc2368.el: New file.
15863
15864 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15865 header and insert its value as mail body.
15866
15867 * subr.el (member-ignore-case): New function.
15868
15869 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15870 (dabbrev--find-expansion): Ignore buffers matching a regexp
15871 from dabbrev-ignored-regexps.
15872
15873 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15874 to extensions handled by gzip.
15875
15876 2000-04-03 Richard M. Stallman <rms@gnu.org>
15877
15878 * files.el (insert-directory): List the total free space
15879 along with the used space.
15880
15881 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15882 line is followed by one that matches CITATION-REGEXP, end the
15883 paragraph.
15884
15885 2000-04-03 Markus Rost <rost@delysid.gnu.org>
15886
15887 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15888 (rmail-make-basic-summary-line): Use that option.
15889
15890 2000-04-03 Kenichi Handa <handa@etl.go.jp>
15891
15892 * international/mule-cmds.el (encoded-string-description):
15893 Rewritten. Try pretty description for ISO 2022 escape sequences
15894 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15895 for hexadecimal format.
15896
15897 2000-04-01 Dave Love <fx@gnu.org>
15898
15899 * cpp.el: Change customization group to `c' from `C'.
15900
15901 * vcursor.el (vcursor-move): Use display-color-p.
15902
15903 * international/mule-util.el: Provide mule-utils.
15904 (string-to-sequence): Simplify and speed up.
15905
15906 * international/mule.el (make-coding-system): Purecopy doc-string.
15907
15908 * international/mule-cmds.el: Various menu changes.
15909 (describe-specified-language-support): Handle `Default'.
15910 (set-language-info): Purecopy `info'.
15911
15912 2000-03-31 Andrew Innes <andrewi@gnu.org>
15913
15914 * vc.el (vc-backend-diff): Return the correct status if we had to
15915 retry the rcsdiff command without the --brief option.
15916
15917 2000-03-31 Dave Love <fx@gnu.org>
15918
15919 * help.el (help-manyarg-func-alist): Correct several omissions.
15920
15921 * add-log.el: Don't require cl, fortran.
15922 (add-log-current-defun-function): Doc fix.
15923 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
15924 (change-log-version-rcs): Function deleted.
15925 (change-log-version-number-search): Doc fix.
15926 Use vc-workfile-version. Avoid CL dolist.
15927 (add-change-log-entry): Just call add-log-current-defun to get
15928 defun. Simplify somewhat.
15929 (change-log-get-method-definition-1): Likewise.
15930 (add-log-current-defun): Return nil if calling
15931 add-log-current-defun-function does so. Move Fortran stuff to
15932 fortran.el. Return string without properties.
15933
15934 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15935 and :alpha: char classes.
15936
15937 * mail/supercite.el: Defvar curline when compiling.
15938 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15939 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15940 rather than a-zA-Z0-9 to allow non-ASCII characters.
15941
15942 2000-03-31 Gerd Moellmann <gerd@gnu.org>
15943
15944 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15945
15946 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15947 Re-enable new code.
15948
15949 * lpr.el (print-region-1): Use -d to specify printer name for
15950 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15951
15952 2000-03-31 Dave Love <fx@gnu.org>
15953
15954 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15955 Look for function definition in symbol's function value slot first
15956 instead of first consulting byte-compile-function-environment.
15957
15958 2000-03-31 Kenichi Handa <handa@etl.go.jp>
15959
15960 * language/european.el ("Polish"): New language environment.
15961 (setup-polish-environment): New function.
15962
15963 2000-03-30 Gerd Moellmann <gerd@gnu.org>
15964
15965 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15966 Disable new code.
15967
15968 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15969 trying to `load' the symbol of an autoload instead of the file
15970 recorded in the autoload. Fix error messages.
15971
15972 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15973
15974 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15975 (ps-print-version): New version number (5.1.3).
15976 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15977 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15978 (ps-generate-postscript-with-faces): Code fix.
15979 (ps-color-values): XEmacs compatibility.
15980 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15981 (ps-default-fg, ps-default-bg): Adjust customization.
15982 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15983 (ps-color-scale): Renaming old ps-color-value fun.
15984 (ps-print-headers): Replace ps-print-header group to avoid conflict
15985 with ps-print-header variable.
15986 (ps-print-miscellany): New group.
15987 (ps-format-color, ps-rgb-color): New funs.
15988 (ps-default-foreground): New var.
15989 (ps-printer-name-option): New const.
15990
15991 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15992
15993 * net/net-utils.el:
15994 (network-connection-host, network-connection-service): New variables
15995 (network-connection-mode): New mode, derived from comint-mode
15996 (network-connection-mode-setup): New function, saves host and
15997 service information in local variables.
15998
15999 * lisp/locate.el:
16000 (locate-word-at-point): Added this function
16001 (locate): Default to using locate-word-at-point as input
16002 Run dired-mode-hook
16003
16004 2000-03-29 Dave Love <fx@gnu.org>
16005
16006 * calendar/appt.el: Doc fixes.
16007 (appt-check): Convert min-to-app to a string before passing to
16008 appt-disp-window-function or concat.
16009 (appt-delete-window): Remove test for frame-root-window.
16010 (appt-select-lowest-window, appt-convert-time): Simplify.
16011
16012 * emacs-lisp/bytecomp.el: Doc fixes.
16013 (byte-compile-file-form-autoload):
16014 Update byte-compile-function-environment.
16015
16016 2000-03-29 Andreas Schwab <schwab@suse.de>
16017
16018 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
16019
16020 * dired.el (dired-insert-directory): If dired-free-space-program
16021 failed just delete its output.
16022
16023 2000-03-29 Dave Love <fx@gnu.org>
16024
16025 * international/iso-cvt.el: Move provide to end. Doc fixes.
16026 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16027 (iso-iso2sgml, iso-sgml2iso): New functions.
16028 (iso-cvt-define-menu): Fix some entries and use backquote for
16029 clarity.
16030
16031 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16032
16033 2000-03-28 Gerd Moellmann <gerd@gnu.org>
16034
16035 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16036 ISO-DATE. If non-nil, return date in ISO 8601 format.
16037
16038 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
16039
16040 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16041 if it ever becomes used.
16042 (log-edit-mode-hook): Default to vc-log-mode-hook.
16043 (log-edit-mode): Fix the docstring.
16044
16045 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16046 the code.
16047
16048 2000-03-26 Dave Love <fx@gnu.org>
16049
16050 * net/browse-url.el (browse-url): Re-fix case of
16051 browse-url-browser-function being an alist.
16052 (browse-url): Add :link to defgroup.
16053
16054 * files.el: Doc fixes.
16055 (file-truename): Include `[' in wildcard characters.
16056 (automount-dir-prefix): Customize.
16057 (find-file-wildcards): Add :version.
16058 (find-file-noselect): Simplify a mapcar call.
16059
16060 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16061 compatible with inf-lisp version.
16062 (eval-defun-1): Fix custom-declare-variable case.
16063
16064 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16065
16066 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16067
16068 2000-03-24 Gerd Moellmann <gerd@gnu.org>
16069
16070 * Makefile (COMPILE_FIRST): New macro.
16071 (compile-files): Compile files from COMPILE_FIRST first.
16072
16073 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
16074
16075 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16076 matching open parenthesis in column 0 to defun-prompt-regexp
16077 only if open-paren-in-column-0-is-defun-start is set.
16078
16079 * sun-curs.el: Require CL at compile-time only.
16080
16081 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16082 instead of copy-list which is a function from CL.
16083 (msb--choose-menu, msb--mode-menu-cond)
16084 (msb--create-buffer-menu-2): Use dolist instead of mapc.
16085 (msb--init-file-alist): Use mapcar instead of mapcan.
16086 (msb--aggregate-alist): Use mapcar instead of mapcan.
16087 Fix `(' in column 0 in doc string.
16088 (msb--add-separators): Use mapcar instead of mapcan.
16089
16090 * cus-dep.el: Require CL at compile-time only.
16091
16092 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
16093
16094 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16095 (byte-compile-warnings): New warning `noruntime'.
16096 (byte-compile-constants, byte-compile-variables): Fix docstring.
16097 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16098 execute `eval-whenc-compile's body.
16099 (byte-compile-unresolved-functions): Fix docstring.
16100 (byte-compile-eval): New function.
16101 (byte-compile-callargs-warn): Check if the function will be available
16102 at runtime (via property `byte-compile-noruntime').
16103 (byte-compile-print-syms): New function.
16104 (byte-compile-warn-about-unresolved-functions): Also warn about
16105 `noruntime' functions (and use `byte-compile-print-syms').
16106 (byte-compile-file): Capitalize the message.
16107
16108 2000-03-24 Gerd Moellmann <gerd@gnu.org>
16109
16110 * mail/rmail.el (rmail-confirm-expunge): New user-option.
16111 (rmail-expunge): Ask for confirmation depending on the setting
16112 of rmail-confirm-expunge.
16113
16114 2000-03-23 Gerd Moellmann <gerd@gnu.org>
16115
16116 * Makefile (bootstrap-clean): If $(emacs) exists, build
16117 loaddefs.el first. A loaddefs.el that's not up-to-date might
16118 cause a bootstrap failure because things don't autoload as expected.
16119
16120 2000-03-23 Dave Love <fx@gnu.org>
16121
16122 * net/browse-url.el: Restore previous use of
16123 browse-url-maybe-new-window.
16124
16125 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16126
16127 * ps-print.el: Skip banner page fix.
16128 (ps-print-version): New version number (5.1.2).
16129 (ps-begin-file, ps-end-file, ps-generate): Code fix.
16130
16131 2000-03-23 Dave Pearson <davep@davep.org>
16132
16133 * net/quickurl.el Changed the type of parameter passed to the
16134 function defined by `quickurl-format-function'. Before only the
16135 text of the URL was passed. Now the whole URL structure is passed
16136 and the function is responsible for extracting the parts it requires.
16137 Changed the default of `quickurl-format-function' accordingly.
16138 (quickurl-insert): Changed the `funcall' of
16139 `quickurl-format-function' to match the above change.
16140 (quickurl-list-insert): Changed the `url' case so that it makes
16141 use of `quickurl-format-function', previous to this the format was
16142 hard wired.
16143
16144 2000-03-22 Gerd Moellmann <gerd@gnu.org>
16145
16146 * startup.el: Change some spellings for the X Window System.
16147
16148 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
16149
16150 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16151 Clean up the code and the regexp and make sure the cursor is
16152 temporarily moved to the suspicious line while querying the user.
16153
16154 2000-03-22 Jason Rumney <jasonr@gnu.org>
16155
16156 * w32-fns.el (w32-charset-info-alist): Initialize.
16157
16158 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16159
16160 * ps-print.el: N-up last page fix.
16161 (ps-print-version): New version number (5.1.1).
16162 (ps-end-file, ps-end-job, ps-generate): Code fix.
16163
16164 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16165
16166 * files.el (find-file-run-dired): Update docstring.
16167 (find-directory-functions): New hook.
16168 (find-file-noselect): Run find-directory-functions rather than
16169 calling dired directly.
16170
16171 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16172
16173 * pcvs.el: Add a minimal leading commentary.
16174 (cvs-make-cvs-buffer): Change the header part by removing the startup
16175 message and adding a `Module' entry. Also replace the FOOTER and
16176 HEADER special fileinfos with the new support in ewoc for updating
16177 its own footer and header.
16178 (cvs-update-header): Update to use the header/footer of the ewoc.
16179 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16180 (cvs-is-within-p): New function.
16181 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16182 to only examine some subset of the buffers.
16183
16184 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16185 `format' instead of our own ad-hoc functions.
16186 Remove HEADER and FOOTER cases, now handled in the EWOC.
16187 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16188
16189 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16190 output to avoid scaring the user.
16191 (cvs-parse-table): Catch message for non-up-to-date commits.
16192
16193 * pcvs-defs.el (cvs-startup-message): Remove.
16194 (cvs-global-menu): New autoloaded menu.
16195
16196 * pcvs-util.el (cvs-string-fill): Remove.
16197
16198 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16199 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16200 PP part of it and also make it work for footers and headers.
16201 (ewoc-create): Drop POS and BUFFER arguments.
16202 Use the DLL's dummy node to store the end-of-footer position.
16203 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16204 (ewoc-refresh): Remove unused `header' variable.
16205 (ewoc-(get|set)-hf): New functions.
16206
16207 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16208 log-view-*-(message|file) and use easy-mmode-define-navigation.
16209 (log-view-message-re): Match SCCS format as well.
16210 And match the revision line rather than the dashed separator line.
16211 (log-view-mode): Use the new define-derived-mode.
16212 (log-view-current-tag): Fill in with an actual implementation.
16213
16214 * cvs-status.el (cvs-status-(prev|next)): Rename from
16215 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16216 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16217 to let the output "breathe" a little more (more readable).
16218 (cvs-status-mode): Use the new define-derived-mode.
16219
16220 * smerge-mode.el (smerge-auto-leave): New function and variable.
16221 (smerge-basic-map): Rename from smerge-basic-keymap.
16222 Change the bindings for smerge-diff-*.
16223 (smerge-*-map): Use easy-mmode-defmap.
16224 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16225 (smerge-keep-*): Use smerge-auto-leave.
16226
16227 2000-03-21 Jason Rumney <jasonr@gnu.org>
16228
16229 * cus-edit.el (custom-button-face): Use 3D look for w32.
16230 (custom-button-pressed-face): Likewise.
16231
16232 2000-03-21 Gerd Moellmann <gerd@gnu.org>
16233
16234 * progmodes/etags.el (tags-case-fold-search): New user-option.
16235 (tags-loop-eval): New function. Bind case-fold-search around eval
16236 depending on the value of tags-case-fold-search.
16237 (tags-loop-continue): Use tags-loop-eval.
16238 (find-tag-in-order): Bind case-fold-search depending on the value
16239 of tags-case-fold-search.
16240
16241 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16242
16243 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
16244 (diff-end-of-hunk): Return the end position for use in
16245 `easy-mmode-define-navigation'.
16246 (diff-recenter): Remove.
16247 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16248 of `easy-mmode-define-navigation'.
16249 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16250 previous renaming) and fix to use new names.
16251 (diff-merge-strings): Use \n as separator: simpler, faster.
16252 (diff-mode): Use `define-derived-mode'.
16253
16254 * derived.el (define-derived-mode): Don't autoload anymore.
16255 Prefer the macro-only version provided by easy-mmode.el.
16256
16257 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
16258 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
16259 (easy-mmode-define-navigation): New macro.
16260
16261 * subr.el (combine-run-hooks): New function.
16262
16263 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
16264
16265 * term/x-win.el: Fontsets related initialization is simplified.
16266
16267 * international/mule-diag.el (describe-font): Don't refer to
16268 global-fontset-alist, instead call font-list.
16269 (describe-fontset, list-fontsets, mule-diag): Likewise.
16270 (print-fontset): Adjusted for the change of fontset implementation.
16271
16272 * international/fontset.el (x-charset-registries): Variable removed,
16273 instead the corresponding data is stored in the default fontset.
16274 (register-alternate-fontnames): Function removed.
16275 (resolved-ascii-font): Variable removed.
16276 (x-compose-font-name): Ignore the second argument REDOCE.
16277 (x-complement-fontset-spec): Complement only an ASCII font and
16278 element for those charsets than can use that ASCII font.
16279 (generate-fontset-menu): Don't refer to global-fontset-alist,
16280 instead call fontset-list.
16281 (uninstantiated-fontset-alist): Variable removed.
16282 (x-style-funcs-alist): Likewise.
16283 (fontset-default-styles): Likewise.
16284 (x-modify-font-name): Function removed.
16285 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
16286 (create-fontset-from-ascii-font): Docsting adjusted for the above
16287 change.
16288 (instantiate-fontset, resolve-fontset-name): Functions removed.
16289 (fontset-list): Now implemented by C code.
16290
16291 * faces.el (read-face-font): Fix TABLE arg to completing-read.
16292 (describe-face): Include `font' attribute in the description.
16293
16294 2000-03-21 Kenichi Handa <handa@etl.go.jp>
16295
16296 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16297
16298 2000-03-20 Gerd Moellmann <gerd@gnu.org>
16299
16300 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16301 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16302 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16303
16304 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16305 about behavior of set-buffer-modified-p wrt redisplay.
16306
16307 2000-03-19 Richard M. Stallman <rms@gnu.org>
16308
16309 * view.el (view-mode-disable): Kill local binding of view-read-only.
16310
16311 2000-03-18 Gerd Moellmann <gerd@gnu.org>
16312
16313 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
16314 is a string, convert it to a syntax cell using string-to-syntax.
16315
16316 * simple.el (syntax-code-table, syntax-flag-table): New variables.
16317 (string-to-syntax): New function.
16318
16319 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16320 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16321 try to use passive ftp mode.
16322
16323 2000-03-17 Gerd Moellmann <gerd@gnu.org>
16324
16325 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16326
16327 * simple.el (append-to-buffer): Update point of windows after
16328 insertion.
16329
16330 * abbrev.el (inverse-add-abbrev): Identify word by first moving
16331 forward then moving backward. Reindent.
16332
16333 * frame.el (other-frame): Call x-focus-frame only if
16334 focus-follows-mouse is off.
16335
16336 2000-03-17 Dave Love <fx@gnu.org>
16337
16338 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
16339
16340 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
16341
16342 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16343 regexp for labels cannot span several lines.
16344
16345 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16346 `(setq :<key> ':<key>)' to the macro expansion.
16347
16348 2000-03-16 Dave Love <fx@gnu.org>
16349
16350 * progmodes/f90.el (f90): Put custom group under `languages', not
16351 `fortran'.
16352 (f90-mode-hook): Customize.
16353 (f90-mode): Set add-log-current-defun-function.
16354 (f90-current-defun): New function.
16355
16356 2000-03-16 Gerd Moellmann <gerd@gnu.org>
16357
16358 * cus-edit.el (custom-variable-tag-face): Handle case that
16359 default face's height is not a number.
16360 (custom-face-tag-face, custom-group-tag-face-1)
16361 (custom-group-tag-face): Ditto.
16362 (custom-group-tag-face-1): Add :group.
16363
16364 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16365
16366 2000-03-15 Gerd Moellmann <gerd@gnu.org>
16367
16368 * pcvs-defs.el (toplevel): Remove autoload cookie for form
16369 requiring easymenu.
16370
16371 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16372
16373 * ps-print.el: PostScript user-defined prologue, PostScript error
16374 handler, doc fix.
16375 (ps-print-version): New version number (5.1).
16376 (ps-user-defined-prologue, ps-error-handler-message)
16377 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16378 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16379 (ps-insert-string): New function.
16380
16381 2000-03-15 Kenichi Handa <handa@etl.go.jp>
16382
16383 * international/ccl.el (ccl-compile-expression): Don't generate
16384 invalid self-assignment code.
16385
16386 2000-03-14 Dave Love <fx@gnu.org>
16387
16388 * subr.el (replace-regexp-in-string): Renamed from
16389 replace-regexps-in-string. Doc fix.
16390
16391 2000-03-12 Dave Love <fx@gnu.org>
16392
16393 * cus-edit.el: Doc fixes.
16394 (customize-set-variable, customize-save-variable): Rename args for doc.
16395 (custom-variable-tag-face, custom-face-tag-face)
16396 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16397 style which user identify as hyperlink.
16398 (hook): Don't add undefined functions to the hook.
16399 (debug-ignored-errors): Transfer message from bindings.el.
16400
16401 2000-03-12 Gerd Moellmann <gerd@gnu.org>
16402
16403 * recentf.el (recentf-keep-non-readable-files-p):
16404 Remove double/nested definition.
16405
16406 2000-03-12 Dave Love <fx@gnu.org>
16407
16408 * facemenu.el (facemenu-get-face): Use display-color-p.
16409 * enriched.el (enriched-decode-foreground): Likewise.
16410 (enriched-decode-background): Likewise.
16411 * isearch.el (isearch-highlight): Likewise.
16412 * info-look.el (info-lookup): Likewise.
16413 * simple.el (completion-setup-function): Likewise.
16414
16415 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16416 :options.
16417
16418 * bindings.el (mode-line-format): Fix line-number and
16419 column-number items. Add help-echo for the background.
16420 (mode-line-mule-info): Modify help-echo.
16421
16422 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16423
16424 * files.el (load-file): Allow completion to .elc.
16425
16426 * man.el: Doc fixes.
16427 (Man-init-defvars): Use display-color-p to set fontification.
16428
16429 * play/hanoi.el (hanoi-internal): Don't use oddp.
16430
16431 2000-03-12 Gerd Moellmann <gerd@gnu.org>
16432
16433 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16434
16435 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16436
16437 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16438
16439 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16440 Fix comment.
16441
16442 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16443
16444 * font-lock.el (font-lock-keywords): Fix the doc now that
16445 regexp-opt-depth is unnecessary.
16446 (save-buffer-state): Set an edebug spec.
16447 (font-lock-fontify-anchored-keywords): Properly handle the case when
16448 the matcher goes past the limit.
16449
16450 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16451 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16452
16453 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16454 dll.el and cookie.el (from Elib) with heavy renaming and other
16455 massaging.
16456
16457 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16458 Autoload the functions used.
16459 (easy-mmode-define-syntax): Fix CL typo.
16460 (easy-mmode-define-derived-mode): Improve the docstring generation.
16461
16462 2000-03-10 Gerd Moellmann <gerd@gnu.org>
16463
16464 * textmodes/texinfo.el (texinfo-version): Variable and function
16465 removed.
16466
16467 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16468
16469 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16470 allow more flexibility.
16471 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
16472 (easy-mmode-defmap, easy-mmode-defsyntax)
16473 (easy-mmode-define-derived-mode): New macros.
16474
16475 2000-03-09 Didier Verna <didier@xemacs.org>
16476
16477 * rect.el (replace-rectangle): New function.
16478
16479 2000-03-09 Dave Love <fx@gnu.org>
16480
16481 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
16482 (fortran-comment-line-start-skip): Don't match cpp stuff.
16483 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16484 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16485 (fortran-mode): Don't set fortran-comment-line-start-skip,
16486 fortran-comment-line-start here. Set comment-start,
16487 add-log-current-defun.
16488 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16489 (fortran-current-defun): New function.
16490
16491 2000-03-09 Gerd Moellmann <gerd@gnu.org>
16492
16493 * emacs-lisp/re-builder.el: New file.
16494
16495 * mouse.el (mouse-drag-region): Don't run up-event handler
16496 if hscroll has changed.
16497
16498 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16499 builtin operators, use `font-lock-builtin-face' for Emacs and
16500 `font-lock-preprocessor-face' otherwise.
16501
16502 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16503 `(defun (setf foo)' differently.
16504
16505 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16506
16507 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16508 (regexp-opt): Update comment and adapt the code the new meaning of
16509 the `paren' argument of regex-opt-group for shy-groups.
16510 (regexp-opt-depth): Handle shy groups as well as backslashed
16511 backslashes.
16512 (regexp-opt-group): Turn the leading comment into a docstring.
16513 Allow `paren' to be a string (the string to use to open a group).
16514 Remove open-presuf and close-presuf. Instead of checking for `all
16515 one-char' and then later on check for `several one-char', handle
16516 both cases close together. Also apply a more generic algorithm
16517 for suffixes (the mirror image of the algorithm used for
16518 prefixes). Use shy-groups. Use nreverse rather than reverse.
16519 (regexp-opt-try-suffix): Removed.
16520
16521 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16522 from comint-mode-map, so we can just inherit from it. Also, move
16523 the initialization into the `defvar' since there's no docstring
16524 anyway and it's fairly short.
16525 (inferior-scheme-mode): Define it as derived-mode: the code is
16526 shorter and this way we inherit from comint-mode-map rather than
16527 copying it.
16528
16529 * subr.el (replace-regexps-in-string): Properly handle the case
16530 where we match an empty string.
16531
16532 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16533 when the command has a directory component (such as "./testml").
16534 Also fix a typo in the comment.
16535
16536 2000-03-08 Gerd Moellmann <gerd@gnu.org>
16537
16538 * Makefile (compile-files): Compile files one by one because
16539 that's the only way to ensure a clean compilation environment for
16540 each individual file.
16541
16542 * frame.el (other-frame): Call x-focus-frame.
16543
16544 2000-03-07 Dave Love <fx@gnu.org>
16545
16546 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16547 :require to defcustom.
16548
16549 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
16550
16551 * files.el (auto-mode-alist): Add configure.in.
16552
16553 * progmodes/autoconf.el: New file.
16554
16555 2000-03-07 Gerd Moellmann <gerd@gnu.org>
16556
16557 * mail/mh-e.el: Change maintainer to `none'.
16558
16559 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16560 to remove-hook and add-hook.
16561
16562 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16563
16564 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16565 it as the default.
16566 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16567 (sendmail-send-it): Conditionally add MIME headers specifying the
16568 used character set.
16569
16570 2000-03-07 Dave Love <fx@gnu.org>
16571
16572 * winner.el: Fix keywords, autoload cookies.
16573 Split eval-when-compile form to avoid compilation failure.
16574
16575 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16576
16577 * international/mule.el: Modify comment about coding system
16578 property `coding-category'.
16579 (make-coding-system): New argument EOL-TYPE. Pay attention to
16580 coding-category property of PROPERTIES.
16581
16582 * international/mule-conf.el (coding-category-utf-8)
16583 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
16584 categories. Include them in the argument for set-coding-priority.
16585
16586 * international/mule-cmds.el (reset-language-environment):
16587 Include coding-category-utf-8, coding-category-utf-16-be, and
16588 coding-category-utf-16-le in the argument for set-coding-priority.
16589 (reset-language-environment): Initialize coding-category-utf-8,
16590 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16591
16592 2000-03-06 Karl Fogel <kfogel@red-bean.com>
16593
16594 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16595 code abstracted out of `bookmark-jump-noselect'. Now tries info
16596 extensions as well as compression extensions.
16597 (bookmark-jump-noselect): Use above new func.
16598
16599 2000-03-03 Gerd Moellmann <gerd@gnu.org>
16600
16601 * strokes.el: Change maintainer's mail address.
16602
16603 2000-03-03 Kenichi Handa <handa@etl.go.jp>
16604
16605 * international/mule-diag.el (list-character-sets): Make help-echo
16606 string by substitute-command-keys.
16607 (list-character-sets): Likewise.
16608 (sort-listed-character-sets): Call help-setup-xref.
16609
16610 2000-03-02 Gerd Moellmann <gerd@gnu.org>
16611
16612 * time.el (display-time-mail-file): Add `none' to the list of choices.
16613
16614 2000-03-01 Dave Love <fx@gnu.org>
16615
16616 * help.el (help-xref-go-back): Don't try to set position.
16617
16618 * international/mule-diag.el (list-character-sets):
16619 Call help-setup-xref. Add help-echo to xrefs.
16620 (list-character-sets-1): Add help-echo to xrefs.
16621
16622 2000-03-02 Gerd Moellmann <gerd@gnu.org>
16623
16624 * frame.el (blink-cursor-mode): Switch cursor on when turning
16625 the mode off.
16626
16627 * add-log.el (add-log-current-defun): Add support for
16628 Autoconf mode.
16629
16630 * mail/rmail.el (rmail-quit-hook): New variable.
16631
16632 2000-03-01 Dave Love <fx@gnu.org>
16633
16634 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16635
16636 * help.el (help-xref-button): Add help-echo arg.
16637 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16638
16639 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
16640
16641 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
16642
16643 2000-03-01 Gerd Moellmann <gerd@gnu.org>
16644
16645 * image.el (defimage): Look for image files in load-path.
16646
16647 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
16648
16649 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16650
16651 * recentf.el (recentf): Added version tag to the defgroup of recentf.
16652
16653 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16654
16655 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
16656 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16657 action to select/unselect a file.
16658 (recentf-edit-list): Code cleanup and improvement.
16659 (recentf-open-more-files-action): `recentf-open-more-files' button
16660 widget action to open a file.
16661 (recentf-open-more-files): No more use standard completion but widgets.
16662 (recentf-more-collection): Deleted.
16663 (recentf-more-history): Deleted.
16664 (recentf-setup-more-completion): Deleted.
16665
16666 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16667
16668 * recentf.el (recentf-mode): No more needs that Emacs is running
16669 under a window-system.
16670
16671 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16672
16673 * recentf.el (recentf-edit-list): New command to edit the recent
16674 list which allow the user to remove files.
16675 (recentf-edit-selected-items): New global variable, used by
16676 `recentf-edit-list' to hold the list of files to be removed from
16677 the recent list.
16678 (recentf-make-menu-items): Updated to display a "Edit list..."
16679 menu item. Minor code cleanup.
16680
16681 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16682
16683 * recentf.el (recentf-open-more-files): New command to open files
16684 that are not displayed in the menu.
16685 (recentf-more-collection): New global variable holding the set of
16686 permissible completions used by `recentf-open-more-files'.
16687 (recentf-more-history): New global variable holding the history list
16688 used by `recentf-open-more-files' completion.
16689 (recentf-setup-more-completion): New function to setup completion for
16690 `recentf-open-more-files'.
16691 (recentf-make-menu-items): Updated to display a "More..." menu item.
16692
16693 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16694
16695 * recentf.el (recentf-menu-action): Doc fixed.
16696
16697 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16698
16699 * recentf.el (recentf-menu-filter): Doc updated.
16700 (recentf-update-menu-hook): Allow menu filters to force menu update.
16701 (recentf-make-menu-items): New menu filter handling.
16702 (recentf-make-menu-item): New helper function.
16703 (recentf-menu-elements): New menu handling function.
16704 (recentf-sort-ascending): Updated to new menu filter handling.
16705 (recentf-sort-descending): Updated to new menu filter handling.
16706 (recentf-sort-basenames-ascending): New menu filter function.
16707 (recentf-sort-basenames-descending): New menu filter function.
16708 (recentf-show-basenames): New menu filter function.
16709 (recentf-show-basenames-ascending): New menu filter function.
16710 (recentf-show-basenames-descending): New menu filter function.
16711
16712 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16713
16714 * diary-lib.el (list-diary-entries): Don't try to go forward at
16715 the end of the buffer.
16716
16717 2000-02-29 Kenichi Handa <handa@etl.go.jp>
16718
16719 * international/mule-diag.el (list-character-sets):
16720 Completely rewritten.
16721 (sort-listed-character-sets): New function.
16722 (list-character-sets-1): Completely rewritten.
16723 (list-character-sets-2): New function.
16724 (non-iso-charset-alist): New variable.
16725 (decode-codepage-char): New function.
16726 (charset-history): New variable.
16727 (read-charset) (list-block-of-chars)
16728 (list-iso-charset-chars)
16729 (list-non-iso-charset-chars)
16730 (list-charset-chars): New functions.
16731 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
16732 (dump-charsets): Likewise.
16733
16734 2000-02-29 Gerd Moellmann <gerd@gnu.org>
16735
16736 * dired-x.el (dired-filename-at-point): Add `@' to valid
16737 file name characters.
16738 (dired-filename-at-point): Handle ange-ftp file names.
16739
16740 * frame.el (frame-notice-user-settings): Use assq-delete-all
16741 instead of assoc-delete-all.
16742 (frame-notice-user-settings): Ditto.
16743
16744 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16745 Don't copy alist.
16746
16747 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16748
16749 * calculator.el (calculator-use-menu): New option.
16750 (calculator-initial-bindings): Changed some bindings to work as macros.
16751 (calculator-forced-input): Removed.
16752 (calculator-restart-other-mode): New variable.
16753 (calculator-mode-map): Set up menu.
16754
16755 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16756
16757 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
16758
16759 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16760
16761 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
16762 translate all ESC key sequences.
16763 (viper-goto-mark-subr): Restore markers for files for which
16764 they were saved.
16765 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16766 * viper-util.el (viper-set-replace-overlay-glyphs)
16767 (viper-set-replace-overlay): Always check if the replacement
16768 overlay is live.
16769 * viper.el (viper-vi-state-mode-list): Add major modes.
16770 * ediff-wind.el: Minor comment changes.
16771 * ediff.el: Copyright notice date fix.
16772
16773 2000-02-27 Jason Rumney <jasonr@gnu.org>
16774
16775 * faces.el (face-font-family-alternatives): Add arial to helv.
16776 (mode-line, header-line, tool-bar): Same default as x for w32.
16777 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16778 face-font-family-alternatives from working.
16779 * term/w32-win.el (mouse-set-font): Do not build fontset from
16780 chosen font.
16781
16782 2000-02-25 Sam Steingold <sds@goems.com>
16783
16784 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16785 properly.
16786
16787 2000-02-25 Richard M. Stallman <rms@gnu.org>
16788
16789 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16790
16791 2000-02-25 Gerd Moellmann <gerd@gnu.org>
16792
16793 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
16794
16795 * frame.el (busy-cursor-delay-seconds): New option.
16796
16797 2000-02-24 Gerd Moellmann <gerd@gnu.org>
16798
16799 * frame.el (show-cursor-in-non-selected-windows): New option.
16800
16801 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16802
16803 * diary-lib.el (include-other-diary-files): Undo the selective
16804 display in any included file and don't kill it.
16805
16806 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16807
16808 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16809 Menu items converted to (menu-item format, help strings added.
16810 [downcase, upcase]: Don't enable on MS-DOS.
16811 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
16812 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16813
16814 2000-02-23 Dave Love <fx@gnu.org>
16815
16816 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16817 (backward-kill-word): Revert addition of * to interactive spec --
16818 it's a feature.
16819
16820 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16821 (backward-kill-sentence, kill-sentence): Likewise.
16822
16823 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16824 scratch buffer name.
16825 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
16826
16827 * term/w32-win.el (internal-face-interactive): Update prompt for
16828 new read-face-name.
16829
16830 * mail/footnote.el (footnote): Add :version to defgroup.
16831 (footnote-section-tag-regexp): Customize.
16832 (footnote-start-tag, footnote-end-tag): New option.
16833 (footnote-latin-regexp): New variable.
16834 (Footnote-latin): New function.
16835 (footnote-style-alist): Add element for latin style.
16836 (footnote-style): Moved.
16837 (Footnote-goto-footnote): Use eq to test arg.
16838
16839 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16840
16841 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16842 (byte-compile-trueconstp): Include keywords.
16843 (byte-optimize-quote, byte-optimize-lapcode):
16844 Use byte-compile-const-symbol-p.
16845 (byte-optimize-char-before): New optimization.
16846
16847 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16848 (byte-compile-const-symbol-p): New function.
16849 (byte-compile-constp, byte-compile-out-toplevel)
16850 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16851 Use it.
16852
16853 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16854
16855 2000-02-23 Kenichi Handa <handa@etl.go.jp>
16856
16857 * international/encoded-kb.el: Be sure to update minor-mode-alist
16858 and minor-mode-map-alist.
16859 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16860 codes SS2 and SS3 correctly.
16861 (encoded-kbd-self-insert-ccl): New function.
16862 (encoded-kbd-setup-keymap): New function.
16863 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16864 by calling encoded-kbd-setup-keymap.
16865
16866 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16867 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
16868
16869 2000-02-22 Dave Love <fx@gnu.org>
16870
16871 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
16872 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
16873 (lisp-mode-syntax-table): Set up for #|...|# comments.
16874 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16875 classes. Match `defface'.
16876 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16877 (eval-defun-1): Fix for defcustom.
16878 (lisp-indent-region): Doc fix.
16879
16880 * subr.el (when, unless, split-string): Doc fix.
16881 (read-passwd): Move call of clear-this-command-keys to the right place.
16882 (replace-regexps-in-string): New function.
16883
16884 2000-02-22 Gerd Moellmann <gerd@gnu.org>
16885
16886 * help.el (describe-variable): Set syntax table to
16887 emacs-lisp-mode-syntax-table when moving forward over the
16888 symbol's name.
16889
16890 2000-02-22 Dave Love <fx@gnu.org>
16891
16892 * xt-mouse.el: Doc fixes.
16893 (xterm-mouse-position-function): New function, replacing advice of
16894 mouse-position.
16895 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16896
16897 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16898
16899 2000-02-21 Gerd Moellmann <gerd@gnu.org>
16900
16901 * format.el (format-annotate-single-property-change):
16902 Handle properties.with dotted-list values.
16903 (format-proper-list-p): New function.
16904
16905 * enriched.el (enriched-face-ans): Handle '(foreground-color
16906 . COLOR) and (background-color . COLOR).
16907
16908 2000-02-20 Dave Love <fx@gnu.org>
16909
16910 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16911 and assignments to it.
16912 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16913 current local map.
16914 (make-flyspell-overlay): Use it.
16915 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16916
16917 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16918 (lm-get-header-re): Defun, not defsubst.
16919 (lm-get-package-name): Defun, not defsubst. Simplify.
16920 (lm-version): Doc fix. Simplify.
16921 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16922 (lm-crack-address, lm-last-modified-date, lm-commentary)
16923 (lm-verify, lm-synopsis): Simplify.
16924 (lm-report-bug): Require emacsbug. Use compose-mail.
16925
16926 2000-02-20 Gerd Moellmann <gerd@gnu.org>
16927
16928 * dired.el (dired-mode): Call propertized-buffer-identification
16929 to set mode-line-buffer-identification to something having
16930 the right text properties.
16931
16932 * bindings.el (propertized-buffer-identification): New function.
16933
16934 2000-02-20 Dave Love <fx@gnu.org>
16935
16936 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16937 check for t-mouse too.
16938
16939 * cus-start.el: Make echo-keystrokes `number'.
16940
16941 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16942
16943 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16944 Don't call ring-empty-p unless tags-location-ring is bound.
16945 From Noah Friedman <friedman@splode.com>.
16946
16947 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16948
16949 * progmodes/hideshow.el (hs-flag-region): No longer use
16950 `intangible' overlay property.
16951
16952 (hs-toggle-hiding): New command.
16953 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16954
16955 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16956 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16957 and deactivation.
16958
16959 2000-02-18 Gerd Moellmann <gerd@gnu.org>
16960
16961 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16962
16963 2000-02-17 Gerd Moellmann <gerd@gnu.org>
16964
16965 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16966
16967 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16968 of `*' to handle `(* ... *)' comments.
16969
16970 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16971
16972 * faces.el (list-faces-display): Use display-mouse-p instead of
16973 window-system.
16974
16975 * menu-bar.el (global-map): Menu-bar items converted to the new
16976 format (menu-item..., rearranged for better CUA compliance, and
16977 their names changed for better clarity. Help strings added.
16978
16979 * international/mule-cmds.el (mule-menu-keymap)
16980 (describe-language-environment-map, set-coding-system-map)
16981 (setup-language-environment-map): Convert to new (menu-item...
16982 form, add help strings. Change names of menu items for better clarity.
16983 "Mule" menu-bar item removed (it's now in the "Options" submenu).
16984
16985 2000-02-17 Gerd Moellmann <gerd@gnu.org>
16986
16987 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16988 within the code.
16989
16990 2000-02-16 Dave Love <fx@gnu.org>
16991
16992 * faces.el: Don't require custom. Add more specific :groups to
16993 various deffaces.
16994 (set-face-attribute): Purecopy args.
16995 (read-face-name): Default to name at point and use it in prompt.
16996 Remove colon from arg in all callers.
16997 (list-faces-display): Hyperlink to face descriptions and customize
16998 buffers.
16999
17000 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
17001
17002 * wid-edit.el (widget-match-inline): An atom never matches a list.
17003
17004 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17005
17006 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17007 at ':' characters by call to split-string.
17008
17009 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17010
17011 * textmodes/bibtex.el: Added RCS version identification.
17012
17013 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17014
17015 * textmodes/bibtex.el: Some temporary comments removed.
17016 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
17017 (bibtex-field-const): Allow capital letters.
17018 (bibtex-start-of-string): Deleted because unused.
17019
17020 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17021 use the term 'reference' to describe a bibtex entry as a whole.
17022 Further, reference keys are no longer called 'labels'.
17023 (bibtex-keys): Renamed to bibtex-reference-keys.
17024 (bibtex-reformat-previous-labels): Renamed to
17025 bibtex-reformat-previous-reference-keys.
17026 (bibtex-reference-type): Renamed to bibtex-entry-type.
17027 (bibtex-reference-head): Renamed to bibtex-entry-head.
17028 (bibtex-reference-maybe-empty-head): Renamed to
17029 bibtex-entry-maybe-empty-head.
17030 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17031 (bibtex-search-reference): Renamed to bibtex-search-entry.
17032 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17033 bibtex-enclosing-entry-maybe-empty-head.
17034 (bibtex-entry-field-alist, bibtex-entry-head)
17035 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17036 (bibtex-map-entries, bibtex-search-entry)
17037 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17038 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17039 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17040 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17041 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17042 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17043 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
17044
17045 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17046
17047 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17048 comment.
17049 (bibtex-format-field-delimiters): New function, functionality
17050 extracted from bibtex-format-entry.
17051 (bibtex-autokey-get-yearfield-digits): New function, functionality
17052 extracted from bibtex-autokey-get-yearfield.
17053
17054 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17055 entries in order to avoid stack overflow in the regexp matcher if
17056 field contents become large.
17057 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17058 (bibtex-field-string-part-not-braced)
17059 (bibtex-field-string-part-no-inner-braces)
17060 (bibtex-field-string-part-1-inner-brace)
17061 (bibtex-field-string-part-2-inner-braces)
17062 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17063 (bibtex-field-string-quoted, bibtex-field-string)
17064 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17065 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17066 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17067 Deleted as parsing is now performed by the following functions.
17068 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17069 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17070 (bibtex-parse-field-string, bibtex-search-forward-field-string)
17071 (bibtex-parse-association, bibtex-field-name-for-parsing)
17072 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17073 (bibtex-search-forward-field, bibtex-search-backward-field)
17074 (bibtex-start-of-field, bibtex-end-of-field)
17075 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17076 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17077 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17078 (bibtex-parse-string, bibtex-search-forward-string)
17079 (bibtex-search-backward-string, bibtex-start-of-string)
17080 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17081 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17082 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
17083 entries. Instead of reporting the results of the parsing by
17084 match-beginning or match-end, these functions return data structures
17085 that hold the corresponding positions.
17086 (bibtex-enclosing-field): Changed to also report field boundaries by
17087 return values rather than by match-beginning or match-end.
17088 The following functions have been adapted to use the new
17089 parsing functions.
17090 (bibtex-skip-to-valid-entry, bibtex-search-reference)
17091 (bibtex-enclosing-field, bibtex-format-entry)
17092 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17093 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17094 (bibtex-print-help-message, bibtex-end-of-entry)
17095 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17096 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17097 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17098 Use the new method for parsing.
17099 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17100 (bibtex-map-entries, bibtex-flash-head)
17101 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17102 (bibtex-autokey-change, bibtex-autokey-get-namefield)
17103 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17104 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17105 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17106 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17107 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17108 order to make the new binding of case-fold-search immediately visible.
17109
17110 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17111
17112 * textmodes/bibtex.el: Copyright notice is up to date.
17113 Added constant 'bibtex-maintainer-salutation.
17114
17115 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
17116 than make-temp-name, use match-string-no-properties and eliminate
17117 a quadratic behavior when building bibtex-strings.
17118
17119 * bibtex.el (bibtex-reference-key): Accept string entries whose
17120 reference key contains upper case letters.
17121
17122 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17123
17124 * bibtex.el (bibtex-reference-head): Allow entries to start with
17125 a new line.
17126
17127 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17128
17129 * bibtex.el: Hiding of entry bodies is not longer provided by
17130 bibtex.el directly. Instead the hideshow package can be used.
17131 Added a special bibtex entry to hs-special-modes-alist.
17132 (bibtex-hs-forward-sexp): Added for hideshow.el.
17133
17134 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17135
17136 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17137 proceedings entry type (for cross referencing). Thanks to Wagner
17138 Toledo Correa for the suggestion.
17139
17140 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17141
17142 2000-02-14 Kenichi Handa <handa@etl.go.jp>
17143
17144 * international/characters.el: Setup case table for Vietnamese.
17145
17146 2000-02-12 Gerd Moellmann <gerd@gnu.org>
17147
17148 * uniquify.el (toplevel): Require CL at compile time.
17149 (uniquify-push): Removed.
17150
17151 * shadowfile.el (shadow-when): Removed.
17152
17153 * tempo.el (tempo-dolist, tempo-mapc): Removed.
17154 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
17155
17156 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17157 regexp for paragraph-start.
17158
17159 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17160 commas as well.
17161
17162 2000-02-10 Dave Love <fx@gnu.org>
17163
17164 * wid-edit.el: (widgets) [defgroup]: Remove url link.
17165 (widget-color-choice-list, widget-color-history, widget-mouse-help):
17166 Deleted.
17167 (widget-specify-field, widget-specify-button): Don't use
17168 widget-mouse-help as help-echo property.
17169 (default): Use #'ignore for :validate and :mouse-down-action.
17170 (checkbox): Add help-echo.
17171 (widget-sexp-validate): Rewritten to clarify error messages.
17172 (character): Use char-valid-p in :match function.
17173 (widget-color-complete): Use facemenu-color-alist.
17174 (widget-color-action): Use facemenu-read-color.
17175
17176 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
17177 set up `caar' &c that we now have.
17178
17179 2000-02-09 Ray Blaak <blaak@gnu.org>
17180
17181 * delphi.el: Make resourcestring a declaration region, like const
17182 and var.
17183
17184 2000-02-09 Dave Love <fx@gnu.org>
17185
17186 * bindings.el (mode-line-input-method-map): New variable.
17187 (mode-line-mule-info): Use it; fix last change.
17188 (mode-line-mode-menu): Move definition.
17189 (mode-line-mouse-sensitive-p): Deleted.
17190 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
17191 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
17192
17193 * startup.el (command-line-1): Don't call
17194 make-mode-line-mouse-sensitive.
17195
17196 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17197
17198 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17199 before rmail-toggle-header, because the former toggles headers.
17200
17201 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17202
17203 * diff-mode.el (diff-kill-junk): New interactive function.
17204 (diff-reverse-direction): Use delete-and-extract-region.
17205 (diff-post-command-hook): Restrict the area so that the hook also works
17206 outside of any diff hunk. This is necessary for the minor-mode.
17207 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17208 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17209
17210 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17211 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17212 so that it can be used more easily in <foo>-mode-hook. Also make sure
17213 to avoid duplicate entries.
17214 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17215 (font-lock-remove-keywords): Just as was done for `add', allow it to
17216 work even if font-lock-mode is nil. Also make sure we don't modify
17217 any pre-existing list by forcing a copy-sequence. Finally rename
17218 `major-mode' to `mode'.
17219 (font-lock-fontify-syntactic-anchored-keywords)
17220 (font-lock-fontify-anchored-keywords)
17221 (font-lock-fontify-keywords-region): Use line-end-position.
17222 Don't make `font-lock-multiline' local (it's now done in
17223 font-lock-set-defaults).
17224 (font-lock-set-defaults): Make `font-lock-multiline' local.
17225 Move the `font-lock-fontified' creation to inside the `unless'.
17226
17227 2000-02-06 Andrew Innes <andrewi@gnu.org>
17228
17229 * term/w32-win.el (x-handle-args): Comment out call to message,
17230 which occurs before window system is initialized.
17231
17232 * makefile.nt: Add support for recompiling lisp code.
17233
17234 2000-02-04 Dave Love <fx@gnu.org>
17235
17236 * bindings.el (mode-line-mule-info): Fix/extend last change.
17237
17238 * completion.el: Replace completion-dolist with dolist.
17239
17240 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
17241
17242 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17243
17244 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
17245 environment names before they go into the section regexp.
17246
17247 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
17248 char class in regexp.
17249
17250 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17251 Bind `case-fold-search' to nil.
17252
17253 * progmodes/idlwave.el (idlwave-template):
17254 Respect `idlwave-abbrev-change-case'.
17255 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17256 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17257 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
17258 (idlwave-rw-case): New function.
17259 (idlwave-statement-match): Fixed problem with assignment regexp.
17260 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
17261 (idlwave-surround): New argument LENGTH to support padding of
17262 operators longer than 1 char.
17263
17264 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17265 idlwave-shell-expression-overlay. Implemented printing of
17266 expressions on higher levels of the calling stack.
17267 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
17268 (idlwave-retrieve-expression-from-level): New function.
17269 (idlwave-shell-last-calling-stack): Variable removed.
17270 (idlwave-shell-reset): Argument action reversed (`visible' to
17271 `hidden'). Also remove stop-line overlay.
17272 (idlwave-shell-calling-stack-routine): New variable.
17273 (idlwave-shell-parse-stack-and-display): Messages now display
17274 negative level numbers.
17275 (idlwave-shell-mode): Set `modeline-format'.
17276 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
17277 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
17278 (idlwave-shell-print-expression-function): New option.
17279
17280 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17281 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
17282 `tool-bar' instead of `toolbar'.
17283
17284 2000-02-02 Dave Love <fx@gnu.org>
17285
17286 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17287 emacs-lisp-mode-hook. Don't check for defalias being defined.
17288
17289 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
17290 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17291 Use the new builtins directly.
17292
17293 * whitespace.el (whitespace): Add :version to defgroup.
17294
17295 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17296 Doc fix.
17297
17298 * thingatpt.el (sexp-at-point, symbol-at-point)
17299 (number-at-point, list-at-point): Add autoload cookie.
17300
17301 * recentf.el (recentf): Add :version to defgroup.
17302
17303 * quickurl.el (quickurl): Add :version to defgroup.
17304
17305 * elide-head.el (elide-head): Use point-marker more.
17306
17307 * bs.el (bs): Add :version to defgroup.
17308
17309 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17310
17311 * progmodes/delphi.el (delphi): Add :version to defgroup.
17312
17313 2000-02-02 Gerd Moellmann <gerd@gnu.org>
17314
17315 * ange-ftp.el (ange-ftp-write-region): Handle case that
17316 succeeding process operation sets a different coding system.
17317
17318 * calculator.el: New file.
17319
17320 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17321
17322 * frame.el (frames-on-display-list, framep-on-display): New functions.
17323 (display-mouse-p, display-popup-menus-p, display-graphic-p)
17324 (display-selections-p, display-screens, display-pixel-width)
17325 (display-pixel-height, display-mm-width, display-mm-height)
17326 (display-backing-store, display-save-under, display-planes)
17327 (display-color-cells, display-visual-class): New functions.
17328
17329 * term/tty-colors.el (tty-color-gray-shades): New function.
17330
17331 * faces.el (display-color-p): Use framep-on-display.
17332 (display-grayscale-p): New function.
17333
17334 2000-01-31 Dave Love <fx@gnu.org>
17335
17336 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17337 (create-fontset-from-x-resource): Don't concat integers.
17338
17339 2000-01-31 Inge Frick <inge@nada.kth.se>
17340
17341 * view.el: Some changes in documentation. Removed some trailing
17342 whitespace. Changed some parameter names to agree with documentation.
17343 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17344 window is not deleted. Modifies change 1998-04-26.
17345
17346 2000-01-31 Gerd Moellmann <gerd@gnu.org>
17347
17348 * windmove.el: New file.
17349
17350 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17351 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17352 progmodes/ebnf-yac.el: Update copyright and license info.
17353
17354 * jit-lock.el (jit-lock-function): Widen before calculating
17355 end position.
17356 (jit-lock-stealth-chunk-start): Rewritten.
17357
17358 * info.el (Info-title-face-alist): Removed.
17359 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
17360 (Info-fontify-node): Use these faces.
17361
17362 2000-01-30 Gerd Moellmann <gerd@gnu.org>
17363
17364 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17365 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17366 `&allow-other-keywords'.
17367
17368 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17369 the list of directories scanned heuristically.
17370
17371 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
17372
17373 2000-01-30 Jason Rumney <jasonr@gnu.org>
17374
17375 * w32-fns.el: Define w32-tty-standard-colors.
17376
17377 * startup.el (command-line): Use w32-tty-standard-colors when in
17378 w32 console mode.
17379
17380 2000-01-30 Dave Love <fx@gnu.org>
17381
17382 * jka-compr.el (jka-compr-load): Fix up load-history.
17383
17384 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17385
17386 * emacs-lisp/cl-macs.el: Revert previous change.
17387
17388 2000-01-29 Dave Love <fx@gnu.org>
17389
17390 * facemenu.el: Purecopy various strings.
17391
17392 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17393 years. Deal with three-digit years.
17394
17395 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17396 Use defconst, purecopy.
17397 (help-back-label): Purecopy it.
17398
17399 2000-01-18 Gerd Moellmann <gerd@gnu.org>
17400
17401 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17402 variable. If non-nil, order the buffer list according to the
17403 currently selected frame.
17404 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17405 non-nil, pass the selected frame to function buffer-list.
17406
17407 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17408
17409 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17410
17411 2000-01-28 Dave Love <fx@gnu.org>
17412
17413 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17414
17415 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17416 Don't use lisp-indent-hook property.
17417 (cl-abs): Remove.
17418
17419 * subr.el: Move out indent and edebug specs for when and unless.
17420
17421 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17422 when, unless.
17423
17424 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17425 unless, when.
17426
17427 2000-01-28 Gerd Moellmann <gerd@gnu.org>
17428
17429 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17430 `collecting' as synonym for `collect'.
17431
17432 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17433 for the case it contains spaces.
17434
17435 * simple.el (what-cursor-position): Change formatting of messages.
17436
17437 * frame.el (delete-other-frames): New function.
17438 (toplevel): Bind it to C-x 5 1.
17439
17440 * sort.el (sort-numeric-base): New option.
17441 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17442 interpret it as octal or hexadecimal. Use sort-numeric-base
17443 as default base.
17444
17445 * progmodes/glasses.el: New file.
17446
17447 2000-01-27 Gerd Moellmann <gerd@gnu.org>
17448
17449 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17450 userids differently.
17451
17452 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17453 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17454 progmodes/ebnf-yac.el: New files.
17455
17456 2000-01-26 Dave Love <fx@gnu.org>
17457
17458 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17459 on a function with an empty body. [From Eric Ludlam.]
17460
17461 2000-01-25 Andre Spiegel <spiegel@gnu.org>
17462
17463 * vc.el (vc-version-diff): Make sure file name is expanded.
17464
17465 2000-01-25 Gerd Moellmann <gerd@gnu.org>
17466
17467 * scroll-bar.el (scroll-bar-timer): Variable removed.
17468 (scroll-bar-toolkit-scroll): Don't use a timer.
17469
17470 2000-01-25 Kenichi Handa <handa@etl.go.jp>
17471
17472 * language/thai-util.el (thai-composition-function):
17473 Delete superfluous `a'.
17474
17475 2000-01-24 Dave Love <fx@gnu.org>
17476
17477 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17478 end-of-defun-function.
17479
17480 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
17481
17482 2000-01-22 Jason Rumney <jasonr@gnu.org>
17483
17484 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17485 conflicts with new face support.
17486
17487 2000-01-22 Richard M. Stallman <rms@gnu.org>
17488
17489 * replace.el (query-replace): Rename last arg to DELIMITED.
17490 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17491 (query-replace-regexp): Likewise.
17492
17493 2000-01-20 Richard M. Stallman <rms@gnu.org>
17494
17495 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17496
17497 * emacs-lisp/lisp.el (beginning-of-defun-function):
17498 Variable renamed from beginning-of-defun.
17499 Do not call make-variable-buffer-local.
17500 (beginning-of-defun-raw): Use new variable name; doc fix.
17501 (beginning-of-defun): Doc fix.
17502 (end-of-defun-function): Variable renamed from end-of-defun.
17503 Do not call make-variable-buffer-local.
17504 (end-of-defun): Use new variable name; doc fix.
17505
17506 * subr.el (dolist, dotimes): Copied from cl-macs.el
17507 and made to work.
17508
17509 * mail/undigest.el (rmail-digest-end-regexps):
17510 Variable replaces rmail-digest-end-regexp.
17511 Allows multiple regexps for detecting the end line.
17512 (undigestify-rmail-message): Corresponding changes.
17513
17514 2000-01-19 Dave Love <fx@gnu.org>
17515
17516 * files.el (user-init-file): Don't declare here -- is primitive.
17517
17518 * startup.el (command-line): Check for compiled user-init-file and
17519 set to uncompiled version if necessary.
17520
17521 2000-01-18 Gerd Moellmann <gerd@gnu.org>
17522
17523 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17524 (undigestify-rmail-message): Use it.
17525
17526 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17527
17528 2000-01-17 Gerd Moellmann <gerd@gnu.org>
17529
17530 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17531 of mini-buffer.
17532
17533 2000-01-14 Gerd Moellmann <gerd@gnu.org>
17534
17535 * emacs-lisp/copyright.el (copyright-update): Removed the
17536 requirement for a trailing space from `copyright-regexp', to
17537 support copyrights with owner specified on a separate line..
17538
17539 * align.el: New file.
17540
17541 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17542
17543 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17544
17545 2000-01-13 Dave Love <fx@gnu.org>
17546
17547 * ph.el: Removed. (Obsoleted by EUDC.)
17548
17549 2000-01-13 Gerd Moellmann <gerd@gnu.org>
17550
17551 * net/eudc.el (toplevel): Remove autoloaded code installing
17552 menu with easymenu, because that causes build problems.
17553
17554 * frame.el (frame-notice-user-settings): New variable.
17555 (frame-notice-user-settings): Don't modify frame parameters
17556 if called a second time.
17557
17558 2000-01-13 Richard M. Stallman <rms@gnu.org>
17559
17560 * frame.el (frame-notice-user-settings):
17561 Notice default-frame-parameters even for non-window frames.
17562
17563 2000-01-13 Gerd Moellmann <gerd@gnu.org>
17564
17565 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17566 for Emacs.
17567 (eudc-bob-can-display-inline-images): Extend for Emacs.
17568 (eudc-bob-toggle-inline-display): Ditto.
17569 (eudc-bob-display-jpeg): Ditto.
17570
17571 2000-01-12 Gerd Moellmann <gerd@gnu.org>
17572
17573 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17574 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17575 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17576
17577 * add-log.el (add-change-log-entry): Fix error trying an
17578 `(insert nil)'.
17579
17580 * subdirs.el: Add `net' directory.
17581
17582 * net: New directory.
17583
17584 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17585 eval-last-sexp. Don't bind debug-on-error here.
17586 (eval-last-sexp): New function. Bind debug-on-error if
17587 eval-expression-debug-on-error is non-nil.
17588 (eval-defun-2, eval-defun): Likewise.
17589
17590 * simple.el (eval-expression): Don't bind debug-on-error if
17591 eval-expression-debug-on-error is nil. Detect changed
17592 debug-on-error, and propagate new value to global binding, if
17593 eval-expression-debug-on-error is non-nil,
17594 (eval-expression-debug-on-error): Change doc string.
17595
17596 2000-01-11 Richard M. Stallman <rms@gnu.org>
17597
17598 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17599
17600 * emacs-lisp/lisp-mode.el (with-syntax-table):
17601 Set up lisp-indent-function property.
17602
17603 * subr.el (with-syntax-table): Moved from simple.el.
17604
17605 * simple.el (with-syntax-table): Moved to subr.el.
17606
17607 2000-01-11 Gerd Moellmann <gerd@gnu.org>
17608
17609 * tmm.el (tmm-shortcut): Delete region after prompt instead
17610 of erasing buffer.
17611
17612 * textmodes/fill.el (fill-common-string-prefix): New function.
17613 (fill-context-prefix): Use the longest common prefix of first
17614 and second line fill prefix, if there is one.
17615
17616 2000-01-11 Richard M. Stallman <rms@gnu.org>
17617
17618 * array.el (array-mode): Don't use make-variable-buffer-local.
17619 Use make-local-variable for `truncate-lines'.
17620
17621 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17622
17623 * add-log.el (add-log-current-defun): Handle user-defined
17624 add-log-current-function returning nil,
17625
17626 * add-log.el (add-change-log-entry): Insert version number
17627 if having found a current function
17628
17629 * add-log.el (add-log-current-defun):
17630 Call `add-log-current-defun-function'. Try matches at level 0 and
17631 level 1. Strip whitespace from defun found.
17632
17633 2000-01-10 John Wiegley <johnw@gnu.org>
17634
17635 * allout.el (isearch-done/outline-provisions): Added `edit'
17636 argument to correspond with the current definition of `isearch-done'.
17637
17638 2000-01-10 Dave Love <fx@gnu.org>
17639
17640 * elide-head.el (elide-head): Use point-marker, not point.
17641
17642 2000-01-10 Gerd Moellmann <gerd@gnu.org>
17643
17644 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17645 before and after the year 2000.
17646
17647 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17648 Add ispell- prefix.
17649
17650 2000-01-10 Ken Stevens <k.stevens@ieee.org>
17651
17652 * ispell.el: Only define dictionaries in menus when they exist.
17653 (version18p): New variable.
17654 (version20p): New variable.
17655 (xemacsp): New variable.
17656 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17657 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17658 (ispell-dictionary-alist6): Russian command lines no longer accept
17659 run-together words.
17660 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17661 (ispell-dictionary-alist): Add koi8-r to customize definition.
17662 (check-ispell-version): Added documentation string. Return library
17663 path when called non-interactively.
17664 (ispell-menu-map-needed): Uses new variables.
17665 (ispell-library-path): New variable.
17666 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17667 (ispell-word): Improved documentation string. Test for valid
17668 character mappings. Correctly check typed in word changes that can
17669 result in single words split into multiple words.
17670 Return replacement word.
17671 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17672 replace in recursive query replace mode. Help message for
17673 recursive edit mode.
17674 (ispell-show-choices): Protect against bad framepop bindings.
17675 (ispell-help): Fix to work with XEmacs.
17676 (ispell-highlight-spelling-error): Use new variables.
17677 (ispell-overlay-window): Fix to work with XEmacs.
17678 (ispell-parse-output): Passed and returns location information
17679 tracking spelling corrections. Doesn't recheck same word on
17680 current line.
17681 (ispell-init-process): Protect against bogus XEmacs variable binding.
17682 Fix call to single argument in sleep-for. Use new variables.
17683 (ispell-region): Passed and returns location information tracking
17684 spelling corrections. Doesn't check same word on current line.
17685 Improved documentation string. Doesn't resend a line already
17686 checked to the ispell process - fixes bug in LaTeX parsing.
17687 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17688 (ispell-skip-region): No longer skips <TT> in SGML.
17689 (ispell-process-line): Tracks location information with spelling
17690 corrections. Added documentation string. Accounts for words
17691 already accepted on this line. Don't allow query-replace on line
17692 starting with math characters. Doesn't resend a line already sent
17693 to ispell process. Fixes alignment error bug.
17694
17695 2000-01-10 Richard M. Stallman <rms@gnu.org>
17696
17697 * dired-x.el (dired-guess-shell-alist-default):
17698 Suggest xloadimage, which is free, not xv, which isn't.
17699
17700 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17701 Don't ever include the host name or user name in the value.
17702
17703 2000-01-09 Gerd Moellmann <gerd@gnu.org>
17704
17705 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17706 of a real newline.
17707
17708 2000-01-09 Stephen Eglen <stephen@gnu.org>
17709
17710 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17711 for .png files.
17712
17713 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17714
17715 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17716
17717 2000-01-09 Gerd Moellmann <gerd@gnu.org>
17718
17719 * progmodes/cperl-mode.el: Replace ^F with ^L.
17720
17721 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17722 `require'ing rmail and mailalias to prevent infinite recursion.
17723
17724 2000-01-08 Dave Love <fx@gnu.org>
17725
17726 * emacs-lisp/backquote.el: Remove inappropriate customization
17727 (allowing custom.el to use backquote).
17728
17729 2000-01-07 Dave Love <fx@gnu.org>
17730
17731 * add-log.el (add-log-debugging): Deleted.
17732 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17733 file. Remove debugging code.
17734 (change-log-get-method-definition, change-log-name): Add doc.
17735 (change-log-sortable-date-at): New function.
17736 (change-log-merge): New command.
17737
17738 * time.el (display-time-string-forms): Make the Mail string active.
17739 (display-time-update): Provide help-echo for load average.
17740
17741 * bindings.el (make-mode-line-mouse2-map): New function.
17742 (mode-line-modified): Use it and simplify.
17743 (mode-line-mule-info): Provide help-echo info.
17744 (minor-mode-alist): Activate the strings.
17745 (make-mode-line-mouse-sensitive): Simplify for
17746 mode-line-buffer-identification.
17747
17748 2000-01-07 Gerd Moellmann <gerd@gnu.org>
17749
17750 * play/pong.el: New file.
17751
17752 2000-01-06 Dave Love <fx@gnu.org>
17753
17754 * array.el: Assorted cleanups for compiler warnings, doc strings,
17755 `array-' prefix for symbols.
17756
17757 2000-01-05 Dave Love <fx@gnu.org>
17758
17759 * textmodes/outline.el (outline-mode-menu-bar-map):
17760 Add outline-headers-as-kill.
17761 (outline-mode): Define imenu-generic-expression.
17762 (outline-headers-as-kill): New command.
17763
17764 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17765 from paragraph-start.
17766 (paragraph-indent-minor-mode): New command.
17767
17768 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17769 M-C-e, M-C-h, C-j, C-xnd, TAB.
17770 (fortran-mode): Set beginning-of-defun, end-of-defun.
17771 (fortran-column-ruler): Simplify.
17772 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17773 (fortran-with-subprogram-narrowing): Likewise.
17774 (fortran-indent-subprogram): Call mark-defun.
17775 (fortran-check-for-matching-do): Change narrowing.
17776
17777 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17778 (cl-lucid-hash-tag): Delete.
17779 (cl-hash-table-p): Correct test for native table.
17780 (cl-hash-table-count): Use hash-table-count.
17781
17782 * browse-url.el (browse-url): Fix case of
17783 browse-url-browser-function being an alist.
17784
17785 2000-01-05 Carsten Dominik <cd@gnu.org>
17786
17787 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17788 (reftex-index-phrase-file-extension): New options.
17789
17790 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17791 Use new option `reftex-index-phrase-file-extension'.
17792
17793 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17794 `reftex-parse-file-extension'.
17795
17796 2000-01-05 Dave Love <fx@gnu.org>
17797
17798 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17799 (beginning-of-defun-raw): Use it.
17800 (end-of-defun): New variable.
17801 (end-of-defun): Use it.
17802 (check-parens): New command.
17803
17804 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17805
17806 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17807 (hs-show-block): Don't use `mapcar' when not accumulating.
17808
17809 Fix buglet in local variables initialization.
17810
17811 2000-01-05 Andreas Schwab <schwab@suse.de>
17812
17813 * hscroll.el (hscroll): Doc fix.
17814
17815 2000-01-05 Carsten Dominik <cd@gnu.org>
17816
17817 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17818 Require idlw-toolbar.
17819
17820 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
17821 file idlw-rinfo.el.
17822 (idlwave-customize): Load must read file idlw-shell.el.
17823 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
17824
17825 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17826
17827 * progmodes/idlw-shell.el: Also provide idlwave-shell
17828 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17829 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17830
17831 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
17832 both reftex-dcr and reftex-vcr.
17833
17834 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17835
17836 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17837
17838 * ps-print.el: PostScript code now is in separate files, doc fix.
17839 (ps-print-version): New version number (5.0.3).
17840 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17841 local.
17842 (ps-spool-config): Initialization fix.
17843 (ps-print-prologue-1, ps-print-prologue-2)
17844 (ps-print-duplex-feature): PostScript code moved to separated file.
17845 (ps-background-image): Little code reformating.
17846 (ps-begin-file, ps-begin-job): Fix code.
17847 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17848 (ps-prologue-file): New fun.
17849
17850 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17851
17852 * ps-vars.el: Eliminated.
17853
17854 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17855 `;;;###autoload'.
17856
17857 * ps-print.el: ps-vars eliminated, doc fix.
17858 (ps-print-version): New version number (5.0.2).
17859 (ps-spool-config): Initialization fix.
17860 (ps-print-customize): New fun.
17861
17862 2000-01-04 Gerd Moellmann <gerd@gnu.org>
17863
17864 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
17865
17866 2000-01-04 Dave Love <fx@gnu.org>
17867
17868 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17869 menu items.
17870
17871 2000-01-03 Dave Love <fx@gnu.org>
17872
17873 * elide-head.el (elide-head) [defgroup]: Add :version.
17874
17875 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17876 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17877 Use `cl-hash-table-p', not `hash-table-p'.
17878 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17879
17880 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17881
17882 * faces.el (face-read-integer, read-face-attribute)
17883 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
17884
17885 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17886
17887 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17888 at comment end, and re-insert them after filling.
17889
17890 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17891
17892 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17893 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17894 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17895
17896 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17897
17898 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17899 the new name of face-color-supported-p.
17900
17901 * term/w32-win.el (xw-defined-colors): Likewise.
17902
17903 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17904
17905 * simple.el (completion-setup-function): Count completion-size
17906 from minibuffer-prompt-end, not from point-min.
17907
17908 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17909
17910 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17911 Pass the frame to tty-color-* functions.
17912 (display-color-p, frame-set-background-mode): Pass the frame to
17913 tty-display-color-p.
17914
17915 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17916 tty-color-alist.
17917 (tty-color-alist, tty-modify-color-alist): New functions.
17918 (tty-color-define, tty-color-clear, tty-color-approximate)
17919 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17920 optional parameter FRAME.
17921
17922 2000-01-01 Gerd Moellmann <gerd@gnu.org>
17923
17924 * image.el (create-image, defimage): Don't assume image data is
17925 a string.
17926
17927 * image.el (defimage): Handle specifications containing :data
17928 instead of :file.
17929 (image-type-from-data): New function.
17930 (image-type-from-file-header): Use it.
17931 (create-image): Add parameter DATA-P.
17932
17933 See ChangeLog.8 for earlier changes.
17934
17935 ;; Local Variables:
17936 ;; coding: iso-2022-7bit
17937 ;; End: