(fill-region-as-paragraph): Don't look further back than LINEBEG.
[bpt/emacs.git] / lisp / ChangeLog
1 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4 back than LINEBEG.
5
6 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
9 window where they clicked the mouse has a header line, adjust
10 vertical movement by one.
11
12 2001-06-25 Milan Zamazal <pdm@zamazal.org>
13
14 * progmodes/glasses.el (glasses-make-readable): Consider underscores
15 too when separating a parenthesis.
16
17 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
18
19 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20 (bookmark-bmenu-hide-filenames): Add help-echo to
21 mouse-highlighted text.
22 (bookmark-bmenu-show-filenames): Remove help-echo property from
23 the whitespace.
24
25 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
26
27 * files.el (auto-mode-alist): Add configure.ac (autoconf).
28 From Karl Eichwalder <ke@suse.de>.
29
30 2001-06-23 Richard M. Stallman <rms@gnu.org>
31
32 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
33
34 * progmodes/cc-styles.el (c-set-style): Don't specify initial
35 contents for completing-read.
36
37 2001-06-22 Richard M. Stallman <rms@gnu.org>
38
39 * menu-bar.el (menu-bar-make-toggle): Construct the
40 function's doc string from HELP, not DOC, and make it accurate by
41 adding "Toggle whether to " at the front and downcasing the initial.
42 Change the HELP arg in some calls to make it fit this usage.
43
44 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
45 Undo previous change.
46
47 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
48
49 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
50
51 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
52
53 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
54
55 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
56
57 * dabbrev.el (dabbrev--select-buffers): Fix last change.
58
59 2001-06-20 Richard M. Stallman <rms@gnu.org>
60
61 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
62 broken out from dabbrev--find-expansion. Handle minibuffer
63 specially here.
64 (dabbrev--find-expansion): Simplify code in various ways.
65 Don't treat minibuffers specially.
66 Call dabbrev--make-friend-buffer-list.
67 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
68 (dabbrev--scanning-message): Do nothing when minibuffer is current.
69
70 2001-06-19 John Wiegley <johnw@gnu.org>
71
72 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
73 Also, added a comment describing how to greatly speedup Eshell
74 loadup time, by concatenating together all of Eshell's .elc files.
75
76 2001-06-19 John Wiegley <johnw@gnu.org>
77
78 * eshell/esh-mode.el: Disabled a test that often yields false failures.
79
80 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
81
82 * woman.el (WoMan-highlight-references): Add help-echo to
83 mouse-highlighted text.
84
85 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
86
87 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
88
89 2001-06-18 Gerd Moellmann <gerd@gnu.org>
90
91 * international/quail.el (quail-start-conversion):
92 Reset quail-translating to nil.
93
94 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
95 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
96
97 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
98
99 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
100 mouse-highlighted text.
101
102 * dired.el (dired-mark-pop-up): Fix last change.
103
104 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
105
106 * calendar/calendar.el (generate-calendar-month): Add help-echo to
107 mouse-highlighted text.
108
109 * net/quickurl.el (quickurl-url-file): Run through
110 convert-standard-filename.
111 (quickurl-list-populate-buffer): Add help-echo to
112 mouse-highlighted text.
113 (top-level): Update Dave's URL.
114
115 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
116 mouse-highlighted text.
117
118 * textmodes/page-ext.el (pages-copy-header-and-position):
119 Add help-echo to mouse-highlighted text.
120
121 * tar-mode.el (tar-header-block-summarize): Add help-echo to
122 mouse-highlighted text.
123
124 * replace.el (occur): Add help-echo to mouse-highlighted text.
125
126 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
127 mouse-highlighted text.
128
129 * progmodes/cpp.el (cpp-make-button): Add help-echo to
130 mouse-highlighted text.
131
132 * progmodes/compile.el (compile-reinitialize-errors):
133 Add help-echo to mouse-highlighted messages.
134 (compilation-forget-errors): Remove help-echo property as well.
135
136 * play/landmark.el (lm-plot-square, lm-init-display):
137 Add help-echo to mouse-highlighted text.
138
139 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
140 Add help-echo to mouse-highlighted text.
141
142 * dired.el (dired-insert-set-properties): Add help-echo to
143 mouse-highlighted text.
144 (dired-mark-pop-up): Remove help-echo property from the file name.
145
146 * comint.el (comint-send-input): Add help-echo to
147 mouse-highlighted text.
148
149 * buff-menu.el (list-buffers-noselect): Add help-echo to
150 mouse-highlighted text.
151
152 * arc-mode.el (archive-summarize-files): Add help-echo to
153 mouse-highlighted text.
154
155 * ffap.el (ffap-machine-p): Always return nil if
156 open-network-stream is not fboundp.
157
158 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
159
160 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
161 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
162 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
163 incorrectly binding chars between 128 and 256 to it.
164 (sgml-maybe-name-self): Handle latin-1 chars properly.
165 (sgml-tags-invisible): Bind buffer-file-name to nil.
166 Use unwind-protect and restore-buffer-modified-p.
167 (sgml-point-entered): Use buffer-substring-no-properties.
168 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
169 (html-mode): Don't force `imenu-sort-function'.
170
171 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
172
173 * tar-mode.el: Fix the copyright notice.
174
175 * font-lock.el (font-lock-comment-face): For tty's with dark
176 background, use "red1", since "lightred" is not one of the colors
177 recognized by tty-colors.el.
178
179 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
180 create a buffer for extracted file, in case there's more than one
181 file by that name in an archive, possibly in different
182 directories. From Kevin Rodgers <kevinr@ihs.com>.
183
184 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
185 <alex@gnu.org>.
186
187 2001-06-15 Miles Bader <miles@gnu.org>
188
189 * textmodes/texinfmt.el (texinfo-format-syntax-table):
190 Revert previous change.
191
192 2001-06-14 Richard M. Stallman <rms@gnu.org>
193
194 * replace.el (keep-lines-read-args): Return just a regexp.
195 Provide nil for the region args.
196 (keep-lines, flush-lines, how-many):
197 Calculate the defaults for the region here, when args are nil.
198
199 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
200
201 * rot13.el (rot13-other-window): Some more doc fix.
202
203 2001-06-14 Per Starback <starback@ling.uu.se>
204
205 * replace.el (case-replace, query-replace-from-history-variable)
206 (query-replace-to-history-variable, keep-lines-read-args)
207 (occur-revert-function, query-replace-help): Dox fix.
208
209 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
210
211 * rot13.el (rot13-other-window): Doc fix.
212
213 2001-06-14 Miles Bader <miles@gnu.org>
214
215 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
216 of " and \ to "." (punctuation).
217 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
218
219 2001-06-13 Richard M. Stallman <rms@gnu.org>
220
221 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
222
223 * simple.el (shell-command-on-region): Never kill the
224 *Shell Command Output* buffer.
225
226 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
227
228 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
229
230 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
231
232 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
233 New var, to recognize ${ $' and PODs.
234 (perl-font-lock-syntactic-face-function): New function.
235 (perl-mode): Use them.
236 (perl-continuation-line-p): New function, from perl-calculate-indent.
237 (perl-calculate-indent): Use it, to properly handle continuation
238 lines of continuation lines.
239
240 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
241
242 * server.el (server-process, server-buffer-clients): Doc fix.
243 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
244
245 2001-06-09 John Wiegley <johnw@gnu.org>
246
247 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
248 test if the last command was Lisp or not.
249 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
250 B x C".
251
252 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
253
254 * dos-w32.el (grep-regexp-alist): Remove definition, since the
255 general one on compile.el supports drive letters.
256
257 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
258
259 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
260 key description.
261
262 * textmodes/reftex-sel.el (reftex-select-jump): New command.
263
264 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
265 (reftex-toc-jump): New command.
266
267 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
268 to parse international characters as well.
269
270 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
271 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
272
273 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
274
275 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
276 TAB to the key separators.
277
278 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
279
280 * international/mule.el (auto-coding-alist): Remove redundant
281 up-cased versions of the extensions (auto-coding-alist-lookup is
282 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
283 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
284
285 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
286
287 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
288
289 2001-06-01 Richard M. Stallman <rms@gnu.org>
290
291 * help.el (describe-variable): Put value on same line
292 with preceding text, if it is short enough to look good that way.
293
294 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
295
296 * term/internal.el (IT-unicode-translations): New variable.
297 (IT-setup-unicode-display): New function.
298
299 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
300
301 * ps-print.el: Handle before-string and after-string overlay properties
302 in ps-print-*-with-faces commands. Doc fix.
303 (ps-print-version): New version number (6.5.2).
304 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
305 for XEmacs.
306 (ps-prefix-quote): Doc fix.
307 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
308 (ps-basic-plot-str, ps-plot-string): New funs.
309
310 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
311
312 * progmodes/etags.el (tags-compression-info-list): Fix docstring
313 and :type spec.
314
315 2001-05-31 Gerd Moellmann <gerd@gnu.org>
316
317 * international/mule-cmds.el (inactivate-input-method):
318 Set input-method-function to nil.
319
320 * xml.el (xml-parse-tag): The document may contain invalid characters.
321 From ShengHuo ZHU <zsh@cs.rochester.edu>
322
323 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
324
325 * mail/rmailsum.el (rmail-message-subject-p): Don't call
326 `rmail-summary-line-decoder' if the message does not have
327 a Subject: field.
328
329 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
330
331 * mail/rmail.el (rmail-insert-mime-resent-message-function):
332 New variable.
333 (rmail-resend): Modify to work in `rmail-view-buffer'; call
334 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
335 is non-nil.
336
337 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
338
339 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
340
341 2001-05-29 Sam Steingold <sds@gnu.org>
342
343 * faces.el (face-valid-attribute-values): Bind `valid' directly
344 instead of using `setq'.
345
346 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
347 Use `tex-shell-buf'.
348 (tex-shell-proc): Use `tex-shell-running'.
349 (tex-shell-buf-no-error): New function.
350 (tex-send-tex-command): Use it.
351 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
352 (tex-kill-job): Check the process before calling `quit-process'.
353
354 2001-05-29 Gerd Moellmann <gerd@gnu.org>
355
356 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
357 UTF-8 sequences.
358
359 2001-05-28 Miles Bader <miles@gnu.org>
360
361 * comint.el (comint-carriage-motion): Renamed from
362 `comint-cr-magic'. Operate on the buffer instead of the string
363 (for use as a comint post-output filter, instead of as a
364 pre-output filter). Handle backspaces too. Add to the
365 `comint-output-filter-functions' hook instead of
366 `comint-preoutput-filter-functions'.
367
368 2001-05-28 Gerd Moellmann <gerd@gnu.org>
369
370 * language/japan-util.el (japanese-hankaku): Prefer the charset
371 `jisx0201' when the optional argument `ascii-only' is not specified.
372 (japanese-hankaku-region): Ditto.
373 From Katsumi Yamaoka <yamaoka@jpl.org>
374
375 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
376
377 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
378 (outline-invisible-p): New function.
379 (hide-leaves): Save excursion.
380 (hide-other): Stop looping when reaching bobp.
381
382 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
383
384 * cus-edit.el (custom-file): Fix last change.
385
386 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
387
388 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
389 same definition in byte-compile-function-environment as `autoload'
390 would put in `symbol-function'.
391
392 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
393 patch to correct the error message as well.
394
395 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
396
397 * cus-edit.el (custom-file): Don't assume we were invoked with -q
398 unless ~/.emacs exists.
399
400 * novice.el (enable-command): If user-init-file is nil or does not
401 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
402
403 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
404
405 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
406 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
407 Allow spaces around macro arguments.
408 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
409 indent-for-tab-command.
410 (latex-mode-map, plain-tex-mode-map): New keymaps.
411 Inherit from tex-mode-map.
412 (tex-common-initialization): Don't setup the keymap any more
413 since it's now done right by define-derived-mode.
414 (latex-mode): Set skeleton-end-hook to nil.
415 (latex-skeleton-end-hook): Remove.
416 (tex-latex-block, latex-insert-item): Simplify.
417 (latex-syntax-after): Use following-char rather than char-after.
418 (tex-discount-args-cmds, tex-count-words): New functions.
419
420 * textmodes/tildify.el (tildify-ignored-environments-alist):
421 Recognize \verb* as well.
422
423 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
424 (perl-comment-indent): Simplify to let newcomment.el do its job.
425 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
426 (perl-mark-function): Cleanup the namespace.
427 (perl-calculate-indent): Don't be fooled by nested functions.
428
429 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
430
431 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
432 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
433
434 2001-05-25 Andrew Choi <akochoi@i-cable.com>
435
436 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
437 actually be `\\'.
438 (ctlau-b5-converter): Likewise.
439
440 2001-05-24 Andrew Choi <akochoi@i-cable.com>
441
442 * international/titdic-cnv.el (quail-misc-package-ext-info):
443 Change CTLauB.el to CTLau-b5.el.
444
445 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
446
447 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
448 rather than beginning-of-line to avoid problems with fields.
449 (gud-perldb-massage-args): Use unless and push.
450 (gud-chdir-before-run): New var.
451 (gud-common-init): Use it.
452
453 2001-05-24 Andrew Choi <akochoi@i-cable.com>
454
455 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
456 delete entries for chinese-ctlau and chinese-ctlaub.
457 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
458 chinese-ctlaub.
459 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
460 New functions.
461
462 2001-05-22 Gerd Moellmann <gerd@gnu.org>
463
464 * cus-edit.el (custom-comment-show): Remove debug code.
465
466 * language/japan-util.el (japanese-symbol-table): Fix handling of
467 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
468
469 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
470
471 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
472 Renamed by removing the silly `-flag' suffix.
473 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
474
475 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
476
477 * replace.el (keep-lines-read-args): Use `copy-marker'.
478 (how-many): Save excursion properly.
479 (occur-mode): Use define-derived-mode.
480 (perform-replace): Use with-current-buffer.
481
482 2001-05-20 Richard M. Stallman <rms@gnu.org>
483
484 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
485
486 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
487
488 * info.el (Info-read-subfile): Widen before finding the
489 desired node in the subfile.
490
491 * startup.el (command-line-1): When >2 files visited,
492 leave the last one visible, and make that the selected window.
493
494 2001-05-20 Gerd Moellmann <gerd@gnu.org>
495
496 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
497
498 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
499
500 * international/ccl.el (define-ccl-program): Fix a typo.
501 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
502
503 * international/mule.el (decode-char): Fix a typo. From Pavel
504 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
505
506 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
507 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
508
509 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
510 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
511
512 2001-05-18 Sam Steingold <sds@gnu.org>
513
514 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
515 and [RET] to `cvs-mode-find-file'.
516
517 2001-05-18 John Wiegley <johnw@gnu.org>
518
519 * eshell/esh-ext.el (eshell-explicit-command-char): A new
520 configuration variable, which determines the initial character
521 that forces use of an external version of a command. The default
522 is *, but may be set to \, for example.
523
524 * eshell/esh-ext.el (eshell-explicit-command):
525 Use `eshell-explicit-command-char' instead of ?*.
526
527 * eshell/esh-cmd.el (eshell/which):
528 Use `eshell-explicit-command-char' instead of ?*.
529
530 * eshell/em-cmpl.el (eshell-completion-command-name)
531 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
532 instead of ?*.
533
534 2001-05-18 Gerd Moellmann <gerd@gnu.org>
535
536 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
537 subst-char-in-string.
538 (ange-ftp-after-parse-ls-hook): New variable.
539 (ange-ftp-ls): Run that hook.
540 From Peter Milliken <Peter.Milliken@GTECH.COM>.
541
542 * tmm.el (tmm-get-keymap): Fix handling of :filter.
543 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
544 text into *Completions*.
545
546 * net/goto-addr.el (goto-address-at-point): Deal with URLs
547 part of which look like email addresses.
548
549 2001-05-18 Andrew Innes <andrewi@gnu.org>
550
551 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
552 Use . instead of absolute path for lisp dir, to avoid bug in W2K
553 cmd.exe's handling of FOR loops.
554 (autoloads): Set find-file-suppress-same-file-warnings to t to
555 avoid slew of spurious messages.
556
557 2001-05-18 Simon Josefsson <simon@josefsson.org>
558
559 * mail/smtpmail.el (maybe-append-domain): Renamed to
560 `smtpmail-maybe-append-domain'.
561 (smtpmail-via-smtp): Use the new name.
562
563 * net/browse-url.el (browse-url-browser-function): Add kde.
564 (browse-url-kde-program, browse-url-kde-args): New variables.
565 (browse-url-kde): New function.
566
567 2001-05-18 Miles Bader <miles@gnu.org>
568
569 * simple.el (delete-horizontal-space, just-one-space):
570 Use `constrain-to-field' instead of `field-end'/`field-beginning',
571 because it's more efficient for large files.
572
573 2001-05-17 Gerd Moellmann <gerd@gnu.org>
574
575 * mail/rmail.el (rmail-require-mime-maybe): New function.
576 (rmail): Use it.
577 (rmail-mode): Handle the case of finding Rmail files.
578
579 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
580 functions.
581
582 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
583
584 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
585 text-property after moving to the beginning of line and regardless
586 of the value of font-lock-multiline.
587
588 2001-05-17 Gerd Moellmann <gerd@gnu.org>
589
590 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
591
592 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
593 last coding system used before calling set-buffer-modified-p
594 because that function changes last-coding-system.
595
596 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
597
598 * files.el (switch-to-buffer-other-window)
599 (switch-to-buffer-other-frame): Add an xref to display-buffer in
600 the doc string.
601
602 2001-05-17 Gerd Moellmann <gerd@gnu.org>
603
604 * language/slovak.el, language/czech.el: New maintainer.
605
606 2001-05-16 Sam Steingold <sds@gnu.org>
607
608 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
609 sub-form of `defgeneric' correctly.
610
611 2001-05-16 Gerd Moellmann <gerd@gnu.org>
612
613 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
614 of `c'.
615
616 * textmodes/outline.el (outline-font-lock-level): Remove the
617 condition-case, test what outline-level returns instead, to
618 ease debugging.
619
620 * international/mule.el (auto-coding-regexp-alist): New user-option.
621 (auto-coding-from-file-contents): New function.
622 (set-auto-coding): Use it to determine a coding system.
623
624 2001-05-15 Gerd Moellmann <gerd@gnu.org>
625
626 * mouse.el (mouse-delete-other-windows): Doc fix.
627
628 * emacs-lisp/lisp-mode.el (lisp-mode):
629 Make font-lock-keywords-case-fold-search a buffer-local variable with
630 make-local-variable before setting it.
631
632 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
633
634 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
635 prefixes.
636
637 2001-05-14 Gerd Moellmann <gerd@gnu.org>
638
639 * hexl.el (hexl-current-address): Print a message when called
640 interactively.
641
642 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
643
644 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
645
646 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
647
648 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
649
650 2001-05-11 Gerd Moellmann <gerd@gnu.org>
651
652 * startup.el (command-line): If parameters have been changed in
653 the init files which influence font selection, clear the face
654 cache so that faces get realized with the new parameters.
655
656 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
657
658 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
659
660 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
661
662 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
663
664 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
665 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
666
667 2001-05-10 Gerd Moellmann <gerd@gnu.org>
668
669 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
670 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
671
672 2001-05-09 John Wiegley <johnw@gnu.org>
673
674 * eshell/esh-util.el (eshell-convert-numeric-arguments):
675 Annotated the documentation string to tell users about
676 `eshell-no-numeric-conversions'.
677
678 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
679 conversions if a Lisp function has the property
680 `eshell-no-numeric-conversions' set to a non-nil value.
681
682 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
683 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
684 property `eshell-no-numeric-conversions' on the following
685 functions (which all deal with filesystem entities, and never Lisp
686 numerical values): eshell/cd, eshell/pushd, eshell/popd,
687 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
688 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
689 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
690 eshell/which, eshell/addpath.
691
692 2001-05-09 John Wiegley <johnw@gnu.org>
693
694 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
695 encountered as an argument, don't convert it right away, but tag
696 the first character of the string with the text properties
697 `number', which signifies to `eshell-lisp-command' that the
698 argument should be passed through `string-to-number' if it is
699 actually used in the call to a Lisp function.
700
701 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
702 function, convert any string arguments that have been tagged as
703 "numbers", by calling string-to-number.
704
705 * eshell/esh-util.el (eshell-number-regexp): Now that number
706 conversions only happen for Lisp function calls, the number regexp
707 should now match all integer and floating point forms.
708
709 * eshell/esh-proc.el: Disable `eshell-stop-process' and
710 `eshell-continue-process', since they are both nonfunctional at
711 the moment.
712 (eshell-proc-initialize): Don't bind keys for
713 `eshell-stop-process' or `eshell-continue-process'.
714
715 * eshell/em-unix.el (eshell-shuffle-files):
716 Apply `directory-file-name' before calling `file-name-directory'.
717
718 * eshell/em-hist.el (eshell-add-to-history): Reference to
719 `eshell-history-ring' needed to be `eshell-history-index'.
720
721 * calendar/timeclock.el (timeclock-find-discrep):
722 Initialize `elapsed' to 0.
723 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
724 it's still nil.
725
726 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
727
728 * arc-mode.el (archive-int-to-mode): Construct the string directly.
729 (archive-mode): Use capitalize.
730 (archive-unique-fname): Use make-temp-file.
731
732 2001-05-09 Gerd Moellmann <gerd@gnu.org>
733
734 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
735
736 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
737
738 * tar-mode.el (tar-extract): Pay attention to the value of
739 coding-system-for-read, if it is non-nil.
740
741 * calendar/holidays.el (holidays): Add an autoload cookie.
742 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
743
744 2001-05-08 John Wiegley <johnw@gnu.org>
745
746 * calendar/timeclock.el (timeclock-workday-remaining):
747 Changed logic for determining how much time is remaining.
748 (timeclock-workday-elapsed): Don't accept a "relative" argument
749 for the current day's elapsed time. What could that have meant?
750 (timeclock-workday-elapsed-string): No "relative" argument anymore.
751 (timeclock-when-to-leave): Changed logic, similarly to what was
752 done for `timeclock-workday-remaining'.
753 (timeclock-find-discrep): Removed "today-only" argument, which had
754 no meaning. Fixed some more math problems. The function now
755 returns a three member list: (TOTAL-TIME-DISCREPANCY
756 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
757
758 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
759
760 * w32-fns.el (convert-standard-filename): Start replacing slashes
761 from the beginning of the file name, not from where the last
762 invalid character was. From "Andrew Maguire (SWW)"
763 <Andrew.Maguire@Smallworld.co.uk>
764
765 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
766
767 The following changes are to provide infrastructure for handling
768 MIME messages to rmail. They don't affect the original behaviour
769 if rmail-enable-mime is nil.
770
771 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
772 (rmail-search-mime-message-function)
773 (rmail-search-mime-header-function): New variables.
774 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
775 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
776 `rmail-view-buffer' is hidden.
777 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
778 call rmai-show-mime-function.
779 (rmail-display-labels): If rmail-enable-mime is non-nil, update
780 mode-line-process of rmail-view-buffer.
781 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
782 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
783 buffer.
784 (rmail-next-message, rmail-next-undeleted-message): Be sure to
785 set-buffer to the Rmail buffer.
786 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
787 rmail-search-mime-header-function.
788 (rmail-search-message): New function.
789 (rmail-search): Call rmail-search-message to check if a message
790 matches REGEXP, lastly update point after calling
791 rmail-show-message.
792 (rmail-undelete-previous-message, rmail-expunge-confirmed)
793 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
794 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
795 header region, refer to rmail-msgref-vector while setting the
796 current buffer to rmail-buffer temporarily.
797 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
798 If rmail-enable-mime is non-nil, call
799 rmail-insert-mime-forwarded-message-function instead of inserting
800 forwarded message by itself.
801
802 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
803 Rmail buffer.
804 (rmail-set-label, rmail-next-labeled-message): Likewise.
805
806 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
807 set-buffer to the Rmail buffer.
808 (rmail-output-to-rmail-file): Likewise.
809 (rmail-output): Likewise.
810
811 * mail/rmailsum.el (rmail-message-subject-p): Process the result
812 of mail-fetch-field by rmail-summary-line-decoder.
813 (rmail-new-summary): Be sure to go to the Rmail buffer.
814 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
815 rmail-view-buffer to nil.
816 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
817 rmail-view-buffer.
818 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
819 rmail-buffer.
820 (rmail-summary-scroll-msg-down): Likewise.
821 (rmail-summary-beginning-of-message): Likewise.
822 (rmail-summary-wipe): Likewise.
823 (rmail-summary-toggle-header): Use save-window-excursion, not
824 save-excursion. Update point in rmail-view-buffer, not in
825 rmail-buffer.
826 (rmail-summary-reply): Before calling rmail-reply, set buffer to
827 rmail-view-buffer, not rmail-buffer.
828
829 2001-05-07 Gerd Moellmann <gerd@gnu.org>
830
831 * cus-edit.el (custom-file): Signal an error if user-init-file is
832 nil (running -q).
833
834 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
835
836 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
837 Add :version.
838
839 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
840 New option.
841 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
842 only if smtpmail-warn-about-unknown-extensions is set.
843
844 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
845 instead of rmail-sort-by-keywords.
846
847 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
848 rmail-sort-by-keywords.
849
850 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
851 rmail-summary-sort-by-keywords. Doc fix.
852 (rmail-summary-mode): Doc fix.
853
854 * mail/rmail.el (rmail-edit): New Custom group.
855
856 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
857 (rmail-edit-mode-hook): New user-option.
858
859 2001-05-05 Richard M. Stallman <rms@gnu.org>
860
861 * help.el (help-xref-symbol-regexp): Recognize "source of"
862 and friends, meaning make a link to the source file.
863 (help-make-xrefs): Handle "source of" and friends
864 by constructing a link that visits the source file.
865
866 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
867
868 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
869
870 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
871 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
872 Renamed from perl-font-lock-keywords to avoid clashes.
873 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
874 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
875 Updated correspondingly.
876
877 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
878 Typo `nonexistant' -> `nonexistent'.
879
880 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
881
882 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
883 Split `c-electric-delete' into two functions where
884 `c-electric-delete-forward' always deletes forward and
885 `c-electric-delete' only contains the code necessary for XEmacs to
886 choose between backward and forward deletion.
887
888 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
889 get the electric behavior on that key too.
890 (c-fill-paragraph): Fixed bogus direct use of
891 c-comment-prefix-regexp, which caused an error when it's a list.
892
893 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
894
895 * dired-aux.el (dired-diff): Doc fix.
896
897 * dired.el (dired-diff): Likewise.
898
899 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
900
901 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
902
903 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
904
905 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
906 if both the buffer and the file are read-only.
907
908 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
909 rather than font-lock-string-face.
910 (sh-get-indent-info): Treat heredocs like strings.
911
912 2001-05-02 Gerd Moellmann <gerd@gnu.org>
913
914 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
915 a newline following `}'.
916 (texinfo-format-email): New function.
917 (toplevel): Use texinfo-format-email for @email.
918 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
919 Add `display'.
920 (texinfo-sort-region): Goto point-min before sorting.
921 (texinfo-set): Remove leading white space from value.
922 From yagi@is.titech.ac.jp.
923
924 * replace.el (query-replace-regexp-eval): Doc fix.
925
926 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
927
928 * diff-mode.el (diff-nonexistant-face): New face.
929 (diff-font-lock-keywords): Use it.
930
931 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
932
933 * font-lock.el (font-lock-mode): Doc fix.
934
935 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
936 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
937
938 2001-04-30 Gerd Moellmann <gerd@gnu.org>
939
940 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
941 backslash at the start of the here-document delimiter.
942 (sh-font-lock-syntactic-keywords): Likewise.
943
944 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
945
946 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
947
948 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
949 (tty-color-translate, tty-color-by-index, tty-color-values)
950 (tty-color-desc): Doc fix.
951
952 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
953
954 * dired-aux.el (dired-do-create-files, dired-do-copy)
955 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
956 Mention dired-dwim-target in the doc string.
957
958 2001-04-28 Miles Bader <miles@gnu.org>
959
960 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
961 (dabbrev--find-expansion): Use it.
962 (dabbrev--select-buffers): Don't select ignored buffers.
963
964 2001-04-27 Gerd Moellmann <gerd@gnu.org>
965
966 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
967
968 2001-04-26 Richard M. Stallman <rms@gnu.org>
969
970 * dabbrev.el: Add doc strings for some functions.
971 (dabbrev--eliminate-newlines): New variable.
972 (dabbrev--substitute-expansion): Convert newlines to spaces
973 if dabbrev--eliminate-newlines is set.
974 If abbrev and expansion are both all-lower-case,
975 leave dabbrev--last-case-pattern nil.
976
977 2001-04-26 Gerd Moellmann <gerd@gnu.org>
978
979 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
980 if necessary, like in rmail-show-message.
981
982 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
983
984 * ps-print.el: Color specified by number is forced to be float number.
985 (ps-print-version): New version number (6.5.1.1).
986 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
987 initialization.
988 (ps-prefix-quote): New internal var.
989 (ps-print-quote): New fun.
990 (ps-setup, ps-output-frame-properties, ps-float-format)
991 (ps-format-color): Code fix.
992 (ps-plot-region): Eliminate redundant foreground color text setting.
993
994 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
995
996 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
997
998 2001-04-25 Gerd Moellmann <gerd@gnu.org>
999
1000 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1001
1002 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1003
1004 * info.el (Info-additional-directory-list): Doc fix.
1005
1006 * find-lisp.el (find-lisp-find-dired-filter)
1007 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1008 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
1009
1010 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
1011
1012 * progmodes/make-mode.el (makefile-font-lock-keywords):
1013 Rationalize the rules for includes and conditionals and use the
1014 keyword face for them.
1015
1016 * faces.el (modify-face): Add compatibility for non-interactive use.
1017
1018 2001-04-24 John Wiegley <johnw@gnu.org>
1019
1020 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1021 fix from last night, since it wasn't finding eshell/cd.
1022
1023 2001-04-24 Gerd Moellmann <gerd@gnu.org>
1024
1025 * rect.el (string-rectangle): Revert to 20.x behaviour.
1026 (replace-rectangle): Make it an alias for string-rectangle.
1027 (string-insert-rectangle): New function.
1028
1029 2001-04-23 John Wiegley <johnw@gnu.org>
1030
1031 * eshell/em-unix.el (eshell/diff): Fixed problems that were
1032 occurring with Emacs 21's diff.el/compile.el interaction layer.
1033
1034 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
1035
1036 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1037 case where the function was defined in a file, but not part of an
1038 eshell module.
1039
1040 2001-04-23 John Wiegley <johnw@gnu.org>
1041
1042 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1043 code to work around a redisplay problem I've been having.
1044
1045 2001-04-23 John Wiegley <johnw@gnu.org>
1046
1047 * calendar/timeclock.el (timeclock-day-required): If the time
1048 required for a particular day is not set, use `timeclock-workday'.
1049 (timeclock-find-discrep): Added some sample code in a comment.
1050
1051 * eshell/eshell.el (eshell-command): Made a few changes so that
1052 `eshell-command' could be called programmatically.
1053
1054 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
1055
1056 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
1057
1058 2001-04-23 John Wiegley <johnw@gnu.org>
1059
1060 * calendar/timeclock.el: Updated copyright.
1061 (timeclock-generate-report): Don't report the daily or two-week
1062 total, if no time has been worked in that period.
1063 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1064 final computational form, which was unnecessary; corrected a
1065 parsing problem when timeclock-relative was nil.
1066
1067 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
1068
1069 * calendar/timeclock.el (timeclock-modeline-display): Check if
1070 `list-entry' is null.
1071 (timeclock-use-display-time): The first argument to `set-variable'
1072 must be a symbol.
1073
1074 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1075
1076 * calendar/calendar.el (diary-entry-marker)
1077 (calendar-today-marker, calendar-holiday-marker):
1078 Use display-color-p instead of window-system.
1079 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1080 instead of window-system.
1081 (calendar-hide-window): Use display-multi-frame-p instead of
1082 window-system.
1083
1084 * calendar/cal-x.el (calendar-two-frame-setup)
1085 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1086 Use display-multi-frame-p instead of window-system.
1087
1088 2001-04-23 Gerd Moellmann <gerd@gnu.org>
1089
1090 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1091
1092 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1093 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1094
1095 2001-04-23 Alex Schroeder <alex@gnu.org>
1096
1097 * goto-addr.el: Instead of defining line-beginning-position and
1098 line-end-position a defalias is used for point-at-bol and point-at-eol.
1099
1100 2001-04-23 Alex Schroeder <alex@gnu.org>
1101
1102 * goto-addr.el: Added XEmacs compatibility code.
1103 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
1104
1105 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
1106
1107 * textmodes/paragraphs.el (sentence-end): Doc fix.
1108
1109 2001-04-20 Alex Schroeder <alex@gnu.org>
1110
1111 * sql.el (sql-escape-newlines-and-send): New function.
1112 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
1113
1114 2001-04-20 Alex Schroeder <alex@gnu.org>
1115
1116 * sql.el (sql-db2-program): New option.
1117 (sql-db2-options): New option.
1118 (sql-db2): New function.
1119
1120 2001-04-20 Alex Schroeder <alex@gnu.org>
1121
1122 * sql.el (sql-mode-menu): Added highlighting entries.
1123 (sql-highlight-oracle-keywords): New function.
1124 (sql-highlight-postgres-keywords): New function.
1125 (sql-highlight-ansi-keywords): New function.
1126
1127 2001-04-20 Alex Schroeder <alex@gnu.org>
1128
1129 * sql.el (sql-help): Doc change.
1130
1131 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
1132
1133 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1134
1135 2001-04-18 Gerd Moellmann <gerd@gnu.org>
1136
1137 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1138 for defmethod.
1139
1140 * comint.el (comint-cr-magic): New function.
1141 (toplevel): Add it to comint-preoutput-filter-functions.
1142
1143 2001-04-18 Andrew Innes <andrewi@gnu.org>
1144
1145 * makefile.w32-in (EMACSLOADPATH): Define.
1146 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
1147 (recompile): Remove stuff to set EMACSLOADPATH.
1148
1149 2001-04-18 Gerd Moellmann <gerd@gnu.org>
1150
1151 * language/slovak.el ("Slovak"): Add tutorial entry.
1152
1153 * net/browse-url.el (browse-url-new-window-flag): Renamed from
1154 browse-url-new-window-p.
1155
1156 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1157
1158 * info.el (Info-menu-update): When there are no menus and/or no
1159 cross references in the node, make the respective items of the
1160 Info menu-bar menu inactive.
1161
1162 2001-04-17 Gerd Moellmann <gerd@gnu.org>
1163
1164 * indent.el (indent-for-tab-command): Call indent-line-function
1165 with no argument if PREFIX-ARG is non-nil.
1166
1167 * frame.el (delete-other-frames): Handle minibuffer-only frames.
1168
1169 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1170
1171 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1172 an async subprocess if start-process is unavailable. Suggested by
1173 Tim Van Holder <tim.van.holder@pandora.be>.
1174
1175 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1176
1177 * info.el (Info-additional-directory-list): Doc fix. Suggested by
1178 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1179
1180 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1181
1182 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1183 manual.
1184
1185 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1186
1187 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1188 (cvs-menu): Add a few entries.
1189
1190 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1191 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1192 lock file appears to be reachable from Emacs.
1193 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1194 (cvs-mode-find-file): Look for cvs-header-face rather than
1195 cvs-dirname-face (which doesn't exist).
1196 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1197
1198 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1199
1200 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1201
1202 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1203 normal-erase-is-backspace on a tty. Instead, bind some keys such
1204 as [delete] directly, like pc-select.el did before
1205 normal-erase-is-backspace was invented.
1206
1207 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
1208
1209 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1210
1211 2001-04-11 John Wiegley <johnw@gnu.org>
1212
1213 * eshell/em-ls.el (eshell-ls-insert-directory):
1214 Set font-lock-defaults to nil, to prevent fontification in dired
1215 buffers, if Eshell's ls is being used.
1216
1217 2001-04-11 John Wiegley <johnw@gnu.org>
1218
1219 * calendar/timeclock.el (timeclock-completing-read): New function.
1220 (timeclock-ask-for-project, timeclock-ask-for-reason):
1221 Call `timeclock-completing-read'.
1222
1223 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1224 required where `member' was being used.
1225
1226 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
1227
1228 * eshell/em-hist.el (eshell-previous-matching-input):
1229 Don't display "History item" if the the minibuffer is active.
1230
1231 2001-04-11 Gerd Moellmann <gerd@gnu.org>
1232
1233 * startup.el (command-line): Output a newline after printing
1234 an error from loading the window system's init file.
1235
1236 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1237
1238 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1239 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
1240 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1241 keywords whose arguments routinely include @@.
1242
1243 2001-04-10 Gerd Moellmann <gerd@gnu.org>
1244
1245 * emacs-lisp/advice.el (ad-make-advised-definition):
1246 Construct advice for subrs differently.
1247
1248 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
1249 regexp in parentheses when building the regexp for searching backwards.
1250
1251 * simple.el (completion-list-mode-finish): New function.
1252 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
1253
1254 * language/european.el ("Polish"): Change sample text.
1255 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
1256
1257 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1258 parameter.
1259
1260 * faces.el (menu): Doc fix.
1261
1262 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1263
1264 * ps-print.el: Footer implementation. Doc fix.
1265 (ps-print-version): New version number (6.5.1).
1266 (ps-header-frame-alist): New customization var for header frame
1267 properties.
1268 (ps-line-number-color): New customization var for line number color.
1269 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1270 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1271 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1272 (ps-right-footer): New customization vars for footers.
1273 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1274 footers.
1275 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
1276 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1277 Code fix.
1278 (ps-prologue-file): Indentation fix.
1279 (ps-print-quote): Fun eliminated.
1280 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1281 (ps-output-frame-properties): New fun.
1282 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1283 (ps-skip-newline): Replace defun by defsubst.
1284
1285 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
1286
1287 * eshell/eshell.el (eshell-command): Needed a "%s" format
1288 specifier, in case the buffer contains percent characters.
1289
1290 2001-04-10 John Wiegley <johnw@gnu.org>
1291
1292 * calendar/timeclock.el (timeclock-generate-report): Added a
1293 missing insert of the project name.
1294
1295 2001-04-09 Gerd Moellmann <gerd@gnu.org>
1296
1297 * obsolete/profile.el: Moved from emacs-lisp/.
1298
1299 * Makefile.in (nonobsolete_setwins): New macro.
1300 (finder-data): Use it instead of `setwins'.
1301 From: Dave Love <fx@gnu.org>.
1302
1303 * server.el (server-visit-files): Set server-existing-buffer correctly.
1304 (server-visit-files): Run server-visit-hook after going to
1305 line 1 so that the hook can set point as it sees fit.
1306
1307 * bindings.el (mode-line-modified): Unify help messages.
1308
1309 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
1310
1311 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1312 All callers changed.
1313
1314 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
1315
1316 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1317 long file names aren't supported, truncate the file names in
1318 quail-misc-package-ext-info to 8+3 before matching them against
1319 FILENAME.
1320
1321 * dos-fns.el (dos-truncate-to-8+3): New function.
1322
1323 * progmodes/compile.el (grep-compute-defaults): Use null-device
1324 instead of literal /dev/null. Reported by Jens Schmidt
1325 <schmidt@mathematik.uni-kl.de>.
1326
1327 * simple.el (normal-erase-is-backspace-mode): Doc fix.
1328
1329 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
1330
1331 * textmodes/sgml-mode.el: Add unknown maintainer.
1332 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1333 (html-mode-map): Use set-keymap-parent.
1334
1335 2001-04-06 Dave Love <fx@gnu.org>
1336
1337 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1338 Remove redundant string-to-list.
1339
1340 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
1341
1342 * composite.el (reference-point-alist): Doc fix.
1343
1344 2001-04-05 Sam Steingold <sds@gnu.org>
1345
1346 * font-lock.el (font-lock-keywords-case-fold-search):
1347 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1348 file made font-lock case-insensitive.
1349
1350 2001-04-05 Gerd Moellmann <gerd@gnu.org>
1351
1352 * faces.el (defface menu): Doc fix.
1353
1354 * wid-edit.el (widget-color-sample-face-get): Don't make
1355 faces for undefined colors.
1356
1357 * version.el (emacs-version): Include LessTif/Motif version info.
1358
1359 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1360
1361 * ps-mule.el: Eliminate cl package dependence.
1362 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1363 if they aren't defined yet.
1364 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1365 Eliminate cl package dependence.
1366
1367 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1368
1369 * progmodes/cc-cmds.el (c-outline-level):
1370 Bind buffer-invisibility-spec. Originally from Dave Love, but
1371 got lost when incorporating version 5.26.
1372
1373 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1374
1375 * emulation/pc-select.el (pc-selection-mode):
1376 Call normal-erase-is-backspace-mode instead of binding
1377 keys individually.
1378
1379 * cus-load.el (normal-erase-is-backspace): Use it instead of
1380 delete-key-deletes-forward.
1381
1382 * startup.el (command-line): Use normal-erase-is-backspace and
1383 normal-erase-is-backspace-mode.
1384
1385 * simple.el (normal-erase-is-backspace): Rename from
1386 delete-key-deletes-forward. Doc fix.
1387 (normal-erase-is-backspace-mode): Rename from
1388 delete-key-deletes-forward-mode. Doc fix.
1389 Run normal-erase-is-backspace-hook.
1390
1391 * dired.el (dired-move-to-filename-regexp): Support file sizes in
1392 ``human-readable'' format produced by GNU `ls'.
1393 (dired-move-to-filename-regexp): Recognize ISO format dates.
1394 From Paul Eggert <eggert@twinsun.com>.
1395
1396 2001-04-04 Gerd Moellmann <gerd@gnu.org>
1397
1398 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1399 New functions.
1400 (lm-verify): Check keywords.
1401 From Eric M. Ludlam <eric@siege-engine.com>.
1402
1403 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1404
1405 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1406 `xemacs' feature instead of for the function `set-extent-property'.
1407
1408 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1409
1410 * mail/mh-utils.el (mh-folder-hist): New var.
1411 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1412
1413 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1414
1415 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1416 region, position point on the first or last 16-byte group.
1417 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1418 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1419 hexl-beginning-of-line.
1420
1421 2001-04-03 Gerd Moellmann <gerd@gnu.org>
1422
1423 * icomplete.el (icomplete-mode): Treat an argument like other
1424 modes do.
1425
1426 * startup.el (fancy-splash-head): Use splash8.xpm for color
1427 depth 8.
1428
1429 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1430 Add an antry for ``converts''.
1431
1432 * language/slovak.el ("Slovak"): Add documentation string.
1433 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1434
1435 * language/czech.el ("Czech"): Add documentation string.
1436 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1437
1438 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1439 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1440
1441 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1442
1443 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1444 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1445 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1446 Use `defsubst' rather than a macro to ease debugging.
1447 (mail-extr-last): Remove (use `last' instead).
1448 (mail-extract-address-components): Properly reset the syntax-table
1449 after parsing an address. Use `last' rather than mail-extr-last.
1450 Make sure the end marker stays at the very end.
1451
1452 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1453
1454 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1455 last change.
1456
1457 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1458
1459 * ps-print.el: Line and paragraph spacing feature. Region to cut
1460 out when printing. Doc fix.
1461 (ps-print-version): New version number (6.5).
1462 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1463 New vars. Line and paragraph spacing feature.
1464 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1465 out when printing.
1466 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1467 (ps-get-font-size, ps-begin-job, ps-continue-line)
1468 (ps-plot-region): Code fix.
1469 (ps-print-prologue-2): Var eliminated.
1470 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1471 New internal vars.
1472 (ps-get-size): New fun.
1473 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1474 (ps-next-line): Replace defun by defsubst.
1475 (ps-mule-plot-string): Autoload doc fix.
1476
1477 * ps-bdf.el: XEmacs compatibility. Doc fix.
1478 (installation-directory, coding-system-for-read): Declare vars if
1479 it's not declared yet.
1480 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1481
1482 * ps-mule.el: XEmacs compatibility. Doc fix.
1483 (leading-code-private-22): Declare var if it's not declared yet.
1484 (charset-bytes, charset-dimension, charset-id, charset-width)
1485 (find-charset-region, split-char, char-width, chars-in-region)
1486 (forward-point, decompose-composite-char, encode-coding-string)
1487 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1488 Define funs if not defined yet.
1489 (encode-composition-rule, find-composition): Define funs if not
1490 loaded yet.
1491 (ps-mule-prologue): PostScript code fix.
1492
1493 2001-04-02 Kenichi Handa <handa@etl.go.jp>
1494
1495 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1496 non-nil, generate font for the header strings.
1497 (ps-mule-prepare-font): Likewise.
1498 (ps-mule-generate-glyphs): Likewise.
1499 (ps-mule-string-encoding): Likewise.
1500 (ps-mule-header-charsets): New variable.
1501 (ps-mule-encode-header-string): New function.
1502 (ps-mule-header-string-charsets): New function.
1503 (ps-mule-begin-job): Check charsets in the header strings. If there
1504 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1505
1506 * ps-print.el (ps-generate-header-line): Encode the header string by
1507 ps-mule-encode-header-string.
1508 (ps-mule-encode-header-string): Declare autoload.
1509
1510 2001-04-02 Gerd Moellmann <gerd@gnu.org>
1511
1512 * frame.el (cursor-in-non-selected-windows):
1513 Replaces show-cursor-in-non-selected-windows.
1514
1515 2001-03-31 Kenichi Handa <handa@etl.go.jp>
1516
1517 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1518 Delete entries for "chinese-py" and "chinese-ziranma".
1519 (quail-misc-package-ext-info): New variable.
1520 (tsang-quick-converter): New function.
1521 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1522 (quick-cns-converter, py-converter, ziranma-converter)
1523 (miscdic-convert, batch-miscdic-convert): New functions.
1524
1525 2001-03-30 Kenichi Handa <handa@etl.go.jp>
1526
1527 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1528 eight-bit-control chars.
1529
1530 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1531 Reduce making temporary vector (suggested by Dave Love).
1532
1533 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1534
1535 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1536 string as well.
1537
1538 2001-03-30 Andreas Schwab <schwab@suse.de>
1539
1540 * files.el (backup-directory-alist): Fix typo.
1541
1542 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1543
1544 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1545 <eggert@twinsun.com>.
1546
1547 2001-03-30 Dave Love <fx@gnu.org>
1548
1549 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1550
1551 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1552
1553 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1554
1555 2001-03-30 Miles Bader <miles@gnu.org>
1556
1557 * subr.el (interactive-form): Fix paren typo.
1558
1559 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1560
1561 * emacs-lisp/profile.el: Say that it's obsolete in the header
1562 line, so that finder.el puts that into its data-base.
1563 Suggested by Alex Schroeder <alex@gnu.org>.
1564
1565 2001-03-29 Paul Eggert <eggert@twinsun.com>
1566
1567 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1568 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1569
1570 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1571
1572 * generic.el (generic-mode-set-comments): Use "" rather than nil
1573 for comment-end.
1574
1575 2001-03-29 Gerd Moellmann <gerd@gnu.org>
1576
1577 * emacs-lisp/advice.el (ad-make-advised-definition):
1578 Call interactive-form to obtain the interactive spec of subrs.
1579
1580 * subr.el (interactive-form): New function.
1581
1582 2001-03-29 Andre Spiegel <spiegel@gnu.org>
1583
1584 * vc-sccs.el (vc-sccs-register): Use relative file names.
1585
1586 2001-03-28 Gerd Moellmann <gerd@gnu.org>
1587
1588 * bookmark.el (bookmark-get-bookmark): Handle case that
1589 BOOKMARK is not a string.
1590
1591 * image.el (image-type-regexps): Change type for PS files
1592 to `postscript'.
1593
1594 * subr.el (read-passwd): Clear command history after each
1595 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1596
1597 2001-03-27 Kenichi Handa <handa@etl.go.jp>
1598
1599 * international/kkc.el (kkc-save-init-file): Locally bind
1600 print-length to nil.
1601
1602 2001-03-26 Gerd Moellmann <gerd@gnu.org>
1603
1604 * textmodes/flyspell.el: Some doc fixes.
1605 (flyspell-maybe-correct-transposition)
1606 (flyspell-maybe-correct-doubling): Use a temporary buffer
1607
1608 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1609
1610 * emacs-lisp/byte-opt.el (byte-optimize-while)
1611 (byte-optimize-form-code-walker): Diagnose too few arguments
1612 for `if' and `while'.
1613
1614 2001-03-26 Kenichi Handa <handa@etl.go.jp>
1615
1616 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1617 Prepend `\' to "\<quail-translation-docstring>".
1618
1619 2001-03-26 Gerd Moellmann <gerd@gnu.org>
1620
1621 * autorevert.el (global-auto-revert-non-file-buffers):
1622 Remove duplicate defcustom.
1623
1624 2001-03-26 Miles Bader <miles@gnu.org>
1625
1626 * international/latin1-disp.el (latin1-char-displayable-p):
1627 Add leading "-" for X font pattern.
1628
1629 2001-03-26 Kenichi Handa <handa@etl.go.jp>
1630
1631 * international/mule-diag.el (describe-coding-system):
1632 For raw-text and emacs-mule, don't add anymore text about what
1633 charsets they can encode.
1634
1635 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1636
1637 * help.el (view-lossage): Mention open-dribble-file in the doc
1638 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1639
1640 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1641
1642 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1643 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1644
1645 2001-03-23 Kenichi Handa <handa@etl.go.jp>
1646
1647 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1648 Call ccl-execute-on-string directly so that CCL program handling
1649 multibyte sequence can work correctly.
1650 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1651 property of the coding system.
1652
1653 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1654
1655 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1656 Fix transcription typo.
1657
1658 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1659
1660 * whitespace.el: Add buffer local variables to toggle testing of
1661 whitespaces in buffers without affecting the default values.
1662 Bump version to 3.0 to account for a few other changes.
1663 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1664 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1665 (whitespace-toggle-spacetab-check): New functions.
1666
1667 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1668
1669 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1670
1671 2001-03-21 Gerd Moellmann <gerd@gnu.org>
1672
1673 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1674 bs-cycle-configuration-name. From Juanma Barranquero
1675 <lektu@uol.com.br>.
1676
1677 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1678 and cc-vars.el.
1679
1680 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1681 headers. Always invoke sendmail with option -t.
1682
1683 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1684
1685 * Release of cc-mode 5.28.
1686
1687 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1688
1689 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1690 Removed the hardcoded switch to "java" style in Java mode.
1691 It's instead taken care of by the default value for c-default-style.
1692
1693 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1694
1695 * cc-align.el (c-lineup-math): Fix bug where lineup was
1696 triggered by equal signs in string literals.
1697
1698 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1699
1700 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1701 limit detection when at the ends of the buffer.
1702
1703 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1704 "for" statement clause in case 7F; a better one is done
1705 earlier in case 7D anyway.
1706
1707 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1708
1709 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1710 somewhat more and did a small optimization.
1711
1712 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1713
1714 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1715 Use the limit argument only to limit the syntactic context
1716 search, not to limit the actual movement.
1717
1718 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1719 inside multiline strings, just like in comments. Also various
1720 fixes to the paragraph and comment prefix recognition, block
1721 comment ender handling etc.
1722
1723 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1724
1725 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1726 the relative position of the point.
1727
1728 * cc-cmds.el (c-electric-continued-statement): New function to
1729 use as abbrev hook to reindent for keywords such as "else"
1730 that continues an earlier statement.
1731
1732 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1733 like classes.
1734
1735 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1736 (pike-mode): Populate the default abbrev tables to reindent for
1737 keywords such as "else" that can continue earlier statements.
1738 Abbrev mode is therefore turned on by default now. (Note that
1739 this doesn't apply to idl-mode, since IDL afaik doesn't have
1740 statements at all.)
1741
1742 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1743
1744 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1745 bracelists where the declaration contains template arguments.
1746
1747 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1748
1749 * cc-cmds.el (c-comment-indent):
1750 Use `c-get-syntactic-indentation' to correctly calculate the
1751 syntactic indentation. Fixes bug with lineup functions that
1752 return vectors.
1753
1754 * cc-engine.el (c-get-syntactic-indentation): Split the
1755 indentation sum calculation from `c-indent-line' to a separate
1756 function.
1757
1758 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1759
1760 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1761 Fixed places where it was assumed that preprocessor directives
1762 have to start in column zero.
1763
1764 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1765 template arguments after a class identifier properly.
1766
1767 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1768 lists for `new Foo[]' constructs in Java as expressions and
1769 not top level definition brace lists on the top level, so that
1770 they'll get indented consistently with the same type of
1771 expression in a normal block.
1772
1773 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1774
1775 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1776 whether the adaptive filling package fails to keep the comment
1777 prefix is now kludged further to check for filladapt-mode
1778 which doesn't have that problem. This is really icky, but it's
1779 the only way that works with the current misfeatures/bugs in
1780 both adaptive-fill-mode and filladapt-mode.
1781
1782 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1783 around point is recognized more robust.
1784
1785 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1786
1787 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1788 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1789 (c-lit-type): Fixed all internal variables used dynamically so
1790 that they are always bound.
1791
1792 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1793 errors:
1794
1795 (c-indent-region): Fixed reporting of syntactic errors so that
1796 the region is fully reindented even when an error occurs.
1797 The last syntactic error is printed afterwards. Also cleanup up a
1798 whole lot of code that tried to optimize indentation of whole
1799 sexps but in reality accomplishes nothing.
1800
1801 (c-indent-sexp): Use c-indent-region.
1802
1803 (c-parsing-error): Changed this variable to hold the message
1804 for any syntactic error that is discovered.
1805
1806 (c-parse-state): Search backward from point instead of the bod
1807 position when the latter is invalid. This makes CC Mode
1808 recover faster when there are unbalanced close braces.
1809
1810 (c-backward-to-start-of-if): Use c-parsing-error to report
1811 dangling "else" clauses instead of throwing an error, and fall
1812 back to a reasonable position.
1813
1814 (c-indent-line): Added argument to avoid reporting syntactic errors.
1815
1816 (c-show-syntactic-information): Don't report any syntactic errors.
1817
1818 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1819
1820 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1821 paragraph recognition when moving by sentence in literals.
1822
1823 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1824 start regexp for javadoc to recognize javadoc markup in general instead
1825 of a specific set of keywords, to be more future-safe.
1826
1827 (c-Pike-pikedoc-paragraph-start)
1828 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1829 pikedoc markup.
1830
1831 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
1832
1833 (pike-mode): Initialize paragraph settings pikedoc recognition.
1834
1835 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1836
1837 (c-comment-prefix-regexp): Made it possible to use an
1838 association list on this to specify mode specific regexps.
1839 The default value now use a special regexp in Pike mode to
1840 recognize pikedoc markup.
1841
1842 (c-current-comment-prefix): New variable containing the actual
1843 regexp from c-comment-prefix-regexp for the current buffer.
1844
1845 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1846
1847 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1848 lists: We can't look at the syntax, since a brace list can get
1849 recognized as a plain statement-cont.
1850
1851 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1852 special brace list opener broken over two lines got recognized
1853 as a statement on the second line. Case 9A changed.
1854
1855 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1856
1857 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1858 adjustment after line is reindented.
1859
1860 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1861
1862 * cc-defs.el (c-point): Added optional argument for position
1863 to use instead of the current point.
1864
1865 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1866 the in-expression block symbols when the construct starts at
1867 boi, to avoid the extra level of indentation in that case.
1868 Cases 4, 16A and 17E affected.
1869
1870 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1871
1872 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
1873 calls to `c-indent-line', to adhere better to Emacs conventions.
1874
1875 * cc-engine.el (c-indent-line): Use the syntax already bound
1876 to `c-syntactic-context', if there is any.
1877
1878 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1879
1880 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1881 wasn't added up correctly when a lineup function returned nil.
1882
1883 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1884
1885 * cc-engine.el (c-collect-line-comments): Fixed bug where
1886 empty lines were ignored when collecting line comments backwards.
1887
1888 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1889
1890 * cc-align.el (c-lineup-dont-change): Return an absolute
1891 indentation column to work correctly in the case when several
1892 syntactic elements are processed for the same line.
1893
1894 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1895 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1896 (c-set-offset): Added absolute indentation column settings by
1897 using the vector type.
1898
1899 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1900
1901 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1902 Implemented two new cleanups `space-before-funcall' and
1903 `compact-empty-funcall'.
1904
1905 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1906
1907 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1908 helping building regexps.
1909
1910 * cc-engine.el (c-on-identifier): New function for detecting
1911 identifiers. It takes keywords into account.
1912
1913 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1914 lists. `c-keywords' is set to a regexp matching all keywords
1915 in the current language.
1916
1917 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1918
1919 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1920 list of characters to skip backwards over at the beginning of
1921 a statement, since it can precede string literals in Pike.
1922
1923 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1924
1925 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1926 recognition when standing on the last line in a C++ comment
1927 with nothing but whitespace after the prefix.
1928
1929 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1930 given no limit argument.
1931
1932 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1933
1934 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1935 recognition for the `[]= operator symbol in Pike.
1936
1937 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1938
1939 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1940 around a bug in `eval-when-compile' in the byte compiler.
1941
1942 * cc-engine.el (c-forward-token-1): Fixed bug with return
1943 value when count is zero and there's no token start within the limit.
1944
1945 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1946 "prefix comments", i.e. comments which are followed by code on
1947 the same line.
1948
1949 * cc-mode-19.el: Fixes so that checks that must be done at
1950 compile time also are done then.
1951
1952 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1953
1954 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1955 time and at runtime, and only when it's needed.
1956
1957 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1958
1959 Major cleanup for less error prone and more warning free
1960 compilation, including some fixes for bugs due to different
1961 compilation orders. Thanks to Martin Buchholz for providing
1962 the basis for all this.
1963
1964 * cc-bytecomp.el: New file that provides some byte compilation
1965 features: It ensures that files always are loaded from the
1966 current source directory during compilation, and it provides a
1967 set of macros to turn off specific compiler warnings for
1968 specific symbols. (It's not CC Mode specific in any way.)
1969
1970 Fixed a nearly acyclic dependency tree (both runtime and
1971 compile-time) between all files.
1972
1973 * cc-defs.el: Separated all macros before the inline functions,
1974 to ensure correct compilation.
1975
1976 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1977 cc-defs.el to cc-engine.el and made it a function instead.
1978
1979 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1980 about char-after.
1981
1982 * cc-vars.el: Cope even when there isn't a custom package
1983 containing defcustom available.
1984
1985 * cc-make.el: Removed since it's no longer necessary.
1986
1987 README: Updated installation instructions.
1988
1989 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1990
1991 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1992 improve the modularity: Moved all mode init stuff from
1993 cc-langs.el to cc-mode.el, including the keymap
1994 initialization; cc-langs now only contains the various
1995 variables for configuring the language syntax.
1996
1997 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1998 (c-get-offset): Moved from cc-styles to cc-engine since file
1999 dependency analysis suggests they belong there (which also
2000 makes more sense). Thanks to Martin Buchholz for doing the analysis.
2001
2002 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2003
2004 * cc-cmds.el (c-fn-region-is-active-p): New function that
2005 wraps the corresponding macro, for use in places that aren't
2006 compiled. Thanks to Martin Buchholz for pointing out this.
2007
2008 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
2009
2010 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2011 add things to the bug report.
2012
2013 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2014
2015 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2016 returned prefix could contain a newline when the search for a
2017 good prefix line failed.
2018
2019 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2020
2021 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2022 (c-toggle-auto-hungry-state): Made the argument optional, as
2023 the documentation says it is.
2024
2025 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2026
2027 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2028 multiline string syntax, #"...", as a cpp macro.
2029
2030 2001-03-21 Paul Eggert <eggert@twinsun.com>
2031
2032 * international/mule-cmds.el (set-locale-environment):
2033 Set system-messages-locale and system-time-locale, but only if the
2034 caller specifies a non-nil locale name.
2035
2036 2001-03-20 Gerd Moellmann <gerd@gnu.org>
2037
2038 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
2039 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
2040
2041 2001-03-20 Gerd Moellmann <gerd@gnu.org>
2042
2043 * follow.el (follow-avoid-tail-recenter): Doc fix.
2044
2045 * custom.el (custom-set-variables): Avoid reversing the list
2046 of args needlessly.
2047
2048 * startup.el (fancy-splash-head): Don't change the colors of the
2049 XPM image on a dark background.
2050
2051 * comint.el (comint-exec-1): Set columns of the terminal to
2052 window-width instead of frame-width.
2053
2054 * info.el (Info-scroll-down): Add missing WINDOW arg for
2055 pos-visible-in-window-p.
2056
2057 * ehelp.el (electric-help-mode-hook): Add defcustom.
2058
2059 * mail/sendmail.el (mail-mode): Activate case-folding in
2060 font-lock-defaults.
2061
2062 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
2063
2064 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2065 (completion-ignored-extensions): Remove duplicate ".class".
2066
2067 2001-03-19 Andreas Schwab <schwab@suse.de>
2068
2069 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2070 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2071
2072 2001-03-19 Gerd Moellmann <gerd@gnu.org>
2073
2074 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2075 methods since there are not prefix input methods.
2076
2077 2001-03-19 Kenichi Handa <handa@etl.go.jp>
2078
2079 * international/mule-cmds.el (read-input-method-name):
2080 Locally bind enable-recursive-minibuffers to t.
2081
2082 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
2083
2084 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2085
2086 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
2087
2088 * ediff-util.el: Copyright years.
2089 (ediff-choose-syntax-table): New function.
2090 (ediff-setup): Use ediff-choose-syntax-table.
2091
2092 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2093 with-syntax-table.
2094
2095 * ediff.el: Date of last update, copyright years.
2096
2097 * ediff-wind (ediff-setup-control-frame): Nill->nil.
2098
2099 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2100 of Scott Bronson.
2101 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2102 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2103 Deleted functions.
2104 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2105 ex-token-list.
2106
2107 * viper-util.el: Spaces, indentation.
2108
2109 * viper.el: Changed version, modification time.
2110
2111 2001-03-16 John Wiegley <johnw@gnu.org>
2112
2113 * calendar/timeclock.el (timeclock-workday-remaining):
2114 Check whether `discrep' is non-null before using it.
2115
2116 2001-03-16 John Wiegley <johnw@gnu.org>
2117
2118 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2119 first-time checkins.
2120 (timeclock-log-data): Fixed problem with reading timelog log file.
2121 Resulting data in the "day list" was incorrect.
2122 (timeclock-find-discrep): Check if `timeclock-file' is readable
2123 before opening it.
2124 (timeclock-time-less-p): New function.
2125 (timeclock-day-base): New function.
2126 (timeclock-geometric-mean): New function.
2127 (timeclock-generate-report): Generate a summary report based on
2128 the contents of the log file. This uses `timeclock-log-data', and
2129 is an example of writing a timelog manipulation function.
2130 (timeclock-visit-timelog): A quick command for opening the timelog
2131 file.
2132 (timeclock-log-data): Bound the variable event.
2133
2134 2001-03-16 Kenichi Handa <handa@etl.go.jp>
2135
2136 * international/mule-cmds.el (select-safe-coding-system):
2137 Fix typo: symbol-name -> symbol-value.
2138
2139 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2140 before substitute-in-file-name to handle double slashes in FILE
2141 correctly.
2142
2143 2001-03-15 Gerd Moellmann <gerd@gnu.org>
2144
2145 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2146 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2147
2148 2001-03-14 Gerd Moellmann <gerd@gnu.org>
2149
2150 * bindings.el (features): Add `md5' and `overlay' to the list.
2151
2152 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2153 bound before using it. It's not bound when configured without X,
2154 for instance.
2155
2156 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
2157
2158 * progmodes/hideshow.el: Update copyright.
2159 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
2160 (hs-minor-mode-hook): Include `:version' in defcustom form.
2161
2162 2001-03-13 Gerd Moellmann <gerd@gnu.org>
2163
2164 * help.el (string-key-binding): Don't call event-start on
2165 a non-list.
2166
2167 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
2168
2169 * startup.el (fancy-splash-tail, command-line-1): Fix the
2170 copyright year.
2171
2172 2001-03-13 Kenichi Handa <handa@etl.go.jp>
2173
2174 * term.el: These changes are based on a patch sent from Yong Lu
2175 <lyongu@yahoo.com>.
2176 (term-set-escape-char): Bind M-x to execute-extended-command in
2177 term-raw-escape-map.
2178 (term-move-columns): Don't try to move to negagive column.
2179 (term-emulate-terminal): Insert a string before deleting a text to
2180 overwrite.
2181
2182 2001-03-12 Gerd Moellmann <gerd@gnu.org>
2183
2184 * play/life.el (life): Rearrange code so that all calls to
2185 life-display-generation are in a catch-form.
2186
2187 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2188 file that isn't interesting. In an interesting file, push the old
2189 value of point on the mark ring.
2190
2191 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2192 New function.
2193 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2194 Use it.
2195
2196 * emacs-lisp/autoload.el (generate-file-autoloads):
2197 Remove warning about line lengths.
2198
2199 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2200
2201 * progmodes/etags.el (tags-compression-info-list): New variable.
2202 (find-tag-in-order): Use it to deal with compressed source files.
2203 (tag-file-name-match-p): New function.
2204 (etags-recognize-tags-table): Use it for better match of file names.
2205
2206 2001-03-12 Kenichi Handa <handa@etl.go.jp>
2207
2208 * international/mule-cmds.el (register-input-method): Doc fix.
2209
2210 * international/quail.el (quail-translate-key): Fix condition to
2211 check if there's another breaking point in the current key.
2212
2213 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2214
2215 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2216 Babyl header to the newly-created output file, bind
2217 coding-system-for-write to either rmail-file-coding-system or
2218 emacs-mule-unix.
2219
2220 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2221
2222 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2223 Fix the name and regexp used for subsubsections.
2224
2225 2001-03-10 Dave Love <fx@gnu.org>
2226
2227 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2228 and save-buffer if buffer-file-name non-nil. From rms.
2229
2230 2001-03-10 Andre Spiegel <spiegel@gnu.org>
2231
2232 * vc.el (vc-do-command): If the destination buffer is already
2233 current, don't set it up and don't erase it. Updated doc string
2234 to reflect that.
2235 (vc-version-diff): When doing a single file diff, don't switch to the
2236 *vc-diff* buffer before the command. This is to preserve local
2237 variable bindings that might affect the diff command.
2238 (vc-print-log): Don't switch to the *vc* buffer before the
2239 command, so that local variable bindings are preserved.
2240
2241 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
2242 not the current buffer.
2243 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2244
2245 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
2246 make output go to buffer *vc*, not the current buffer.
2247
2248 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2249
2250 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2251 so ^, $, *, ? and + are interpreted correctly.
2252
2253 2001-03-09 Gerd Moellmann <gerd@gnu.org>
2254
2255 * help.el (string-key-binding): Renamed from
2256 mode-line-key-binding. Handle any event on a string.
2257 Check for `keymap' properties as well as `local-map' properties.
2258
2259 * comint.el (comint-insert-clicked-input): Use the last key
2260 from this-command-keys to lookup the global key definition.
2261
2262 2001-03-09 Kenichi Handa <handa@etl.go.jp>
2263
2264 * international/characters.el: Add category `j' for
2265 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
2266
2267 * international/mule-conf.el (no-conversion): Fix docstring.
2268 (raw-text): Fix docstring.
2269
2270 2001-03-08 Gerd Moellmann <gerd@gnu.org>
2271
2272 * simple.el (choose-completion-string): When not leaving the
2273 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2274 is set.
2275
2276 * window.el (shrink-window-if-larger-than-buffer): Handle frame
2277 parameter `(minibuffer . t)'.
2278
2279 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2280
2281 * progmodes/sh-script.el (sh-st-symbol): New symbol.
2282 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2283 (sh-mode): Remove `make-local-variable' for unused var
2284 `font-lock-unfontify-region-function'.
2285
2286 2001-03-07 Richard M. Stallman <rms@gnu.org>
2287
2288 * info.el (Info-scroll-down): Fix previous change.
2289
2290 * mail/rmail.el (rmail-toggle-header): Use a window which
2291 is showing the Rmail buffer, rather than the selected window.
2292
2293 2001-03-07 Dave Love <fx@gnu.org>
2294
2295 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2296 now, to avoid problems with binding imenu directly to a mouse event.
2297
2298 2001-03-07 Gerd Moellmann <gerd@gnu.org>
2299
2300 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2301 second arg t.
2302
2303 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2304
2305 * log-edit.el (log-edit-common-indent): New var.
2306 (log-edit-set-common-indentation): Renamed from
2307 log-edit-delete-common-indentation. Use the new var.
2308 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2309
2310 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2311 (cvs-mode-add-change-log-entry-other-window):
2312 Don't presume change-log-default-name is defined.
2313
2314 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2315
2316 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2317 the "tree" operation as well.
2318
2319 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2320
2321 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2322 to match paragraph-start.
2323
2324 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2325 comment-start-skip and set comment-end-skip as well.
2326 (sgml-comment-indent): Fix for new value of comment-start-skip.
2327 (html-autoview-mode): Don't bother using make-local-hook.
2328
2329 2001-03-07 Gerd Moellmann <gerd@gnu.org>
2330
2331 * cus-edit.el (custom-save-delete): Move in front of local
2332 variables, otherwise long Custom entries would make them ineffective.
2333
2334 * uniquify.el: Set maintainer to FSF.
2335
2336 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2337
2338 * dired-aux.el (dired-do-shell-command): Doc fix.
2339
2340 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2341
2342 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2343
2344 * which-func.el (which-func-modes): Add cperl-mode.
2345 (which-func-mode-global): Use define-minor-mode.
2346
2347 * info-look.el: Docstring fixes and dead code eliminated.
2348 (cperl-mode): Add support.
2349 (emacs-lisp-mode): List all entries from elisp manual, whether
2350 or not they are currently (f)bound or not. Update regexp.
2351
2352 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2353
2354 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2355 so that C-h m shows the correct information.
2356 Use make-local-variable rather than make-variable-buffer-local.
2357 (cperl-info-buffer, cperl-setup-tmp-buf):
2358 Use make-local-variable rather than make-variable-buffer-local.
2359 (cperl-msb-fix, cperl-get-help-defer):
2360 Check major-mode for `cperl-mode' as well.
2361
2362 * progmodes/cperl-mode.el: Updated to author version 4.23.
2363 (cperl-electric-pod): SYNOPSIS was misspelled.
2364 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2365 (cperl-after-expr-p): Make true after __END__.
2366
2367 2001-03-06 Gerd Moellmann <gerd@gnu.org>
2368
2369 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
2370 bookmark-completion-ignore-case is t.
2371
2372 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2373 switch, like xterm, and concat resource strings, with a newline
2374 between them.
2375
2376 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2377
2378 * international/codepage.el (cp770-decode-table)
2379 (cp773-decode-table, cp774-decode-table): New variables.
2380
2381 * man.el (Man-hyphenated-reference-regexp): New variable.
2382 (Man-build-references-alist): Use it to search for referenced
2383 manpages. If hyphenated is non-nil, record a concatenated word in
2384 Man-refpages-alist only if it matches Man-reference-regexp.
2385 Update word's length when it is concatenated. Reverse the list,
2386 to get the first manpage at the head.
2387 (Man-possibly-hyphenated-word): New function.
2388 (Man-follow-manual-reference): Use it instead of current-word to
2389 find a manpage at point, in a way that accounts for hyphenated
2390 references.
2391
2392 2001-03-06 Alex Schroeder <alex@gnu.org>
2393
2394 * sql.el (sql-interbase): New function.
2395 (sql-interbase-program): New option.
2396 (sql-interbase-options): New option.
2397 And some typos fixed: "customise" to "customize".
2398
2399 2001-03-06 Dave Love <fx@gnu.org>
2400
2401 * textmodes/flyspell.el (flyspell-region):
2402 Set up flyspell-local-mouse-map.
2403
2404 2001-03-05 Richard M. Stallman <rms@gnu.org>
2405
2406 * mail/rmail.el (rmail-retry-failure):
2407 Don't call rmail-beginning-of-message.
2408 Don't discard From: field. Do discard Received: field.
2409 Use unwind-protect to re-prune.
2410 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
2411
2412 2001-03-06 Kenichi Handa <handa@etl.go.jp>
2413
2414 * international/quail.el (quail-title): Add autoload cookie.
2415
2416 2001-03-05 Dave Love <fx@gnu.org>
2417
2418 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2419 new defs.
2420
2421 2001-03-05 Kenichi Handa <handa@etl.go.jp>
2422
2423 * language/ethio-util.el (ethio-toggle-space):
2424 Update current-input-method-title if necessary.
2425 (ethio-toggle-punctuation): Likewise.
2426
2427 * international/quail.el (quail-title): Fix for the case that a
2428 title of an input method is specified by a list of the same form
2429 as used in mode-line-format.
2430
2431 * international/mule-cmds.el (activate-input-method):
2432 If current-input-method-title is set by activating INPUT-METHOD,
2433 respect that value.
2434
2435 2001-03-05 Gerd Moellmann <gerd@gnu.org>
2436
2437 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2438
2439 2001-03-05 Alex Schroeder <alex@gnu.org>
2440
2441 * sql.el (sql-sybase): Fix typo (was: query user about server two
2442 times instead of server and database).
2443
2444 * sql.el (sql-sybase): Doc change.
2445 (sql-mysql): Doc change.
2446 (sql-postgres): Doc change.
2447
2448 2001-03-05 Kenichi Handa <handa@etl.go.jp>
2449
2450 * international/mule-conf.el (emacs-mule, raw-text):
2451 Docstring modified.
2452
2453 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2454
2455 * term/internal.el: Update copyright notice.
2456
2457 * term/pc-win.el: Update copyright notice.
2458
2459 2001-03-02 Dave Love <fx@gnu.org>
2460
2461 * files.el (insert-file-contents-literally):
2462 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2463 not jka-compr-compression-info-list.
2464
2465 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2466
2467 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2468 spaces in default comment-start-skip settings rather than \s-.
2469
2470 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2471
2472 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2473 default-frame-alist as well.
2474
2475 2001-03-01 Dave Love <fx@gnu.org>
2476
2477 * textmodes/reftex.el (defvar): Wrap some defvars in
2478 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2479
2480 * subr.el (event-basic-type): Doc fix.
2481
2482 * international/quail.el: Doc fixes.
2483
2484 * international/utf-8.el: Doc fixes.
2485
2486 * international/mule-cmds.el: Doc fixes.
2487 (leim-list-header): Fix header text.
2488
2489 * international/mule.el (coding-system-category): Doc fix.
2490
2491 * international/ccl.el (ccl-compile): Doc fix.
2492
2493 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2494
2495 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2496 rather than (before|after)-change-functions.
2497
2498 2001-03-01 Gerd Moellmann <gerd@gnu.org>
2499
2500 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2501 scroll-left and scroll-right being called interactively so that
2502 they set the window's min_hscroll.
2503
2504 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2505
2506 * info.el (info-insert-file-contents-1): Accept an additional
2507 argument `lfn': if it is non-nil, concatenate `filename' and
2508 `suffix'; otherwise use the complicated MS-DOS code.
2509 All callers changed.
2510 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2511 can access long file names, try the long file-name version of
2512 `info-insert-file-contents-1', then the short file-name version.
2513
2514 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
2515
2516 * language/ethio-util.el (setup-ethiopic-environment-internal):
2517 Change bindings of functions keys to conform to "Emacs Lisp Coding
2518 Convention".
2519
2520 * language/ethiopic.el ("Ethiopic"): Add documentation.
2521
2522 2001-02-28 Kenichi Handa <handa@etl.go.jp>
2523
2524 * international/utf-8.el (mule-utf-8): Set coding-category
2525 property to coding-category-utf-8.
2526
2527 2001-02-27 Richard M. Stallman <rms@gnu.org>
2528
2529 * lpr.el (lpr-page-header-switches, print-region-1):
2530 Undo 2000-07-06 change.
2531 (lpr-add-switches): Default to t on gnu/linux.
2532
2533 2001-02-27 Gerd Moellmann <gerd@gnu.org>
2534
2535 * bs.el (bs-attributes-list): Doc fix.
2536
2537 2001-02-26 Gerd Moellmann <gerd@gnu.org>
2538
2539 * help.el (describe-project): Display the file THE-GNU-PROJECT.
2540
2541 * help.el (view-order-manuals): Use goto-address.
2542
2543 * startup.el (command-line-1): Add info about ordering manuals
2544 to the not so fancy splash screens.
2545
2546 2001-02-26 Andre Spiegel <spiegel@gnu.org>
2547
2548 * vc.el (vc-default-workfile-unchanged-p)
2549 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
2550
2551 2001-02-26 Gerd Moellmann <gerd@gnu.org>
2552
2553 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
2554 fontify in the right buffer.
2555
2556 * allout.el (outline-flag-region): Move macro in front of first
2557 use to avoid a run-time error.
2558
2559 2001-02-24 Andrew Innes <andrewi@gnu.org>
2560
2561 * makefile.w32-in: Fix copyright notice.
2562
2563 2001-02-24 Kenichi Handa <handa@etl.go.jp>
2564
2565 * international/utf-8.el (mule-utf-8): Set correct value for
2566 valid-codes property.
2567
2568 * international/fontset.el (x-complement-fontset-spec): In the
2569 case that we use ASCII font for the other charsets, use only
2570 family and registry part of it.
2571
2572 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2573
2574 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2575 (shrink-window-if-larger-than-buffer): Doc fix.
2576
2577 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2578
2579 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2580 predicate passed to completing-read.
2581
2582 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2583
2584 * startup.el (command-line): Fix last change.
2585
2586 2001-02-23 Jason Rumney <jasonr@gnu.org>
2587
2588 * startup.el (tool-bar-originally-present): New variable.
2589 (command-line): Set it if the tool-bar is switched on at startup.
2590
2591 * frame.el (frame-notice-user-settings): Only adjust frame height
2592 for no tool-bar case if tool-bar was originally switched on.
2593 From E. Jay Berkenbilt.
2594
2595 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2596
2597 * server.el (server-switch-buffer): Only switch window if the
2598 current one is dedicated.
2599
2600 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2601 rather than using (match-beginning 0) when searching for break point.
2602
2603 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2604
2605 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2606 @ follows an accent command such as @'. Support optional braces
2607 in commands that insert accents, like makeinfo does.
2608
2609 2001-02-22 Gerd Moellmann <gerd@gnu.org>
2610
2611 * startup.el (fancy-splash-text): Add a line for ordering
2612 manuals. Reverse order of splash screens shown.
2613 (use-fancy-splash-screens-p): Adapt to the text line added.
2614
2615 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2616 manuals from the FSF.
2617
2618 * help.el (view-order-manuals): New function.
2619 (toplevel): Bind C-h C-m to this function.
2620
2621 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2622
2623 * newcomment.el (comment-forward): Skip the comment-start before
2624 searching for the comment-end.
2625
2626 2001-02-21 Dave Love <fx@gnu.org>
2627
2628 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2629
2630 * international/mule-cmds.el, international/mule.el: Doc fixes.
2631
2632 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2633 (fortune) <defgroup>: Add :link.
2634 (fortune-from-region): Use eq, not eql.
2635
2636 2001-02-21 Gerd Moellmann <gerd@gnu.org>
2637
2638 * startup.el (fancy-splash-screens): Use display-hourglass
2639 instead of display-busy-cursor.
2640
2641 * frame.el (display-hourglass): Renamed from busy-cursor.
2642 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2643 (show-cursor-in-non-selected-windows): Doc fix.
2644
2645 2001-02-20 Dave Love <fx@gnu.org>
2646
2647 * international/utf-8.el: Doc and commentary fixes.
2648
2649 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2650
2651 * ehelp.el (with-electric-help): Doc fix.
2652
2653 2001-02-20 Gerd Moellmann <gerd@gnu.org>
2654
2655 * msb.el (msb-mode): Call the update-buffers function explicitly
2656 with a FORCE argument.
2657
2658 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2659 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2660 returns nil.
2661
2662 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2663
2664 * ps-print.el: Timestamp package replacement. Some enhancements.
2665 Some XEmacs compatibility. Doc fix.
2666 (ps-print-version): New version number (6.4).
2667 (ps-printer-name): Initialization fix.
2668 (ps-zebra-stripe-follow): Funcionality enhancement.
2669 (ps-prologue-file): Code enhancement.
2670 (ps-right-header): Timestamp package replacement.
2671 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2672 (ps-get-page-dimensions)
2673 (ps-generate-header, ps-begin-file, ps-begin-job)
2674 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2675 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2676 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2677 (coding-system-for-write): Var declaration (XEmacs compatibility).
2678
2679 2001-02-20 Miles Bader <miles@gnu.org>
2680
2681 * image-file.el (image-file-name-extensions): Add "tif".
2682
2683 2001-02-19 Gerd Moellmann <gerd@gnu.org>
2684
2685 * wid-edit.el (widget-button-click): Save the selected window
2686 around the code handling clicks on buttons.
2687
2688 2001-02-18 Dave Love <fx@gnu.org>
2689
2690 * imenu.el (imenu--generic-function): Use mapc to iterate over
2691 syntax characters.
2692
2693 2001-02-17 Richard M. Stallman <rms@gnu.org>
2694
2695 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2696
2697 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2698
2699 2001-02-16 Gerd Moellmann <gerd@gnu.org>
2700
2701 * mouse.el (mouse-save-then-kill): If the distance from the new
2702 point to the mark is equal to the distance of point from the new
2703 point, move point instead of the mark.
2704
2705 2001-02-16 Dave Love <fx@gnu.org>
2706
2707 * textmodes/flyspell.el (flyspell-get-word): Return string without
2708 properties.
2709
2710 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2711
2712 * generic.el (generic-find-file-regexp): Doc fix.
2713 (generic-ignore-files-regexp): New defcustom.
2714 (generic-mode-find-file-hook): If the file's name matches the
2715 regexp in `generic-ignore-files-regexp', don't enter
2716 default-generic-mode. Doc fix.
2717
2718 2001-02-16 Gerd Moellmann <gerd@gnu.org>
2719
2720 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
2721 Add autoload cookies.
2722
2723 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
2724 of cal-tex-24.
2725
2726 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2727
2728 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2729
2730 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2731 the character class after the (optional) drive, to support file
2732 names with embedded blanks.
2733
2734 2001-02-15 Sam Steingold <sds@gnu.org>
2735
2736 * textmodes/tex-mode.el (tex-shell-running):
2737 Check the process buffer too.
2738
2739 2001-02-15 Dave Love <fx@gnu.org>
2740
2741 * battery.el (battery-status-function): Fix doc, :type.
2742
2743 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
2744
2745 2001-02-15 Gerd Moellmann <gerd@gnu.org>
2746
2747 * subr.el (read-passwd): Clear Lisp memory holding password.
2748
2749 2001-02-15 Miles Bader <miles@gnu.org>
2750
2751 * info.el (Info-copy-current-node-name): New function.
2752 (Info-mode-menu): Add it to the menu.
2753
2754 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2755
2756 * international/mule-cmds.el (toggle-input-method): Doc fix.
2757
2758 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2759
2760 * replace.el (occur): Stop at end of buffer.
2761
2762 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2763
2764 * international/mule-cmds.el (set-input-method): Another doc fix.
2765
2766 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2767
2768 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2769
2770 2001-02-13 Miles Bader <miles@gnu.org>
2771
2772 * faces.el (set-face-background, set-face-foreground)
2773 (set-face-stipple): Treat a value of nil as being `unspecified'.
2774
2775 2001-02-12 Dave Love <d.love@dl.ac.uk>
2776
2777 * international/latin1-disp.el: Doc fixes.
2778 (latin1-display) <defgroup>: Add :link.
2779 (latin1-display) <function>: Set variable latin1-display.
2780
2781 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2782
2783 * international/mule-cmds.el (set-input-method): Doc fix.
2784
2785 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2786
2787 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2788 (speedbar-line-file): Return nil if not a file.
2789 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2790
2791 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
2792
2793 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2794 for remote files.
2795 (ediff-coding-system-for-read): Replaced the no-conversion default
2796 with raw-text.
2797
2798 * ediff-init.el: Removed :version from defcustom vars.
2799
2800 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2801 Better handling of the diff mode.
2802
2803 * ediff.texi: Added ediff-coding-system-for-read.
2804
2805 * viper.texi: Fix typos.
2806
2807 2001-02-11 Dave Love <fx@gnu.org>
2808
2809 * shadowfile.el: Doc fixes.
2810 (shadow) <defgroup>: Add :link.
2811 (shadowfile-unload-hook): New function.
2812 (shadow-initialize): Use defalias, not fset.
2813 (shadow-define-cluster, shadow-define-literal-group)
2814 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
2815
2816 * international/mule.el: Doc and message fixes.
2817
2818 * international/ccl.el (define-ccl-program): Doc fix.
2819
2820 2001-02-11 Kenichi Handa <handa@etl.go.jp>
2821
2822 * faces.el (mode-line): Set :line-width property to -1.
2823
2824 2001-02-10 Richard M. Stallman <rms@gnu.org>
2825
2826 * complete.el (partial-completion-mode): Doc fix.
2827
2828 * simple.el (delete-key-deletes-forward-mode):
2829 Change `let' to `let*' to fix gross bug in last change.
2830
2831 * repeat.el (repeat): Don't let execute-kbd-macro alter
2832 real-last-command.
2833
2834 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2835
2836 * simple.el (eval-expression): Doc fix.
2837
2838 2001-02-09 Dave Love <fx@gnu.org>
2839
2840 * imenu.el (imenu-generic-expression): Doc fix.
2841
2842 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2843 From Juanma Barranquero.
2844
2845 * emacs-lisp/authors.el (authors): Expand `root' before running find.
2846
2847 2001-02-09 Kenichi Handa <handa@etl.go.jp>
2848
2849 * faces.el (set-face-attribute): Describe the case of a negative
2850 value specified for :line-width.
2851
2852 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2853
2854 * which-func.el (which-func-mode): Invert which-func-mode-global.
2855 From Juanma Barranquero <lektu@uol.com.br>.
2856
2857 2001-02-08 Dave Love <fx@gnu.org>
2858
2859 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2860 widget-plist-value-type.
2861 (widget-alist-convert-widget): Replace binding of
2862 widget-alist-value-type.
2863
2864 * textmodes/paragraphs.el (sentence-end): Doc fix.
2865
2866 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2867 Remove `backward-line'.
2868
2869 * play/pong.el (pong-blank-color, pong-bat-color)
2870 (pong-ball-color, pong-border-color, pong-left-key)
2871 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2872 (pong-pause-key, pong-resume-key, pong-timer-delay):
2873 * mail/mh-comp.el (mh-compose-letter-function):
2874 * eshell/esh-mode.el (eshell-skip-prompt-function):
2875 * emulation/viper-ex.el (ex-unix-type-shell-options):
2876 * recentf.el (recentf-menu-filter):
2877 * ps-print.el (ps-print-region-function):
2878 * lpr.el (print-region-function):
2879 * forms.el (forms-mode-hooks):
2880 * dirtrack.el (dirtrack-directory-change-hook):
2881 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2882 * textmodes/spell.el (spell-filter):
2883 * textmodes/fill.el (adaptive-fill-function):
2884 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2885 * progmodes/etags.el (find-tag-default-function):
2886 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
2887 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2888
2889 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2890
2891 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2892 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2893 Meyering <jim@meyering.net>.
2894
2895 * loadup.el: Revert last change.
2896
2897 2001-02-07 Kenichi Handa <handa@etl.go.jp>
2898
2899 * international/mule.el (transform-make-coding-system-args):
2900 Make it work also for coding systems not using CCL.
2901
2902 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2903
2904 * simple.el (previous-matching-history-element)
2905 (next-matching-history-element): Doc fix.
2906
2907 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2908 specific part.
2909
2910 2001-02-06 Dave Love <fx@gnu.org>
2911
2912 * add-log.el (add-log-current-defun-function)
2913 (add-log-buffer-file-name-function, add-log-file-name-function):
2914 Fix :type.
2915 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2916
2917 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2918
2919 * info.el (info-initialize): Remove the test for system-type when
2920 invocation-directory is non-nil.
2921
2922 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2923 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2924
2925 2001-02-06 Andrew Innes <andrewi@gnu.org>
2926
2927 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2928 absolute.
2929
2930 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2931
2932 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2933 buffers. When hi-lock turned on rather than only checking current
2934 buffer for regexps, all buffers are checked. Moved activation of
2935 font-lock to hi-lock-refontify. When font-lock turned off rather
2936 than removing added highlighting just in current buffer, remove it
2937 in all buffers. Changed edit menu text from "Automatic
2938 Highlighting" to "Regexp Highlighting" Documentation for
2939 highlighting phrases, minor documentation changes.
2940 (hi-lock-set-file-patterns): Execute only if there are new or
2941 existing file patterns.
2942 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2943 unfontify and, if a support mode is active, will not refontify the
2944 whole buffer. If necessary, turn on font lock. (Removed
2945 font-lock-unfontify and font-lock support-mode-specific calls,
2946 such as lazy-lock-fontify-window.)
2947 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2948 patterns are found. Not useful now since find-file-hook is removed
2949 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
2950 (hi-lock-face-phrase-buffer): New function. Also added related
2951 menu item and keybinding.
2952 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2953 (hi-lock-process-phrase): New function.
2954 (hi-lock-line-face-buffer): Doc fixes.
2955 (hi-lock-face-buffer): Doc fixes.
2956 (hi-lock-unface-buffer): Doc fixes.
2957
2958 2001-02-06 Gerd Moellmann <gerd@gnu.org>
2959
2960 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2961 dabbrev-ignored-regexps.
2962
2963 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2964
2965 * simple.el (kill-line): Doc fix.
2966
2967 2001-02-05 Dave Love <fx@gnu.org>
2968
2969 * loadup.el: Revert last two changes -- bootstrapping works with
2970 regenerated loaddefs.
2971
2972 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2973
2974 * isearch.el (isearch-forward): Doc fix.
2975
2976 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2977 of font-lock-defaults to backward-paragraph.
2978
2979 2001-02-05 Gerd Moellmann <gerd@gnu.org>
2980
2981 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2982 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2983
2984 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2985
2986 * ebnf2ps.el: Eliminate time-stamp functions.
2987 (ebnf-version): New version (3.5).
2988 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2989 format-time-string.
2990
2991 2001-02-05 Gerd Moellmann <gerd@gnu.org>
2992
2993 * simple.el (next-line): Goto end-of-line before inserting a newline.
2994
2995 2001-02-05 Miles Bader <miles@gnu.org>
2996
2997 * image-file.el (insert-image-file): When visiting an image, also
2998 set `truncate-lines' to t so that any fringe arrow looks correct.
2999
3000 2001-02-05 Kenichi Handa <handa@etl.go.jp>
3001
3002 * isearch.el (isearch-forward): Add description about input method
3003 in the docsting.
3004
3005 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3006
3007 * skeleton.el (skeleton-internal-1): Always push the mark for @.
3008
3009 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3010
3011 * info.el (info-initialize): If installation-directory is nil, for
3012 DOS/Windows systems try looking in a sibling of invocation-directory.
3013
3014 2001-02-02 Gerd Moellmann <gerd@gnu.org>
3015
3016 * wid-edit.el (widget-button-click): Fix last change.
3017
3018 * frame.el (frame-notice-user-settings): When resizing the initial
3019 frame because the tool bar is off, also change the frame's top
3020 position if a negative top position was specified.
3021
3022 2001-02-02 Miles Bader <miles@gnu.org>
3023
3024 * image-file.el (insert-image-file): When visiting an image,
3025 suppress the cursor in the image buffer.
3026
3027 2001-02-01 Dave Love <fx@gnu.org>
3028
3029 * progmodes/f90.el (f90-mode): Remove startup message.
3030
3031 * vc-cvs.el: Remove autoloads. Require vc when compiling.
3032
3033 2001-02-01 Gerd Moellmann <gerd@gnu.org>
3034
3035 * startup.el (command-line): Fix code determining whether or not
3036 to use delete-key-deletes-forward-mode.
3037
3038 2001-02-01 Andre Spiegel <spiegel@gnu.org>
3039
3040 * vc.el (vc-diff-switches): New user option.
3041 (vc-version-diff): Use it.
3042 (vc-diff-switches-list): New macro.
3043
3044 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3045 New customization options.
3046 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3047
3048 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3049
3050 2001-02-01 Gerd Moellmann <gerd@gnu.org>
3051
3052 * msb.el (toplevel): Quote hook symbols.
3053
3054 2001-02-01 Kenichi Handa <handa@etl.go.jp>
3055
3056 * international/mule.el (make-coding-system): Add description
3057 about recognized properties in the docstring.
3058
3059 * international/mule-conf.el: Remove unused charsets
3060 mac-roman-lower and mac-roman-upper.
3061
3062 2001-01-31 Gerd Moellmann <gerd@gnu.org>
3063
3064 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3065 is in front of the left-margin, if any.
3066
3067 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3068 like `delete'.
3069
3070 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
3071
3072 * term/w32-win.el (mouse-set-font): Doc fix.
3073
3074 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
3075
3076 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3077 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3078 on already.
3079
3080 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
3081
3082 * files.el (save-buffer): Don't give message if (buffer-file-name)
3083 returns nil.
3084
3085 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3086
3087 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3088
3089 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3090 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
3091
3092 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3093 display problems.
3094
3095 2001-01-31 Kenichi Handa <handa@etl.go.jp>
3096
3097 * international/mule.el (charset-info): Fix docstring.
3098
3099 * international/mule-diag.el (describe-character-set): Check final
3100 char valid before printing it.
3101
3102 2001-01-30 Gerd Moellmann <gerd@gnu.org>
3103
3104 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3105
3106 * frame.el (frame-notice-user-settings): Do the tool-bar
3107 stuff only for graphical displays. Fix a braino.
3108
3109 * frame.el (frame-initialize): Create initial frame visible.
3110 (frame-notice-user-settings): When tool-bar has been switched off,
3111 correct the frame size and sync tool-bar-mode.
3112
3113 * startup.el (command-line): Remove manipulation of frame
3114 height for tool bars.
3115
3116 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3117
3118 * lpr.el: Compatibility with XEmacs and doc fixes.
3119 (lpr-windows-system, lpr-lp-system): New vars.
3120 (lpr-printer-switch): New defcustom.
3121 (printer-name, lpr-command): Customization fix.
3122 (print-region-1): Code fix.
3123 (print-region-new-buffer, printify-region): Indentation fix.
3124 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3125 New functions.
3126
3127 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3128
3129 * msb.el (toplevel): Fix the eval-after-load.
3130
3131 2001-01-29 Dave Love <fx@gnu.org>
3132
3133 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3134
3135 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3136
3137 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
3138 (tcl-using-emacs-19-23): Consider Emacs 21+.
3139 (tcl-help-directory-list, tcl-command-switches): Fix :type.
3140 (tcl-add-emacs-menu): Supply menu name.
3141 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3142
3143 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3144
3145 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3146
3147 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
3148
3149 * pcvs.el (cvs-mark-fis-dead): New function.
3150 (cvs-mode-add): Use it.
3151 (cvs-mode-add-change-log-entry-other-window):
3152 Rebind change-log-default-name to itself rather than to nil.
3153
3154 2001-01-29 Sam Steingold <sds@gnu.org>
3155
3156 * vc-cvs.el: Replaced (require 'vc) with a bunch of
3157 `autoload' statements.
3158
3159 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3160
3161 * files.el (confirm-kill-emacs): Doc fix.
3162
3163 * frame.el (frame-initialize): Doc fix.
3164
3165 * time-stamp.el (time-stamp-string): Doc fix.
3166
3167 * woman.el (WoMan-log-1): Make the log buffer writable.
3168 From Markus Rost <rost@math.ohio-state.edu>.
3169
3170 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3171
3172 * imenu.el (imenu-syntax-alist): Add autoload cookie for
3173 the `make-variable-buffer-local'.
3174
3175 2001-01-29 Dave Love <fx@gnu.org>
3176
3177 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
3178 (ansi-color-for-comint-mode-on, ansi-color-process-output):
3179 Add autoload cookie.
3180 (ansi-color-apply-sequence): Fix typo.
3181
3182 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3183
3184 * menu-bar.el (menu-bar-files-menu): Add menu items for
3185 Postscript printing in black and white.
3186
3187 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3188 X-Mailman-Version, Precedence, List-Help, List-Post,
3189 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3190 Content-Type, Content-Length.
3191
3192 2001-01-29 Dave Love <fx@gnu.org>
3193
3194 * elide-head.el (elide-head): Make overlay evaporate.
3195
3196 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3197
3198 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3199
3200 * isearch.el (isearch-highlight): Don't punt if the display
3201 doesn't support colors, since isearch faces are defined for
3202 monochrome displays as well.
3203
3204 2001-01-27 Sam Steingold <sds@gnu.org>
3205
3206 * shell.el (shell-write-history-on-exit): Make sure that we are in
3207 the shell buffer (M-x tex-file RET inserted the error message into
3208 the TeX buffer).
3209
3210 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3211
3212 * simple.el (transient-mark-mode): Doc fix.
3213
3214 2001-01-27 Gerd Moellmann <gerd@gnu.org>
3215
3216 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
3217
3218 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3219
3220 * shell.el (shell-unquote-argument): If the shell is one of the
3221 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3222 quote character.
3223 (shell-dumb-shell-regexp): Document that the shells which match
3224 this regexp are supposed to not treat a backslash as a quote character.
3225
3226 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
3227 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
3228
3229 2001-01-27 Richard M. Stallman <rms@gnu.org>
3230
3231 * dabbrev.el (dabbrev--substitute-expansion):
3232 Treat a one-capital-letter abbrev as "not all upper case",
3233 so as to force preservation of the expansion's pattern
3234 if the expansion starts with a capital letter.
3235
3236 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3237
3238 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3239 Doc fix.
3240
3241 * simple.el (transient-mark-mode): Document the fact that many
3242 commands act on the region when mark is active.
3243
3244 2001-01-27 Kenichi Handa <handa@etl.go.jp>
3245
3246 * international/quail.el (quail-setup-completion-buf): Make the
3247 multibyteness of current buffer inherited to Quail completion buffer.
3248 (quail-show-guidance-buf): Make the multibyteness of current
3249 buffer inherited to Quail guidance buffer.
3250 (quail-help): Make the multibyteness of current buffer inherited
3251 to Quail help buffer.
3252
3253 2001-01-26 Dave Love <fx@gnu.org>
3254
3255 * time-stamp.el: Doc fixes.
3256
3257 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3258 (delphi-keyword-face, delphi-other-face): Fix :type.
3259
3260 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3261
3262 * mail/feedmail.el (feedmail): Add :link.
3263 (feedmail-send-it): Doc fix.
3264
3265 * mail/sendmail.el: Doc fixes.
3266 (sendmail-send-it): Fix the non-ASCII regexp and use
3267 rfc2047-encode-string.
3268
3269 * dired.el, dired-aux.el: Revert last change.
3270
3271 2001-01-26 Gerd Moellmann <gerd@gnu.org>
3272
3273 * makefile.w32-in (DONTCOMPILE): Add various term files.
3274
3275 2001-01-26 Dave Love <fx@gnu.org>
3276
3277 * Makefile.in (DONTCOMPILE): Add various term files.
3278
3279 2001-01-26 Gerd Moellmann <gerd@gnu.org>
3280
3281 * man.el (Man-default-man-entry, Man-mode): Doc fix.
3282
3283 * startup.el (display-startup-echo-area-message): Make sure
3284 the echo area is resized to fit the size of the startup message.
3285
3286 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3287 part of which is a constant.
3288
3289 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
3290
3291 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
3292
3293 2001-01-26 Richard M. Stallman <rms@gnu.org>
3294
3295 * simple.el (next-line): Don't let `newline' expand abbrevs.
3296 Simplify slightly.
3297 (open-line): Don't let `newline' expand abbrevs.
3298
3299 2001-01-25 John Wiegley <johnw@gnu.org>
3300
3301 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3302 to `repeat' in the :type field.
3303
3304 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3305 allow a choice of regexp or nil.
3306 (pcomplete-dir-ignore): Same.
3307
3308 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3309 a command) to always fail.
3310
3311 2001-01-25 Gerd Moellmann <gerd@gnu.org>
3312
3313 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3314 discard the result.
3315 (iswitchb-to-end): Likewise.
3316
3317 2001-01-25 Sam Steingold <sds@gnu.org>
3318
3319 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
3320 Require vc.
3321
3322 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
3323
3324 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3325
3326 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3327
3328 2001-01-25 Dave Love <fx@gnu.org>
3329
3330 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3331 (describe-coding-system): Tweak the English text.
3332
3333 * loadup.el: Preload international/ccl for utf-8.
3334
3335 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3336
3337 * mail/rmail.el (rmail-redecode-body): Doc fix.
3338
3339 2001-01-25 Kenichi Handa <handa@etl.go.jp>
3340
3341 * international/mule-cmds.el (reset-language-environment):
3342 Reset coding-category-utf-8 to mule-utf-8.
3343
3344 * international/mule-conf.el (coding-category-utf-8):
3345 Initialize to mule-utf-8.
3346
3347 * loadup.el: Preload international/utf-8.
3348
3349 * international/utf-8.el: New file.
3350
3351 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3352
3353 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3354
3355 2001-01-24 Sam Steingold <sds@gnu.org>
3356
3357 * dired.el (dired-replace-in-string): Removed.
3358 (dired-sort-toggle): Use `replace-regexps-in-string'
3359 instead of `dired-replace-in-string'.
3360
3361 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3362 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
3363
3364 * gs.el (gs-replace-in-string): Removed.
3365 (gs-options): Use `replace-regexps-in-string'
3366 instead of `gs-replace-in-string'.
3367
3368 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3369
3370 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3371 bug report is mailed to an email list and posted to a news group.
3372
3373 2001-01-24 Gerd Moellmann <gerd@gnu.org>
3374
3375 * comint.el (comint-replace-by-expanded-history-before-point):
3376 Fix change of 2000-08-03 to move point to the start of the line again.
3377
3378 * startup.el (tool-bar-images-pixel-height): New variable.
3379 (command-line): After loading the user's init file, when
3380 tool-bar-mode is on, increase the frame's size by some lines for
3381 the tool-bar.
3382
3383 * frame.el (frame-initialize): Create the initial frame invisible.
3384
3385 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3386
3387 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3388 (chinese-big5): MIME:Big5.
3389
3390 2001-01-24 Gerd Moellmann <gerd@gnu.org>
3391
3392 * international/mule-cmds.el (universal-coding-system-argument):
3393 Handle commands with prefix args.
3394
3395 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3396
3397 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3398 being a list of numbers.
3399 (diary-mail-entries): Rewritten.
3400
3401 2001-01-23 Dave Love <fx@gnu.org>
3402
3403 * international/mule.el (make-coding-system): Fix typo.
3404
3405 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3406 Add backward-paragraph as font-lock-beginning-of-syntax-function.
3407
3408 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3409
3410 * font-lock.el (font-lock-mode): Doc fix.
3411
3412 2001-01-23 Kenichi Handa <handa@etl.go.jp>
3413
3414 * international/mule.el (make-translation-table): Fix docstring.
3415
3416 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3417
3418 * mail/rmail.el (rmail-redecode-body): New function.
3419
3420 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3421
3422 2001-01-22 Gerd Moellmann <gerd@gnu.org>
3423
3424 * isearch.el (isearch-lazy-highlight-case-fold-search)
3425 (isearch-lazy-highlight-regexp): New variables.
3426 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3427 case-fold search or regexp search has been toggled.
3428
3429 * wid-edit.el (widget-button-click): Avoid a save-excursion
3430 around running a global binding.
3431
3432 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3433 to 0.25.
3434
3435 2001-01-20 Miles Bader <miles@gnu.org>
3436
3437 * cus-edit.el (custom-face-save): Do post-processing on the face's
3438 new value like `custom-face-set' does.
3439
3440 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3441
3442 * mail/emacsbug.el (report-emacs-bug): Report the value of
3443 LC_CTYPE, not LC_TYPE.
3444
3445 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3446 isearch-toggle-regexp and isearch-edit-string to doc string.
3447
3448 2001-01-19 Gerd Moellmann <gerd@gnu.org>
3449
3450 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3451 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3452
3453 * jit-lock.el (jit-lock-fontify-now): Don't bind
3454 font-lock-beginning-of-syntax-function to nil.
3455
3456 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3457
3458 * mail/emacsbug.el (report-emacs-bug): Report values of
3459 locale-coding-system, default-enable-multibyte-characters, and the
3460 environment variables LC_ALL, LC_TYPE, and LANG.
3461
3462 2001-01-19 Gerd Moellmann <gerd@gnu.org>
3463
3464 * font-lock.el (font-lock-default-fontify-region): Fix last change.
3465
3466 * font-lock.el (font-lock-multiline): Default to nil.
3467 (font-lock-default-fontify-region): If font-lock-multiline is
3468 nil, don't check the property `font-lock-multiline'.
3469
3470 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3471 is nil, don't check the `font-lock-multiline' text property.
3472
3473 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3474
3475 * viper.el: Call initial-major-mode on startup.
3476
3477 * ediff.el (ediff-patch-file): Use better defaults.
3478
3479 * ediff-vers.el: Fix for 8+3 DOS file systems.
3480
3481 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
3482
3483 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
3484 diff mode, if available.
3485
3486 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3487
3488 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
3489
3490 * ediff-init.el (subst-char-in-string): Define and use it, unless
3491 it's already defined.
3492
3493 2001-01-18 Gerd Moellmann <gerd@gnu.org>
3494
3495 * tooltip.el (tooltip-hide-delay): New user-option.
3496 (tooltip-show): Use tooltip-hide-delay instead of the default.
3497
3498 2001-01-18 Kenichi Handa <handa@etl.go.jp>
3499
3500 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3501 kill-local-variable doesn't work for enable-multibyte-characters.
3502
3503 2001-01-17 Dave Love <fx@gnu.org>
3504
3505 * ediff-init.el (ediff-before-setup-hook)
3506 (ediff-merge-filename-prefix): Add :version.
3507
3508 * international/latin1-disp.el: Require disp-table.
3509 (latin1-display): Fix :set.
3510
3511 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3512
3513 2001-01-17 Gerd Moellmann <gerd@gnu.org>
3514
3515 * isearch.el (isearch-lazy-highlight-initial-delay)
3516 (isearch-lazy-highlight-interval): Default to 0.
3517
3518 2001-01-17 Bob Glickstein <bobg@zanshin.com>
3519
3520 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3521 1 here rather than each time through
3522 isearch-lazy-highlight-new-loop.
3523 (isearch-lazy-highlight-max): Variable deleted.
3524 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3525 isearch-lazy-highlight-max but controls a single invocation of
3526 isearch-lazy-highlight-update.
3527 (isearch-lazy-highlight-wrapped): Variable recreated.
3528 (isearch-lazy-highlight-window-start): New variable.
3529 (isearch-lazy-highlight-cleanup): Restored to behavior of
3530 before 2-Jan.
3531 (isearch-lazy-highlight-remove-overlays): Function deleted;
3532 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3533 behavior removed.
3534 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3535 isearch-lazy-highlight-update in a loop rather than just once.
3536 Test isearch-invalid-regexp here and decide not to start a new
3537 loop, rather than testing it each time through
3538 isearch-lazy-highlight-update.
3539 (isearch-lazy-highlight-search): Function restored.
3540 (isearch-lazy-highlight-update): Get called in a timer loop again,
3541 but this time highlight more than one match each time through.
3542 Only highlight matches in the visible part of the window.
3543 Start at point, move in the direction of the search, and wrap around at
3544 the edge of the window. Use sit-for to force redisplay and ensure
3545 window-start is credible. "Face suppressing" behavior removed;
3546 overlay priorities should make it unnecessary, right?
3547 (isearch-highlight): Face suppressing behavior removed.
3548 (isearch-dehighlight): Face suppressing behavior removed.
3549 (isearch-set-lazy-highlight-faces-at): Removed.
3550
3551 2001-01-17 Kenichi Handa <handa@etl.go.jp>
3552
3553 * language/european.el ("Latin-1"): Make the format of description
3554 about additional language environments same as that of Latin-2.
3555
3556 2001-01-16 Dave Love <fx@gnu.org>
3557
3558 * isearch.el (isearch-lazy-highlight): Add :version.
3559
3560 * simple.el (backward-delete-char-untabify-method)
3561 (next-line-add-newlines): Add :version.
3562
3563 2001-01-16 Gerd Moellmann <gerd@gnu.org>
3564
3565 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3566 Don't bind <delete> otherwise.
3567
3568 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3569 and <delete> via function-key-map.
3570
3571 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3572 Subject line only if point is after the `Subject:'.
3573
3574 2001-01-16 Kenichi Handa <handa@etl.go.jp>
3575
3576 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3577 japanese-jisx0213-2 in `charset' property of this lang. env.
3578
3579 * language/european.el ("Latin-1"): Add description for Dutch and
3580 Spanish lang. env.
3581
3582 * international/mule.el (decode-char): Fix conditions.
3583 (encode-char): Handle eight-bit-control too.
3584 (transform-make-coding-system-args): New function.
3585 (make-coding-system): Accept XEmacs style arguments for CCL base
3586 coding system.
3587
3588 2001-01-15 Gerd Moellmann <gerd@gnu.org>
3589
3590 * progmodes/etags.el (find-tag-noselect): Save the value of
3591 tags-file-name before switching buffers, for the case it has a
3592 buffer-local value.
3593
3594 2001-01-15 Alex Schroeder <alex@gnu.org>
3595
3596 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3597 From Dave Love <fx@gnu.org>.
3598 (ansi-color-for-comint-mode): Fix :version.
3599
3600 2001-01-15 Alex Schroeder <alex@gnu.org>
3601
3602 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3603
3604 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3605
3606 * dired.el (dired-insert-directory): If file-system-info fails,
3607 remove the " free " part, but don't signal an error.
3608
3609 2001-01-12 Sam Steingold <sds@gnu.org>
3610
3611 * bookmark.el (bookmark-maybe-historicize-string):
3612 Use new backquote syntax.
3613
3614 2001-01-12 Richard M. Stallman <rms@gnu.org>
3615
3616 * subr.el (last): Handle a list that doesn't end in nil.
3617
3618 2001-01-12 Sam Steingold <sds@gnu.org>
3619
3620 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3621 to `backward-delete-char-untabify'.
3622
3623 2001-01-12 Dave Love <fx@gnu.org>
3624
3625 * cus-edit.el (customize-menu-create): Fix the :filter following
3626 easymenu change.
3627
3628 * wid-edit.el (function): Add :match-alternatives.
3629 (widget-color-action): Doc fix.
3630
3631 2001-01-12 Gerd Moellmann <gerd@gnu.org>
3632
3633 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3634
3635 2001-01-12 Kenichi Handa <handa@etl.go.jp>
3636
3637 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
3638
3639 * international/ccl.el (define-ccl-program): Fix docstring.
3640
3641 2001-01-11 Dave Love <fx@gnu.org>
3642
3643 * international/mule-cmds.el (standard-display-european-internal):
3644 Set display table for 2208 as for 160.
3645
3646 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3647
3648 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3649 entry for custom-menu-create change.
3650 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3651 don't cons it in the search loop.
3652
3653 * imenu.el (imenu--truncate-items): Revert last change.
3654
3655 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3656
3657 * info.el (Info-setup-header-line): If the node header includes
3658 either Next: or Prev: links, don't show the File: and Node: parts
3659 in the header line.
3660
3661 2001-01-11 Gerd Moellmann <gerd@gnu.org>
3662
3663 * comint.el (comint-goto-process-mark): Don't print a message
3664 when running in batch mode.
3665
3666 * isearch.el (isearch-search): In the condition-case handler for
3667 `error', set isearch-invalid-regexp to the whole error message.
3668
3669 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3670 ensure that eval-after-load works for files dumped with Emacs.
3671
3672 * help.el (load-symbol-file-load-history): New function extracted
3673 from function symbol-file.
3674 (symbol-file): Use it.
3675
3676 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
3677
3678 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3679
3680 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3681 behave as if there were no prefix argument.
3682 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3683 argument were nil.
3684
3685 2001-01-11 Richard M. Stallman <rms@gnu.org>
3686
3687 * isearch.el (isearch-lazy-highlight-update):
3688 Don't look for more potential matches once maximum is exceeded.
3689 Use overlays-in to check correctly for overlap with current match.
3690 Ignore empty matches.
3691
3692 2001-01-11 Miles Bader <miles@gnu.org>
3693
3694 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3695 (ispell-overlay-window, ispell-help, ispell-show-choices)
3696 (ispell-command-loop): Use it instead of `window-height'.
3697
3698 2001-01-10 Gerd Moellmann <gerd@gnu.org>
3699
3700 * files.el (confirm-kill-emacs): New user-option.
3701 (save-buffers-kill-emacs): Ask for final confirmation before
3702 killing Emacs.
3703
3704 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3705 to nil.
3706
3707 2001-01-10 Dave Love <fx@gnu.org>
3708
3709 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3710
3711 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
3712
3713 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3714
3715 * calculator.el (calculator-number-digits): Fix :type.
3716
3717 * vc-cvs.el (vc-cvs-header): Fix :type.
3718 * vc-rcs.el (vc-rcs-header): Fix :type.
3719 * vc-sccs.el (vc-sccs-header): Fix :type.
3720
3721 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3722
3723 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3724
3725 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3726
3727 2001-01-10 Gerd Moellmann <gerd@gnu.org>
3728
3729 * simple.el (set-variable): Force a thorough redisplay for the
3730 case that the variable has an effect on the display, like
3731 `tab-width' has.
3732
3733 2001-01-10 Andre Spiegel <spiegel@gnu.org>
3734
3735 * vc.el: Add documentation for backend interface.
3736
3737 2001-01-10 Kenichi Handa <handa@etl.go.jp>
3738
3739 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3740
3741 * international/mule-conf.el (latin-extra-code-table): Set to t
3742 for \223 and \224.
3743
3744 2001-01-09 Kenichi Handa <handa@etl.go.jp>
3745
3746 * international/mule-cmds.el (locale-language-names): Map "es" to
3747 "Spanish" and "nl" to "Dutch".
3748
3749 2001-01-09 Gerd Moellmann <gerd@gnu.org>
3750
3751 * bindings.el (global-map): Bind <home> to beginning-of-line,
3752 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3753 C-<end> to end-of-buffer.
3754
3755 * language/european.el: Add Dutch and Spanish language info
3756 to be able to use the appropriate tutorials.
3757
3758 2001-01-09 Alex Schroeder <alex@gnu.org>
3759
3760 * ansi-color.el (ansi-color-process-output): Use markers instead
3761 of positions for start and end of region.
3762 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3763 Previously, occasional mistakes happend when fontifying many
3764 chunks of output (eg. ls --color=yes /dev). This happened
3765 whenever an overlay was created up to the end of the region, which
3766 coincided with the process-mark. New text would then be added
3767 within that overlay instead of after it.
3768 (ansi-color-make-extent): Overlays are created with the property
3769 `modification-hooks' set to '(ansi-color-freeze-overlay).
3770 (ansi-color-freeze-overlay): New function. When inserting text at
3771 the end of the overlay, the overlay will resize.
3772
3773 2000-01-09 Alex Schroeder <alex@gnu.org>
3774
3775 * ansi-color.el (ansi-color-process-output): Doc change.
3776 (ansi-color-unfontify-region): Doc change. No longer installed
3777 automatically in font-lock-unfontify-region-function.
3778 (ansi-color-apply): Doc change.
3779 (ansi-color-apply-on-region): Use extents or overlays instead of
3780 text-properties.
3781 (ansi-color-make-extent): New function.
3782 (ansi-color-set-extent-face): New function.
3783
3784 2000-01-09 Alex Schroeder <alex@gnu.org>
3785
3786 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3787 both use ansi-color-process-output, now.
3788 (ansi-color-process-output): Doesn't return string anymore. It is
3789 installed in comint-output-filter-functions for both Emacs and
3790 XEmacs, now.
3791 (ansi-color-unfontify-region): Simplified code removing variables
3792 pos and start-ansi.
3793 (ansi-color-apply): Put text-property ansi-color before putting
3794 text-property face because ansi-color-unfontify-region is called
3795 immediately after the call to put-text-property.
3796 (ansi-color-context-region): Doc change.
3797 (ansi-color-filter-region): Simplified code.
3798 (ansi-color-apply-on-region): Changed start to start-marker, using
3799 a marker explicitly. Put text-property ansi-color before putting
3800 text-property face because ansi-color-unfontify-region is called
3801 immediately after the call to put-text-property.
3802
3803 2000-01-09 Alex Schroeder <alex@gnu.org>
3804
3805 * ansi-color.el (ansi-color-faces-vector): Doc change.
3806 (ansi-color-for-comint-mode): Changed :type property to choice.
3807 (ansi-color-last-context): Removed.
3808 (ansi-color-process-output): Don't use ansi-color-last-context, as
3809 the main functions will store their context now.
3810 (ansi-color-context): Doc change.
3811 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3812 Uses ansi-color-context such that repeated calls will strip
3813 partial escape sequences, too.
3814 (ansi-color-apply): Simplified code. Colorize end of string if
3815 face is not null. Store context in new (FACE STRING) format, such
3816 that repeated calls will strip partial escape sequences, too.
3817 Append faces to face property using ansi-color-apply-sequence such
3818 that cumulative mode actually works.
3819 (ansi-color-context-region): New variable.
3820 (ansi-color-filter-region): Rewrote it based on
3821 ansi-color-apply-on-region. Uses ansi-color-context-region such
3822 that repeated calls will strip partial escape sequences, too.
3823 (ansi-color-apply-on-region): Simplified code. Colorize end of
3824 region if face is not null. Store context in new (FACE POS)
3825 format, such that repeated calls will strip partial escape
3826 sequences, too. Append faces to face property using
3827 ansi-color-apply-sequence such that cumulative mode actually works.
3828 (ansi-color-apply-sequence): New function.
3829 (ansi-color-get-face): When the default face is added to the list
3830 of faces, all previous settings are discarded and the list of
3831 faces is set to '(default).
3832
3833 2000-01-09 Alex Schroeder <alex@gnu.org>
3834
3835 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3836 face, such that ansi-color-apply and ansi-color-apply-on-region
3837 will do the right thing.
3838 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3839 returns nil, set the list of faces back to nil instead of
3840 appending the result of ansi-color-get-face to the front of the list.
3841
3842 2000-01-09 Alex Schroeder <alex@gnu.org>
3843
3844 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3845 (ansi-color-process): Doc change.
3846 (ansi-color-last-context): New buffer-local variable.
3847 (ansi-color-process-output): New function. It is automatically
3848 added to comint-output-filter-functions if this is XEmacs.
3849 (ansi-color-unfontify-region): New optional parameter for XEmacs
3850 compatibility. Check wether font-lock-syntactic-keywords is
3851 boundp before removing the syntax table text property, as XEmacs
3852 doesn't have it.
3853 (ansi-color-filter-region): Doc change.
3854 (ansi-color-apply-on-region): Doc change.
3855 (ansi-color-make-face): New function. Compatibility layer for
3856 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3857 (ansi-color-make-color-map): Use ansi-color-make-face.
3858 (ansi-color-get-face): Avoid face text property '(nil) as results
3859 in an errow for XEmacs.
3860
3861 2000-01-09 Alex Schroeder <alex@gnu.org>
3862
3863 * ansi-color.el (ansi-color-unfontify-region): New function.
3864 Uses text-property ansi-color in order to preserve fontification by
3865 ansi-color. When the package is loaded, a lambda expression is
3866 put onto font-lock-mode-hook. This lambda expression will check
3867 font-lock-unfontify-region-function and replace
3868 font-lock-default-unfontify-region with ansi-color-unfontify-region.
3869 (ansi-color-apply): Add text-property ansi-color in addition to
3870 text-property face.
3871 (ansi-color-apply-on-region): Add text-property ansi-color in
3872 addition to text-property face.
3873 (save-buffer-state): Copy of the macro that is also used by
3874 lazy-lock and font-lock.
3875
3876 (ansi-color-for-comint-mode): New option.
3877 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3878 (ansi-color-for-comint-mode-off): Ditto.
3879 (ansi-color-for-comint-mode-filter): Ditto.
3880 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3881 decide what to do. This function is added to
3882 comint-preoutput-filter-functions when the package is loaded.
3883
3884 (ansi-color-for-shell-mode-set): Removed.
3885 (ansi-color-for-shell-mode): Removed.
3886
3887 2000-01-09 Alex Schroeder <alex@gnu.org>
3888
3889 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3890 the lambda expression from the ansi-color-for-shell-mode :set
3891 property. Additionally, modify shell-mode-hook to enable or
3892 disable font-lock-mode for future shell buffers.
3893 (ansi-color-for-shell-mode): The :set property calls
3894 ansi-color-for-shell-mode-set instead of a lambda expression.
3895
3896 2000-01-09 Alex Schroeder <alex@gnu.org>
3897
3898 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3899 (ansi-color-context): New variable.
3900 (ansi-color-apply): Save context between calls.
3901
3902 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3903
3904 * isearch.el (isearch, isearch-lazy-highlight-face):
3905 New definitions for face colors and attributes.
3906
3907 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3908 of display-mouse-p.
3909
3910 2001-01-09 Kenichi Handa <handa@etl.go.jp>
3911
3912 * international/mule.el (make-coding-system): If the coding system
3913 accepts extra latin codes, register such codes as safe for the
3914 coding system.
3915
3916 2001-01-08 Richard M. Stallman <rms@gnu.org>
3917
3918 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3919 don't mention the file name or the date here, because they are
3920 logged at the start of the file.
3921
3922 2001-01-08 Richard M. Stallman <rms@gnu.org>
3923
3924 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3925 Change screen-width to frame-width.
3926
3927 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3928
3929 * info.el (Info-search): Print the default as part of the prompt.
3930
3931 2001-01-08 Andre Spiegel <spiegel@gnu.org>
3932
3933 * vc.el (vc-default-latest-on-branch-p): New function, replaces
3934 constant implementations in backends.
3935
3936 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3937 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3938
3939 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3940 WRITABLE to EDITABLE.
3941
3942 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3943 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3944 to EDITABLE.
3945
3946 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3947
3948 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
3949 (copyright, copyright-update): Compute the current year at run time.
3950
3951 2001-01-08 Gerd Moellmann <gerd@gnu.org>
3952
3953 * isearch.el (isearch-old-signal-hook): Removed.
3954 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3955 instead of setting signal-hook-function.
3956 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3957
3958 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
3959
3960 * emulation/edt.el: Update to version 4.0. Provide support for
3961 EDT scroll margins at top and bottom of the window. Provide an
3962 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3963 default). Enhance edt-quit, bound to GOLD-q by default, to warn
3964 user when file-related buffer modifications exist.
3965 Provide support for running EDT Emulation in XEmacs.
3966 Provide customize access to some user updatable variables.
3967 Add Commentary section to file header.
3968 Fixed a few minor bugs and cleaned up some code.
3969
3970 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3971 for detecting a keypress that generates an ASCII key sequence.
3972 (Previously, only a keypress that generates a vector was
3973 recognized.) Embed Window Manager name into name of the generated
3974 EDT Emulation initialization file since the initialization file is
3975 Window Manager specific. Add Commentary section to file header.
3976
3977 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3978
3979 * mail/sendmail.el (mail-mode): Doc fix.
3980
3981 * info.el (Info-goto-emacs-command-node): Doc fix.
3982 (Info-goto-emacs-key-command-node): Doc fix.
3983
3984 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3985
3986 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
3987 systems without long file-name support.
3988
3989 2001-01-06 Andrew Innes <andrewi@gnu.org>
3990
3991 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3992
3993 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3994
3995 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3996 (isearch-lazy-highlight-update): Doc fix.
3997
3998 * ffap.el (ffap-bindings): Doc fix.
3999
4000 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4001
4002 2001-01-05 Dave Love <fx@gnu.org>
4003
4004 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4005
4006 2001-01-05 Gerd Moellmann <gerd@gnu.org>
4007
4008 * mouse-drag.el (mouse-drag-safe-scroll):
4009 Bind scroll-preserve-screen-position to nil.
4010
4011 * isearch.el (isearch-old-signal-hook): New variable.
4012 (isearch-mode): Set signal-hook-function to isearch-done.
4013 (isearch-done): Restore old signal-hook-function.
4014
4015 * info.el (Info-fontify-node): Mark one more char as intangible.
4016
4017 2000-01-05 Kenichi Handa <handa@etl.go.jp>
4018
4019 * composite.el (compose-last-chars): New argument COMPONENTS.
4020 If it is non-nil, compose preceding characters by compose-region with
4021 COMPONENTS.
4022
4023 * international/quail.el (quail-input-string-to-events): New function.
4024 (quail-input-method): Convert input string to events here.
4025 (quail-start-translation): Return input string, not event list.
4026 (quail-start-conversion): Likewise.
4027
4028 2001-01-04 Gerd Moellmann <gerd@gnu.org>
4029
4030 * tooltip.el (tooltip-cancel-delayed-tip)
4031 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4032 and tooltip-add-timeout.
4033 (tooltip-show): Set border color from faces's foreground.
4034 (tooltip-show-help-function): If called with the same help string
4035 as last time, do nothing.
4036 (tooltip-help-tips): Don't set tooltip-help-message to nil.
4037
4038 * startup.el (fancy-splash-screens): Don't bind show-help-function
4039 to nil.
4040
4041 * tooltip.el (tooltip-frame-parameters): Remove colors.
4042 (tooltip): New face
4043 (tooltip-set-param): New function.
4044 (tooltip-show): Set up color frame parameters from face `tooltip'.
4045 Display the tooltip text in face `tooltip'.
4046
4047 2001-01-04 Dave Love <fx@gnu.org>
4048
4049 * whitespace.el (whitespace-global-mode): Fix typo.
4050
4051 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4052
4053 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4054
4055 * help.el (help-for-help): Fix a typo in a doc string.
4056 From kwzh@gnu.org (Karl Heuer).
4057
4058 2001-01-03 Dave Love <fx@gnu.org>
4059
4060 * dired-x.el: Doc fixes. Maintainer change.
4061 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
4062 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4063 (dired-guess-shell-alist-user): Customize.
4064 (dired-x-help-address): Set to bug-gnu-emacs.
4065 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4066 (dired-default-directory): Renamed from default-directory.
4067
4068 * hl-line.el (hl-line): Doc fix.
4069
4070 2001-01-03 Karl Fogel <kfogel@red-bean.com>
4071
4072 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
4073
4074 2001-01-02 Richard M. Stallman <rms@gnu.org>
4075
4076 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4077 to remove all the current alternative-match highlighting.
4078 If nil, remove only what's outside the current window.
4079 (isearch-lazy-highlight-remove-overlays): Take optional
4080 region within which NOT to remove them.
4081 (isearch-lazy-highlight-new-loop): Greatly simplified.
4082 (isearch-lazy-highlight-update): Find all the other occurrences
4083 visible in the window, in just one call.
4084 (isearch-lazy-highlight-start): Now holds start of region to scan.
4085 (isearch-lazy-highlight-end): Now holds end of region to scan.
4086 (isearch-lazy-highlight-wrapped): Variable deleted.
4087 (isearch-lazy-highlight-search): Function deleted.
4088
4089 2000-01-02 Andrew Innes <andrewi@gnu.org>
4090
4091 * w32-fns.el (convert-standard-filename): Do length check on name
4092 before aref.
4093
4094 2001-01-02 Dave Love <fx@gnu.org>
4095
4096 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4097 value.
4098 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4099
4100 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4101
4102 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4103 read syntax.
4104
4105 * calendar/todo-mode.el (todo): Add :link, :version.
4106 (todo-save-top-priorities): Remove autoload cookie.
4107 (todo-add-category, todo-add-item-non-interactively)
4108 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
4109
4110 2001-01-02 Gerd Moellmann <gerd@gnu.org>
4111
4112 * comint.el (comint-input-history-ignore): New variable.
4113 (comint-read-input-ring): Ignore entries matching
4114 comint-input-history-ignore.
4115
4116 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
4117
4118 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4119 (lm-copyright-mark): New function.
4120 (lm-crack-copyright): New function.
4121 (lm-verify): Check that the file has a copyright.
4122 Check that the file is copyright Free Software Foundation.
4123
4124 2000-12-30 Kenichi Handa <handa@etl.go.jp>
4125
4126 * international/mule-diag.el (print-fontset): Indent font name by
4127 24 columns, not 25.
4128
4129 2000-12-29 Gerd Moellmann <gerd@gnu.org>
4130
4131 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4132 in Subject line.
4133
4134 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
4135 Use mail-mode-hook instead of mail-setup-hook.
4136 Otherwise continuing an interrupted message with C-u C-x m for
4137 instance, winds up in Mail mode without abbrevs.
4138
4139 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4140
4141 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
4142 non-nil. Adding almost all customization variables on ps-setup.
4143 Doc fix.
4144 (ps-print-version): New version number (6.3.3).
4145 (ps-end-with-control-d): Initialization fix.
4146 (ps-lines-printed): New var.
4147 (ps-skip-newline): New fun.
4148 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4149 (ps-next-line, ps-continue-line, ps-plot-region)
4150 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
4151
4152 2000-12-29 Kenichi Handa <handa@etl.go.jp>
4153
4154 * international/fontset.el (x-complement-fontset-spec):
4155 Resolve ASCII font name so that the same family name is used for fonts
4156 registered in x-font-name-charset-alist.
4157 (create-fontset-from-fontset-spec): Adjusted for the above change.
4158 The name of fontset alias should be a unresolved ASCII font name.
4159
4160 2000-12-28 Gerd Moellmann <gerd@gnu.org>
4161
4162 * simple.el (delete-key-deletes-forward-mode): Bind backspace
4163 and delete in isearch-mode-map.
4164
4165 2000-12-28 Richard M. Stallman <rms@gnu.org>
4166
4167 * dired-x.el (dired-guess-shell-alist-default):
4168 Use xpdf instead of acroread.
4169
4170 2000-12-28 Kenichi Handa <handa@etl.go.jp>
4171
4172 * textmodes/artist.el (artist-butlast): Deleted.
4173 (artist-ellipse-mirror-quadrant): Use butlast instead of
4174 artist-butlast.
4175
4176 * subr.el (butlast, nbutlast): Moved from cl.el to here.
4177
4178 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4179
4180 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4181
4182 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4183
4184 * ls-lisp.el: Better support for the Mac and MS-Windows.
4185 (ls-lisp): New defgroup.
4186 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
4187 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
4188 (ls-lisp-support-shell-wildcards): New defcustoms.
4189 (ls-lisp-parse-symlink): New function.
4190 (insert-directory): Code to convert switches to a list and set up
4191 the wildcard argument copied from ls-lisp-insert-directory.
4192 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4193 for -C and -R switches.
4194 (ls-lisp-column-format): New function.
4195 (ls-lisp-delete-matching, ls-lisp-handle-switches)
4196 (ls-lisp-format-time): Add doc strings.
4197 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4198 Support ls-lisp-dirs-first.
4199 (ls-lisp-classify, ls-lisp-extension): New functions.
4200 (ls-lisp-format): Optionally support emulation of symlinks.
4201 Support -i, -s, and -G switches.
4202
4203 2000-12-27 Gerd Moellmann <gerd@gnu.org>
4204
4205 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4206
4207 * version.el (emacs-version): Print X scroll bar information.
4208
4209 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4210 instead of x-toolkit-scroll-bars-p.
4211
4212 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4213 of x-toolkit-scroll-bars-p.
4214
4215 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4216
4217 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
4218 (ffap-bindings): Doc fix, to reflect the above change.
4219
4220 2000-12-27 Kenichi Handa <handa@etl.go.jp>
4221
4222 * term.el (term-char-mode): Define all non-ascii self-inserting
4223 characters to 'term-send-raw in term-raw-map.
4224
4225 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
4226
4227 * viper-init (viper-restore-cursor-type): Added condition-case guard.
4228
4229 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4230 Changed initialization; use add-hook.
4231 (ediff-file-remote-p): Use file-local-copy.
4232
4233 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
4234
4235 * ediff.el (ediff-patch-buffer): Bug fix.
4236 (ediff-revision): Allow selection of the file at the prompt.
4237
4238 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4239
4240 * subr.el (combine-run-hooks): Remove.
4241
4242 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4243 and remove the rogue second spec.
4244
4245 2000-12-23 Gerd Moellmann <gerd@gnu.org>
4246
4247 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4248
4249 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4250
4251 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4252 Use minibuffer menu prompt for the `=' prefix.
4253 (smerge-command-prefix): Change default to C-^.
4254 (smerge-mode): Don't assume font-lock doesn't move point.
4255
4256 * skeleton.el (skeleton-internal-1): Make sure the first line of
4257 the region is also re-indented.
4258 (skeleton-end-newline): New var.
4259 (skeleton-end-hook): Use it.
4260
4261 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4262
4263 * comint.el (comint-password-prompt-regexp): Support CVS.
4264
4265 2000-12-22 Gerd Moellmann <gerd@gnu.org>
4266
4267 * simple.el (delete-key-deletes-forward-mode): Simplify.
4268 Also backspace key combinations, depending on
4269 delete-key-deletes-forward.
4270
4271 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4272
4273 * simple.el (delete-key-deletes-forward): Doc fix.
4274
4275 2000-08-22 Emmanuel Briot <briot@gnat.com>
4276
4277 * xml.el (top level comment): Updated to reflect the fact that
4278 white spaces are relevant in the XML file.
4279 (xml-parse-file): Do not kill an existing Emacs buffer if the file
4280 to parse was already edited. This allows for on-the-fly analysis
4281 of XML files.
4282 (xml-parse-tag): Check that the casing is the same in the start
4283 tag and end tag, since XML is case-sensitive. Allows for spaces
4284 in the end tag, after the name of the tag.
4285 (xml-parse-attlist): Allow for the character '-' in the name of
4286 attributes, as in the standard http-equiv attribute Do not save
4287 the properties in the XML tree, since they are not relevant.
4288
4289 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
4290
4291 * generic.el (generic-read-type): Undo last change, inline into
4292 `generic-mode' and then remove.
4293 (generic-mode): Inline generic-read-type.
4294 (define-generic-mode): Push the symbol name rather than the symbol
4295 onto generic-mode-list.
4296
4297 2000-12-21 Gerd Moellmann <gerd@gnu.org>
4298
4299 * generic.el (generic-read-type): Build an alist for
4300 completing-read as in 20.7.
4301
4302 * play/landmark.el (lm): Use interactive spec `P'.
4303 (toplevel): Don't set debug-on-error.
4304
4305 * server.el (server-switch-buffer): Choose a window on a visible frame.
4306
4307 2000-12-21 Dave Pearson <davep@davep.org>
4308
4309 * quickurl.el: Commentry change, I've moved my web site.
4310
4311 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4312
4313 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4314 ranges like \177-\237, but accepts the character sequence from \177 to
4315 \237. Doc fix.
4316 (ebnf-version): New version (3.4).
4317 (ebnf-setup): Code fix.
4318 (ebnf-range-regexp): New fun.
4319 (ebnf-8-bit-chars): Const fix.
4320
4321 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4322 entry. Doc fix.
4323 (ebnf-bnf-lex): Code fix.
4324 (ebnf-bnf-comment-chars): Const fix.
4325
4326 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4327 entry. Doc fix.
4328 (ebnf-iso-comment-chars): Const fix.
4329
4330 * ebnf-otz.el: Doc fix.
4331
4332 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4333 entry. Doc fix.
4334 (ebnf-yac-skip-code): Code fix.
4335 (ebnf-yac-comment-chars): Const fix.
4336
4337 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4338
4339 * files.el (insert-directory-safely): New function.
4340 (recover-file): Use it instead of insert-directory.
4341 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4342
4343 2000-12-21 Kenichi Handa <handa@etl.go.jp>
4344
4345 * international/mule-cmds.el (select-safe-coding-system):
4346 Check coding-category-list more rigidly. Improve help message.
4347
4348 * dired.el (dired-move-to-filename-regexp): Fix previous change.
4349
4350 2000-12-21 Miles Bader <miles@gnu.org>
4351
4352 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
4353
4354 2000-12-21 Kenichi Handa <handa@etl.go.jp>
4355
4356 * international/mule-diag.el (describe-char-after): Make *Help*
4357 buffer inherit multibyteness of the current buffer.
4358
4359 * international/mule.el (make-char): Docstring adjusted for the
4360 change of make-char-internal.
4361
4362 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4363
4364 * international/iso-cvt.el: Docstrings fix.
4365
4366 2000-12-20 Dave Love <fx@gnu.org>
4367
4368 * subr.el (eval-after-load): Doc fix.
4369
4370 2000-12-20 Kenichi Handa <handa@etl.go.jp>
4371
4372 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4373 for numbers.
4374
4375 2000-12-20 Miles Bader <miles@gnu.org>
4376
4377 * international/quail.el (quail-help): Resize the help window
4378 again after it has all its contents. Remove unneeded progn.
4379
4380 2000-12-19 Gerd Moellmann <gerd@gnu.org>
4381
4382 * pcmpl-linux.el: Fix copy/paste error.
4383
4384 2000-12-19 Andrew Innes <andrewi@gnu.org>
4385
4386 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
4387
4388 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4389
4390 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4391
4392 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4393
4394 * progmodes/idlw-shell.el: Fixed copyright notice.
4395
4396 * progmodes/idlwave.el: Fixed copyright notice.
4397
4398 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
4399 TAB as key separators.
4400
4401 2000-12-19 Alex Schroeder <alex@gnu.org>
4402
4403 * sql.el (sql-sybase-options): New option.
4404 (sql-sybase): Use it. Add sql-database to the list of parameters
4405 provided for login. The options -w 2048 -n are not used any more.
4406 (sql-postgres-options): Changed default from "--pset" to "-P".
4407 (sql-mysql-options): Doc change.
4408 (sql-stop): Doc change.
4409
4410 2000-12-19 Kenichi Handa <handa@etl.go.jp>
4411
4412 * international/quail.el (quail-input-method): Always hide
4413 the guidance buffer on exiting.
4414
4415 2000-12-18 Gerd Moellmann <gerd@gnu.org>
4416
4417 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4418 isn't fboundp.
4419
4420 * server.el (server-buffer-done): Bury the buffer before
4421 killing it.
4422
4423 * faces.el (face-spec-set): Interpret a nil in specs for
4424 foreground and background colors as `unspecified', for
4425 compatibility with 20.x.
4426
4427 2000-12-18 Dave Love <fx@gnu.org>
4428
4429 * simple.el (mail-user-agent): Doc fix.
4430 (input-mode-8-bit): Removed.
4431
4432 * international/mule.el (set-keyboard-coding-system): Doc fix.
4433 (keyboard-coding-system): New option.
4434
4435 * mail/sendmail.el (send-mail-function): Customize.
4436
4437 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4438
4439 * international/codepage.el (cp866-decode-table): New table.
4440
4441 2000-12-18 Gerd Moellmann <gerd@gnu.org>
4442
4443 * version.el (emacs-version): Remove `%a' from the time format
4444 because the weekday doesn't fit well into each locale.
4445
4446 2000-12-18 Miles Bader <miles@gnu.org>
4447
4448 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4449
4450 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
4451 Check that emacs-major-version is `=' to 20, not `>='.
4452 (artist-replace-chars): Use `make-string' instead of a loop.
4453
4454 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4455
4456 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4457 (cvs-execute-single-file): Don't change directory.
4458 Patch from Per Cederqvist.
4459
4460 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4461
4462 * textmodes/ispell.el (check-ispell-version):
4463 If `ispell-program-name' is "aspell", pass it the -v switch instead
4464 of -vv.
4465
4466 2000-12-16 Kenichi Handa <handa@etl.go.jp>
4467
4468 * international/mule-diag.el (mule-diag): Insert information about
4469 configure options, multibyte awareness, language env.
4470
4471 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4472 regexp to search for candidates.
4473
4474 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4475
4476 * info.el (Info-forward-node): If the node has an
4477 Info-header-line, widen the buffer before searching for "next:"
4478 and "up:" pointers, and set the search limit to stay in the
4479 current node.
4480
4481 2000-12-16 Miles Bader <miles@gnu.org>
4482
4483 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4484
4485 2000-12-15 Miles Bader <miles@gnu.org>
4486
4487 * comint.el (comint-send-string, comint-send-region): Also accept
4488 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4489 process-send-string/region.
4490
4491 2000-12-15 Gerd Moellmann <gerd@gnu.org>
4492
4493 * isearch.el (isearch-lazy-highlight-max): New user-option.
4494 (isearch-lazy-highlight-update): Don't highlight more than
4495 isearch-lazy-highlight-max matches.
4496
4497 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4498
4499 2000-12-15 Richard M. Stallman <rms@gnu.org>
4500
4501 * sort.el (sort-columns): Fix error message.
4502
4503 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4504 `upcase' or `downcase' or nil.
4505 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4506 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4507 (dabbrev--substitute-expansion): New arg record-case-pattern.
4508 If it is non-nil, set dabbrev--last-case-pattern.
4509 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4510
4511 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4512
4513 2000-12-15 Miles Bader <miles@gnu.org>
4514
4515 * paths.el (Info-default-directory-list): Don't delete
4516 configure-info-directory from the list of standard info
4517 directories when appending it to the end -- their order is important.
4518
4519 * faces.el (read-face-attribute): If there's no entry for the
4520 user's input in VALID, just use it as-is (this will often result
4521 in an error, but it may be OK for e.g. colors using hexadecimal
4522 notation, and at least will yield a better error message).
4523
4524 * window.el (mode-line-window-height-fudge): Function removed.
4525 (height-affecting-face-attributes, mode-line-window-height-fudge):
4526 Variables removed.
4527 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4528 window is really the right size. Use vertical-motion
4529 rather than forward-line.
4530 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4531 (ispell-command-loop, ispell-show-choices): Use the variable
4532 ispell-choices-win-default-height, rather than the function.
4533 (ispell-choices-win-default-height): Function removed.
4534 (ispell-mode-line-window-height-fudge): Function removed.
4535
4536 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4537
4538 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4539
4540 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4541
4542 * paths.el (Info-default-directory-list):
4543 If configure-info-directory is not one of the standard directories,
4544 put it first in the list; otherwise put it last. Doc string
4545 changed accordingly.
4546
4547 * info.el (Info-directory-list): Change doc string to reflect the
4548 change in Info-default-directory-list.
4549
4550 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4551 windows-nt as windowed environments, even under -nw.
4552
4553 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4554 if not fboundp. Switch delete-forward mode for the <delete> key
4555 on all PC platforms, even under -nw.
4556
4557 * term/internal.el ([M-delete]): Remap to M-d.
4558
4559 2000-12-14 Gerd Moellmann <gerd@gnu.org>
4560
4561 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4562
4563 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4564
4565 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4566
4567 2000-12-14 Gerd Moellmann <gerd@gnu.org>
4568
4569 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4570 if appropriate.
4571
4572 * simple.el (delete-key-deletes-forward): New user-option.
4573 (delete-key-deletes-forward-mode): New function.
4574
4575 * bindings.el: Bind `delete' to backward-delete-char.
4576
4577 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4578 Test if symbol is bound before getting its value.
4579
4580 * tooltip.el (tooltip-show): If an error is signaled in
4581 x-show-tip, display that error, and display the help in the
4582 echo area.
4583
4584 2000-12-14 Kenichi Handa <handa@etl.go.jp>
4585
4586 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4587 Show "... entries" messages for every 10000 entries, not 10.
4588
4589 2000-12-13 Karl Fogel <kfogel@red-bean.com>
4590
4591 * bookmark.el: Provide a generic exit hook, as suggested by
4592 Ovidiu Predescu <ovidiu@cup.hp.com>:
4593 (bookmark-exit-hook): New var.
4594 (bookmark-exit-hook-internal): New func, replaces
4595 old raw lambda form in `kill-emacs-hook', and runs new
4596 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4597 as logically that feature must have been provided if this function
4598 is running.
4599 Removed ;;;###autoload before the `add-hook' call.
4600
4601 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4602
4603 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4604 (easy-menu-current-active-maps): New function.
4605 (easy-menu-get-map): Use it.
4606 Make a proper menu entry when creating a new keymap.
4607
4608 2000-12-13 Kenichi Handa <handa@etl.go.jp>
4609
4610 * international/characters.el: Fix cases and syntaxes for
4611 mule-unicode-0100-24ff.
4612
4613 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4614 that a Japanese character is not appended after day and year.
4615
4616 * info.el (Info-suffix-list): Change format for a command that
4617 requires arguments.
4618 (info-insert-file-contents): Adjusted for the above change.
4619
4620 2000-12-12 Andreas Schwab <schwab@suse.de>
4621
4622 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4623 on the name of the tar buffer. Verify that the existing buffer is
4624 visiting the same subfile.
4625
4626 2000-12-12 Dave Love <fx@gnu.org>
4627
4628 * subdirs.el: Add obsolete.
4629
4630 2000-12-12 Gerd Moellmann <gerd@gnu.org>
4631
4632 * mail/rmailsum.el (rmail-summary-expunge)
4633 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4634 instead of rmail-confirm-expunge.
4635
4636 * replace.el (perform-replace): Don't use an empty match adjacent
4637 to a non-empty match when computing the next match before the
4638 replacement is performed.
4639
4640 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
4641
4642 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4643 definition (patch by Stefan Monnier).
4644 (glasses-mode): Use jit-lock instead of `after-change-functions'
4645 (patch by Stefan Monnier).
4646
4647 2000-12-12 Miles Bader <miles@gnu.org>
4648
4649 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4650 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4651
4652 2000-12-12 Andrew Choi <akochoi@i-cable.com>
4653
4654 * term/mac-win.el: Remove load for ls-lisp.
4655
4656 * loadup.el: Load ls-lisp for system-type `macos'.
4657
4658 2000-12-12 Miles Bader <miles@gnu.org>
4659
4660 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4661 Respect field end too.
4662 (just-one-space): Respect fields as `delete-horizontal-space'.
4663 (newline-and-indent, reindent-then-newline-and-indent):
4664 Use `delete-horizontal-space'.
4665
4666 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4667
4668 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4669 (so as to obey the field property in the minibuffer).
4670
4671 * obsolete/c-mode.el: Moved from lisp/progmodes.
4672 * obsolete/auto-show.el: Moved from lisp.
4673 * obsolete/ooutline.el: Moved from lisp/textmodes.
4674
4675 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4676
4677 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
4678 changes to list them here.
4679
4680 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4681 Too many changes to list them here.
4682
4683 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4684 Too many changes to list them here.
4685
4686 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4687
4688 2000-12-11 Gerd Moellmann <gerd@gnu.org>
4689
4690 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
4691
4692 * cus-edit.el (custom-save-variables, custom-save-faces):
4693 Comment fix.
4694
4695 * hscroll.el: Moved to `obsolete' subdir.
4696
4697 2000-12-11 Miles Bader <miles@gnu.org>
4698
4699 * window.el (window-text-height): Function removed (now in C).
4700
4701 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4702
4703 * log-edit.el (log-edit-parent-buffer): New var.
4704 (log-edit): Set it. Add BUFFER argument.
4705 (log-edit-done): Use char-before.
4706 Don't bother checking validity of vc-comment-ring.
4707 Only bury the buffer if log-edit popped it up.
4708
4709 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4710 (cvs-mode-diff-help): Remove.
4711 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
4712 (cvs-mode-marked): Set up the default for CMD manually.
4713
4714 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4715 Remove binding for ? now made unnecessary.
4716
4717 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4718
4719 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
4720 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4721
4722 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4723 when master file is not open.
4724
4725 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4726
4727 * progmodes/ada-stmt.el: Update `maintainer'.
4728
4729 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4730
4731 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4732 choices to match documentation string.
4733
4734 2000-12-09 Miles Bader <miles@gnu.org>
4735
4736 * minibuf-eldef.el: New file.
4737
4738 * window.el (fit-window-to-buffer): Don't pass last argument to
4739 pos-visible-in-window-p, now that its meaning is inverted.
4740
4741 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4742
4743 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4744 <ceder@lysator.liu.se>.
4745
4746 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4747
4748 * autoinsert.el (auto-insert-alist): Add missing final \n.
4749
4750 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4751 (cvs-menu-map): Remove.
4752 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4753 (cvs-mode-quit): Turn it back into a plain function.
4754
4755 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
4756 (texinfo-filter): Remove (move to texinfo.el).
4757
4758 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4759 file where it's more visible.
4760 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4761 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4762 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4763 (texinfo-inside-macro-p): Only catch `scan-error's.
4764 (texinfo-inside-env-p): Make better use of the match info.
4765 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4766 (texinfo-insert-@end): Slight re-organization.
4767 Also remove useless `looking-at' call.
4768
4769 2000-12-08 Andrew Innes <andrewi@gnu.org>
4770
4771 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4772 accessible in -nw mode.
4773
4774 * term/w32-win.el: Remove stuff about selection timeout, which is
4775 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4776 it is accessible in -nw mode.
4777
4778 2000-12-08 Dave Love <fx@gnu.org>
4779
4780 * emacs-lisp/lisp-mode.el (lisp-mode):
4781 Set font-lock-keywords-case-fold-search.
4782
4783 2000-12-08 Gerd Moellmann <gerd@gnu.org>
4784
4785 * textmodes/ispell.el (ispell): Doc fix.
4786
4787 2000-12-08 Kenichi Handa <handa@etl.go.jp>
4788
4789 * international/quail.el (quail-insert-decode-map): Check the
4790 frame width of a window displaying the current buffer, not that of
4791 the selected frame.
4792 (quail-help): Make sure that the help buffer has window before
4793 inserting text in it.
4794
4795 2000-12-07 Sam Steingold <sds@gnu.org>
4796
4797 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4798 Backquote is used in isearch.el, so autoloading saves nothing.
4799
4800 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4801
4802 * startup.el (normal-top-level-add-subdirs-to-load-path):
4803 Ignore the CVS and RCS subdirectories case-insensitively.
4804
4805 * dired.el (dired-insert-directory): If file-system-info is
4806 fboundp, call it instead of invoking dired-free-space-program.
4807
4808 2000-12-07 Gerd Moellmann <gerd@gnu.org>
4809
4810 * server.el (server-visit-files): Push files on file-name-history.
4811
4812 * progmodes/cc-langs.el: Update copyright.
4813
4814 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4815
4816 * bindings.el (mode-line-mode-menu): Add glasses-mode.
4817
4818 * bindings.el (mode-line-mode-menu): Reverse the order
4819 of define-keys so that the menu appears in alphabetical order.
4820
4821 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
4822
4823 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4824 of the function.
4825
4826 2000-12-07 Dave Love <fx@gnu.org>
4827
4828 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4829
4830 * facemenu.el (facemenu-unlisted-faces): Fix value.
4831
4832 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4833
4834 * font-lock.el (font-lock-default-fontify-region):
4835 Include the terminating \n (off-by-one error).
4836 (font-lock-set-defaults): Use dolist.
4837
4838 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4839
4840 2000-12-07 Kenichi Handa <handa@etl.go.jp>
4841
4842 * international/mule-cmds.el (describe-language-environment):
4843 Fix for the case that an input method title is not string but a list.
4844
4845 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4846 of wrong SIZE record.
4847
4848 2000-12-06 Dave Love <fx@gnu.org>
4849
4850 * newcomment.el (comment-region, comment-dwim): Doc fix.
4851
4852 * textmodes/texinfo.el: Require tex-mode when compiling.
4853 (texinfo-update-node): Doc fix.
4854 (texinfo-imenu-generic-expression): Add @anchor.
4855 (texinfo-font-lock-keywords): Add @uref.
4856 (texinfo-inside-macro-p): Don't use ignore-errors.
4857 (texinfo-insert-quote): Match more contexts.
4858
4859 * international/mule.el (decode-char, encode-char): Doc fix.
4860 (auto-coding-alist): Customize.
4861
4862 * files.el (load-file): Fix change of 2000-03-12.
4863
4864 * wid-edit.el (widget-text-keymap): Doc fix.
4865
4866 2000-12-06 Andrew Innes <andrewi@gnu.org>
4867
4868 * makefile.w32-in (lisp): Set to an absolute directory, namely
4869 $(CURDIR).
4870
4871 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4872
4873 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4874 read generated-autoload-file, and set buffer-file-coding-system to
4875 raw-text-unix after reading the file.
4876
4877 * international/mule-conf.el (file-coding-system-alist):
4878 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
4879
4880 2000-12-06 Gerd Moellmann <gerd@gnu.org>
4881
4882 * replace.el (occur): Make line-number-width 1 smaller for the
4883 colon following the line number.
4884
4885 * startup.el (fancy-splash-text, command-line-1):
4886 Use `File' for the menu name instead of `Files'.
4887
4888 * tmm.el: Update copyright.
4889
4890 * cus-start.el: Add entry for even-window-heights.
4891
4892 2000-12-06 Miles Bader <miles@gnu.org>
4893
4894 * faces.el (frame-set-background-mode): Avoid stomping on
4895 locally modified faces.
4896
4897 2000-12-06 Kenichi Handa <handa@etl.go.jp>
4898
4899 * international/fontset.el: Correct the font registries for
4900 japanese-jisx0213-1 and japanese-jisx0213-2.
4901
4902 2000-12-05 Gerd Moellmann <gerd@gnu.org>
4903
4904 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4905
4906 * iswitchb.el: Update customization commentary.
4907
4908 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
4909
4910 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4911 (tpu-search-highlight): Fixed comparison of overlay end positions.
4912 (tpu-trim-line-ends): Implemented trimming logic locally.
4913
4914 * emulation/tpu-extras.el (tpu-write-file-hook)
4915 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
4916
4917 2000-12-05 Kenichi Handa <handa@etl.go.jp>
4918
4919 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4920 to cn-gb.
4921 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4922
4923 2000-12-04 Dave Love <fx@gnu.org>
4924
4925 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4926
4927 2000-12-04 Gerd Moellmann <gerd@gnu.org>
4928
4929 * mail/rmailsum.el (rmail-summary-expunge)
4930 (rmail-summary-expunge-and-save): Ask for confirmation with
4931 rmail-expunge-confirmed.
4932
4933 * mail/rmail.el (rmail-expunge-confirmed): New function.
4934 (rmail-expunge): Use it.
4935
4936 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4937
4938 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
4939 (etags-recognize-tags-table, find-tag-in-order):
4940 New functionality: interpret file names as tags.
4941
4942 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4943
4944 * info.el (Info-scroll-prefer-subnodes): New defcustom.
4945 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4946 the first subnode until the bottom of the current node is visible.
4947
4948 2000-12-04 Gerd Moellmann <gerd@gnu.org>
4949
4950 * format.el (format-decode): Don't change buffer's undo list.
4951
4952 2000-12-04 Kenichi Handa <handa@etl.go.jp>
4953
4954 * faces.el (face-font-registry-alternatives): Add entries for CJK
4955 fonts. Doc-string adjusted for the actual usage of this data.
4956
4957 * international/fontset.el: Change the font registries for CJK
4958 fonts in the default fontset. Don't append '*' to registries.
4959
4960 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4961
4962 * emacs-lisp/easy-mmode.el (define-derived-mode)
4963 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4964
4965 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4966 (derived-mode-p): New function.
4967 (derived-mode-make-docstring): Add `docstring' argument.
4968 Use it if available and complete it if necessary.
4969
4970 2000-12-03 Andreas Schwab <schwab@suse.de>
4971
4972 * type-break.el (type-break): Don't make parent of itself.
4973
4974 2000-12-03 Miles Bader <miles@gnu.org>
4975
4976 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4977
4978 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4979
4980 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4981 (tex-main-file, tex-file): Simplify.
4982 (tex-generate-zap-file-name): Use subst-char-in-string.
4983 (tex-strip-dots): Remove.
4984
4985 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4986
4987 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4988 to check if the match succeeded.
4989
4990 2000-12-02 Gerd Moellmann <gerd@gnu.org>
4991
4992 * startup.el (use-fancy-splash-screens-p): New function.
4993 (command-line-1): Use it to determine whether or not to use
4994 a fancy splash screen.
4995
4996 2000-12-02 Andreas Schwab <schwab@suse.de>
4997
4998 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4999
5000 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5001
5002 * international/mule.el (make-char): Fix last change.
5003
5004 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5005 New defcustoms.
5006 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
5007 autoloading tex-mode; instead, do the same manually.
5008 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
5009 with numeric argument. Docstring fix.
5010 (toplevel): Require cl when compiling.
5011
5012 * international/mule.el (make-char): Doc fix.
5013
5014 2000-12-02 Jason Rumney <jasonr@gnu.org>
5015
5016 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5017 the Emacs Lisp manual)
5018
5019 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5020
5021 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5022
5023 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5024 the Emacs Lisp manual).
5025
5026 2000-12-02 Gerd Moellmann <gerd@gnu.org>
5027
5028 * simple.el (next-line-add-newlines): Change default to nil.
5029
5030 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
5031
5032 * files.el (revert-buffer, recover-file):
5033 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
5034
5035 2000-12-01 Gerd Moellmann <gerd@gnu.org>
5036
5037 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5038
5039 2000-12-01 Miles Bader <miles@gnu.org>
5040
5041 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5042
5043 2000-12-01 Kenichi Handa <handa@etl.go.jp>
5044
5045 * international/mule-diag.el (describe-char-after): Fix typo.
5046 (describe-character-set, non-iso-charset-alist): Fix typo.
5047
5048 2000-12-01 Miles Bader <miles@gnu.org>
5049
5050 * image-file.el (image-file-name-regexp): Automatically add
5051 upper-case variants of each filename extension in
5052 `image-file-name-extensions', since they seem to be common.
5053
5054 * simple.el (minibuffer-contents)
5055 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5056 New functions.
5057 * filecache.el (file-cache-directory-name)
5058 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5059
5060 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
5061
5062 * filecache.el (file-cache-minibuffer-complete): Don't try to
5063 delete the minibuffer prompt.
5064
5065 2000-11-30 Dave Love <fx@gnu.org>
5066
5067 * cus-start.el: Fix read-buffer-function type.
5068
5069 2000-11-30 Gerd Moellmann <gerd@gnu.org>
5070
5071 * md5.el: Removed. There's a built-in function, now.
5072
5073 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
5074
5075 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5076 as dummy 0-th char of rmail-deleted-vector.
5077
5078 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
5079
5080 * ps-print.el (ps-end-job): Bind case-fold-search only after
5081 switching to ps-spool-buffer.
5082
5083 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5084
5085 * ps-print.el: Line number font customization. PostScript: Lines and
5086 PageCount are initialized on each page. Doc Fix.
5087 (ps-print-version): New version number (6.3.2).
5088 (ps-lpr-switches, ps-font-info-database, ps-font-size)
5089 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5090 (ps-right-header): Customization fix.
5091 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5092 Fix code.
5093 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5094 New vars.
5095
5096 2000-11-30 Gerd Moellmann <gerd@gnu.org>
5097
5098 * bs.el: Fix typos and spelling errors.
5099 (bs-appearance) <defgroup>: Renamed from bs-appearence.
5100 (bs-configuration): Doc fix.
5101
5102 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
5103
5104 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
5105
5106 * emulation/tpu-edt.el (tpu-version): New version.
5107 (tpu-search-overlay, tpu-replace-overlay): New initial range.
5108 (tpu-original-mode-line): Variable deleted.
5109 (tpu-mark-flag): New initial value.
5110 (tpu-set-mode-line): Don't redefine mode-line-format.
5111 Add tpu-mark-flag to minor-mode-alist.
5112 (tpu-update-mode-line): New mark flag logic.
5113 (tpu-get): Use find-file-wildcards.
5114 (tpu-search-highlight): Move overlay less, reset overlay properly.
5115 (tpu-unselect): Deactivate mark.
5116 (tpu-lm-replace): Reset overlay properly.
5117 (tpu-forward-line): Use forward-visible-line.
5118 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
5119
5120 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
5121
5122 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5123
5124 * cus-edit.el (custom-face-value-create): Always emphasize tag.
5125
5126 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5127
5128 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5129 and skip whitespace and newlines.
5130
5131 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
5132
5133 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5134
5135 2000-11-29 Gerd Moellmann <gerd@gnu.org>
5136
5137 * help.el (describe-function-1): Regexp-quote function name
5138 when used as part of a regexp.
5139
5140 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5141 Use face-attribute instead of face-foreground and face-background.
5142 (tool-bar-add-item): Likewise, and handle unspecified colors.
5143
5144 * enriched.el (enriched-face-ans): Use face-attribute instead
5145 of face-foreground and face-background.
5146
5147 * faces.el (face-foreground, face-background, face-stipple):
5148 Return nil if attribute is unspecified, for backward compatibility.
5149
5150 * files.el (auto-mode-alist): Add an entry for antlr-mode.
5151
5152 * play/5x5.el: Remove version info.
5153
5154 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5155
5156 * frame.el (blink-cursor-mode): Doc fix.
5157
5158 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5159
5160 * antlr-mode.el: New commands to run ANTLR from within Emacs and
5161 to create Makefile rules.
5162 (antlr-tool-command): New user option.
5163 (antlr-ask-about-save): New user option.
5164 (antlr-makefile-specification): New user option.
5165 (antlr-file-formats-alist): New variable.
5166 (antlr-special-file-formats): New variable.
5167 (antlr-unknown-file-formats): New user option.
5168 (antlr-help-unknown-file-text): New variable.
5169 (antlr-help-rules-intro): New variable.
5170 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5171 (antlr-mode-menu): Add entries.
5172 (antlr-file-dependencies): New function.
5173 (antlr-directory-dependencies): New function.
5174 (antlr-superclasses-glibs): New function.
5175 (antlr-run-tool): New command.
5176 (antlr-makefile-insert-variable): New function.
5177 (antlr-insert-makefile-rules): New function.
5178 (antlr-show-makefile-rules): New command.
5179
5180 * antlr-mode.el: More Emacs/XEmacs stuff.
5181 (antlr-no-action-keywords): New constant with value nil.
5182 (antlr-font-lock-keywords-alist): Use it. Old value would break
5183 syntax highlighting in Emacs-21.0.
5184 (antlr-default-directory): Emacs/XEmacs dependend function.
5185 (antlr-read-shell-command): Ditto.
5186 (antlr-with-displaying-help-buffer): Ditto.
5187
5188 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5189
5190 * antlr-mode.el: imenu, parsing and highlighting changes.
5191 (antlr-imenu-create-index-function): Don't create extra submenus
5192 for definitions in different grammar classes. It is not necessary
5193 for the menu and would make command `imenu' awkward to use.
5194 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5195 header actions and more than one.
5196 (antlr-font-lock-tokendef-face): Changed color.
5197 (antlr-font-lock-tokenref-face): Changed color.
5198 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5199 (antlr-mode-syntax-table): New variable.
5200 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5201 (antlr-with-syntax-table): Don't copy syntax table.
5202
5203 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5204
5205 * antlr-mode.el: Minor changes: language setting.
5206 (antlr-language-alist): The value for file option "language" can
5207 be both an identifier and a string.
5208 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5209 (antlr-language-limit-n-regexp): Change accordingly.
5210
5211 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5212
5213 * antlr-mode.el: Minor changes: tabs, hiding.
5214 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5215 (antlr-action-visibility): Also allow value nil to also hide the
5216 braces. Renamed from `antlr-tiny-action-length'.
5217 Suggested by Jay@aol.com.
5218 (antlr-hide-actions): Change accordingly. Hide line if completely
5219 hidden action is on a line of its own.
5220
5221 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5222
5223 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5224
5225 * sort.el (sort-columns): Don't concat strings with numbers.
5226
5227 2000-11-29 Dave Love <fx@gnu.org>
5228
5229 * cus-edit.el (face): Fix :format.
5230
5231 * mail/feedmail.el: Require smtpmail when compiling.
5232 (mail-do-fcc): Autoload.
5233 (feedmail) <defgroup>: Fix :link.
5234 (feedmail-nuke-body-in-fcc): Fix :type.
5235 (feedmail-send-it): Add autoload cookie.
5236
5237 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5238
5239 * newcomment.el (comment-indent): Save excursion around call to
5240 comment-indent-function.
5241
5242 2000-11-29 Miles Bader <miles@gnu.org>
5243
5244 * subr.el (member-ignore-case): Return the tail of the list who's
5245 car matches, like `member', not the matching element itself.
5246
5247 2000-11-29 Kenichi Handa <handa@etl.go.jp>
5248
5249 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5250 should not contain `\n'.
5251
5252 2000-11-28 Gerd Moellmann <gerd@gnu.org>
5253
5254 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5255
5256 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5257
5258 * dired-aux.el (dired-do-create-files): Construct default file
5259 name for dired-mark-read-file-name so that when the user enters
5260 just RET, the target file will end up in the target directory.
5261
5262 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5263 local-abbrev-table before changing buffers because it might
5264 have a buffer-local binding.
5265
5266 2000-11-28 Miles Bader <miles@gnu.org>
5267
5268 * simple.el (delete-horizontal-space): Handle fields more generally.
5269
5270 2000-11-28 Gerd Moellmann <gerd@gnu.org>
5271
5272 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5273
5274 2000-11-28 Dave Love <fx@gnu.org>
5275
5276 * progmodes/ps-mode.el (ps-mode): Set comment-start and
5277 comment-start-skip locally.
5278
5279 * progmodes/fortran.el (fortran-mode): Don't set
5280 fortran-comment-line-start-skip. Set comment-start to
5281 fortran-comment-line-start.
5282 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5283 (fortran-comment-line-start-skip): Simplify slightly.
5284
5285 2000-11-28 Gerd Moellmann <gerd@gnu.org>
5286
5287 * play/5x5.el: Remove RCS keyword.
5288
5289 * bs.el: Mistaken commit, undone 2000-11-30.
5290
5291 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
5292
5293 * textmodes/tildify.el (tildify-string-alist):
5294 Add `plain-tex-mode' here.
5295
5296 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
5297
5298 * chistory.el (Command-history-setup): Remove extraneous `keymap'
5299 reference.
5300
5301 2000-11-28 Miles Bader <miles@gnu.org>
5302
5303 * cus-face.el (custom-face-attributes): Add post-filter function
5304 for :box. Make pre-filter function for :box handle all cases.
5305
5306 * wid-edit.el (widget-choose): Make sure pop-up window is large
5307 enough to display all the choices, as there's no way to scroll it.
5308
5309 2000-11-28 Kenichi Handa <handa@etl.go.jp>
5310
5311 * international/mule-conf.el: Make the coding system no-conversion
5312 safe for all characters.
5313
5314 2000-11-27 Dave Love <fx@gnu.org>
5315
5316 * net/ldap.el (ldap) <defgroup>: Add :version.
5317
5318 * tooltip.el (tooltip-use-echo-area): Doc fix.
5319
5320 * cus-start.el <minibuffer-prompt-properties>: Add version.
5321 <read-buffer-function>: Add.
5322
5323 * apropos.el (apropos-print): Add help-echo to active text.
5324
5325 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5326
5327 2000-11-27 Gerd Moellmann <gerd@gnu.org>
5328
5329 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5330 type, group and version.
5331
5332 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
5333
5334 * select.el (x-get-selection): Docstring fix.
5335
5336 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
5337
5338 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
5339
5340 2000-11-27 Andrew Innes <andrewi@gnu.org>
5341
5342 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5343
5344 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5345
5346 2000-11-27 Miles Bader <miles@gnu.org>
5347
5348 * dired.el (dired-get-filename): Return filename verbatim if
5349 LOCALP is `verbatim'.
5350 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5351 `verbatim' so that we don't inadvertently delete a non-existant
5352 directory name.
5353
5354 2000-11-27 Kenichi Handa <handa@etl.go.jp>
5355
5356 * international/characters.el: Specify cases and syntaxes for
5357 mule-unicode-0100-24ff.
5358
5359 2000-11-27 Gerd Moellmann <gerd@gnu.org>
5360
5361 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5362 that foreground and/or background colors of the face `tool-bar'
5363 are unspecified.
5364
5365 2000-11-27 Miles Bader <miles@gnu.org>
5366
5367 * wid-edit.el (widget-field-buffer, widget-field-start)
5368 (widget-field-end): Handle widget field `pseudo-overlays'.
5369 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5370 if it's there instead of in `widget-field-list'.
5371
5372 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
5373 (help-make-xrefs): Delete extraneous newlines at the end of the
5374 docstring.
5375
5376 2000-11-25 Jason Rumney <jasonr@gnu.org>
5377
5378 * startup.el (command-line): Call set-locale-environment after
5379 Window System init file is read, as it can result in a call to
5380 redraw-frame.
5381
5382 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5383
5384 * simple.el (shell-command): Mention the effect of the prefix
5385 argument in the doc string.
5386
5387 2000-11-25 Miles Bader <miles@gnu.org>
5388
5389 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5390
5391 * wid-edit.el (widget-field-value-delete): Don't try to delete
5392 overlay when it's the `pseudo-overlay' that exists at some points.
5393
5394 2000-11-24 Jason Rumney <jasonr@gnu.org>
5395
5396 * international/mule-cmds.el (locale-language-names): Add "jp" as
5397 a non-standard alternative for Japanese.
5398
5399 2000-11-24 Andre Spiegel <spiegel@gnu.org>
5400
5401 * vc-hooks.el: Require 'cl during compilation.
5402
5403 2000-11-24 Gerd Moellmann <gerd@gnu.org>
5404
5405 * faces.el (face-set-after-frame-default): Let face attributes
5406 specified for new frames override frame parameters.
5407
5408 * startup.el (command-line): Fix computation of the source file
5409 for user-init-file when user-init-file is a compiled file.
5410
5411 2000-11-24 Miles Bader <miles@gnu.org>
5412
5413 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
5414 (custom-post-filter-face-spec): New functions.
5415 (custom-face-set, custom-face-value-create): Filter the face spec
5416 before and after customization.
5417 (custom-face-set): If VALUE specifies a null face, pass a
5418 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5419 * cus-face.el (custom-face-attributes): Remove SET and GET
5420 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5421 cases they're needed.
5422
5423 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5424 that it's distinguishable from the :off-glyph on dark-background
5425 displays. Set its background color too.
5426
5427 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5428 so that people can easily turn it off.
5429
5430 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5431
5432 * ediff-diff.el: Moved variables around to have it compile under NT.
5433
5434 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
5435
5436 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
5437
5438 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
5439 redundant skip-small-frames test.
5440
5441 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
5442 (viper-downgrade-to-insert): Protect against errors in hooks.
5443
5444 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5445 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
5446 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5447 New functions.
5448
5449 * viper-util.el (viper-memq-char): Bug fixes.
5450
5451 * viper.el (viper-mode): Fix cursor handling.
5452
5453 2000-11-24 Kenichi Handa <handa@etl.go.jp>
5454
5455 * international/mule-diag.el (list-iso-charset-chars):
5456 For two-byte charset, fix the `while' condition.
5457 (list-non-iso-charset-chars): Fix the `while' condition.
5458
5459 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5460
5461 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5462 if the variable is make-variable-buffer-local.
5463
5464 * progmodes/ada-stmt.el (ada-template-map):
5465 Initialize and bind it to C-c t in ada-mode-map.
5466 (ada-stmt-mode-hook): New function extracted from old code.
5467 Only change the buffer-local side of skeleton-*.
5468 (ada-mode-hook): Use it.
5469
5470 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5471
5472 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5473 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5474 we expect to be returned by minibuffer-depth once we prompt the
5475 user in the minibuffer.
5476 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5477 as recorded in iswitchb-minibuf-depth, return non-nil.
5478
5479 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5480
5481 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5482 (hscroll-window-maybe): Docstring fix.
5483
5484 2000-11-23 Dave Love <fx@gnu.org>
5485
5486 * rect.el (string-rectangle): Don't test delete-selection-mode.
5487
5488 2000-11-23 Gerd Moellmann <gerd@gnu.org>
5489
5490 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5491 is in the tool bar.
5492
5493 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
5494 with `no-dir'; we want the directory part to be able to remove it.
5495
5496 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5497
5498 * textmodes/outline.el (outline-flag-region):
5499 Don't bind inhibit-read-only since we don't modify the buffer.
5500 (outline-isearch-open-invisible): Don't jump to overlay-start
5501 since we're trying to unhide text around point.
5502 (outline-discard-overlays): Use dolist.
5503
5504 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5505
5506 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5507
5508 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
5509
5510 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5511
5512 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5513 Fix ARG regexp to skip quoted braces.
5514 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5515 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5516 are (correctly) handled separately).
5517 Remove `caption' and `footnote' from `citations': they contain text.
5518 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5519 (latex-skeleton-end-hook): New function.
5520 (latex-mode): Use it.
5521 (tex-start-tex-marker): Remove.
5522 (tex-send-tex-command): Don't set tex-start-tex-marker.
5523 (tex-error-parse-syntax-table): New var.
5524 (tex-compilation-parse-errors): Use it.
5525 Ignore tex-start-tex-marker. Don't bother with marker-position.
5526 (tex-validate-buffer): Don't bother with marker-position.
5527
5528 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
5529 (flyspell-generic-progmode-verify): Use it.
5530
5531 2000-11-22 Sam Steingold <sds@gnu.org>
5532
5533 * simple.el (delete-trailing-whitespace): New interactive function.
5534
5535 * progmodes/ada-mode.el (ada-mode): Use it instead of
5536 `ada-remove-trailing-spaces'.
5537 (ada-remove-trailing-spaces): Removed.
5538
5539 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
5540
5541 * textmodes/picture.el (picture-clean): Removed.
5542 (picture-mode-exit): Call it instead of `picture-clean'.
5543
5544 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5545
5546 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5547
5548 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5549 jit-lock-fontify-buffer; it should anyway be unneccessary to
5550 do anything special when jit-lock is active.
5551 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5552
5553 2000-11-22 Dave Love <fx@gnu.org>
5554
5555 * calendar/todo-mode.el (todo-top-priorities): Use
5556 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5557
5558 * language/chinese.el, language/cyrillic.el:
5559 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5560 * language/hebrew.el, language/indian.el, language/japanese.el:
5561 * language/korean.el, language/lao.el, language/misc-lang.el:
5562 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5563 Use provide.
5564
5565 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5566 (custom-variable-set): Improve validation error mesage.
5567
5568 * rect.el (string-rectangle): Revert last change.
5569 (string-rectangle-line): New arg DELETE.
5570 (string-rectangle): Check delete-selection-mode.
5571
5572 * emacs-lisp/edebug.el (edebug-version)
5573 (edebug-maintainer-address): Deleted.
5574 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5575 (edebug-read-function): Account for other `'#' read forms.
5576 (edebug-mode-menus): Make some items toggles.
5577 (edebug-outside-unread-command-event, unread-command-event):
5578 Remove these to avoid warnings.
5579
5580 2000-11-22 David Ponce <david@dponce.com>
5581
5582 * recentf.el (recentf-menu-items-for-commands)
5583 (recentf-make-menu-items, recentf-make-menu-item)
5584 (recentf-filter-changer): Added :help and :active menu-item properties.
5585
5586 (recentf-build-dir-rules, recentf-dump-variable)
5587 (recentf-edit-list, recentf-open-files-item)
5588 (recentf-open-files): Replaced unnecessary `mapcar' with new
5589 built-in `mapc'.
5590
5591 2000-11-23 Miles Bader <miles@gnu.org>
5592
5593 * faces.el (menu): Make inverse-video on ttys too.
5594
5595 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5596
5597 * simple.el (comment-line-break-function): Use the new name
5598 indent-new-comment-line -> comment-indent-new-line.
5599 (clone-indirect-buffer): Don't ignore NORECORD.
5600 (next-completion): Properly handle the case where items are adjacent.
5601
5602 * mouse.el (popup-menu): Stupid typo.
5603
5604 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5605
5606 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5607 maintainer, keywords tags.
5608
5609 * rect.el (replace-rectangle): Don't call string-rectangle-line
5610 with too many arguments.
5611
5612 2000-11-22 Andre Spiegel <spiegel@gnu.org>
5613
5614 * ediff-util.el (ediff-file-checked-out-p)
5615 (ediff-file-checked-in-p): Call vc-state instead of
5616 vc-locking-user, which no longer exists.
5617
5618 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5619
5620 2000-11-22 Dave Love <fx@gnu.org>
5621
5622 * md5.el (md5): Provide.
5623 (md5): Fix error call.
5624
5625 2000-11-22 Miles Bader <miles@gnu.org>
5626
5627 * textmodes/refill.el (refill-adjust-ignorable-overlay)
5628 (refill-fill-paragraph-at): Remove debugging code.
5629
5630 * calendar/calendar.el (generate-calendar-window): When we don't
5631 call `fit-window-to-buffer', make sure the top line is fully visible.
5632
5633 * image-file.el (insert-image-file): Don't make `read-only'
5634 property rear-nonsticky.
5635
5636 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5637 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5638 stashing away its original value.
5639 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5640 in the recursive edit.
5641 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5642 (isearch-done): Restore `minibuffer-message-timeout'.
5643
5644 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5645
5646 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5647
5648 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5649
5650 * find-lisp.el (find-lisp-find-files-internal):
5651 Use dolist, when and file-name-as-directory.
5652
5653 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
5654 (define-derived-mode, define-minor-mode): Add specs.
5655
5656 * window.el: General comment and spacing fixes.
5657 (save-selected-window): Use backquotes.
5658 (window-safely-shrinkable-p): New function.
5659 (shrink-window-if-larger-than-buffer): Use it.
5660
5661 * subr.el (make-local-hook): Docstring fix.
5662
5663 * shell.el (shell-mode): Use define-derived-mode.
5664
5665 * newcomment.el (comment-indent): Insert comment before calling
5666 comment-indent-function. Don't insert in column 0.
5667 (comment-dwim): Indent before inserting comment.
5668
5669 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5670 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5671 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5672 Use mapc rather than map.
5673
5674 * files.el (find-buffer-visiting): Compare all attributes before
5675 declaring two files identical (rather than just their inode-no).
5676 (auto-mode-alist): Use \' rather than $.
5677
5678 * which-func.el: Update maintainer line.
5679
5680 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5681 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5682 (uniquify-buffer-file-name): Use it.
5683
5684 2000-11-22 Miles Bader <miles@gnu.org>
5685
5686 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5687 * simple.el (minibuffer-avoid-prompt): New function.
5688
5689 2000-11-21 Gerd Moellmann <gerd@gnu.org>
5690
5691 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5692
5693 2000-11-21 Miles Bader <miles@gnu.org>
5694
5695 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5696 inclusion of `track-mouse'.
5697
5698 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5699 (refill-adjust-ignorable-overlay): New function.
5700 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5701 only the paragraph's tail if possible.
5702 Update `refill-ignorable-overlay'.
5703 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5704
5705 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5706 point inside the fill-prefix.
5707
5708 * textmodes/refill.el (refill-post-command-function): Don't reset
5709 refill-doit in the case where a self-insertion command doesn't
5710 case a refill. Use `refill-fill-paragraph-at', getting position
5711 from `refill-doit'.
5712 (refill-after-change-function): Set `refill-doit' to END.
5713 (refill-fill-paragraph-at): New function, mostly from old
5714 refill-fill-paragraph.
5715 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5716 (refill-pre-command-function): New function.
5717 (refill-mode): Add it to `pre-command-hook'.
5718
5719 2000-11-20 Gerd Moellmann <gerd@gnu.org>
5720
5721 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5722
5723 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5724 javadoc tags.
5725
5726 2000-11-20 Andre Spiegel <spiegel@gnu.org>
5727
5728 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5729 vc.el).
5730
5731 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
5732 require vc.
5733
5734 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
5735 checkouts.
5736
5737 2000-11-20 Dave Love <fx@gnu.org>
5738
5739 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5740
5741 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
5742
5743 * calculator.el (calculator-paste): Use `if' instead of `and'
5744 and `or'.
5745 (calculator-help): Don't use electric-describe-mode for XEmacs.
5746
5747 2000-11-19 Gerd Moellmann <gerd@gnu.org>
5748
5749 * info.el (info-menu-5): Doc fix.
5750
5751 * textmodes/artist.el: New file.
5752
5753 2000-11-19 Andre Spiegel <spiegel@gnu.org>
5754
5755 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
5756 and differentiate according to checkout model.
5757 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5758 since this function is only concerned with master state.
5759
5760 * vc-hooks.el (vc-workfile-unchanged-p)
5761 (vc-default-workfile-unchanged-p): Moved here from vc.el.
5762
5763 * vc.el (vc-workfile-unchanged-p)
5764 (vc-default-workfile-unchanged-p): See above.
5765
5766 2000-11-19 Miles Bader <miles@gnu.org>
5767
5768 * image-file.el (insert-image-file): Make `intangible' and
5769 `read-only' properties rear-nonsticky too.
5770
5771 2000-11-18 Gerd Moellmann <gerd@gnu.org>
5772
5773 * ps-print.el: Update copyright notice.
5774
5775 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5776 (tooltip-show): Use the offsets.
5777
5778 * bindings.el (mode-line-modified): Fix a typo.
5779 (mode-line-toggle-modified, mode-line-widen)
5780 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5781
5782 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5783
5784 * ps-print.el (toplevel): Test for find-coding-system being
5785 fboundp before calling ps-x-find-coding-system.
5786
5787 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5788
5789 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5790 (vc-version-backup-file): Docstring fix.
5791
5792 2000-11-16 Gerd Moellmann <gerd@gnu.org>
5793
5794 * files.el (basic-save-buffer): Don't add a newline if
5795 find-file-literally is non-nil.
5796 (find-file-literally): Extend doc string.
5797
5798 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5799 sort(1) with the `-f' argument.
5800
5801 2000-11-16 Andre Spiegel <spiegel@gnu.org>
5802
5803 * vc.el: Updated backend documentation.
5804 (vc-default-check-headers): New function.
5805
5806 * vc-{cvs,rcs,sccs}.el: Functions reordered.
5807
5808 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
5809 up-to-date.
5810 (vc-do-command): In the asynchronous case, output messages only if
5811 the minibuffer is not active.
5812
5813 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
5814 `vc-cvs-use-edit' is on.
5815 (vc-cvs-checkout): When this is used for reverting the workfile,
5816 make a backup of the original contents and revert to that in case
5817 of error.
5818 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
5819 remote repositories.
5820
5821 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5822 for both version and ratio in the minibuffer.
5823
5824 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
5825 Use vc-do-command to perform the annotation, not call-process.
5826
5827 2000-11-16 Kenichi Handa <handa@etl.go.jp>
5828
5829 * international/quail.el (quail-start-translation): Don't call
5830 `message' before reading key sequence.
5831
5832 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5833
5834 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5835
5836 2000-11-16 Kenichi Handa <handa@etl.go.jp>
5837
5838 * window.el (fit-window-to-buffer): Be sure to acquire at least
5839 one text line even if the buffer is empty.
5840
5841 2000-11-16 Gerd Moellmann <gerd@gnu.org>
5842
5843 * net/ange-ftp.el (ange-ftp-file-writable-p)
5844 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5845 Bind ange-ftp-process-verbose to nil.
5846
5847 2000-11-15 Dave Love <fx@gnu.org>
5848
5849 * wid-edit.el (widget-specify-field, widget-specify-button):
5850 If :help-echo is a function, set help-echo of overlay to
5851 widget-mouse-help.
5852 (widget-mouse-help): New function.
5853 (widget-echo-help): Rewritten for :help-echo functions only taking
5854 a widget arg.
5855
5856 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5857 Use display-graphic-p.
5858 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5859 and that JPEG is available.
5860 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5861
5862 * international/mule-cmds.el (locale-charset-language-names):
5863 Match @euro.
5864
5865 2000-11-15 Gerd Moellmann <gerd@gnu.org>
5866
5867 * faces.el (face-set-after-frame-default):
5868 If `inhibit-default-face-x-resources' is bound, don't intialize the
5869 default face from X resources.
5870
5871 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5872
5873 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5874 Don't set EMACSLOADPATH.
5875
5876 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5877
5878 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5879 texinfo-insert-@url.
5880 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5881 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5882
5883 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5884
5885 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5886 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5887 (checkdoc-minor-keymap): Backward compatibility.
5888 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5889 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5890 (checkdoc-this-string-valid-engine): Be a bit more strict
5891 to avoid matching substrings of `...' quoted vars/funs.
5892 (checkdoc-defun-info): Only look for `interactive' if alone.
5893 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5894
5895 * progmodes/compile.el (grep): `tag-default' can be nil.
5896
5897 * newcomment.el (comment-indent): Paren typo.
5898
5899 2000-11-14 Dave Love <fx@gnu.org>
5900
5901 * calculator.el: New maintainer version.
5902
5903 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
5904
5905 * cmuscheme.el: Doc fixes.
5906 (cmuscheme) <defgroup>: Use `scheme' as parent.
5907 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
5908
5909 * xscheme.el (scheme-program-name): Don't define here.
5910
5911 * progmodes/scheme.el (scheme-program-name): New variable
5912 (originally in cmuscheme).
5913
5914 2000-11-14 Miles Bader <miles@gnu.org>
5915
5916 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5917 Handle header-lines. Don't loop forever if we can't enlarge the
5918 window anymore. Simplify a bit.
5919
5920 2000-11-14 Kenichi Handa <handa@etl.go.jp>
5921
5922 * window.el (fit-window-to-buffer): Don't check
5923 window-text-height. Assure that the last line is fully visible.
5924
5925 * international/quail.el (quail-show-guidance-buf):
5926 Call fit-window-to-buffer to assure the enough height of the guidance
5927 buffer.
5928 (quail-update-guidance): Avoid making the guidance buffer shorter.
5929
5930 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5931
5932 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5933 rather than `prepend' and add an interesting comment.
5934 (tex-math-face, tex-font-lock-syntactic-face-function):
5935 New face and function to use it.
5936 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5937 than `menu-enable' symbol property.
5938 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5939 (tex-mode): Add some latex-mode commands for auto-selection.
5940 Use tex-font-lock-syntactic-face-function.
5941 (tex-insert-quote): Simplify.
5942 (tex-shell): New mode.
5943 (tex-start-shell): Use it.
5944 (tex-shell-proc, tex-shell-buf): New functions.
5945 (tex-send-command): Use it.
5946 (tex-main-file): Fix the meaning of the new arg REALFILE.
5947 (tex-send-tex-command): New function split from `tex-start-tex'.
5948 Set compilation-last-buffer and compilation-parsing-end.
5949
5950 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5951 when it follows non-comment text on the line.
5952
5953 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5954 Set font-lock-defaults.
5955 (lisp-mode-shared-map): Init inside the defvar.
5956 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5957 Use define-derived-mode.
5958
5959 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5960
5961 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5962
5963 2000-11-14 Gerd Moellmann <gerd@gnu.org>
5964
5965 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5966 Don't recursively optimize body because that can lead to infinite
5967 recursion; see comment there.
5968
5969 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5970
5971 * faces.el (face-spec-set-match-display): Revert the change from
5972 2000-10-24. Add a FIXME for after v21.1.
5973
5974 2000-11-13 Miles Bader <miles@gnu.org>
5975
5976 * textmodes/fill.el (skip-line-prefix): New function.
5977 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5978 (fill-paragraph): Don't leave point inside the fill-prefix.
5979 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5980 point inside the fill-prefix.
5981
5982 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5983
5984 * calendar/calendar.el (generate-calendar-window):
5985 Use `fit-window-to-buffer'.
5986
5987 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5988
5989 * gud.el (gud-minor-mode): New var.
5990 (gud-symbol, gud-val): New functions.
5991 (gud-find-file): Copy gud-minor-mode to the new buffer.
5992 (gud-menu-map): Include entries for commands that are not always
5993 available, using :enable to (de)activate them.
5994 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5995 (gud-mode-map): New map.
5996 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
5997 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5998 Don't set up gud's menu (it's done by the minor-mode).
5999 (gud-minibuffer-local-map): New.
6000 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6001 (gud-query-cmdline): New function.
6002 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6003 (gud-mode): Use define-derived-mode.
6004 Don't set up gud's menu (it's done by the minor-mode).
6005 (gud-chop-words): Remove.
6006 (gud-common-init): Use split-string instead.
6007 (gud-new-keymap, gud-make-debug-menu): Eradicate.
6008
6009 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6010 Add keyword arg :name.
6011
6012 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6013 (diff-count-matches, diff-split-hunk): New functions.
6014 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6015
6016 * pcvs-info.el (cvs-fi-conflict-face): New var.
6017
6018 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6019 Make it into a simple syntax-table, shared among all submodes.
6020 (sh-heredoc-face): Re-introduce.
6021 (sh-font-lock-syntactic-face-function): New function.
6022 (sh-mode): Use it. Also use define-derived-mode.
6023 Remove old bogus setting of indent-region-function.
6024 (sh-set-shell): Don't set the syntax-table any more.
6025 (sh-mode-syntax-table) <defun>: Remove.
6026
6027 2000-11-12 Miles Bader <miles@gnu.org>
6028
6029 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6030 message if interactive.
6031
6032 2000-11-12 Dave Love <fx@gnu.org>
6033
6034 * mail/feedmail.el: Fix header,
6035 (feedmail) <defgroup>: Add :link.
6036
6037 * view.el: Use local-map property, not keymap on mode-line string.
6038
6039 * scroll-all.el (scroll-all-mode): Customize variable.
6040 Add autoload cookie to function.
6041
6042 * lazy-lock.el: Remove compatibility code.
6043
6044 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6045 (finder-help-echo): New variable.
6046 (finder-mouse-face-on-line): Add help-echo stuff.
6047 (finder-list-keywords, finder-list-matches): Use mapc.
6048
6049 * faces.el (face-font-registry-alternatives): Add :version.
6050
6051 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6052 tags-table-list.
6053
6054 * net/browse-url.el (browse-url-browser-function): Update :version.
6055
6056 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
6057 (mail-mode): Use [:alnum:] in some regexps.
6058
6059 2000-11-10 Dave Love <fx@gnu.org>
6060
6061 * ediff.el (ediff-regions-internal, ediff-documentation):
6062 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6063 fundamental mode.
6064
6065 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6066 buffer into fundamental mode.
6067 (ediff-set-difference): Use copy-sequence if available.
6068
6069 * ediff-ptch.el (ediff-dispatch-file-patching-job):
6070 Check ediff-patch-map non-nil.
6071 (ediff-fixup-patch-map, ediff-fixup-patch-map)
6072 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6073 buffer into fundamental mode.
6074
6075 * ediff-merg.el (state-or-merge): Defvar when compiling.
6076
6077 2000-11-10 Jason Rumney <jasonr@gnu.org>
6078
6079 * w32-fns.el (w32-add-charset-info): New function.
6080 (w32-charset-info-alist): Use it.
6081
6082 2000-11-10 Gerd Moellmann <gerd@gnu.org>
6083
6084 * faces.el (face-font-registry-alternatives): New user-option.
6085
6086 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6087
6088 * textmodes/texinfo.el (texinfo-block-default): New var.
6089 (texinfo-insert-block): Use it. Insert a newline if needed.
6090
6091 * textmodes/fill.el (fill-indent-according-to-mode): New var.
6092 (fill-region-as-paragraph): Use it.
6093
6094 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6095 (latex-mode): Tweak tex-*-(head|trail)er regexps.
6096 Tweak paragraph regexps to allow a leading [ \t]*.
6097 (tex-latex-block): Insert a newline if necessary.
6098 (latex-insert-item): Only insert a newline if necessary.
6099 (tex-guess-main-file): New function.
6100 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
6101 Set tex-main-file if TeX-master is provided.
6102 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6103
6104 2000-11-10 Gerd Moellmann <gerd@gnu.org>
6105
6106 * startup.el (command-line): Set the default tooltip-mode
6107 to t for graphical displays which implement x-show-tip.
6108
6109 * tooltip.el (tooltip-mode): Add a comment about startup.el
6110 setting the default value of this user-option.
6111
6112 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
6113
6114 * font-lock.el (font-lock-*-face) <defvar>: Move.
6115 (font-lock-defaults-alist): Mark obsolete.
6116 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6117 (font-lock-mode): Use define-minor-mode.
6118 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6119 (font-lock-turn-off-thing-lock): Be more explicit.
6120 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6121 (font-lock-syntactic-face-function): New var.
6122 (font-lock-fontify-syntactically-region): Use it.
6123 (font-lock-doc-face): New.
6124
6125 * pcvs.el (cvs-enabledp): Ignore errors.
6126 (cvs-commit-filelist): Never query.
6127 (cvs-mode-insert): Always add a terminating / in the initial prompt.
6128 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6129 (cvs-do-removal): Use cvs-partition rather than delete-if.
6130 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6131 cvs-bury-buffer.
6132
6133 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6134 Allow `next' to jump to after the end of the last match.
6135
6136 2000-11-09 Gerd Moellmann <gerd@gnu.org>
6137
6138 * simple.el (byte-compiling-files-p): New function.
6139
6140 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6141 if it is there.
6142
6143 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6144 nil again.
6145
6146 * textmodes/ispell.el (ispell-library-path): Don't call
6147 check-ispell-version when byte-compiling because that starts
6148 an ispell process, and ispell might not be installed.
6149 (toplevel): Don't set up a menu when byte-compiling.
6150
6151 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6152 it, so that a boundp test can be used to determine if we're
6153 currently byte-compiling.
6154
6155 2000-11-09 Dave Love <fx@gnu.org>
6156
6157 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
6158
6159 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6160
6161 * ps-print.el: Patch for variable initialization when spooling.
6162 Doc fix.
6163 (ps-output-list): Fun eliminated.
6164 (ps-begin-file, ps-begin-job): Code fix.
6165
6166 2000-11-08 Dave Love <fx@gnu.org>
6167
6168 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
6169
6170 2000-11-08 Gerd Moellmann <gerd@gnu.org>
6171
6172 * simple.el (shell-command, display-message-or-buffer)
6173 (shell-command-on-region): Mention resize-mini-windows in the doc
6174 string.
6175 (display-message-or-buffer): Take the value of resize-mini-windows
6176 into account.
6177
6178 2000-11-07 Gerd Moellmann <gerd@gnu.org>
6179
6180 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6181
6182 * dired.el (dired-between-files): Add `^. find' as an alternative
6183 to the regular expression, for find-dired.
6184
6185 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6186
6187 * textmodes/texnfo-upd.el: Require texinfo.
6188 (defmacro, defgroup): Remove.
6189 (texinfo-section-to-generic-alist): Remove.
6190 Use texinfo-section-list instead (i.e. level is changed string->int).
6191 (texinfo-filter): New function.
6192 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6193 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6194 Use it. And use regexp-opt.
6195 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6196 (texinfo-update-menu-region-beginning)
6197 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6198 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6199 (texinfo-update-menu-same-level-regexps): Update.
6200 (texinfo-update-node, texinfo-every-node-update)
6201 (texinfo-sequential-node-update): Remove autoload cookie.
6202
6203 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6204 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6205 (texinfo-chapter-level-regexp): Remove.
6206 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6207
6208 2000-11-06 Dave Love <fx@gnu.org>
6209
6210 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
6211
6212 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6213 Match defun*.
6214
6215 2000-11-06 Kenichi Handa <handa@etl.go.jp>
6216
6217 * composite.el (composition-function-table): Variable declaration
6218 moved to src/composite.c.
6219 (compose-chars-after): New optional arg object.
6220
6221 2000-11-06 Gerd Moellmann <gerd@gnu.org>
6222
6223 * bindings.el (mode-line-toggle-read-only)
6224 (mode-line-toggle-modified, mode-line-widen)
6225 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6226 (make-mode-line-mouse2-map): Rewritten.
6227 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6228 functions so that C-h k can show something with a doc string.
6229
6230 * startup.el (fancy-splash-delay): Set to 10 seconds.
6231 (fancy-splash-max-time): New user-option.
6232 (fancy-splash-stop-time): New variable.
6233 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6234 (fancy-splash-screens-1): Throw `stop-splashing' when current
6235 time is greater than fancy-splash-stop-time.
6236
6237 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6238
6239 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6240
6241 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6242 Prompt user for a file rather than raising an error.
6243 (cvs-enabledp): Fix call to cvs-mode-marked.
6244 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6245 (cvs-mode-insert): Use it. Change the init prompt' value.
6246 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6247
6248 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6249 Don't pass default arg to ewoc-locate.
6250 (ewoc-collect): Return result in the right order.
6251
6252 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6253
6254 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6255 (cvs-status-get-tags): Fix regexp.
6256 (cvs-status-trees, cvs-status-cvstrees):
6257 Combine after change hooks and don't sit-for.
6258 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6259 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
6260 Use make-char rather than hard-coded cryptic data.
6261 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6262
6263 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6264
6265 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6266 (cvs-insert-strings): New function.
6267
6268 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
6269
6270 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6271 `mwheel-scroll-amount'.
6272 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6273 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6274 string-matching against the version string.
6275
6276 2000-11-06 Kenichi Handa <handa@etl.go.jp>
6277
6278 * language/thai.el ("Thai"): Set a lisp form that produces
6279 composed string in `sample-text' language info.
6280
6281 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6282 composed string in `sample-text' language info.
6283
6284 * international/mule-cmds.el (describe-language-environment):
6285 Eval `sample-text' data and insert the result.
6286
6287 * international/mule-conf.el (compound-text): Define this coding
6288 system here. Make x-ctext and ctext aliases of it.
6289
6290 * language/european.el (compound-text, ctext): Moved to
6291 international/mule-conf.el.
6292
6293 2000-11-05 Andrew Innes <andrewi@gnu.org>
6294
6295 * w32-fns.el (w32-version): New function.
6296
6297 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
6298
6299 * progmodes/awk-mode.el: Update copyright.
6300 (awk-mode-abbrev-table): Remove.
6301 (awk-font-lock-keywords): Use regexp-opt.
6302 (awk-mode): Use define-derived-mode.
6303
6304 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6305 when extracting a suffix.
6306
6307 2000-11-04 Andre Spiegel <spiegel@gnu.org>
6308
6309 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
6310 auto-save-mode.
6311
6312 2000-11-04 Jason Rumney <jasonr@gnu.org>
6313
6314 * language/european.el (decode-mac-roman): Test against r1 not r0.
6315
6316 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
6317
6318 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6319 (icon-mode): Define indent-line-function.
6320 (icon-comment-indent): Simplify.
6321 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6322
6323 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6324
6325 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6326 Bind change-log-default-mode to defeat the caching done on it.
6327 Don't bother saving excursion any more.
6328
6329 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6330
6331 * frame.el (after-setting-font-hook): Rename hooks -> hook.
6332 (set-frame-font): Use the new name (and the old for compatibility).
6333
6334 * toolbar/tool-bar.el (tool-bar-mode):
6335 * time.el (display-time-mode):
6336 * recentf.el (recentf-mode):
6337 * paren.el (show-paren-mode):
6338 * mwheel.el (mouse-wheel-mode):
6339 * msb.el (msb-mode):
6340 * jka-compr.el (auto-compression-mode):
6341 * image-file.el (auto-image-file-mode):
6342 * hl-line.el (hl-line-mode):
6343 * delsel.el (delete-selection-mode):
6344 * autoinsert.el (auto-insert-mode):
6345 * complete.el (partial-completion-mode): Drop unneeded positional args.
6346
6347 * info.el (Info-mode):
6348 * comint.el (comint-mode): Don't bother with make-local-hook.
6349
6350 * log-edit.el (log-edit-menu): New menu.
6351
6352 2000-11-03 Miles Bader <miles@gnu.org>
6353
6354 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6355 definition, so that trailing spaces are handled properly.
6356 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6357
6358 2000-11-03 Gerd Moellmann <gerd@gnu.org>
6359
6360 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6361 tab character.
6362 (fancy-splash-screens): Set tab-width to 20.
6363
6364 2000-11-03 Dave Love <fx@gnu.org>
6365
6366 * comint.el (comint-completion-addsuffix): Fix custom type.
6367
6368 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6369
6370 * font-lock.el (font-lock-buffers): Remove.
6371 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6372 (font-lock-change-major-mode): Remove.
6373 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6374 (font-lock-default-fontify-region): Extend the multiline
6375 fontification to whole lines.
6376 (font-lock-fontify-anchored-keywords)
6377 (font-lock-fontify-keywords-region): If matching just one
6378 line (with \n) only mark the \n as multiline.
6379
6380 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6381 Correctly handle the case where several :group args are supplied.
6382 Allow :extra-args.
6383 (easy-mmode-define-global-mode): Allow :extra-args.
6384 Correctly handle the case where several :group args are supplied.
6385
6386 2000-11-02 Miles Bader <miles@gnu.org>
6387
6388 * calendar/calendar.el (diary-face, calendar-today-face)
6389 (holiday-face): Remove dependency on `window-system'.
6390
6391 2000-11-02 Ken Raeburn <raeburn@gnu.org>
6392
6393 * Makefile.in (emacs): Set EMACSLOADPATH always.
6394 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
6395 (compile-files): Bomb out if compilation of a file fails.
6396
6397 2000-11-02 Dave Love <fx@gnu.org>
6398
6399 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6400
6401 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6402
6403 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6404 punctuation in the warning inserted into the *mail* buffer.
6405
6406 2000-11-02 Gerd Moellmann <gerd@gnu.org>
6407
6408 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6409 (authors-public-domain-p): New function.
6410 (authors-print): Use it.
6411
6412 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6413
6414 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6415
6416 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6417
6418 * ps-print.el: Extension for even/odd printing. Doc fix.
6419 (ps-print-version): New version number (6.3.1).
6420 (ps-even-or-odd-pages): Customization fix.
6421 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6422 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6423 (ps-page-count): Var replaced by `ps-page-column'.
6424 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6425 (ps-print-sheet-p): New fun.
6426
6427 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6428
6429 * tooltip.el (tooltip-gud-tips-setup): New function.
6430 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6431 (tooltip-mode): Call tooltip-gud-tips-setup.
6432 (tooltip-gud-tips): Use `gud-basic-call' instead of
6433 process-send-string, so the prompt gets frobbed appropriately.
6434 Handle nil return value from `tooltip-gud-print-command'.
6435
6436 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6437
6438 * comint.el (comint-add-to-input-history): New function.
6439 (comint-send-input): Use `comint-add-to-input-history'.
6440
6441 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6442
6443 * info.el (info-menu-header): New face.
6444 (Info-fontify-menu-headers): New function.
6445 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6446
6447 * info.el (Info-insert-dir): Don't include blank lines at
6448 beginning of additional dir files (one is added automatically).
6449
6450 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6451
6452 * emacs-lisp/easy-mmode.el (define-minor-mode):
6453 Revert the latest changes.
6454 Allow the three positional arguments to be skipped and replaced
6455 by keyword arguments.
6456 Add a :toggle argument to determine whether a nil arg means toggle
6457 or means turn-on. The default is unchanged.
6458 Add a call to force-mode-line-update.
6459
6460 2000-11-01 Dave Love <fx@gnu.org>
6461
6462 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6463
6464 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6465
6466 * calendar/calendar.el (diary-face, holiday-face):
6467 Add dark-background variants.
6468
6469 2000-10-31 Sam Steingold <sds@gnu.org>
6470
6471 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6472 `tex-main-file' does not have directory in it.
6473
6474 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6475
6476 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6477
6478 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6479
6480 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6481 functional change.
6482
6483 2000-10-31 Gerd Moellmann <gerd@gnu.org>
6484
6485 * files.el (find-file-noselect): When we expand a wildcard, return
6486 a list of buffers, as we should do according to the doc string.
6487
6488 2000-10-31 Ken Raeburn <raeburn@gnu.org>
6489
6490 * loadup.el (top level): Adjust load path if program name is
6491 "../src/bootstrap-emacs", in case it's not dumped and thus the
6492 load path adjustment hasn't already been done.
6493
6494 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6495
6496 * ps-print.el: Fix bug on selected pages for printing.
6497 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
6498 is on. Try to avoid warning messages when compiling. Doc Fix.
6499 (ps-print-version): New version number (6.3).
6500 (ps-color-device): Use `color-values' to determine if device
6501 supports color.
6502 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6503 (ps-print-page-p): Changed from defsubst to defun.
6504 (ps-page-number): Changed from defmacro to defun.
6505 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6506 printing.
6507 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
6508 (ps-end-file, ps-dummy-page): Funs eliminated.
6509 (ps-print-color-scale): Changed default value.
6510 (ps-page-n-up, ps-print-page-p): New internal vars.
6511 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6512 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6513
6514 * delim-col.el: Little programming improvement.
6515 (delimit-columns-str): New macro.
6516 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6517
6518 2000-10-31 Kenichi Handa <handa@etl.go.jp>
6519
6520 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6521 Moved to european.el.
6522 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6523 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6524 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6525 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
6526
6527 2000-10-30 Dave Love <fx@gnu.org>
6528
6529 * progmodes/cc-menus.el (imenu-generic-expression)
6530 (imenu-progress-message): Only defvar when compiling.
6531
6532 * emacs-lisp/elp.el (elp-unload-hook): New function.
6533
6534 * loadhist.el (unload-feature): Call elp-restore-function,
6535 checking for symbols; don't use elp-restore-all.
6536 (loadhist-hook-functions): Doc fix.
6537
6538 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6539
6540 * log-edit.el (log-edit-confirm): Fix the default.
6541
6542 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6543
6544 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6545 delimit-columns-format.
6546 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6547
6548 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6549
6550 * comint.el (comint-replace-by-expanded-history): Don't use
6551 comint-get-old-input (we're not looking at *old* input).
6552 (comint-get-old-input-default): If using fields, signal an error
6553 when the point is not in an input field.
6554
6555 2000-10-30 Kenichi Handa <handa@etl.go.jp>
6556
6557 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6558 and mule-unicode-e000-ffff.
6559
6560 * international/mule.el (decode-char, encode-char): New functions.
6561 (make-coding-system): Accept a symbol of translation table as a
6562 value of property `safe-chars'.
6563
6564 * international/mule-cmds.el (encode-coding-char): Check property
6565 safe-chars instead of safe-charsets.
6566
6567 * international/fontset.el (fontset-default): Modified for
6568 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6569 (x-font-name-charset-alist): Likewise.
6570 (ccl-encode-unicode-font): New CCL program. Record it in
6571 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6572
6573 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6574 New translation tables.
6575 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6576 programs are modified and moved from mac-win.el.
6577 (mac-roman): Definition of this coding system is modified and
6578 moved from mac-win.el.
6579
6580 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
6581
6582 * ediff-wind.el (ediff-setup-control-frame): Enclose
6583 face-attribute in condition-case to avoid errors in older emacsen.
6584
6585 2000-10-29 Miles Bader <miles@gnu.org>
6586
6587 * custom.el (custom-add-to-group): Allow multiple entries for a
6588 given value OPTION, as long as their widget types are different.
6589 * cus-edit.el (custom-face-value-create): If face name doesn't end
6590 with "face", add such here (similar to custom group widgets).
6591
6592 * comint.el (comint-highlight-prompt): Add :type.
6593
6594 2000-10-28 John Wiegley <johnw@gnu.org>
6595
6596 * calendar/timeclock.el (timeclock-log): Doc fix.
6597 (timeclock-last-event): Doc fix.
6598 (timeclock-log): Kill the timelog buffer after appending a new event.
6599 (timeclock-find-discrep): Use a temp buffer to read in the
6600 timelog, instead of visiting the file.
6601 (timeclock-log-data): A new function, along with a host of helper
6602 functions, for the purpose of making timelog data accessible to
6603 programmers.
6604
6605 * eshell/esh-mode.el (window-height test): Make certain that
6606 `eshell-stringify-t' is non-nil.
6607 (eshell-password-prompt-regexp): Changed to a much simpler
6608 password regexp.
6609 (eshell-send-input): If `eshell-invoke-directly' returns t,
6610 directly invoke the parsed command using `eval'. This improves
6611 turn-around time on simple commands by a factor of three or
6612 greater, such as cd, ls, pwd, etc. -- which get used very often.
6613 It also conserves thousands of cons cells per call (since
6614 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6615 in the Pacific Cookie Company).
6616
6617 * eshell/esh-test.el (eshell-test): Whitespace fix.
6618
6619 * eshell/em-ls.el (eshell-ls-insert-directory):
6620 Make `eshell-ls-initial-args' nil when inserting directory contents.
6621
6622 * eshell/em-script.el (eshell-script-initialize): Add names to
6623 `eshell-complex-commands, since `source' and `.' are complex.
6624
6625 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6626 (eshell-rewrite-while-command): Use `eshell-protect' instead of
6627 `eshell-copy-handles'.
6628 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6629 bodies.
6630 (eshell-separate-commands): Whitespace fix.
6631 (eshell-complex-commands): Added a new list of names, for
6632 determining whether a given command is as simple as it looks.
6633 (eshell-invoke-directly): New function. Returns t if a command
6634 should be invoked directly (using `eval'), rather than indirectly
6635 using `eshell-do-eval'.
6636 (eshell-do-eval): Whitespace fix.
6637
6638 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6639 which provides an emulation of the DOS shell behavior of assuming
6640 that cp/mv/ln should copy/move/link to the current directory.
6641 (eshell-remove-entries): Added a doc string.
6642 (eshell-shuffle-files): Removed the check for `target' being null.
6643 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6644 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6645 it to do a smarter check of whether a destination was provided.
6646 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6647 (eshell/ln): Enable `:preserve-args', and use
6648 `eshell-mvcpln-template' to implement the body of the function.
6649 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6650 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
6651 list after flattening it. This makes it possible to cat files
6652 with numerical names.
6653 (eshell-unix-initialize): Added several names to
6654 `eshell-complex-commands.
6655 (eshell-unix-command-complex-p): Return t if a given command name
6656 may result in external processes being invoked.
6657
6658 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6659 variable nil by default, since it slows down glob processing by a
6660 factor of two or more, and increases memory consumption.
6661
6662 * eshell/em-smart.el: Added a note about how memory consumptive
6663 smart display mode can be (at least this is true in Emacs 21).
6664 (eshell-smart-initialize): Whitespace fix.
6665 (eshell-refresh-windows): Use `if' instead of `when'.
6666 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6667 not necessary.
6668 (eshell-currently-handling-window): Added a missing global variable.
6669
6670 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6671 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6672 Whitespace fix.
6673 (eshell-ls-exclude-hidden): Added this variable in addition to
6674 `eshell-ls-exclude-regexp'. This one prevents files beginning
6675 with . from even being read, which can improve memory consumption
6676 quite a bit.
6677 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6678 read file entries beginning with a dot. In home directories with
6679 lots of hidden files, fully two-thirds of the time spent in ls is
6680 used to read directory entries that are immediately thrown away.
6681 (eshell-ls-initial-args): Added back this configuration variable,
6682 for specifying default initial arguments to every call to ls.
6683 Much faster than using an alias to do the same thing.
6684 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6685 (eshell-ls-dir): Whitespace change.
6686
6687 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6688
6689 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
6690 (eshell-stringify-t): Added a customization variable, to indicate
6691 whether `t' should be rendered as a string at all. If not, one
6692 can still determine if the result of an expression is true using
6693 "file-exists-p FILE && echo true".
6694 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6695 stringify t!
6696
6697 * eshell/esh-module.el: Whitespace fix.
6698
6699 * eshell/em-alias.el (eshell-alias-initialize):
6700 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
6701 (eshell-command-aliased-p): New function that returns t if a
6702 command name names an aliased.
6703
6704 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
6705
6706 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
6707 redrawing the screen when changing cursor color.
6708 (viper-insert-state-pre-command-sentinel)
6709 (viper-replace-state-pre-command-sentinel)
6710 (viper-replace-state-post-command-sentinel):
6711 Use viper-preserve-cursor-color.
6712 Many functions changed to use viper= instead of = when comparing
6713 characters.
6714 * viper-util.el (viper-memq-char,viper=): New functions for
6715 working with characters.
6716 (viper-change-cursor-color): Fixed buglet.
6717 Many functions changed to use viper= instead of = when comparing
6718 characters.
6719 * viper.el (viper-insert-state-mode-list): Added eshell.
6720
6721 * ediff-init.el (ediff-before-setup-hook): New hook.
6722 Several typos fixed in various docstrings.
6723 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
6724 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
6725 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6726 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6727 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6728 (ediff-get-selected-buffers): New function.
6729 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
6730 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6731 Use save-window-excursion.
6732 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
6733 termination check in while loop.
6734 * ediff.el (ediff-get-default-file-name): Better defaults when in
6735 dired buffer.
6736 (ediff-files,ediff-merge-files,ediff-files3)
6737 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
6738
6739 2000-10-28 Dave Love <fx@gnu.org>
6740
6741 * info.el (Info-fontify-node): Add help-echo for menu items.
6742
6743 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6744
6745 * startup.el (normal-top-level): If the value of $TERM indicates
6746 we are running from xterm or one of its work-alikes, default to a
6747 light background mode.
6748
6749 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6750 * faces.el (tty-handle-reverse-video): New function.
6751 (tty-create-frame-with-faces): Call it.
6752
6753 * frame.el (frame-notice-user-settings): Don't apply
6754 default-frame-alist and initial-frame-alist to MS-DOS frames.
6755 Call tty-handle-reverse-video, frame-set-background-mode, and
6756 face-set-after-frame-default for non-MS-DOS frames.
6757
6758 * startup.el (tty-long-option-alist): New variable.
6759 (tty-handle-args): New function.
6760 (command-line): Call tty-handle-args.
6761
6762 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6763 startup.el now does that for all character-terminal frames.
6764
6765 2000-10-28 Miles Bader <miles@gnu.org>
6766
6767 * emacs-lisp/easy-mmode.el (define-minor-mode):
6768 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6769 is global. If :global is followed by a non-nil but non-t value,
6770 make the mode buffer-local, but also generate a `global-MODE'
6771 version using `easy-mmode-define-global-mode'.
6772 Add :conditional-turn-on keyword argument.
6773
6774 2000-10-28 Dave Love <fx@gnu.org>
6775
6776 * international/latin1-disp.el (latin1-char-displayable-p):
6777 Don't use window-system.
6778
6779 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6780
6781 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6782 Don't call find-buffer-file-type-coding-system. Instead, just
6783 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6784 if the file is on an untranslated filesystem.
6785 (add-untranslated-filesystem): Use "D" instead of "f" inside
6786 interactive.
6787
6788 2000-10-27 Dave Love <fx@gnu.org>
6789
6790 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
6791 (refill-mode): Use it.
6792
6793 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6794
6795 * international/quail.el (quail-activate): Don't make-local-hook.
6796
6797 2000-10-27 Andre Spiegel <spiegel@gnu.org>
6798
6799 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
6800 manual backups and file.~<rev>.~ for automatic ones.
6801 (vc-make-version-backup): Don't do it on MS-DOS without long file
6802 names.
6803
6804 * vc.el (vc-version-other-window): If an automatic backup of the
6805 desired version exists, rename it instead of copying it.
6806
6807 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6808 after command. If there's an unexpected error, signal it instead
6809 of being silent.
6810 (vc-cvs-merge-news): Be prepared for no news at all.
6811
6812 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6813
6814 * shell.el (shell): Add BUFFER argument.
6815 * comint.el (make-comint-in-buffer): New function.
6816 (make-comint): Use it.
6817
6818 * faces.el (face-spec-choose): Change syntax so that the list of
6819 attribute-value pairs is now the cdr of each clause, not the cadr.
6820 Detect old-style entries, and handle them. Use pop.
6821
6822 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6823
6824 * cus-edit.el (custom-mode-map): Use a sparse map.
6825 (custom-mode): Don't bother with make-local-hook.
6826
6827 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6828
6829 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6830
6831 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6832
6833 * ps-print.el: Avoid compilation gripes.
6834 (ps-print-version): New version number (6.2.1).
6835
6836 2000-10-26 Dave Love <fx@gnu.org>
6837
6838 * menu-bar.el: Modify some menu item help strings.
6839 (menu-bar-help-menu): Add link to MORE.STUFF.
6840
6841 * cus-edit.el (custom-mode): Add `special' mode-class property.
6842
6843 * wid-browse.el (widget-browse-mode): Likewise.
6844
6845 * wid-edit.el (widget-specify-field): Revert to using local-map
6846 property, not keymap.
6847
6848 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6849
6850 * wid-edit.el (widget-field-end): When checking for a `boundary'
6851 field, do so in the correct buffer.
6852
6853 * simple.el (undo): Correctly distinguish between numeric and
6854 non-numeric prefix args in non-transient-mark-mode, as per the doc
6855 string. When in transient-mark-mode, treat all prefix-args as
6856 numeric.
6857
6858 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6859 Position point on match. Handle N == 0 correctly.
6860
6861 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6862 (comint-mode-map): Reverse order of `comint-write-output' and
6863 `comint-append-output-to-file'.
6864 (comint-append-output-to-file): Reinstate this function, for the
6865 benefit of the menu.
6866
6867 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6868
6869 * vc.el (vc-version-other-window): Bind `file'.
6870
6871 2000-10-25 Gerd Moellmann <gerd@gnu.org>
6872
6873 * Makefile.in (update-authors): New target for maintenance purposes.
6874
6875 * emacs-lisp/authors.el (batch-update-authors): New function.
6876 (authors-fixed-entries): New defconst.
6877 (authors-add-fixed-entries): New function.
6878 (authors): Call it.: Don't process lispref/.
6879
6880 2000-10-25 Jason Rumney <jasonr@gnu.org>
6881
6882 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6883 Merge x w32 and mac definitions.
6884
6885 2000-10-25 Gerd Moellmann <gerd@gnu.org>
6886
6887 * menu-bar.el (menu-bar-options-menu): Add a help string for
6888 `uniquify'.
6889
6890 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6891
6892 * time-stamp.el (time-stamp-string-preprocess):
6893 Fix a wrong type argument error.
6894
6895 2000-10-25 Miles Bader <miles@gnu.org>
6896
6897 * recentf.el (recentf-mode): Variable removed.
6898 (recentf-mode): Use `define-minor-mode'.
6899
6900 * mwheel.el (mouse-wheel-mode): New global minor mode.
6901 (mwheel-install): Use `mouse-wheel-mode'.
6902
6903 2000-10-25 Dave Love <fx@gnu.org>
6904
6905 * progmodes/cperl-mode.el (cperl-mode):
6906 Set normal-auto-fill-function correctly.
6907
6908 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6909 Don't inherit from global-map and don't nullify menu-bar and tool-bar
6910 bindings.
6911
6912 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6913
6914 * wid-edit.el (widget-field-at): New function.
6915 (widget-at, widget-field-activate): Use it.
6916 (widget-tabable-at): Use `widget-at'.
6917 (widget-specify-field): If the terminating character of the widget
6918 field (which is read-only) is a newline, put it into a special
6919 `boundary' field so that C-n/C-p act more naturally.
6920 (widget-field-end): Also don't subtract one if a special
6921 `boundary' field has been added after the widget field.
6922
6923 * comint.el (comint-output-filter, comint-send-input):
6924 Don't bother adding stickiness fields to overlays to fool the field
6925 code, since it should notice the overlay insertion-types now.
6926
6927 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6928 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6929 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6930
6931 2000-10-24 Gerd Moellmann <gerd@gnu.org>
6932
6933 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
6934 (authors): Set file coding system to iso-2022-7bit.
6935 Add file-local variables to output buffer.
6936
6937 * files.el (after-find-file): Don't print any warnings if
6938 WARN is nil.
6939
6940 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6941
6942 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6943
6944 * delim-col.el: Now there is a column formatting mechanism.
6945 Modified to customization mechanisms convention. Doc fix.
6946 (columns): New group for delim-col.
6947 (delimit-columns-before, delimit-columns-after)
6948 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6949 (delimit-columns-end): New vars.
6950 (delimit-columns-customize, delimit-columns-format): New funs.
6951 (delimit-columns-region, delimit-columns-rectangle)
6952 (delimit-columns-rectangle-line): Modified to support column
6953 formatting.
6954
6955 2000-10-24 Dave Love <fx@gnu.org>
6956
6957 * log-edit.el (log-edit): Add :version and a :group for vc.
6958
6959 2000-10-24 Gerd Moellmann <gerd@gnu.org>
6960
6961 * files.el (after-find-file): Don't print a message ``New file''
6962 if WARN is nil.
6963
6964 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6965 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
6966 get duplicate tool-bar entries because we'll see the global ones
6967 on more than one path through keymaps.
6968
6969 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6970
6971 * progmodes/cmacexp.el: Change Francesco's email address.
6972
6973 2000-10-24 Kenichi Handa <handa@etl.go.jp>
6974
6975 * window.el (fit-window-to-buffer): Adjust point of the window
6976 buffer, not that of the current buffer.
6977
6978 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6979
6980 * progmodes/cmacexp.el: Update the euthor's email address.
6981
6982 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6983
6984 * faces.el (face-spec-set-match-display): Add `graphic' display
6985 type (the inverse of `tty'). Use `display-graphic-p' instead of
6986 the window-system variable.
6987
6988 2000-10-24 Kenichi Handa <handa@etl.go.jp>
6989
6990 * international/isearch-x.el (isearch-with-input-method):
6991 Call input-method-function with the first event in
6992 unread-command-events.
6993
6994 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6995
6996 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
6997
6998 2000-10-24 Andrew Choi <akochoi@i-cable.com>
6999
7000 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7001 New charsets.
7002
7003 * term/mac-win.el: Remove definitions of mac-roman-lower and
7004 mac-roman-upper, require dired, and define instead of set
7005 mac-ready-for-drag-n-drop to avoid compilation error.
7006
7007 2000-10-23 Andrew Innes <andrewi@gnu.org>
7008
7009 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7010 Remove superfluous calls to subst-char-in-string; instead apply
7011 expand-file-name after convert-standard-filename to ensure
7012 expected directory separators are used.
7013
7014 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7015
7016 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7017
7018 2000-10-23 Dave Love <fx@gnu.org>
7019
7020 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7021 (tool-bar-add-item): Set foreground and background for XBM icons.
7022
7023 * international/latin1-disp.el (latin1-char-displayable-p):
7024 New function (from Handa).
7025 (latin1-display-check-font): Use it.
7026
7027 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
7028 using :key-sequence, making it much more usable.
7029 Use nconc, not append.
7030 (imenu--create-keymap-1): Avoid append.
7031
7032 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
7033
7034 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7035
7036 [the following changes fix a bug where `define-minor-mode' didn't
7037 correctly generate :require clauses for defcustoms in compiled files]
7038 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7039 (byte-compile-log-file, byte-compile-log-1): Don't set
7040 `byte-compile-current-file' to nil. Instead set
7041 `byte-compile-last-logged-file' to it. Test whether
7042 byte-compile-current-file equals byte-compile-last-logged-file
7043 instead of whether its nil.
7044 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
7045
7046 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7047
7048 * textmodes/refill.el: Fix var names in doc.
7049 (refill-mode): Don't bother with make-local-hook anymore.
7050
7051 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7052
7053 * faces.el (face-user-default-spec, face-default-spec): New functions.
7054 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
7055 (frame-set-background-mode, face-set-after-frame-default):
7056 Use `face-user-default-spec'. Simplify code slightly.
7057
7058 * woman.el (woman-italic-face, woman-bold-face)
7059 (woman-unknown-face): Add dark-background variants.
7060 (woman-default-faces): Renamed from `woman-colour-faces'.
7061 Set using the stored defaults, rather than using hard-wired colors.
7062 (woman-monochrome-faces): Renamed from `woman-black-faces'.
7063 Just make the foreground `unspecified' rather than "black".
7064 (woman-menu): Rename menu entries accordingly.
7065
7066 * faces.el (header-line): Make more reasonable on mono/grayscale
7067 displays.
7068
7069 2000-10-23 Andrew Choi <akochoi@i-cable.com>
7070
7071 * cus-edit.el (custom-button-face): Use 3D look for mac.
7072 (custom-button-pressed-face): Likewise.
7073
7074 * faces.el (set-face-attributes-from-resources): Handle mac frames
7075 in the same way as x and w32 frames.
7076 (face-valid-attribute-values): Likewise.
7077 (read-face-attribute): Likewise.
7078 (defined-colors): Likewise.
7079 (color-defined-p): Likewise.
7080 (color-values): Likewise.
7081 (display-grayscale-p): Likewise.
7082 (face-set-after-frame-default): Likewise.
7083 (mode-line): Same default face as for x and w32.
7084 (tool-bar): Likewise.
7085
7086 * frame.el: Remove call to frame-notice-user-settings at end of
7087 the file.
7088
7089 * info.el (Info-fontify-node): Make underlines invisible for mac
7090 as for x, pc, and w32 frame types.
7091
7092 * term/mac-win.el: New file.
7093
7094 2000-10-22 Dave Love <fx@gnu.org>
7095
7096 * textmodes/refill.el: New file.
7097
7098 2000-10-22 Andre Spiegel <spiegel@gnu.org>
7099
7100 * vc-hooks.el (vc-version-backup-file-name): New optional args
7101 MANUAL and REGEXP.
7102 (vc-delete-automatic-version-backups, vc-make-version-backup):
7103 New functions.
7104 (vc-before-save): Use the latter.
7105 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7106 confusion.
7107
7108 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
7109 expected by vc[-hooks].el.
7110
7111 * vc.el (vc-checkout): Added `-p' suffix in call to
7112 vc-make-version-backups-p; use vc-make-version-backup to actually
7113 make the backup.
7114 (vc-version-other-window, vc-version-backup-file): Handle both
7115 automatic and manual backups.
7116 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7117 of all of them.
7118
7119 2000-10-22 Miles Bader <miles@gnu.org>
7120
7121 * comint.el (comint-highlight-input, comint-highlight-prompt):
7122 Renamed, `-face' at end removed.
7123 (comint-send-input, comint-output-filter): Use renamed faces.
7124
7125 * window.el (fit-window-to-buffer): Change defaulting of
7126 MAX-HEIGHT slightly.
7127
7128 * faces.el (color-values, color-defined-p): Use `member', not
7129 `memq', because it works correctly for strings.
7130 (frame-set-background-mode): Actually, "unspecified-fg" and
7131 "unspecified-bg" *are* strings. Use `member', not `memq', and
7132 `equal', not `eq', when a string value is possible.
7133
7134 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7135
7136 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7137
7138 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
7139
7140 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7141 sh-electric-rparen, sh-electric-less and sh-electric-hash.
7142 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7143 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7144 (sh-font-lock-syntactic-keywords): Use them.
7145 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7146 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7147 (sh-mode): Don't override font-lock-unfontify-region-function.
7148 Use a copy of sh-font-lock-syntactic-keywords.
7149 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7150 Don't call sh-scan-buffer since font-lock does it on the fly.
7151 (sh-get-indent-info): Use `face' rather than `syntax-table'
7152 text-property to detect here-documents.
7153 Replace sh-special-syntax with sh-st-punc.
7154 (sh-prev-line): Use `face' rather than `syntax-table'
7155 text-property to skip over here-documents.
7156 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7157 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7158 (sh-electric-less, sh-set-here-doc-region)
7159 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
7160 (sh-scan-buffer, sh-rescan-buffer): Remove.
7161
7162 2000-10-21 Andrew Innes <andrewi@gnu.org>
7163
7164 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7165 remote (ange-ftp) file names.
7166
7167 2000-10-21 Miles Bader <miles@gnu.org>
7168
7169 * window.el (fit-window-to-buffer): New function.
7170 (shrink-window-if-larger-than-buffer): Use it.
7171 (window-text-height): Don't expect minibuffers to have mode-lines.
7172
7173 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
7174 * international/quail.el (quail-update-guidance):
7175 Use `fit-window-to-buffer' instead of `set-window-text-height'.
7176
7177 * international/quail.el (quail-show-guidance-buf): Make sure
7178 guidance window really has enough room.
7179 (quail-update-guidance): If quail-guidance-win is already shown,
7180 make sure its height is OK.
7181
7182 * window.el (window-text-height, set-window-text-height):
7183 New functions.
7184 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7185 instead of `window-height' & `mode-line-window-height-fudge'.
7186 (mode-line-window-height-fudge): Add FACE parameter.
7187 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7188 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7189
7190 2000-10-20 Miles Bader <miles@gnu.org>
7191
7192 * window.el (height-affecting-face-attributes): Use `defconst'.
7193
7194 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7195 New function, conditionally aliased to `mode-line-window-height-fudge'.
7196 (ispell-help): Use it.
7197 (ispell-choices-win-default-height): Don't include mode-line fudge.
7198 (ispell-choices-win-default-height): New function.
7199 (ispell-show-choices, ispell-command-loop): Use function
7200 `ispell-choices-win-default-height' instead of variable.
7201
7202 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7203
7204 * window.el (mode-line-window-height-fudge): New variable.
7205 (height-affecting-face-attributes): New variable.
7206 (mode-line-window-height-fudge): New function.
7207 (shrink-window-if-larger-than-buffer): Use it.
7208 * help.el (resize-temp-buffer-window): Likewise.
7209
7210 * info.el (Info-fontify-node): Add support for @subsubsection
7211 titles, which use `Info-title-4-face'.
7212 (Info-title-4-face): New face.
7213 (Info-title-3-face): Inherit from Info-title-4-face instead of
7214 variable-pitch.
7215
7216 2000-10-19 Jason Rumney <jasonr@gnu.org>
7217
7218 * dired.el (dired-insert-directory): Do not let errors signalled by
7219 attempt to run dired-free-space-program prevent dired from working.
7220
7221 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7222
7223 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7224
7225 2000-10-19 Gerd Moellmann <gerd@gnu.org>
7226
7227 * dirtrack.el (dirtrack): Fix call to run-hooks.
7228
7229 * cmuscheme.el (cmuscheme-program-name): Renamed from
7230 scheme-program-name because xscheme.el contains a defcustom with
7231 the same name. As a consequence, customizing group `cmuscheme'
7232 loaded `xscheme' which redefined run-scheme.
7233 (run-scheme): Use cmuscheme-program-name.
7234
7235 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
7236
7237 * play/doctor.el (doctor-death): Update the Samaritans'
7238 anonymous address, and add a website for Befrienders International.
7239
7240 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7241
7242 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7243 Avoid compilation gripes. Doc fix.
7244 (ps-print-version): New version number (6.2).
7245 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7246 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7247 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7248 (ps-x-extent-priority, ps-x-extent-start-position)
7249 (ps-x-face-font-instance, ps-x-find-coding-system)
7250 (ps-x-font-instance-properties, ps-x-make-color-instance)
7251 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7252 avoid compilation gripes without defining functions.
7253 (ps-e-find-composition): Alias for function find-composition, to have a
7254 suitable function depending on Emacs version.
7255 (ps-color-device, ps-color-values, ps-face-foreground-name)
7256 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7257 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7258 (ps-print-ensure-fontified): Function definitions surrounded by
7259 `eval-and-compile' to avoid compilation gripes.
7260 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7261 by symbol-value to avoid compilation gripes.
7262 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7263 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7264
7265 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7266
7267 * startup.el (normal-top-level): Call `frame-set-background-mode'
7268 after `frame-notice-user-settings' because the latter doesn't call
7269 the former on a tty.
7270
7271 * faces.el (frame-set-background-mode): `unspecified' &c are
7272 symbols, not strings.
7273
7274 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7275
7276 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7277 why some "light*" colors are deliberately absent from the alist.
7278
7279 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7280 Change colors for tty's, as suggested by Miles Bader.
7281
7282 2000-10-19 Kenichi Handa <handa@etl.go.jp>
7283
7284 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
7285 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
7286 for ISO10646-1 fonts.
7287 (x-font-name-charset-alist): Add an entry for "iso10646-1".
7288
7289 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7290
7291 * faces.el (frame-set-background-mode): If a tty frame defines a
7292 background color, use that to compute the background mode, instead
7293 of always defaulting to "dark".
7294
7295 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7296
7297 * comint.el (comint-write-output): New function.
7298 (comint-mode-map): Add it to the menu.
7299 Bind `C-c C-s' to comint-write-output.
7300
7301 2000-10-18 Gerd Moellmann <gerd@gnu.org>
7302
7303 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7304 Use fancy-splash-delay.
7305
7306 2000-10-18 Alex Schroeder <alex@gnu.org>
7307
7308 * progmodes/sql.el (sql-sybase-options): New option.
7309 (sql-sybase): Use it. Add sql-database to the list of parameters
7310 provided for login. The options -w 2048 -n are not used any more.
7311
7312 * comint.el (comint-read-input-ring): Bugfix such that the first
7313 and the last entry of the input ring file are not lost.
7314
7315 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7316
7317 * ps-print.el: Internal variable changes to defcustom,
7318 make-local-hook changes to defvar. Doc fix.
7319 (ps-print-version): New version number (6.1).
7320 (ps-setup, ps-do-despool): Code fix.
7321 (ps-printer-name): Customization fix.
7322 (ps-printer-name-option): Now is a defcustom instead of an
7323 internal variable.
7324 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7325 (ps-print-begin-column-hook): Now are defvar instead of
7326 make-local-hook.
7327
7328 2000-10-18 Miles Bader <miles@gnu.org>
7329
7330 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7331 (comint-kill-output): Changed into an alias for `comint-delete-output',
7332 and made obsolete.
7333 (comint-mode-map): Rename references to comint-kill-output.
7334
7335 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
7336
7337 * diff-mode.el (diff-header-face, diff-file-header-face)
7338 (diff-changed-face): Add bold and italic attributes to tty faces.
7339 (diff-function-face): New face.
7340 (diff-font-lock-keywords): Use it.
7341
7342 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
7343
7344 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7345 Remove commented-out call to force-mode-line-update.
7346 (comint-kill-output): Use `forward-line 0' instead of
7347 beginning-of-line to make sure we get past the prompt.
7348
7349 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
7350
7351 * diff-mode.el (diff-header-face, diff-file-header-face):
7352 Add specific setting for dark background.
7353 (diff-context-face): Renamed from diff-comment-face.
7354 Set explicitly rather than inheriting from font-lock-comment-face.
7355
7356 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7357
7358 * startup.el (command-line): Move the code which sets the default
7359 TTY colors to before before-init-hook.
7360
7361 2000-10-17 Gerd Moellmann <gerd@gnu.org>
7362
7363 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7364
7365 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7366
7367 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7368 extensions, for MS-DOS.
7369
7370 * diff-mode.el (diff-header-face, diff-file-header-face)
7371 (diff-changed-face): Define tty-specific colors.
7372
7373 2000-10-17 Gerd Moellmann <gerd@gnu.org>
7374
7375 * startup.el (fancy-splash-text): Realign the text.
7376
7377 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7378
7379 * font-lock.el (font-lock-comment-face): Define a separate default
7380 for dark-background tty's.
7381
7382 2000-10-17 Miles Bader <miles@gnu.org>
7383
7384 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7385 being obscured by whizzy mode-lines on graphics displays.
7386
7387 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7388
7389 * info.el (Info-title-1-face, Info-title-2-face)
7390 (Info-title-3-face): Define colors for tty's.
7391 (info-header-node): Remove unneeded tty-specific definition.
7392
7393 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7394
7395 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7396 reverse from the frame parameters, and don't invert foreground and
7397 background colors.
7398
7399 2000-10-16 Miles Bader <miles@gnu.org>
7400
7401 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7402 string "*Info*". Call propertized-buffer-identification to spruce
7403 up the result.
7404
7405 2000-10-16 Gerd Moellmann <gerd@gnu.org>
7406
7407 * help.el: Provide `help' for the sake of define-minor-mode
7408 which generates defcustoms with requires.
7409
7410 * jit-lock.el (jit-lock-after-change): If we're in text that
7411 matches a multi-line font-lock pattern, make sure the whole text
7412 will be redisplayed.
7413
7414 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7415 author's name is unknown.
7416
7417 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7418 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7419 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7420 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7421 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7422 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7423 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7424 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7425 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7426 Add author information.
7427
7428 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7429
7430 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7431 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7432 full-color version (using the Gimp) to eliminate dithering artifacts.
7433
7434 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7435
7436 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7437
7438 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7439
7440 2000-10-15 Dave Love <fx@gnu.org>
7441
7442 * progmodes/sh-script.el: Require skeleton and comint when compiling.
7443
7444 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7445
7446 * whitespace.el: Doc fixes.
7447 (top-level): Don't add hooks here.
7448 (whitespace-running-emacs): Deleted.
7449 (timer): Don't require.
7450 (whitespace): Add back :version conditional on xemacs test.
7451 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7452 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7453 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7454 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7455 Avoid specific xemacs test.
7456 (whitespace-global-mode): New option.
7457 (whitespace-global-mode): New command.
7458 (whitespace-unload-hook): New function.
7459
7460 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
7461 (Info-fontify-node, Info-goto-node, Info-mode-menu)
7462 (Info-fontify-node): `Goto' goes to `Go to'.
7463 (Info-fontify-node): Add help-echo to xref links.
7464
7465 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7466
7467 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7468
7469 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7470
7471 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7472 Use plist-get and allow :inherit.
7473
7474 * emacs-lisp/cl-macs.el (cl-do-arglist):
7475 Use plist-get and plist-member instead of memq.
7476
7477 * emacs-lisp/ewoc.el (ewoc-location): New function.
7478 (ewoc-enter-after, ewoc-enter-before): Document return value.
7479 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7480 Don't need make-local-hook any more.
7481 (cvs-addto-collection): Return the new tin.
7482 (cvs-mode-insert): Jump to the new line.
7483
7484 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7485
7486 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7487
7488 * font-lock.el (font-lock-syntactically-fontified): New var.
7489 (font-lock-fontify-syntactic-keywords-region): Use it.
7490 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7491
7492 * diff-mode.el (diff-find-file-name): Fix regexp.
7493
7494 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7495 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7496
7497 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7498 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7499 (sh-mode): Don't make all vars local here.
7500 (sh-kw): Reformat.
7501 (sh-set-shell): Use dolist. Don't set indent-region-function.
7502 (sh-mode-syntax-table): Use pop.
7503 (sh-remember-variable): Use push.
7504 (sh-help-string-for-variable): Use memq.
7505 (sh-safe-backward-sexp): Remove.
7506 (sh-safe-forward-sexp): Add ARG.
7507 (sh-get-indent-info, sh-prev-stmt): Use it.
7508 (sh-prev-line): Simplify by using forward-comment.
7509 (sh-this-is-a-continuation): Simplify.
7510 (sh-learn-buffer-indent): Use dolist.
7511 (sh-do-nothing): Remove.
7512 (sh-set-char-syntax, sh-set-here-doc-region):
7513 Use inhibit-modification-hooks.
7514 (sh-name-style): Use mapcar and push.
7515 (sh-load-style): Use dolist.
7516 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7517 (sh-case, sh-while-getopts): Use propertize directly rather
7518 than sh-electric-rparen.
7519
7520 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7521
7522 * textmodes/tex-mode.el: Require CL when compiling.
7523 (tex-mode-syntax-table): Init immediately.
7524 (tex-mode-map): Bind M-RET to latex-insert-item.
7525 (latex-mode): Set indent-line-function to latex-indent.
7526 (tex-common-initialization): Don't setup the syntax-table any more.
7527 (latex-insert-item): New skeleton.
7528 (tex-next-unmatched-end): Fix copy/paste braino.
7529 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
7530 (latex-indent, latex-find-indent): New functions.
7531 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
7532 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7533 (tex-compilation-parse-errors): Use with-syntax-table.
7534
7535 2000-10-15 Miles Bader <miles@gnu.org>
7536
7537 * font-lock.el (font-lock-comment-face): Change dark-background,
7538 color, non-tty, default to `chocolate1'.
7539
7540 2000-10-13 John Wiegley <johnw@gnu.org>
7541
7542 * eshell/esh-util.el (require): Added a missing `require' form,
7543 needed when compiling (for an ange-ftp macro definition).
7544
7545 2000-10-13 Dave Love <fx@gnu.org>
7546
7547 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7548
7549 2000-10-13 Gerd Moellmann <gerd@gnu.org>
7550
7551 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
7552
7553 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
7554 transparent -colors 8).
7555
7556 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7557
7558 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7559 that breaks with old list format timestamps.
7560 (time-stamp-warn-inactive, time-stamp-old-format-warn)
7561 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
7562
7563 2000-10-13 John Wiegley <johnw@gnu.org>
7564
7565 * align.el, pcomplete.el, calendar/timeclock.el,
7566 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7567
7568 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
7569 faulty math, where holiday hours were being computing as seconds.
7570
7571 2000-10-13 John Wiegley <johnw@gnu.org>
7572
7573 * desktop.el (desktop-buffer-modes-to-save): Added a global for
7574 specifying what "other" kinds of buffers should be saved.
7575 This used to be hard-coded.
7576 (desktop-buffer-misc-functions): A global for specifying how
7577 auxiliary data should be determined for special buffer types.
7578 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7579 instead of hard-coding the special buffer types.
7580 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7581 auxiliary data, instead of hard-coding for Info buffers and dired.
7582 (desktop-buffer-info-misc-data): Aux function for determining Info
7583 buffer auxiliary info.
7584 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7585 (desktop-buffer-info): Changed this function to use the info
7586 gathered above.
7587 (desktop-create-buffer): Be a little more careful about what
7588 `minor-mode' means before calling it. This is important for some
7589 buffer types.
7590
7591 2000-10-13 John Wiegley <johnw@gnu.org>
7592
7593 * eshell/esh-util.el: Added a global form which declares an
7594 autoload for `parse-time-string', if that function is not already
7595 defined, and if parse-time.el is available on the user's system.
7596
7597 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7598 to be aware of ange-ftp user info.
7599 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
7600 (eshell-ls-annotate): Use `eshell-file-attributes'.
7601 (eshell-ls-file): Made the user-id printing code a bit smarter.
7602
7603 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7604 allow identification of alias user ids in remote directories.
7605 It's manual, but there's no other way to know when the current user
7606 on the local machine, is also the owning user on the remote machine.
7607 (fboundp): Bind `ange-cache'.
7608 (eshell-directory-files-and-attributes): Re-organized the logic a
7609 bit to use `eshell-file-attributes' instead of `file-attributes'.
7610 The former is more sensitive to directories that are read via FTP,
7611 and knows how to use ange-ftp to determine full attribute
7612 information, instead of just the name and last modtime.
7613 (eshell-current-ange-uids): Return the current user id when in a
7614 remote directory.
7615 (eshell-parse-ange-ls): Parse a full directory listing that has
7616 been returned by ange-ftp.
7617 (eshell-file-attributes): This beefed up version of
7618 `file-attributes' is only special if the user is currently in a
7619 remote directory, in which case it does a lot of work to find out
7620 what the real attributes of a file are, as they appear on the
7621 remote machine. This makes usage of remote directories (i.e.,
7622 ange-ftp pathnames) much more useful. You can now use Eshell as a
7623 full-fledged FTP client, with much more manipulation ability than
7624 most other clients.
7625
7626 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7627 variable, which means that Eshell's du should always be preferred
7628 in remote directories.
7629 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7630 just `file-attributes'.
7631 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7632 when reading remote directories. This is an Eshell-specific
7633 variable (not part of ange-ftp).
7634 (eshell/ln): Bind `ange-cache'.
7635 (eshell/du): Added some extra logic for determining when to use
7636 Eshell's du (which is slow), and when to use the external version
7637 (which may or may not exist).
7638
7639 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7640 Call `eshell-interactive-process', rather than using
7641 `get-buffer-process', since backgrounded processes don't count in
7642 the context of this function's logic.
7643
7644 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7645 `forward-char', so that null strings are parsed correctly.
7646
7647 2000-09-13 John Wiegley <johnw@gnu.org>
7648
7649 * eshell/em-pred.el (eshell-pred-file-type)
7650 (eshell-pred-file-links, eshell-pred-file-size):
7651 Use `eshell-file-attributes'. This is more correct over ange-ftp.
7652
7653 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7654 that remote file globbing is more efficient.
7655
7656 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7657 gathering the files and attributes within a directory.
7658
7659 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7660 the command line is a special file (not a regular file, directory
7661 or symlink), always attempt to call the external version of cat.
7662
7663 2000-09-13 John Wiegley <johnw@gnu.org>
7664
7665 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7666 Eshell-friendly version of find-tag.
7667
7668 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7669
7670 * image-file.el (image-file-name-extensions)
7671 (image-file-name-regexps): Add autoload cookies.
7672
7673 2000-10-13 Kenichi Handa <handa@etl.go.jp>
7674
7675 * international/mule-cmds.el (select-safe-coding-system): If FROM
7676 is string, show it in *Warning* buffer.
7677
7678 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7679
7680 * startup.el (normal-top-level): Use display-popup-menus-p instead
7681 of window-system.
7682 (command-line): Use display-graphic-p instead of window-system.
7683 (command-line-1): Use display-popup-menus-p and display-mouse-p
7684 instead of window-system.
7685
7686 2000-10-12 Sam Steingold <sds@gnu.org>
7687
7688 * tooltip.el (tooltip-use-echo-area): New user variable.
7689 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7690
7691 2000-10-12 Dave Love <fx@gnu.org>
7692
7693 * recentf.el: Maintainer's checkdoc fixes.
7694
7695 * startup.el (normal-top-level-add-subdirs-to-load-path):
7696 Use character class, not ASCII when matching file names.
7697 (fancy-splash-head): Add trailing slash to URL.
7698 (command-line): Don't require XPM support for toolbar.
7699
7700 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7701 (cperl-invalid-face): Revert last change.
7702 (cperl-init-faces): Quote cperl-invalid-face.
7703
7704 2000-10-12 Kenichi Handa <handa@etl.go.jp>
7705
7706 * startup.el (fancy-splash-text): Remove superfluous quote.
7707
7708 2000-10-12 Gerd Moellmann <gerd@gnu.org>
7709
7710 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7711 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7712 (command-line-1): Don't use fancy-splash-pending-command.
7713 (fancy-splash-screens-1): Goto point-min after inserting text.
7714
7715 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7716
7717 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7718 instead of shared-lisp-mode-map.
7719
7720 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7721
7722 * faces.el (header-line): Change tty-variant to use underlining.
7723
7724 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7725 (isearch-highlight): Restore lazy-isearch face properties at old
7726 position, and suppress them at new position.
7727 (isearch-dehighlight): Restore lazy-isearch face properties.
7728 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7729 over the real isearch overlay, but in that case, don't give it a
7730 face property. Use `push'.
7731
7732 2000-10-12 Kenichi Handa <handa@etl.go.jp>
7733
7734 * man.el (Man-getpage-in-background): Fix previous change.
7735 Decode the process output only when we are in multibyte mode.
7736
7737 2000-10-11 Dave Love <fx@gnu.org>
7738
7739 * info.el (Info-mode-menu): Fix some help.
7740 (info-tool-bar-map): Add entry for Info-last.
7741
7742 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7743 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7744 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7745 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7746 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7747 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7748 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7749 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7750 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7751 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7752 Reduce colour requirements to 25 overall. (Probably wants
7753 revisiting from the originals to reduce further.)
7754
7755 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7756
7757 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7758 buffer-file-coding-system, instead of raw-text.
7759 (dehexlify-buffer): Bind coding-system-for-read to
7760 buffer-file-coding-system, instead of raw-text.
7761
7762 2000-10-11 Sam Steingold <sds@gnu.org>
7763
7764 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
7765 `underline' - fixes the bug introduced on 2000-09-21.
7766
7767 2000-10-11 Dave Love <fx@gnu.org>
7768
7769 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7770 Avoid compiler warnings.
7771 (scheme-mode): Doc fix.
7772 (scheme-font-lock-keywords-1): Match `define-syntax'.
7773
7774 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
7775
7776 * faces.el (frame-set-background-mode): Pay attention to saved
7777 face specs as well as default ones. Only do anything if the
7778 bg-mode or display-type has actually changed. Use `dolist'.
7779 (region): Make dark-background `region' face less in-your-face.
7780
7781 2000-10-10 Sam Steingold <sds@gnu.org>
7782
7783 * chistory.el, ielm.el, ledit.el:
7784 * progmodes/inf-lisp.el, progmodes/scheme.el:
7785 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7786
7787 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7788
7789 * textmodes/texinfo.el: Update copyright and fix typo.
7790
7791 * desktop.el (desktop-modes-not-to-save): New var.
7792 (desktop-save-buffer-p): Use it.
7793 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7794 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7795
7796 2000-10-10 Dave Love <fx@gnu.org>
7797
7798 * toolbar/tool-bar.el (tool-bar-add-item)
7799 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
7800
7801 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7802 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7803 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7804 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7805 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7806 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7807 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7808 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7809 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7810 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7811 the .xpms; probably need retouching.
7812
7813 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7814
7815 * subr.el (add-to-list): Add optional argument APPEND.
7816 * battery.el (display-battery): Use `add-to-list'.
7817
7818 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7819
7820 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7821 properties.
7822 (zone, zone-when-idle, zone-leave-me-alone)
7823 (zone-pgm-whack-chars): Use new symbol properties.
7824
7825 * battery.el (display-battery): Doc spelling fix.
7826
7827 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7828 property.
7829
7830 2000-10-09 Dave Love <fx@gnu.org>
7831
7832 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7833 has been initialized before calling tool-bar-setup.
7834 (tool-bar-add-item-from-menu): Add autoload cookie.
7835
7836 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7837
7838 * menu-bar.el (send-mail-item-name): New function.
7839 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7840 of mail-user-agent in the menu. Don't display the "Send Mail"
7841 item if mail-user-agent is nil or its value is ignore.
7842 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7843 if read-mail-command is nil or its value is ignore.
7844
7845 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7846
7847 2000-10-09 Miles Bader <miles@gnu.org>
7848
7849 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7850 Correct image size.
7851 * toolbar/left_arrow.xpm: Correct image size.
7852
7853 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7854 will be done by the definition of `auto-compression-mode' if
7855 necessary. Move code to uninstall existing file-name handler
7856 before definition of `auto-compression-mode'.
7857
7858 * image-file.el (auto-image-file-mode): Move to the end of the
7859 file, because `define-minor-mode' actually calls the mode-function
7860 if the associated variable is non-nil, which requires that all
7861 needed functions be already defined.
7862
7863 * mouse.el (popup-menu): Balance parens.
7864
7865 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7866
7867 * mouse.el (popup-menu): Move the command call outside the loop
7868 so that popup-menu returns whatever the command returns.
7869
7870 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7871 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7872 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7873 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7874
7875 * vc.el (vc-version-diff): diff-switches can be a list.
7876 Use relative filenames for prettier output.
7877
7878 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7879 (vc-post-command-functions): Remove old-VC compatibility code.
7880
7881 * newcomment.el (comment-indent-default): Autoload.
7882
7883 * font-lock.el (font-lock-defaults): Make buffer-local.
7884 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7885 (font-lock-choose-keywords):
7886 Ignore LEVEL unless KEYWORDS is a list of syms.
7887 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7888 Don't wrap regexp-opt things in \(...\) unnecessarily.
7889
7890 * jit-lock.el: Don't require font-lock any more.
7891 (jit-lock-functions): Make buffer-local.
7892 (jit-lock-saved-fontify-buffer-function): Remove.
7893 (jit-lock-mode): Remove autoload cookie.
7894 Remove font-lock specific code.
7895 (jit-lock-unregister): Don't bother handling complex hooks any more.
7896 (jit-lock-refontify): New function.
7897 (jit-lock-fontify-buffer): Use it.
7898 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7899 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7900 Add optional args START and END.
7901 Never call font-lock-fontify-region directly.
7902 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7903
7904 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7905
7906 2000-10-08 Dave Love <fx@gnu.org>
7907
7908 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7909
7910 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7911
7912 * play/studly.el (studlify-region, studlify-word): Add autoload
7913 cookie.
7914
7915 * play/morse.el (morse-region, unmorse-region): Add autoload
7916 cookie.
7917
7918 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7919 concat.
7920
7921 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7922 insist on symbols starting with word syntax.
7923 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7924 (eval-defun-1): Doc fix.
7925 (indent-sexp): Use nconc to build up indent-stack.
7926
7927 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7928 Gnus with little use.
7929 (mail-setup-hook): Add mail-abbrevs-setup to options.
7930
7931 * recentf.el: Doc fixes.
7932
7933 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7934 Clean up remainder.
7935
7936 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7937 without timezone and (8) with timezone to enforce some whitespace.
7938 Simplify code somewhat.
7939
7940 * options.el (list-options): Doc that you should use customize.
7941
7942 * iswitchb.el (iswitchb-mode): Add :require.
7943
7944 * info.el (Info-goto-node, Info-menu): Doc fix.
7945 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7946 (info-tool-bar-map): New variable.
7947 (Info-mode): Use it.
7948 (Info-edit-map): Define all in defvar.
7949 (speedbar-attached-frame): Avoid compiler warning.
7950
7951 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7952 (global-map): Bind [tool-bar] to a filtered map.
7953 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7954 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7955 Allow PBM icons.
7956 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7957
7958 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7959 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7960 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7961 icons, except up_arrow, which is left-arrow rotated.
7962
7963 * imenu.el (imenu-add-to-menubar): Fix last change.
7964
7965 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7966
7967 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7968 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7969
7970 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7971
7972 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7973 typos in doc strings.
7974
7975 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7976 the doc strings how to customize Font Lock faces.
7977
7978 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7979 computing growth when dragging the header line.
7980
7981 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7982
7983 * simple.el (kill-line): Doc fix.
7984
7985 2000-10-08 Miles Bader <miles@gnu.org>
7986
7987 * faces.el (secondary-selection): Make foreground visible on tty.
7988
7989 * jka-compr.el (auto-compression-mode): Move to the end of the
7990 file, because `define-minor-mode' actually calls the mode-function
7991 if the associated variable is non-nil, which requires that all
7992 needed functions be already defined.
7993 (with-auto-compression-mode): Add autoload cookie.
7994
7995 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7996
7997 * files.el (find-backup-file-name) [ms-dos]: If support for long
7998 file names is not available, behave as if version-control were set
7999 to never.
8000
8001 2000-10-07 Dave Love <fx@gnu.org>
8002
8003 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8004 (browse-url-gnome-moz): New function.
8005 (browse-url-browser-function): Use it.
8006 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8007
8008 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
8009
8010 * indent.el (tab-always-indent): New var.
8011 (indent-for-tab-command): Use it.
8012
8013 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8014 raise an error. This way it can still default to a sane value.
8015
8016 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8017
8018 * startup.el (fancy-splash-screens): Use local rather than global map.
8019 Don't use `update-menu-bindings' any more.
8020 Get rid of assumptions about keymap representation.
8021
8022 2000-10-06 Dave Love <fx@gnu.org>
8023
8024 * textmodes/fill.el (sentence-end-double-space)
8025 (sentence-end-without-period): Doc fix.
8026 (adaptive-fill-regexp): Purecopy.
8027 (unjustify-current-line): Use line-end-position.
8028 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8029
8030 * net/eudc-vars.el (eudc): Add :version, :link.
8031
8032 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8033
8034 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8035 Fix for define-minor-mode.
8036 (function-at-point): Alias to function-called-at-point.
8037
8038 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8039
8040 * simple.el (backward-word): Doc fix.
8041
8042 * image-file.el (image-file-name-regexp): image-file-regexps ->
8043 image-file-name-regexps.
8044 (image-file-name-extensions): Add pbm.
8045
8046 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8047
8048 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8049 and add filename to the names so that diff-mode can jump to source.
8050
8051 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8052 (tex-font-lock-keywords, tex-font-lock-keywords-2)
8053 (tex-font-lock-keywords-1): Remove.
8054 (font-lock-turn-on-thing-lock): Use jit-lock-register.
8055 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8056 (font-lock-default-fontify-region):
8057 Expand beg..end correctly when just following a multiline region.
8058 (font-lock-fontify-anchored-keywords):
8059 Include the anchor text as part of the multiline.
8060
8061 2000-10-06 Gerd Moellmann <gerd@gnu.org>
8062
8063 * loadup.el (toplevel): Load `loaddefs' before `help' because the
8064 latter needs the autoloaded define-minor-mode macro during the
8065 bootstrap.
8066
8067 * startup.el (command-line): For now, activate tool-bar-mode only
8068 if XPM images are supported.
8069
8070 * mouse.el (mouse-drag-header-line): Don't allow resizing a
8071 window by dragging a header-line at the top of the frame; that's
8072 confusing because the header-line doesn't move.
8073 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8074 of treating the event as a list. Some cleanup.
8075
8076 2000-10-06 Miles Bader <miles@gnu.org>
8077
8078 * simple.el (display-message-or-buffer): New function.
8079 (shell-command-on-region): Use `display-message-or-buffer'.
8080
8081 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8082 docstring parts.
8083
8084 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8085 (smbclient-prompt-regexp): Add usage note to doc string.
8086 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8087 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8088 Use add-hook for adding the comint filter function, and only do so
8089 if it's not already in the global hook list.
8090 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8091 to `make-local-variable'.
8092 (nslookup-font-lock-keywords): Remove prompt entry.
8093 (nslookup): Don't set the process-filter.
8094 (finger): Exit the loop correctly when the regexps list runs out.
8095 (ftp, smbclient, smbclient-list-shares):
8096 Set the real major mode immediately, not after execing.
8097 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8098
8099 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8100
8101 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
8102
8103 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8104
8105 * which-func.el (which-func-format): Remove spurious space.
8106 (which-func-mode): Don't make it permanent-local.
8107 (which-func-ff-hook): Allow which-func-maxout to be nil.
8108 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
8109 (which-func-mode): Simplify.
8110 Use post-command-idle-hook rather than post-command-hook.
8111 Go through all buffers and update their state.
8112 (which-function): Also try add-log-current-defun-function.
8113
8114 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8115 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8116 Update call to with-vc-properties accordingly.
8117 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8118 (vc-revert-buffer): More careful about window selection and deletion.
8119 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8120
8121 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8122 (cvs-retrieve-revision): Reuse a pre-existing buffer.
8123 (cvs-dired-action): Change the default to quickdir.
8124
8125 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8126 if comment-indent-function returns nil.
8127 (comment-indent-default): New function.
8128 (comment-indent-function): Use it and document the new semantics.
8129
8130 * image-file.el: Docstring fixes.
8131
8132 * help.el (help-xref-on-pp): Use match-string.
8133 (describe-variable): New arg BUFFER.
8134 Store the current buffer in the help-xref-stack.
8135 (temp-buffer-resize-mode): Use define-minor-mode.
8136
8137 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8138 consistently with its docstring.
8139 Set jit-lock-first-unfontify-pos in an idempotent way.
8140 (jit-lock-register): Autoload and add arg CONTEXTUAL.
8141
8142 2000-10-05 Alex Schroeder <alex@gnu.org>
8143
8144 * sql.el (sql-mysql-options): New variable.
8145 (sql-mysql): Use it.
8146
8147 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8148
8149 * image.el (image): New group.
8150
8151 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8152 (smerge-base-face, smerge-markers-face): Add dark-background variants.
8153
8154 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8155
8156 * net/net-utils.el (nslookup-font-lock-keywords)
8157 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8158 Ignore the value of wqindow-system; always define keywords
8159
8160 2000-10-05 Kenichi Handa <handa@etl.go.jp>
8161
8162 * startup.el (fancy-splash-screens): Remove the code for
8163 debugging; `(trace-to-stderr "EXITTT\n")'.
8164
8165 2000-10-05 Miles Bader <miles@gnu.org>
8166
8167 * diff-mode.el (diff-goto-source): Update call to
8168 `diff-hunk-status-msg' to reflect new REV variable.
8169
8170 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
8171
8172 * progmodes/icon.el (icon-mode):
8173 Don't gratuitously override the default for comment-column.
8174
8175 * vc-hooks.el (vc-mode-line): Fix interactive spec.
8176
8177 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8178 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8179 (jit-lock-functions): New var.
8180 (jit-lock-function-1): Use it if non-nil.
8181 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8182 Set the `fontified' property before doing the fontification to avoid
8183 repeatedly going through the same error.
8184 Don't turn errors into messages.
8185 (jit-lock-register, jit-lock-unregister): New functions.
8186
8187 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8188 Use with-current-buffer.
8189
8190 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8191 Turn comment into docstring.
8192
8193 * apropos.el (apropos-mode): Use define-derived-mode.
8194
8195 2000-10-04 Gerd Moellmann <gerd@gnu.org>
8196
8197 * startup.el (fancy-splash-pending-command): New variable.
8198 (fancy-splash-pre-command): New function.
8199 (fancy-splash-screens): Rewritten.
8200 (command-line-1): If fancy-splash-pending-command is set, call it
8201 interactively.
8202
8203 2000-10-04 Dave Love <fx@gnu.org>
8204
8205 * toolbar/tool-bar.el (tool-bar-setup): New function.
8206 (tool-bar-mode): Use it.
8207
8208 * subr.el (substitute-key-definition): Doc fix.
8209 (play-sound-file): New command.
8210
8211 2000-10-04 Andre Spiegel <spiegel@gnu.org>
8212
8213 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8214 vc-version-backup-file-name): New functions.
8215
8216 * files.el (basic-save-buffer): Call vc-before-save before saving.
8217
8218 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8219 vc-cvs-stay-local-p.
8220
8221 * vc.el (vc-revert-buffer): Handle empty diff properly.
8222 (vc-version-backup-file): New function.
8223 (vc-checkout): Create a version backup if necessary.
8224 (vc-checkin): If a version backup file exists, delete it.
8225 (vc-version-diff): Diff locally using version backups, if available.
8226 (vc-revert-file): If there's a version backup, revert locally.
8227 (vc-transfer-file): Use version backup for base version, if
8228 available. If not, ask for confirmation whether to get it from the
8229 server. Update mode line before check-in.
8230
8231 2000-10-04 Dave Love <fx@gnu.org>
8232
8233 * toolbar/tool-bar.el (tool-bar-setup): New function.
8234 (tool-bar-mode): Use it.
8235
8236 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8237
8238 * net/net-utils.el (nslookup-font-lock-keywords)
8239 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8240 Only set if window-system is non-nil
8241 (net-utils-run-program): Returns buffer.
8242 (network-connection-reconnect): Added this function.
8243
8244 * generic.el:
8245 Incorporates extensive cleanup and docfixes by
8246 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8247 Uses cl compile-time macros.
8248 (generic-mode-name, generic-comment-list)
8249 (generic-keywords-list, generic-font-lock-expressions)
8250 (generic-mode-function-list, generic-mode-syntax-table):
8251 Removed variables.
8252 (generic-mode-alist): Renamed to generic-mode-list.
8253 (generic-find-file-regexp): Default changed to "^#".
8254 (generic-read-type): Uses completing read on generic-mode-list.
8255 (generic-mode-sanity-check): removed this function.
8256 (generic-add-to-auto-mode): Removed this function
8257 (generic-mode-internal): Bind mode-specific definitions
8258 into function instead of putting them in alist.
8259 (generic-mode-set-comments): Reworked extensively.
8260 (generic-mode-find-file-hook): Simplified regexp searching
8261 (generic-make-keywords-list): Omit extra pair of parens
8262
8263 * find-lisp.el (find-lisp-find-files-internal):
8264 Make sure directory name ends with "/".
8265
8266 * generic-x.el (apache-conf-generic-mode):
8267 Regexp now allows leading whitespace.
8268 (rc-generic-mode): Added eval-when-compile
8269 around generic-make-keywords-list.
8270 Deleted duplicate regexp
8271 (rul-generic-mode): Added eval-when-compile
8272 around generic-make-keywords-list.
8273 (etc-fstab-generic-mode): New generic mode.
8274 (rul-generic-mode): Removed one eval-when-compile
8275 which caused a max-specpdl-size exceeded error.
8276
8277 2000-10-04 Miles Bader <miles@gnu.org>
8278
8279 * simple.el (minibuffer-temporary-goal-position): New variable.
8280 (next-history-element): Try to keep the position of point in the
8281 input string constant.
8282
8283 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8284 (dired-do-create-files): If there's only one file, pass it in as
8285 the DEFAULT arg to dired-mark-read-file-name.
8286
8287 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
8288
8289 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8290 (diff-goto-source): Be smarter when choosing REVERSE or not.
8291
8292 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8293 (texinfo-mode-menu): Add an explicit shortcut for update all.
8294
8295 2000-10-03 Andre Spiegel <spiegel@gnu.org>
8296
8297 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8298 factorize backend-specific code cleanly (this was essentially
8299 conceived by Stefan Monnier).
8300 (vc-unregister): Function removed.
8301 (vc-revert-file): New function.
8302 (vc-revert-buffer): Delegate some of the work to it.
8303
8304 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8305 default branch unconditionally.
8306 (vc-rcs-set-default-branch): New function.
8307 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8308 (vc-rcs-checkin): If an appropriate default branch has been set,
8309 force creation of that branch.
8310 (vc-rcs-receive-file): Rewritten to contain only backend-specific
8311 code (as suggested by Stefan Monnier).
8312
8313 2000-10-02 Gerd Moellmann <gerd@gnu.org>
8314
8315 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8316 highlighting overlay with a different face over the overlay
8317 isearch uses to highlight the current match because that can lead
8318 to bad face combinations.
8319
8320 * loadup.el (toplevel): Load faces before isearch.
8321
8322 * isearch.el (isearch-faces): New custom group.
8323 (isearch): New defface; was already tested for in the code.
8324 (isearch-lazy-highlight-face): Changed to defface from defcustom.
8325 (isearch-highlight): Always use face `isearch'.
8326
8327 2000-10-02 Dave Love <fx@gnu.org>
8328
8329 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8330 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
8331 comparison of opcode with operand.
8332
8333 2000-10-03 Miles Bader <miles@gnu.org>
8334
8335 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8336 buffer, since the echo area will now grow to accommodate them.
8337
8338 2000-10-02 Andre Spiegel <spiegel@gnu.org>
8339
8340 * vc-hooks.el (vc-registered): If FILE used to be registered under
8341 a certain backend, try that one first.
8342
8343 * vc.el (vc-responsible-backend): Undo the previous change in the
8344 argument list. Handle multiple backends correctly.
8345 (vc-find-new-backend): Function removed.
8346 (vc-register): Use vc-responsible-backend, as before.
8347 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8348
8349 2000-10-02 Gerd Moellmann <gerd@gnu.org>
8350
8351 * startup.el (fancy-splash-head): Change message below the
8352 logo.
8353
8354 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8355
8356 * diff-mode.el (diff-goto-source): Emit a status message.
8357 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8358 (diff-test-hunk): Fix doc string.
8359 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8360 (diff-advance-after-apply-hunk): New variable.
8361 (diff-apply-hunk): Don't return a value.
8362
8363 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8364
8365 * vc.el (vc-editable-p): Minor optimization.
8366 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8367 (vc-find-new-backend): New function split from vc-responsible-backend.
8368 (vc-register): Use it.
8369 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8370 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8371 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8372 (vc-clear-headers): Don't use find-file.
8373 (vc-revert-buffer): Use `and' again (must have been a braino).
8374 (vc-switch-backend): Only prompt if requested.
8375 Short circuit if nothing is to be done.
8376 Don't use vc-resynch-buffer which could lose unsaved editing.
8377 (vc-default-receive-file): Update call to vc-unregister.
8378 (with-vc-file, vc-next-action-on-file):
8379 Use vc-backend rather than vc-registered.
8380 (vc-next-action-on-file): Use intern-soft.
8381 Deal with read-only *vc-diff* buffer.
8382 (vc-transfer-file): Docstring fix.
8383
8384 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8385 (vc-rcs-receive-file): Avoid with-vc-properties.
8386 Update call to vc-unregister.
8387 Use constant `RCS' rather than (dynamically bound) var `backend'.
8388
8389 2000-10-01 Andre Spiegel <spiegel@gnu.org>
8390
8391 * vc.el (vc-next-action-on-file): Update mode line only if file
8392 is visited.
8393 (vc-start-entry): New argument initial-contents. Don't visit the file
8394 if it isn't already visited. Brought documentation up-to-date.
8395 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8396 (vc-checkin): New optional arg initial-contents, which is passed to
8397 vc-start-entry.
8398 (vc-finish-logentry): Make sure to bury log buffer only if there
8399 really is one. Call `vc-resynch-buffer' on log-file, not
8400 buffer-file-name.
8401 (vc-default-comment-history, vc-default-wash-log): New functions.
8402 (vc-index-of): Removed.
8403 (vc-transfer-file): Make do without the above.
8404 (vc-default-receive-file): Call comment-history unconditionally. Pass
8405 the resulting string to vc-checkin, instead of inserting it into the
8406 comment ring.
8407
8408 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8409 unconditionally. Use the comments as initial contents of the log
8410 entry buffer. Document the trick to force branch creation with no
8411 changes.
8412
8413 2000-10-01 Miles Bader <miles@gnu.org>
8414
8415 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8416 `recenter' with an arg to prevent redrawing the display.
8417
8418 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8419
8420 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8421
8422 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8423
8424 * progmodes/c-mode.el (c-mode):
8425 Don't gratuitously override the default for comment-column.
8426
8427 * textmodes/tex-mode.el (latex-metasection-list): New var.
8428 (latex-imenu-create-index): Use it.
8429 Move the regexp construction outside loops (and use push).
8430 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8431 (tex-font-lock-keywords): Moved from font-lock.el.
8432 (tex-comment-indent): Remove.
8433 (tex-common-initialization): Don't set comment-indent-function.
8434 (latex-block-default): New var.
8435 (tex-latex-block): Use it to provide a default choice.
8436 Add any unknown choice to latex-block-names.
8437 Insert [...] after {...}.
8438 (tex-last-unended-begin): Simplify regexp.
8439 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8440 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8441 (latex-mode): Set forward-sexp-function.
8442
8443 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8444 Add regexp for @ignore ... @end ignore.
8445 (texinfo-heading-face): New face.
8446 (texinfo-font-lock-keywords): Use it.
8447 (texinfo-mode-menu): New menu.
8448 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8449 New functions.
8450 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8451 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8452 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8453 Remove declaration.
8454 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8455
8456 * delsel.el (delete-selection-mode): Use define-minor-mode.
8457
8458 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8459
8460 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8461
8462 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8463
8464 2000-09-30 Gerd Moellmann <gerd@gnu.org>
8465
8466 * replace.el (keep-lines-read-args): New function.
8467 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8468 read arguments interactively. Add parameters RSTART and REND.
8469 Operate on the active region in Transient Mark mode.
8470
8471 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8472
8473 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8474 (authors-obsolete-files-regexps): New variable.
8475 (authors-add): Don't record changes in obsolete files.
8476
8477 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8478
8479 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8480
8481 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8482 (comment-indent): Make sure there's a space between code and comment.
8483 Shift comments left to avoid going past fill-column.
8484
8485 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8486
8487 * startup.el (startup-echo-area-message): New function.
8488 (display-startup-echo-area-message): Use it.
8489 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8490 (fancy-splash-default-action): New function.
8491 (fancy-splash-screens-1): New function.
8492 (fancy-splash-head): Put a help-echo and a keymap under the image.
8493
8494 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8495
8496 * diff-mode.el (diff-add-log-file-name): Remove.
8497 (diff-mode): Use add-log-buffer-file-name-function.
8498
8499 * add-log.el (find-change-log): New arg BUFFER-FILE.
8500 (add-log-file-name): Obey add-log-file-name-function.
8501 (add-log-buffer-file-name-function): New var.
8502 (add-change-log-entry): Use it.
8503
8504 2000-09-29 Miles Bader <miles@gnu.org>
8505
8506 * image-file.el (image-file-name-extensions): New variable.
8507 (image-file-name-regexps): Renamed from `image-file-regexps'.
8508 New default value is nil. Call `auto-image-file-mode'.
8509 (image-file-name-regexp): New function.
8510 (auto-image-file-mode): New minor mode.
8511 (insert-image-file): Don't make conditional on the image-file
8512 handler being enabled.
8513 (image-file-handler): Make the call here conditional instead.
8514 (set-image-file-handler-enabled, enable-image-file-handler)
8515 (disable-image-file-handler): Functions removed.
8516
8517 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8518 string.
8519
8520 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8521
8522 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8523 it's a function from CL.
8524 (latex-imenu-create-index): Replace eval-when-compile with progn
8525 because latex-section-alist is not bound while compiling.
8526
8527 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8528
8529 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8530 (outline-mode): Use define-derived-mode.
8531
8532 * progmodes/perl-mode.el (perl-mode):
8533 * progmodes/awk-mode.el (awk-mode):
8534 * progmodes/asm-mode.el (asm-mode):
8535 Don't gratuitously override the default for comment-column.
8536
8537 * emacs-lisp/lisp.el (lisp-complete-symbol):
8538 Distinguish the let-binding case from the funcall case.
8539 (forward-sexp-function): New variable.
8540 (forward-sexp): Use it.
8541
8542 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8543 (easy-mmode-defmap): Remove the now useless autoload.
8544
8545 * time.el (display-time-mode): Use define-minor-mode.
8546
8547 * subr.el (add-minor-mode): Don't eval NAME.
8548 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8549 Use if rather than cond.
8550
8551 * simple.el (read-expression-map): Define more properly.
8552 (comment-indent-hook): Remove.
8553 (string-to-syntax): Bug fix.
8554
8555 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8556 (cvs-ediff-diff): Fix typo.
8557 (cvs-revert-if-needed): Don't bother preserving read-only.
8558
8559 * paren.el (show-paren-mode): Use define-minor-mode.
8560
8561 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8562 (toggle-auto-compression): Remove.
8563 (jka-compr-build-file-regexp): Remove useless grouping.
8564
8565 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8566 Avoid user-reserved bindings.
8567 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8568 (diff-header-face): Revert to grey85.
8569
8570 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8571
8572 * complete.el (partial-completion-mode) <defcustom>: Remove.
8573 (partial-completion-mode): Use define-minor-mode.
8574 (PC-do-completion): Understand `completion-auto-help = delay'
8575 to mean to popup the completion buffer only the second time.
8576 (PC-include-file-all-completions, PC-include-file-all-completions)
8577 (PC-include-file-all-completions): Don't quote lambda.
8578
8579 * comint.el (comint-mode-hook): Docstring fix.
8580 (comint-mode): Use define-derived-mode.
8581 (comint-mode-map): Remove obsolete comment.
8582 (make-comint): Minor stylistic change.
8583 (comint-insert-clicked-input): Be more careful to find the overlay.
8584 Use this-command-keys rather than hardcoding mouse-2.
8585
8586 * font-lock.el: Replace confusing (,@ with ,
8587 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8588 Don't use regexp-opt-depth. Spice up the regexp for args.
8589 Don't distinguish between cmds that can take an opt arg or not.
8590 Use `append' and `prepend' rather than `keep'.
8591
8592 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8593 (latex-outline-regexp): New var.
8594 (latex-outline-level): New fun.
8595 (latex-section-alist): New var.
8596 (latex-imenu-create-index): Use it. Use `push' as well.
8597 (tex-shell-map): Initialize it properly.
8598 (tex-mode): Minor stylistic change.
8599 (plain-tex-mode): Use define-derived-mode.
8600 (latex-mode): Use define-derived-mode.
8601 Construct the paragraph regexps in a more readable way.
8602 Set the buffer-local outline-{level,regexp} vars.
8603 (slitex-mode): Derive from latex-mode.
8604 (tex-common-initialization): Don't kill-all-vars anymore.
8605 Add setting for comment-add and font-lock-defaults.
8606 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8607 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8608 (tex-start-tex): New arg DIR (and send a chdir command for it).
8609 Also display the shell buffer and save it in tex-last-buffer-texed.
8610 (tex-region): Use expand-file-name rather than concat.
8611 Remove code made useless by changes in tex-start-tex.
8612 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8613
8614 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8615
8616 2000-09-28 Dave Love <fx@gnu.org>
8617
8618 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8619
8620 2000-09-28 Gerd Moellmann <gerd@gnu.org>
8621
8622 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8623 `append'.
8624
8625 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8626
8627 * info.el (Info-extract-pointer): Undo last change.
8628 Instead, fix the position of the `bound' arg to re-search-backward.
8629
8630 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8631
8632 * info.el (Info-extract-pointer):
8633 Widen more carefully, to avoid finding pointers in other nodes.
8634 (Info-index): Use push.
8635
8636 2000-09-27 Gerd Moellmann <gerd@gnu.org>
8637
8638 * frame.el (set-frame-font): Remove call to obsolete function
8639 frame-update-faces.
8640 (set-foreground-color, set-background-color): Likewise for
8641 frame-update-face-colors.
8642
8643 2000-09-27 Miles Bader <miles@gnu.org>
8644
8645 * image-file.el: New file.
8646
8647 2000-09-27 Gerd Moellmann <gerd@gnu.org>
8648
8649 * frame.el (frame-notice-user-settings): Don't call
8650 frame-update-faces, which is a no-op now.
8651
8652 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8653 tool-bar-lines.
8654
8655 2000-09-27 Dave Love <fx@gnu.org>
8656
8657 * mouse.el: Fix last change.
8658
8659 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8660
8661 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8662
8663 2000-09-22 Kenichi Handa <handa@etl.go.jp>
8664
8665 * international/quail.el (quail-help): The output message is
8666 improved.
8667
8668 2000-09-26 Dave Love <fx@gnu.org>
8669
8670 * mouse.el (popup-menu): If POSITION is nil, set it using
8671 mouse-position.
8672
8673 2000-09-25 Sam Steingold <sds@gnu.org>
8674
8675 * net/browse-url.el (browse-url-file-url): Check for null maps.
8676
8677 2000-09-26 Gerd Moellmann <gerd@gnu.org>
8678
8679 * frame.el (frame-notice-user-settings): Don't add a
8680 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8681
8682 * frame.el (frame-notice-user-settings):
8683 Make tool-bar-mode and default-frame-alist consistent.
8684
8685 * toolbar/tool-bar.el (tool-bar-help): New function.
8686
8687 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8688
8689 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8690 current-load-list in top-level forms. Else this leaks a cons cell
8691 every time a defun is called.
8692
8693 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8694
8695 2000-09-25 Dave Love <fx@gnu.org>
8696
8697 * startup.el (fancy-splash-head): Check XPM is available.
8698
8699 * autoinsert.el (auto-insert): Doc fix.
8700 (auto-insert-alist): Following GNU notices, don't say `copyright
8701 _by_'. Use line-beginning-position.
8702 (auto-insert): Check buffer-file-name is non-nil before use.
8703
8704 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8705
8706 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8707 starting with `@def' or `@multitable', in addition to ones
8708 specified by the user in auto-fill-inhibit-regexp.
8709
8710 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
8711
8712 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8713 rmail-dont-reply-to-names matches the empty string.
8714
8715 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8716
8717 * startup.el (command-line-1, fancy-splash-text): Change the
8718 text to sound more friendly.
8719
8720 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8721
8722 * progmodes/hideshow.el: Update author email address.
8723 Generally, sync w/ maintainer version 5.22.
8724 (hs-hide-all-non-comment-function): New var.
8725 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8726 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8727 (hs-show-region): Delete this command.
8728 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8729
8730 2000-09-22 Dave Love <fx@gnu.org>
8731
8732 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8733 (hl-line-highlight): Specify buffer when moving overlay.
8734
8735 * progmodes/fortran.el (fortran-mode): Locally set
8736 normal-auto-fill-function.
8737 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8738 (fortran-mode-map): Adjust auto-fill menu entry.
8739
8740 2000-09-22 Gerd Moellmann <gerd@gnu.org>
8741
8742 * vc-rcs.el (toplevel): Require `vc' when compiling.
8743
8744 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8745
8746 2000-09-22 Andre Spiegel <spiegel@gnu.org>
8747
8748 * vc.el (vc-switch-backend): Signal an error if the file is not
8749 registered under the new backend.
8750
8751 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8752 without explicit revision number.
8753
8754 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8755
8756 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8757 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8758 (diff-xor): New function.
8759 (diff-find-source-location): Use it. Fix a stupid name clash.
8760 (diff-hunk-status-msg): New function.
8761 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8762 (diff-test-hunk): Use diff-find-source-location.
8763 (diff-goto-source): Favor the `reverse'.
8764 (diff-hunk-text): Properly handle one-sided context diffs.
8765 (diff-apply-hunk): When done, advance to the next hunk.
8766
8767 2000-09-21 Gerd Moellmann <gerd@gnu.org>
8768
8769 * startup.el (command-line): If frame was created with a non-zero
8770 tool-bar-lines parameter, switch tool-bar-mode on.
8771
8772 * add-log.el (change-log-date-face, change-log-name-face)
8773 (change-log-email-face, change-log-file-face)
8774 (change-log-list-face, change-log-conditionals-face)
8775 (change-log-function-face, change-log-acknowledgement-face):
8776 New faces, inheriting from font-lock faces.
8777 (change-log-font-lock-keywords): Use them.
8778
8779 2000-09-21 Dave Love <fx@gnu.org>
8780
8781 * progmodes/cperl-mode.el (top-level): Clean up
8782 `eval-when-compile's and assorted defvars.
8783 (cperl-invalid-face): Don't double-quote value. Change custom
8784 type.
8785 (cperl-mode): Set normal-auto-fill-function and don't zap
8786 auto-fill-function.
8787 (cperl-imenu--function-name-regexp-perl): Renamed from
8788 imenu-example--function-name-regexp-perl.
8789 (cperl-imenu--create-perl-index): Renamed from
8790 imenu-example--create-perl-index.
8791 (cperl-xsub-scan): Don't require cl.
8792
8793 * msb.el (msb-mode-map): Use substitute-key-definition.
8794 (msb-mode): Use msb-mode-map.
8795
8796 2000-09-21 Andre Spiegel <spiegel@gnu.org>
8797
8798 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8799 New functions.
8800 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8801 (vc-switch-backend): New function.
8802 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8803 (vc-register): Fix prompt.
8804 (vc-unregister, vc-default-unregister): New functions.
8805 (vc-version-diff): Handle empty buffer in sentinel.
8806
8807 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8808 (vc-rcs-state-heuristic): Use it to guess the state of files with
8809 non-strict locking.
8810 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8811 been set with -b, but not created yet.
8812 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8813 contents in order to find the state.
8814 (vc-rcs-checkin): Allow creation of branches with no changes.
8815 (vc-rcs-unregister, vc-rcs-receive-file)
8816 (vc-rcs-set-non-strict-locking): New functions.
8817
8818 * vc-hooks.el (vc-name): Force correct computation of the value
8819 in case it is missing.
8820
8821 2000-09-21 Gerd Moellmann <gerd@gnu.org>
8822
8823 * startup.el (fancy-splash-tail): Use a different foreground
8824 color on a dark frame background.
8825
8826 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8827
8828 * info.el: Use the correct capitalization when making Info-mode
8829 and Info-edit-mode `special' modes.
8830
8831 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8832
8833 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8834 (diff-mode): Add support for add-log.el.
8835 (diff-hunk-text): Use char offsets rather than line offsets.
8836 (diff-find-source-location): Replace LINE with line-offset (nil
8837 if not found) and always set POS to a meaningful position.
8838 Adapt to the new char-offsets.
8839 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8840 Adapt to the new diff-find-source-location.
8841 (diff-goto-source): Adapt to the new diff-find-source-location.
8842
8843 * add-log.el (add-log-file-name): New function (split out of
8844 add-change-log-entry).
8845 (add-change-log-entry): Use it.
8846 Call add-log-file-name-function with the changelog file name if
8847 the current buffer is not associated with any file.
8848 Avoid find-file if the selected window is dedicated.
8849
8850 * diff-mode.el (diff-find-source-location):
8851 Move code from diff-apply-hunk. Return buffer rather than file.
8852 (diff-apply-hunk): Use the new result from diff-find-source-location.
8853 (diff-goto-source): Use the new diff-find-source-location.
8854
8855 2000-09-20 Dave Love <fx@gnu.org>
8856
8857 * iswitchb.el: Some doc fixes.
8858 (iswitchb-mode-map): Define completely initially. Inherit
8859 minibuffer-local-map.
8860 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8861 fundamental-mode.
8862 (iswitchb-global-map): New variable.
8863 (iswitchb-summaries-to-end): Amalgamate regexps.
8864 (iswitchb-mode): New.
8865 (iswitchb-mode-hook): New variable.
8866 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8867 `extensions'.
8868
8869 2000-09-20 Gerd Moellmann <gerd@gnu.org>
8870
8871 * ehelp.el (electric-help): New defgroup.
8872 (electric-help-shrink-window): New user-option.
8873 (with-electric-help): Use it.
8874
8875 * window.el (shrink-window-if-larger-than-buffer): If face
8876 `mode-line' has a :box, and we're on a graphical frame, add 1
8877 to the needed window height.
8878
8879 * frame.el (frame-notice-user-settings): Add a last parameter nil
8880 to a call to `append', because the last list passed to `append' is
8881 not copied, and so subsequent calls to assq-delete-all will modify
8882 default-frame-alist.
8883
8884 * startup.el (fancy-splash-image): Change :type.
8885 (fancy-splash-head): Use an XBM image if appropriate.
8886 (command-line-1): Show splash screens in more cases.
8887
8888 * startup.el (fancy-splash-text): Don't quote faces.
8889
8890 * dired.el (dired-font-lock-keywords): Undo last change.
8891 (dired-readin): Bind indent-tabs-mode to nil.
8892
8893 * startup.el (fancy-splash-head): If frame's background mode
8894 is `dark', change the black background of the image to gray.
8895 (fancy-splash-screens): Display startup echo area message.
8896 (display-startup-echo-area-message): New function.
8897
8898 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8899
8900 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8901
8902 * info.el (info-header-node): Tweak for color ttys.
8903
8904 * faces.el (face-valid-attribute-values): Make sure directories we
8905 search for stipples both exist and are readable before trying to
8906 search them.
8907
8908 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8909 in the dry-run case.
8910
8911 * jka-compr.el (with-auto-compression-mode): New macro.
8912
8913 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8914 (custom-group-tag-face, custom-variable-tag-face): Use relative
8915 :height and inherit from `variable-pitch' face instead of
8916 hardwiring :family.
8917 * hi-lock.el (hi-black-hb): Likewise.
8918
8919 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8920 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8921 toolbar-add-item, if image doesn't have a mask add a `:mask
8922 heuristic'.
8923
8924 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8925
8926 * diff-mode.el: Docstring fixes.
8927 (diff-header-face, diff-comment-face): New faces.
8928 (diff-font-lock-keywords): Highlight a bit differently.
8929 (diff-find-source-location): Don't return SPAN any more.
8930 (diff-hunk-text): Don't bother erasing the temp buffer.
8931 (diff-find-text): Drop argument LINE.
8932 (diff-apply-hunk): Update calls to diff-find-text.
8933 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8934
8935 * calendar/calendar.el: Docstring fixes.
8936 (calendar-make-alist): Don't quote lambda.
8937 (calendar-star-date): Use make-local-variable.
8938
8939 2000-09-19 Dave Love <fx@gnu.org>
8940
8941 * toolbar/tool-bar.el: Renamed from toolbar.el.
8942 Change `toolbar' to `tool-bar' generally in symbols.
8943 Make some items invisible in `special' major modes.
8944 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8945 Add arg PROPS.
8946
8947 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8948 Add :version here.
8949 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8950
8951 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8952
8953 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8954
8955 * files.el (find-file-suppress-same-file-warnings): New user-option.
8956 (find-file-noselect): Use it.
8957
8958 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8959 (fancy-splash-screen): Defgroup.
8960
8961 * add-log.el (change-log-font-lock-keywords): Match names
8962 more exactly for the case that font-lock-constant-face is
8963 underlined.
8964
8965 2000-09-19 Richard M. Stallman <rms@gnu.org>
8966
8967 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8968
8969 2000-09-19 Andre Spiegel <spiegel@gnu.org>
8970
8971 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8972
8973 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8974
8975 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8976 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8977 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8978 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8979 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8980 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8981 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8982 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8983 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8984 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8985 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8986 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8987
8988 * startup.el (fancy-splash-text): New variable.
8989 (fancy-splash-delay, fancy-splash-image): New user-options.
8990 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8991 (fancy-splash-screens): New functions.
8992 (command-line-1): If display has a `display' frame parameter, has
8993 colors, and we have XPM support, show more fancy splash screens.
8994
8995 2000-09-19 Dave Love <fx@gnu.org>
8996
8997 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8998 with null `help'. Use modern backquote syntax.
8999
9000 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9001
9002 * font-lock.el (font-lock-mode): Change message telling the user
9003 that ``the buffer is too big''.
9004
9005 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9006 for instance for the case that tab-width is 2.
9007
9008 2000-09-18 Gerd Moellmann <gerd@gnu.org>
9009
9010 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9011 toolbar-add-item, if image doesn't have a mask add a `:mask
9012 heuristic'.
9013
9014 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
9015
9016 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9017 and return a cons if it's non-nil.
9018 (diff-apply-hunk): Try to jump to the line in the source text
9019 corresponding to the position of point in the in the hunk.
9020
9021 * info.el (Info-title-3-face, Info-title-2-face)
9022 (Info-title-1-face): Use face inheritance and relative sizes
9023 instead of hard-wiring things.
9024
9025 * faces.el (secondary-selection): Make dark-background variant sane.
9026
9027 2000-09-16 Andrew Innes <andrewi@gnu.org>
9028
9029 * makefile.w32-in (compile-files-CMD): No need to make .elc files
9030 read-only, since they aren't under VC now.
9031
9032 2000-09-17 Dave Love <fx@gnu.org>
9033
9034 * tmm.el: Replace mapcar with mapc in several places.
9035
9036 * loadhist.el (unload-feature): Maybe call elp-restore-list and
9037 ad-unadvise.
9038
9039 * international/latin1-disp.el: New file.
9040
9041 * calendar/cal-move.el (scroll-calendar-left)
9042 (scroll-calendar-right): Make arg optional (for active mode line).
9043
9044 * calendar/calendar.el (calendar-mode-line-format): Make fields
9045 mouse-sensitive.
9046 (calendar-read-date, calendar-read-date, calendar-window-list):
9047 Unquote lambda.
9048 (calendar-month-name): Use aref, not sref.
9049
9050 * view.el (minor-mode-alist): Propertize the string.
9051
9052 * international/characters.el (standard-case-table): Add entries
9053 for Greek.
9054
9055 2000-09-18 Miles Bader <miles@gnu.org>
9056
9057 * info.el (info-node, info-xref): Add dark-background variants.
9058
9059 * faces.el (header-line): Change defaults to be less confusing
9060 when mixed with mode-lines.
9061
9062 * info.el (Info-fontify-node): Make a few cleanups.
9063 Add extra `help-echo' and `local-map' props to node xrefs.
9064 Use header-specific faces for node-names & xrefs.
9065 (Info-use-header-line): New variable.
9066 (info-header-xref, info-header-node): New faces.
9067 (Info-setup-header-line): New function.
9068 (Info-select-node): Call Info-setup-header-line when enabled.
9069 (Info-extract-pointer): Work even if the header line is hidden.
9070 (Info-header-line): New variable.
9071
9072 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
9073
9074 * vms-patch.el (print-region-function): Don't quote lambda.
9075
9076 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9077
9078 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9079 (lm-get-header-re): Allow spaces between the header and the colon.
9080 (lm-header): Allow $ in non-RCS headers.
9081 (lm-header-multiline): Put the strings back into order.
9082 Stop at an empty line. Don't require two space chars if the
9083 line is clearly not another header line.
9084
9085 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9086 (popup-menu-popup): Remove.
9087
9088 2000-09-15 Gerd Moellmann <gerd@gnu.org>
9089
9090 * toolbar/toolbar.el (toolbar-add-item): Use the same image
9091 specification if or if not tool-bar item contains an `:enabled'
9092 property.
9093
9094 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9095 current buffer has no file name.
9096
9097 2000-09-15 Dave Love <fx@gnu.org>
9098
9099 * strokes.el: Sync with maintainer's current version with changes
9100 for Emacs, but avoid runtime cl and levents.
9101 (toplevel): Change autoloads and compilation requires.
9102 (strokes-version, strokes-bug-address, strokes-lift): Values
9103 changed.
9104 (strokes-xpm-header, strokes-insinuated): New variable.
9105 (strokes): Add :link.
9106 (strokes-mode): Customized.
9107 (strokes-while-inhibiting-garbage-collector): New macro.
9108 (strokes-remassoc): Avoid remove-if.
9109 (strokes-fix-button2-command): Don't use ad-do-it.
9110 (strokes-insinuate): New function.
9111 (strokes-button-press-event-p, strokes-button-release-event-p):
9112 New functions, used instead of non-`strokes-' versions..
9113 (strokes-mouse-event-p): Rewritten.
9114 (strokes-event-closest-point): Avoid event-point.
9115 (strokes-get-grid-position): Avoid cdadr, caadr
9116 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9117 functions.
9118 (strokes-help): Use with-output-to-temp-buffer.
9119 (strokes-window-configuration-changed-p): New function.
9120 (strokes-update-window-configuration): Use buffer-live-p,
9121 strokes-window-configuration-changed-p.
9122 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
9123 (strokes-char-face): New face.
9124 (strokes-char-table, strokes-base64-chars): New variable.
9125 (strokes-xpm-for-stroke, strokes-list-strokes)
9126 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9127 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9128 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9129 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9130 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9131 functions.
9132
9133 2000-09-15 Gerd Moellmann <gerd@gnu.org>
9134
9135 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9136
9137 * image.el (create-image): Doc fix.
9138
9139 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9140 instead of `:heuristic-mask t'.
9141
9142 2000-09-14 Andrew Innes <andrewi@gnu.org>
9143
9144 * makefile.w32-in: Revert to Unix line endings.
9145
9146 2000-09-14 Andrew Innes <andrewi@gnu.org>
9147
9148 * makefile.w32-in: Add bootstrap support. Also copy lisp source
9149 when installing.
9150
9151 * makefile.nt (DONTCOMPILE): Fix typo.
9152
9153 * shell.el (shell-write-history-on-exit): New function.
9154 (shell-dumb-shell-regexp): New custom variable.
9155 (shell-mode): Make shell-write-history-on-exit the process
9156 sentinel if shell name matches shell-dumb-shell-regexp.
9157
9158 * w32-fns.el: Comment out before-init-hook function which resets
9159 source-directory based; this breaks bootstrap.
9160
9161 2000-09-14 Dave Love <fx@gnu.org>
9162
9163 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9164 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9165 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9166 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9167 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9168 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9169 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
9170 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
9171 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9172
9173 * toolbar/toolbar.el: New.
9174
9175 * subdirs.el: Add toolbar.
9176
9177 2000-09-14 Gerd Moellmann <gerd@gnu.org>
9178
9179 * indent.el (indent-for-tab-command): Doc fix.
9180
9181 2000-09-14 Alex Schroeder <alex@gnu.org>
9182
9183 * ansi-color.el (ansi-colors): Doc change.
9184 (ansi-color-get-face): Simplified regexp.
9185 (ansi-color-faces-vector): Added more faces, doc change.
9186 (ansi-color-names-vector): Doc change.
9187 (ansi-color-regexp): Simplified regexp.
9188 (ansi-color-parameter-regexp): New regexp.
9189 (ansi-color-filter-apply): Doc change.
9190 (ansi-color-filter-region): Doc change.
9191 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9192 deal with zero length parameters.
9193 (ansi-color-apply-on-region): Doc change.
9194 (ansi-color-map): Doc change.
9195 (ansi-color-map-update): Removed debugging message.
9196 (ansi-color-get-face-1): Added condition-case to trap
9197 args-out-of-range errors.
9198 (ansi-color-get-face): Doc change.
9199 (ansi-color-make-face): Removed.
9200 (ansi-color-for-shell-mode): New option.
9201
9202 2000-09-13 Kenichi Handa <handa@etl.go.jp>
9203
9204 * international/quail.el (quail-start-translation): Translate KEY
9205 if necessary even if it doesn't have any mapping in the current
9206 input method.
9207 (quail-start-conversion): Likewise.
9208 (quail-help): The output message is improved.
9209
9210 2000-09-13 Miles Bader <miles@gnu.org>
9211
9212 * comint.el (comint-output-filter): Revert to using
9213 `insert-before-markers'. Add bletcherous hack to undo damage
9214 caused by `insert-before-markers'. Put `front-sticky' property on
9215 overlays created here so that the field code understands how the
9216 overlay works. Use a let when making comint-last-prompt-overlay,
9217 so that the code is easier to read.
9218
9219 2000-09-13 Dave Love <fx@gnu.org>
9220
9221 * wid-edit.el (widget-default-format-handler): DTRT when
9222 doc-property is a function.
9223
9224 2000-09-12 Francesco Potorti` <pot@gnu.org>
9225
9226 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9227 filed name if it's not there.
9228
9229 2000-09-12 Dave Love <fx@gnu.org>
9230
9231 * simple.el (read-mail-command): Doc fix.
9232 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9233
9234 * vc.el (vc-dired-listing-switches): Fix :version.
9235
9236 * vc-hooks.el: Doc fixes.
9237
9238 * subr.el (add-minor-mode): Use toggle-fun arg.
9239
9240 * speedbar.el: Add :version to several defcustoms.
9241
9242 * imenu.el (imenu--truncate-items, imenu--cleanup)
9243 (imenu--generic-function): Avoid mapcar.
9244 (imenu--replace-spaces): Function removed.
9245 (imenu--completion-buffer): Use subst-char-in-string.
9246 (imenu-add-to-menubar): Use keymap inheritance.
9247
9248 2000-09-12 Miles Bader <miles@gnu.org>
9249
9250 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9251 (diff-mode-map): Bind `diff-test-hunk'.
9252 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9253
9254 2000-09-11 Gerd Moellmann <gerd@gnu.org>
9255
9256 * bytecomp.el (byte-compile-defvar): Undo last change
9257 because it breaks '(make-variable-buffer-local (defvar ...)'
9258 which is used at least in dired.
9259
9260 2000-09-12 Kenichi Handa <handa@etl.go.jp>
9261
9262 * international/quail.el (quail-define-package): Docstring
9263 modified.
9264
9265 2000-09-12 Kenichi Handa <handa@etl.go.jp>
9266
9267 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9268 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9269 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
9270 docstring of "chinese-py".
9271
9272 * international/quail.el (quail-translation-docstring): New
9273 variable.
9274 (quail-show-keyboard-layout): Docstring modified.
9275 (quail-select-current): Likewise.
9276 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9277 infinite recursive call.
9278 (quail-help): Check quail-translation-docstring. Format of the
9279 output changed.
9280 (quail-help-insert-keymap-description): Adjusted for the above
9281 change.
9282
9283 2000-09-11 Gerd Moellmann <gerd@gnu.org>
9284
9285 * bytecomp.el (byte-compile-defvar): Only cons onto
9286 current-load-list in top-level forms. Else this leaks a cons cell
9287 every time a defun is called.
9288
9289 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
9290
9291 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9292 Now understands non-unified diffs. Some functionality moved into
9293 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
9294 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
9295 modify anything. Only reposition point in the patched file if the
9296 patch succeeds. Only pop up another window if POPUP is true.
9297 Emit a message describing what happened if successful, and at what
9298 line-offset. Automatically detect reversed hunks and do something
9299 appropriate.
9300 (diff-hunk-text, diff-find-text): New functions.
9301 (diff-filter-lines): Function removed.
9302 (diff-test-hunk): New function.
9303 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9304
9305 2000-09-10 Dave Love <fx@gnu.org>
9306
9307 * textmodes/tildify.el: Minor doc/commentary fixes.
9308 (tildify) <defgroup>: Add :version.
9309
9310 * faces.el (face-x-resources): Make custom type more specific.
9311 (frame-background-mode): Use mapc.
9312 (region) <defcustom>: Add :version.
9313
9314 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
9315
9316 * vc-sccs.el (vc-sccs-register):
9317 * vc-rcs.el (vc-rcs-register):
9318 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9319 * vc.el (vc-register): Clear file's properties.
9320
9321 2000-09-08 Gerd Moellmann <gerd@gnu.org>
9322
9323 * faces.el (face-spec-set): Only face-spec-reset-face when
9324 ATTRS is non-nil.
9325
9326 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9327
9328 * help.el (help-insert-xref-button): Fix a typo in doc string.
9329
9330 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9331
9332 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9333 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9334 methods.
9335
9336 * menu-bar.el (read-mail-item-name): New function.
9337 (menu-bar-tools-menu): Use it to compute and display the package
9338 used to read email.
9339 (menu-bar-tools-menu): Fix typo in GUD's help string.
9340
9341 2000-09-07 Dave Love <fx@gnu.org>
9342
9343 * diff-mode.el (diff-mouse-goto-source): New function.
9344
9345 * vc-sccs.el: Doc fixes.
9346 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9347
9348 * vc-rcs.el: Doc fixes.
9349 (vc-rcs-register-switches, vc-rcs-checkin-switches)
9350 (vc-rcs-checkout-switches, vc-rcs-header)
9351 (vc-rcs-master-templates): Add or change :version.
9352
9353 * vc-cvs.el: Doc fixes.
9354 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9355 (vc-cvs-stay-local): Add :version.
9356
9357 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9358
9359 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9360
9361 * international/quail.el (quail-help): Fix previous change.
9362
9363 2000-09-07 Gerd Moellmann <gerd@gnu.org>
9364
9365 * faces.el (color-values): Doc fix.
9366
9367 * faces.el (frame-set-background-mode): Use frame-parameter
9368 instead of frame-parameters.
9369
9370 * frame.el (filtered-frame-list): Reduce consing.
9371 (frames-on-display-list): Call frame-parameter instead of
9372 frame-parameters.
9373
9374 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9375
9376 * language/devan-util.el (devanagari-to-indian-region): In the
9377 loop, change the following char, not preceding char.
9378
9379 2000-09-07 Gerd Moellmann <gerd@gnu.org>
9380
9381 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9382 instead of frame-parameters.
9383
9384 * faces.el (set-face-attribute): Simplify by calling
9385 internal-set-lisp-face-attribute with FRAME being 0.
9386
9387 * vc.el: Remove `Id' version control keyword.
9388
9389 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9390
9391 * help.el (help-make-xrefs): Adjusted for the change of
9392 help-xref-mule-regexp.
9393 (help-insert-xref-button): New function.
9394
9395 * international/mule-cmds.el (help-xref-mule-regexp-template):
9396 Include the pattern for character set.
9397 (leim): New group.
9398
9399 * international/quail.el: Don't require face.
9400 (quail): New group.
9401 (quail-other-command): Dummy command to make quail-help work better.
9402 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9403 (quail-keyboard-layout-substitution): New variable.
9404 (quail-update-keyboard-layout): New function.
9405 (quail-keyboard-layout-type): New customizable variable.
9406 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9407 (quail-keyboard-translate): Pay attention to
9408 quail-keyboard-layout-substitution.
9409 (quail-insert-kbd-layout): New function.
9410 (quail-show-keyboard-layout): New function.
9411 (quail-get-translation): If the definition is a vector of length
9412 1, and the element is a string of length 1, return the character
9413 in that string.
9414 (quail-update-current-translations): Fix the case of
9415 relative-index out of range.
9416 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9417 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9418 Show key sequences for all available characters.
9419 (quail-help-insert-keymap-description): Don't show such verbose
9420 key bindings as quail-self-insert-command.
9421
9422 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9423 Format changed, and each element now have extra documentations.
9424 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9425 Adjusted for the change of quail-cxterm-package-ext-info.
9426
9427 2000-09-06 Gerd Moellmann <gerd@gnu.org>
9428
9429 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9430 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9431 during bootstrap.
9432
9433 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9434
9435 * vc.el: (toplevel): Don't require `dired' at run-time.
9436 (vc-dired-resynch-file): Remove autoload cookie.
9437
9438 2000-09-05 Andre Spiegel <spiegel@gnu.org>
9439
9440 * vc.el: Made several backend functions optional.
9441 (vc-default-responsible-p): New function.
9442 (vc-merge): Use RET for first version to trigger merge-news, not
9443 prefix arg.
9444 (vc-annotate): Handle backends that do not support annotation.
9445 (vc-default-merge-news): Removed. The existence of a merge-news
9446 implementation is now checked on caller sites.
9447
9448 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9449 case.
9450
9451 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9452 special case that has been removed from the default in vc-hooks.el.
9453
9454 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9455
9456 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9457
9458 2000-09-05 Andre Spiegel <spiegel@gnu.org>
9459
9460 * vc-hooks.el: Require vc during compilation.
9461 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9462 macro `with-vc-properties' in vc.el.
9463 (vc-file-getprop): Doc fix.
9464 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9465
9466 * vc.el: Require dired-aux during compilation.
9467 (vc-name-assoc-file): Moved to vc-sccs.el.
9468 (with-vc-properties): New macro.
9469 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9470 vc-finish-steal): Use it.
9471 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9472 to the backend-specific function is now supposed to do the checkout,
9473 too.
9474 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9475
9476 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9477 set file properties; that gets done in the generic code now.
9478
9479 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9480 Changed parameter list, added code from vc.el that does the
9481 checkout, possibly with a double-take.
9482
9483 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9484 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9485 the above under the new name.
9486 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9487 parameter list, added checkout command.
9488 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9489 properties; that gets done in the generic code now.
9490
9491 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9492
9493 * vc.el: Docstring fixes (courtesy of checkdoc).
9494
9495 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9496
9497 * vc.el (vc-checkout-writable-buffer-hook)
9498 (vc-checkout-writable-buffer): Remove.
9499 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9500 (vc-log-mode): Make it into a clean derived major mode.
9501 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9502 vc-log-mode if log-edit is not available.
9503 (vc-dired-mode-map): Don't set-keymap-parent yet.
9504 (vc-dired-mode): Do set-keymap-parent here.
9505 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9506
9507 2000-09-05 Gerd Moellmann <gerd@gnu.org>
9508
9509 * faces.el (set-face-attribute, face-spec-reset-face)
9510 (face-spec-set): Avoid consing by removing calls to `apply'.
9511
9512 * frame.el (frame-parameter): Move to C code.
9513
9514 2000-09-05 Dave Love <fx@gnu.org>
9515
9516 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9517 insert-before-markers-and-inherit. Now checked systematically!
9518
9519 2000-09-05 Alex Schroeder <alex@gnu.org>
9520
9521 * sql.el (sql-postgres): Use sql-postgres-options.
9522 (sql-postgres-options): New variable.
9523
9524 2000-09-05 Alex Schroeder <alex@gnu.org>
9525
9526 * sql.el (sql-mode-menu): Work around missing variable mark-active
9527 in XEmacs.
9528 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9529 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9530 compatibility.
9531
9532 2000-09-04 Gerd Moellmann <gerd@gnu.org>
9533
9534 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9535
9536 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9537
9538 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9539
9540 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9541
9542 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9543 don't support anything else under SCCS yet.
9544
9545 * vc-hooks.el: Minor doc fixes.
9546
9547 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9548
9549 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9550 not necessary. If verbose in state `needs-patch', do the same as
9551 under `up-to-date'. When NOT verbose and `needs-patch', check out
9552 latest version instead of `merge-news'.
9553 (vc-next-action-dired): Don't mess with default-directory here; it
9554 breaks other parts of dired. It is the job of the
9555 backend-specific functions to adjust it temporarily if they need it.
9556 (vc-next-action): Remove a special CVS case.
9557 (vc-clear-headers): New optional arg FILE.
9558 (vc-checkin, vc-checkout): Set properties vc-state and
9559 vc-checkout-time properly.
9560 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9561 (vc-print-log): Use new backend function `show-log-entry'.
9562 (vc-cancel-version): Do the checks in a different order. Added a
9563 FIXME concerning RCS-only code.
9564
9565 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9566 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9567
9568 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9569
9570 * vc-hooks.el (vc-default-mode-line-string): Show state
9571 `needs-patch' as a `-' too.
9572
9573 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9574
9575 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9576 (vc-default-could-register): New function.
9577 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9578 (vc-resynch-buffer): Call vc-dired-resynch-file.
9579 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9580 vc-resynch-buffer instead of vc-resynch-window.
9581 (vc-next-action-dired): Don't redisplay here, that gets done as a
9582 result of the individual file operations.
9583 (vc-retrieve-snapshot): Corrected prompt order.
9584
9585 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9586
9587 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9588 as well.
9589 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9590 hostname regexps. Updated all callers.
9591 (vc-cvs-responsible-p): Handle directories as well.
9592 (vc-cvs-could-register): New function.
9593 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9594 properties up-to-date.
9595
9596 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9597 user whether to create one.
9598
9599 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9600
9601 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9602 check out a non-existing file.
9603
9604 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9605 workfile does not exist.
9606
9607 * vc.el (vc-version-diff): Use `require' to check for existence of
9608 diff-mode.
9609
9610 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9611
9612 * vc-cvs.el (vc-cvs-registered): Use new function
9613 vc-cvs-parse-entry to do the actual work.
9614
9615 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9616
9617 * vc-hooks.el (vc-find-backend-function): If function doesn't
9618 exist, return nil instead of error.
9619 (vc-call-backend): Doc fix.
9620
9621 * vc.el (vc-do-command): Doc fix.
9622 (vc-finish-logentry): When checking in from vc-dired, choose the
9623 right backend for logentry check.
9624 (vc-dired-mode-map): Inherit from dired-mode-map.
9625 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9626 simplified.
9627 (vc-dired-state-info): Removed, updated caller.
9628 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9629 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9630 (vc-dired-listing-switches): New variable.
9631 (vc-directory): Use it, instead of dired-listing-switches.
9632
9633 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9634 (vc-cvs-dir-state): New function.
9635 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9636 (vc-cvs-parse-entry): New function, also to be used in
9637 vc-cvs-registered.
9638
9639 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9640
9641 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9642 *or* single-window-frames.
9643
9644 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9645
9646 * vc.el (vc-update-changelog): Split into generic part and default
9647 implementation. Doc string adapted.
9648 (vc-default-update-changelog): New function. Call the `rcs2log'
9649 script in exec-directory, to fix a long-standing nuisance.
9650
9651 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9652 simply signals an error.
9653
9654 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9655
9656 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9657 control-flow more clear and to avoid running `cvs' twice.
9658
9659 * vc.el (vc-next-action-on-file): Doc fix.
9660 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9661 (vc-print-log): Eval `file' before constructing the continuation.
9662
9663 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9664
9665 * vc.el (vc-next-action-on-file): Corrected several messages.
9666 (vc-merge): Add prefix arg `merge-news'; handle it.
9667
9668 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9669 is not reached. It is.
9670 (vc-cvs-merge): Set state to 'edited after merge.
9671 (vc-cvs-merge-news): Set workfile version to nil if not known.
9672 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9673
9674 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9675 via stdout. (Merge from main line.)
9676
9677 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9678
9679 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9680 detection.
9681
9682 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9683
9684 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9685 against kill-all-local-variables.
9686 (vc-log-edit): Don't save vc-parent-buffer any more.
9687 (vc-last-comment-match): Initialize to an empty string.
9688 (vc-post-command-functions): New hook.
9689 (vc-do-command): Run it.
9690 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9691 (vc-finish-logentry): Only add the comment to the ring if it's
9692 different from the last comment entered.
9693 (vc-new-comment-index): New function.
9694 (vc-previous-comment): Use it. Make the minibuffer message
9695 slightly less terse.
9696 (vc-comment-search-reverse): Make it work forward as well. Don't
9697 set vc-comment-ring-index if no match is found. Use
9698 vc-new-comment-index.
9699 (vc-comment-search-forward): Use vc-comment-search-reverse.
9700 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9701 define-derived-mode will do it for us. Bind `v' to a keymap that
9702 inherits from vc-prefix-map so that we can bind `vt' without
9703 binding C-x v t.
9704 (vc-retrieve-snapshot): Parenthesis typo.
9705
9706 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9707 to 1. Make sure to switch to *vc* before looking for an error
9708 message. Use vc-parse-buffer.
9709
9710 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9711
9712 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9713 and NAME.
9714 (vc-retrieve-snapshot): Split into two parts.
9715 (vc-default-retrieve-snapshot): New function.
9716
9717 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9718 (vc-cvs-retrieve-snapshot): New function (untested).
9719 (vc-cvs-stay-local): Default to t.
9720 (vc-cvs-remote-p): New function and property.
9721 (vc-cvs-state): Stay local only if the above is t.
9722 (vc-handle-cvs): Removed.
9723 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9724 done via vc-handled-backends now.
9725 (vc-cvs-header): Escape Id.
9726
9727 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9728
9729 * vc.el (vc-do-command): Remove unused commands.
9730 (vc-version-diff): Make sure default-directory ends with a slash.
9731 Move the window commands into a vc-exec-after.
9732 (vc-print-log): Move more of the code into the `vc-exec-after'.
9733
9734 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9735
9736 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9737 (vc-print-log): Search current revision from beginning of buffer.
9738 (vc-revert-buffer): Clear echo area after the diff is finished.
9739 (vc-prefix-map): Removed definition of "t" for terse display in vc
9740 dired.
9741 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9742 definition of "vt" for terse display.
9743 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9744
9745 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9746
9747 * vc.el (vc-exec-after): Avoid caddr.
9748
9749 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9750
9751 * vc.el (vc-exec-after): New function.
9752 (vc-do-command): Use it to add a termination message for async
9753 procs.
9754 (vc-checkout): Try to handle a missing-backend situation.
9755 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9756 of a directory with a backend using async diffs.
9757 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9758 present.
9759
9760 * vc-sccs.el (vc-sccs-state-heuristic): Use
9761 file-ownership-preserved-p.
9762
9763 * vc-rcs.el (vc-rcs-state-heuristic): Use
9764 file-ownership-preserved-p.
9765 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9766
9767 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9768
9769 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9770 vc-do-command.
9771
9772 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9773 when there are no changes.
9774
9775 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9776
9777 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9778
9779 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9780
9781 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9782
9783 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9784
9785 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9786 the `fset' outside of the defvar so that it works even if
9787 vc-prefix-map was already defined.
9788 (vc-setup-buffer): New function, split out of vc-do-command.
9789 (vc-do-command): Allow BUFFER to be t to mean `just use the
9790 current buffer without any fuss'.
9791 (vc-version-diff): Change the `diff' backend operation to just put
9792 the diff in the current buffer without erasing it. Always use
9793 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9794 shrink-window-if-larger-than-buffer.
9795 (vc-print-log): Change the `print-log' backend operation to just
9796 put the log in the current buffer without erasing it. Protect
9797 shrink-window-if-larger-than-buffer.
9798 (vc-update-change-log): Fix setd typo.
9799
9800 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9801 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9802
9803 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9804 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9805 CMP.
9806
9807 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9808 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9809 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9810
9811 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9812
9813 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9814 not possible, use vc-BACKEND-workfile-unchanged-p.
9815 (vc-default-workfile-unchanged-p): New function. Delegates to a
9816 full vc-BACKEND-diff.
9817
9818 * vc-hooks.el (vc-simple-command): Removed.
9819
9820 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9821 instead of vc-simple-command.
9822 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9823 avoid doing a diff when opening a file.
9824 (vc-rcs-state): Added check for unlocked-changes.
9825 (vc-rcs-header): Escape Id.
9826 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9827 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9828 version.
9829
9830 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9831 (vc-sccs-diff): Remove optional arg CMP.
9832 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9833 SCCS-specific function.
9834
9835 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9836 vc-simple-command.
9837
9838 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9839
9840 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9841 (with-vc-file, vc-merge): Use vc-editable-p.
9842 (vc-do-command): Remove unused var vc-file and fix the
9843 doubly-defined `status' var. Add a user message when starting an
9844 async command.
9845 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9846 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9847 Use with-current-buffer.
9848 (vc-buffer-sync): Use unless.
9849 (vc-next-action-on-file): If the file is 'edited by read-only,
9850 make it read-write instead of trying to commit.
9851 (vc-version-diff, vc-update-change-log): Use `setq
9852 default-directory' rather than `cd'.
9853 (vc-log-edit): Don't forget to set default-directory in the
9854 buffer.
9855
9856 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9857 (vc-sccs-state-heuristic): Use file-writable-p instead of
9858 comparing userids.
9859 (vc-sccs-checkout): Use `unless'.
9860
9861 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9862 of comparing userids.
9863 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9864 Simplify the logic by eliminating unreachable code.
9865 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9866 just do a recursive call if we need to retry.
9867 (vc-rcs-checkout): Handle the case where rcs is missing by making
9868 the buffer read-write if requested and re-signalling the error.
9869
9870 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9871
9872 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9873
9874 * vc-hooks.el (vc-handled-backends): Docstring change.
9875 (vc-ignore-vc-files): Mark obsolete.
9876 (vc-registered): Check vc-ignore-vc-files.
9877 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9878 vc-ignore-vc-files.
9879
9880 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9881
9882 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9883
9884 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9885 files since ange-ftp already has vc-registered return nil.
9886
9887 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9888 (vc-sccs-workfile-version): Use with-temp-buffer and new
9889 vc-parse-buffer and don't bother setting the property.
9890 (vc-sccs-add-triple): Use with-current-buffer and
9891 find-file-noselect.
9892 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9893
9894 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9895 derives from the old vc-parse-buffer but uses the revision number
9896 rather than the date (much easier to compare robustly).
9897 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9898 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9899 locking-user more directly. Check strict locking and set
9900 checkout-model appropriately.
9901 (vc-rcs-parse-locks): Remove.
9902 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9903 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9904 (vc-rcs-system-release): Use with-current-buffer and
9905 vc-parse-buffer.
9906 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9907
9908 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9909 (vc-simple-command): Docstring fix.
9910 (vc-registered): Align the way the file-handler is called with the
9911 way the function itself works.
9912 (vc-file-owner): Remove.
9913
9914 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9915 extraction of fields and call to file-attributes because of a
9916 temporary bug in rcp.el.
9917 (vc-cvs-fetch-status): Use with-current-buffer.
9918
9919 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9920
9921 * vc.el (vc-do-command): Use file-relative-name.
9922 (vc-responsible-backend): Use vc-backend if possible.
9923 (vc-create-snapshot): Improve the `interactive' spec. Add support
9924 for branches and dispatch to backend-specific `create-snapshot'.
9925 (vc-default-create-snapshot): New function, containing the bulk of
9926 the old vc-create-snapshot.
9927 (vc-retrieve-snapshot): Improve the interactive spec.
9928
9929 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9930 (vc-backend-hook-functions): Remove.
9931 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9932 (vc-backend): Reintroduce the test for `file = nil' now that I
9933 know why it was there (and added a comment to better remember).
9934
9935 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9936 code from vc-sccs-hooks.el.
9937 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9938 'vc anymore.
9939 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9940 and file-directory-p instead of file-exists-p.
9941 (vc-sccs-check-headers): Simplify the regexp.
9942
9943 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9944 from vc-rcs-hooks.el. Don't require 'vc anymore.
9945 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9946 file-directory-p instead of file-exists-p.
9947
9948 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9949 from vc-cvs-hooks.el.
9950 (proto vc-cvs-registered): Require 'vc-cvs instead of
9951 'vc-cvs-hooks. Don't require 'vc anymore.
9952 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9953 file-directory-p instead of file-exists-p.
9954 (vc-cvs-create-snapshot): New function, replacing
9955 vc-cvs-assign-name.
9956 (vc-cvs-assign-name): Remove.
9957
9958 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9959
9960 * vc-cvs.el (vc-cvs-header): New var.
9961
9962 * vc-rcs.el (vc-rcs-exists): Remove.
9963 (vc-rcs-header): New var.
9964
9965 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9966 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9967 (vc-sccs-header): New var.
9968
9969 * vc.el (vc-do-command): Get rid of the `last' argument.
9970 (vc-header-alist): Remove, replaced by vc-X-header.
9971 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9972 (vc-dired-hook): Use expand-file-name instead of concat.
9973 (vc-directory): Use file-name-as-directory.
9974 (vc-snapshot-precondition, vc-create-snapshot)
9975 (vc-retrieve-snapshot): Allow the command to operate on any
9976 directory.
9977
9978 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9979 just removing the 'WORKFILE argument or by removing the 'MASTER
9980 argument and replacing `file' with (vc-name file).
9981
9982 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9983
9984 * vc.el: Update Copyright and add a crude list of backend funs.
9985 (vc-writable-p): New function.
9986 (with-vc-file): Use vc-writable-p.
9987 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9988 (vc-register): Avoid vc-name.
9989 (vc-locking-user): Remove.
9990 (vc-steal-lock): Make the `owner' arg non-optional.
9991 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9992 vc-checkout-model.
9993 (vc-default-dired-state-info): Use vc-state instead of
9994 vc-locking-user and return special strings for special states.
9995 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9996 and get rid of one of the special CVS cases.
9997 (vc-cancel-version): prettify error message with \\[...].
9998 (vc-rename-master): New function.
9999 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10000 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10001 the CVS special case generic.
10002 (vc-default-record-rename): Remove.
10003 (vc-file-tree-walk-internal): Only call FUNC for files that are
10004 under control of some VC backend and replace `concat' with
10005 expand-file-name.
10006 (vc-file-tree-walk): Update docstring.
10007 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10008 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10009
10010 * vc-sccs.el (vc-sccs-rename-file): Renamed from
10011 vc-sccs-record-rename. Use `find-file-noselect' rather than
10012 `find-file' and call `vc-rename-master' to do the actual move.
10013 (vc-sccs-diff): Remove unused `backend' variable.
10014
10015 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10016 to delay loading of vc-sccs until it is really used.
10017 (vc-sccs-master-templates): Preload.
10018 (vc-sccs-state): Update call to vc-sccs-parse-locks.
10019 (vc-sccs-project-dir): Remove (merged into
10020 vc-sccs-search-project-dir).
10021 (vc-sccs-search-project-dir): Rewrite using file name handling ops
10022 rather than `concat', make sure it is preloaded and don't bother
10023 to check that the file actually exists.
10024 (vc-sccs-parse-locks): Remove unused `file' argument, remove
10025 `locks' argument (use buffer's content instead) and eliminate n^2
10026 behavior.
10027
10028 * vc-rcs.el: Update Copyright.
10029 (vc-rcs-rename-file): New function.
10030 (vc-rcs-diff): Remove unused `backend' variable.
10031
10032 * vc-hooks.el: Update Copyright.
10033 (vc-backend): Don't accept a nil argument any more.
10034 (vc-up-to-date-p): Turn into a defsubst.
10035 (vc-possible-master): New function.
10036 (vc-check-master-templates): Use `vc-possible-master' and allow
10037 funs in vc-X-master-templates to return a non-existent file.
10038
10039 * vc-cvs.el: Update Copyright.
10040 (vc-cvs-diff): Remove unused `backend' variable.
10041 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10042
10043 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10044
10045 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10046
10047 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10048 since it can be called from vc-rcs.el.
10049 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10050
10051 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10052
10053 * vc.el (vc-version-diff): Expand file name read from the
10054 minibuffer. Handle the case when a previous version number can't
10055 be guessed. Give suitable messages when there were no differences
10056 found.
10057 (vc-clear-headers): Call backend-specific implementation, if one
10058 exists.
10059 (vc-cancel-version): Made error checks generic. When done, clear
10060 headers generically, too.
10061
10062 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10063 from vc-clear-headers in vc.el.
10064
10065 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10066 correctly.
10067 (vc-rcs-latest-on-branch-p): Made second argument VERSION
10068 optional. Handle the case when it's not there.
10069
10070 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10071
10072 * vc.el (vc-locking-user): Moved from vc-hooks.el.
10073
10074 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10075
10076 * vc-hooks.el (vc-loadup): Remove.
10077 (vc-find-backend-function): Use `require'. Also, handle the case
10078 where vc-BACKEND-hooks.el doesn't exist.
10079 (vc-call-backend): Cleanup.
10080
10081 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10082
10083 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10084 vc-rcs-grab-templates)
10085 (vc-rcs-registered): Remove. The default function works as well.
10086 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10087 vc-sccs-grab-templates)
10088 (vc-sccs-registered): Remove. The default function works as well.
10089
10090 * vc.el (vc-version-diff): Left out a vc- in call to
10091 vc-call-backend.
10092 (vc-default-dired-state-info, vc-default-record-rename)
10093 (vc-default-merge-news): Update for the new backend argument.
10094
10095 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10096 using the default function.
10097 (vc-call-backend): If calling the default function, pass it the
10098 backend as first argument. Update the docstring accordingly.
10099 (vc-default-state-heuristic, vc-default-mode-line-string): Update
10100 for the new backend argument.
10101 (vc-make-backend-sym): Renamed from vc-make-backend-function.
10102 (vc-find-backend-function): Use the new name.
10103 (vc-default-registered): New function.
10104
10105 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10106
10107 * vc.el (vc-merge): Use vc-find-backend-function.
10108
10109 * vc-hooks.el (vc-backend-functions): Remove.
10110 (vc-loadup): Don't setup 'vc-functions.
10111 (vc-find-backend-function): New function.
10112 (vc-call-backend): Use above fun and populate 'vc-functions
10113 lazily.
10114 (vc-backend-defines): Remove.
10115
10116 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10117
10118 * vc.el (vc-register): Put a FIXME note for a newly found bug.
10119 Call vc-call-backend without the leading vc-.
10120 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10121 (vc-check-headers): Call vc-call-backend without the leading vc-.
10122 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10123 (vc-annotate-display): Replace confusing use of `cond' with `or'.
10124 Call vc-call-backend without the leading vc-.
10125
10126 * vc-cvs.el (tail): Provide vc-cvs.
10127 * vc-sccs.el (tail): Provide vc-sccs.
10128 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10129
10130 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10131 (vc-make-backend-function, vc-call): Pass names without leading
10132 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10133 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10134 (vc-call-backend): Always try to load vc-X-hooks.
10135 (vc-registered): Remove vc- in call to vc-call-backend.
10136
10137 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10138
10139 * vc.el (vc-process-filter): New function.
10140 (vc-do-command): Setup `vc-process-filter' for the async process.
10141 (vc-maybe-resolve-conflicts): New function to reduce
10142 code-duplication. Additionally, it puts the buffer in
10143 `smerge-mode' if applicable.
10144 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10145 calling `merge-news'.
10146 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10147 (vc-log-edit): New function. Replacement for `vc-log-mode' by
10148 interfacing to log-edit.el.
10149 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10150 log-edit is available.
10151 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10152
10153 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10154
10155 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10156 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10157 defvar and the initialization.
10158 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10159
10160 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10161 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10162
10163 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10164
10165 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10166
10167 * vc.el (vc-file-clear-masterprops): Removed.
10168 (vc-checkin, vc-revert-buffer): Removed calls to the above.
10169 (vc-version-diff): Use buffer-size without argument.
10170 (vc-register): Heed vc-initial-comment.
10171
10172 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10173 default branch.
10174
10175 * vc-rcs.el (vc-rcs-register): Parse command output to find master
10176 file name and workfile version.
10177 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10178
10179 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10180 vc-file-clear-masterprops.
10181
10182 * vc-sccs.el (vc-sccs-checkout): Removed call to
10183 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10184 rather than user login name.
10185
10186
10187 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10188
10189 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10190 `want-differences-if-changed' and simplify.
10191 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10192 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10193 output (which is invalid for async vc-diff) to decide whether to
10194 do the revert silently or not.
10195
10196 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10197
10198 * vc-hooks.el (vc-loadup): Load files quietly.
10199 (vc-call-backend): Oops, brain fart.
10200
10201 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10202
10203 * vc-cvs.el (vc-cvs-state): Typo.
10204 (vc-cvs-merge-news): Return the status code rather than the error msg.
10205
10206 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10207
10208 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10209 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10210 vc-state or vc-up-to-date-p.
10211 (vc-merge): Use vc-backend-defines to check whether merging is
10212 possible. Set state to 'edited after successful merge.
10213
10214 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10215 return that name. Redocumented.
10216
10217 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10218
10219 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10220 new `vc-state' semantics.
10221 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10222 'vc-locking-user to the current user.
10223 (vc-merge): Inline vc-backend-merge. Comment out code that I
10224 don't understand and hence can't adapt to the new `vc-state' and
10225 `vc-locking-user' semantics.
10226 (vc-backend-merge): Remove.
10227
10228 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10229 rather than 'vc-locking-user.
10230
10231 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10232
10233 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10234 (vc-state): Don't use 'reserved any more. Just use the same
10235 convention as the one used for vc-<backend>-state where the
10236 locking user (as a string) is returned.
10237 (vc-locking-user): Update, based on the above convention. The
10238 'vc-locking-user property has disappeared.
10239 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10240
10241 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10242 with a heuristic one.
10243 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10244 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10245 error. That allows us to get to 'needs-merge even in the
10246 stay-local case. There's still no way to detect 'needs-patch in
10247 such a setup (or to force an update for that matter).
10248 (vc-cvs-logentry-check): Remove, the default works as well.
10249
10250 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10251
10252 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10253
10254 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10255 major-mode in which the buffer might have been put earlier. Use
10256 `remove' and `when'. Allow `okstatus' to be `async' and use
10257 `start-process' in this case.
10258 (vc-version-diff): Handle the case where the diff looks empty
10259 because of the use of an async process.
10260
10261 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10262
10263 * vc.el (vc-next-action-on-file): Removed optional parameter
10264 `simple'. Recompute state unconditionally.
10265 (vc-default-toggle-read-only): Removed.
10266
10267 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10268 (vc-toggle-read-only): Undid prev change.
10269
10270 * vc-cvs.el (vc-cvs-stay-local): Renamed from
10271 vc-cvs-simple-toggle. Redocumented.
10272 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10273 (vc-cvs-toggle-read-only): Removed.
10274
10275 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10276
10277 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10278 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10279 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10280 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
10281 still is. So maybe it should be removed.
10282 (vc-head-version, vc-find-binary): Remove.
10283 (vc-recompute-state): Move from vc-hooks.el.
10284 (vc-next-action-on-file): Add a `simple' argument to allow
10285 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10286 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10287 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10288 (vc-dired-mode-map): Properly defvar it.
10289 (vc-print-log): Call log-view-mode if available.
10290 (small-temporary-file-directory): defvar instead of use boundp.
10291 (vc-merge-news): Moved to vc-cvs.el.
10292 (vc-default-merge-news): New function.
10293
10294 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10295 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10296 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10297 unknown `vc-latest-version' function. It should probably refer to
10298 vc-workfile-version or somesuch, but it's very unclear to me and I
10299 don't have SCCS to test things.
10300
10301 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10302 (vc-sccs-state-heuristic): Fix typo.
10303 (vc-sccs-workfile-unchanged-p): Add missing argument.
10304
10305 * vc-rcs.el: Require vc and vc-rcs-hooks.
10306 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10307 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10308 (vc-release-greater-or-equal-p): Move from vc.
10309 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10310 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10311 (vc-rcs-checkout): Add a missing `new-version' argument in the
10312 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
10313
10314 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10315 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10316 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10317 than the apparently unbound `workfile-version'.
10318
10319 * vc-hooks.el (vc-master-templates): Def the obsolete var.
10320 (vc-file-prop-obarray): Use `make-vector'.
10321 (vc-backend-functions): Add new hookable functions
10322 vc-toggle-read-only, vc-record-rename and vc-merge-news.
10323 (vc-loadup): If neither backend nor default functions exist, use
10324 the backend function rather than nil.
10325 (vc-call-backend): If the function if not bound yet, try to load
10326 the non-hook file to see if it provides it.
10327 (vc-call): New macro plus use it wherever possible.
10328 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10329 nor `vc-find-binary' since it's only called from
10330 vc-mistrust-permission which is only used once the backend is known.
10331 (vc-checkout-model): Fix parenthesis.
10332 (vc-recompute-state, vc-prefix-map): Move to vc.el.
10333
10334 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10335 (vc-cvs-release, vc-cvs-system-release): Remove.
10336 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10337 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10338 status symbols.
10339 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10340 (vc-cvs-toggle-read-only): First cut at a function to allow a
10341 cvs-status-free vc-toggle-read-only.
10342 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10343 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10344 vc-cvs-status. Also set vc-state rather than vc-locking-user.
10345 (vc-cvs-checkout): Modify access rights directly if the user
10346 requested not to use `cvs edit'. And refresh the mode line.
10347
10348 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10349 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10350
10351 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10352
10353 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10354 workfile' that got lost when the code was extracted from vc.el.
10355 And merged the tail with the rest of the code (not possible in the
10356 old vc.el where the tail was shared among all backends). And
10357 explicitly set the state to 'edited if `writable' is set.
10358
10359 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10360 (vc-cvs-state): Be careful to return the value from
10361 vc-cvs-parse-state.
10362 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10363 property but return it instead. Also be careful to handle a nil
10364 or "" `rev' when workfile is non-nil (it was handled properly when
10365 workfile was nil).
10366
10367 * vc.el: Removed those pesky unnecessary `(function' quotes.
10368 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10369 directly in the defvar.
10370 (vc-do-command): Bind inhibit-read-only so as to properly handle
10371 the case where the destination buffer has been made read-only.
10372 (vc-diff): Delegate to vc-version-diff in all cases.
10373 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10374 (vc-annotate-mode-variables): Removed (code moved partly to
10375 defvars and partly to vc-annotate-add-menu).
10376 (vc-annotate-mode): Turned into a derived-mode.
10377 (vc-annotate-add-menu): Moved in code in
10378 vc-annotate-mode-variables.
10379 (vc-update-change-log): Use make-temp-file if available.
10380
10381 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10382
10383 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10384 `vc-checkout-model' updated to `vc-cvs-update-model'.
10385
10386 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10387
10388 * vc.el (vc-next-action-on-file): Added handling of state
10389 `unlocked-changes'.
10390 (vc-checkout-carefully): Is now practically obsolete, unless the
10391 above is too slow to be enabled unconditionally.
10392 (vc-update-change-log): Fixed typo.
10393
10394 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10395
10396 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10397 Now handles state `unlocked-changes'.
10398 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10399
10400 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10401
10402 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10403 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10404 `unlocked-changes'.
10405 (vc-rcs-workfile-unchanged-p): Renamed from
10406 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10407 function yet, but supposed to become one soon.
10408
10409 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10410 `vc-steal-lock'.
10411 (vc-call-backend): Changed error message.
10412 (vc-state): Added description of state `unlocked-changes'.
10413
10414 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10415
10416 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10417 always return t in CVS-controlled directories.
10418
10419 * vc.el (vc-responsible-backend): New function.
10420 (vc-register): Largely rewritten.
10421 (vc-admin): Removed (implementation moved into vc-register).
10422 (vc-checkin): Redocumented.
10423 (vc-finish-logentry): If no backend defined yet (because we are in
10424 the process of registering), use the responsible backend.
10425
10426 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10427 Updated function lists.
10428 (vc-call-backend): Fixed typo.
10429
10430 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10431 New functions.
10432 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10433 Removed query option. Redocumented.
10434
10435 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10436
10437 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10438
10439 * vc.el: Updated callers of `vc-checkout-required' to use
10440 `vc-checkout-model'.
10441
10442 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10443
10444 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10445 stuff updated to reference this function instead of the old
10446 `vc-backend-release-p'.
10447
10448 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10449
10450 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10451 vc-checkout-model. Return appropriate values. Updated callers.
10452
10453 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10454
10455 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10456 (vc-backend-revert): Function moved into `vc-revert';
10457 `vc-next-action' must be updated to accomodate this change.
10458 (vc-backend-steal): Function moved into `vc-finish-steal'.
10459 (vc-backend-logentry-check): Function moved into
10460 `vc-finish-logentry'.
10461 (vc-backend-printlog): Function moved into `vc-print-log'.
10462 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10463 (vc-backend-assign-name): Function moved into
10464 `vc-create-snapshot'.
10465
10466 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10467
10468 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10469 Rename to vc-checkout-model. Return appropriate values.
10470 Update callers.
10471
10472 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10473 to vc-checkout-model.
10474 (vc-checkout-required): Rename to vc-checkout-model.
10475 Re-implement and re-comment.
10476 (vc-after-save): Use vc-checkout-model.
10477
10478 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10479
10480 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10481 Update to use the vc-BACKEND-diff functions instead.
10482 `vc-diff' is now working.
10483
10484 * vc-rcs.el (vc-rcs-logentry-check): New function.
10485
10486 * vc-cvs.el (vc-cvs-logentry-check): New function.
10487
10488 * vc-sccs.el (vc-sccs-diff): Function changed name from
10489 `vc-backend-diff'. This makes `vc-diff' work.
10490
10491 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10492 of functions possibly implemented in a vc-BACKEND library.
10493 (vc-checkout-required): Fix bug that caused an error to be
10494 signaled during `vc-after-save'.
10495
10496 * vc.el: Fix typo.
10497 This checkin is made with our new VC code base for the very first time.
10498 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10499
10500 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10501 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10502
10503 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10504 updated to `vc-uses-locking'.
10505 (vc-checkout-required): Call to backend function.
10506 `vc-checkout-required' updated to `vc-uses-locking' instead.
10507
10508 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10509 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10510
10511 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10512 to match the split into various backends.
10513 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10514 (vc-retrieve-snapshot): Bug fix.
10515
10516 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10517
10518 * vc-sccs.el (vc-sccs-release): Doc fix.
10519
10520 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10521
10522 * vc.el (vc-next-action-on-file): Bug found and fixed.
10523 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10524 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10525
10526 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10527 (vc-rcs-checkout): Name space cleaned up. No more revision number
10528 crunching function names that are not prefixed with vc-rcs.
10529 (vc-rcs-checkout-model): Function added. References to
10530 `vc-checkout-model' replaced.
10531
10532 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10533
10534 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10535 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10536 still need to be split, and implemented for RCS).
10537
10538 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10539
10540 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10541
10542 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10543 required by the vc.el file.
10544
10545 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10546 required by the vc.el file.
10547 (vc-rcs-exists): Function added.
10548
10549 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10550 required by the vc.el file.
10551
10552 * vc.el (vc-admin): Updated to handle selection of appropriate
10553 backend. Current implementation is crufty and need re-thinking.
10554
10555 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10556
10557 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10558
10559 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10560 beginning of annotate buffers correctly.
10561
10562 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10563 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10564 functionality updated quite a lot to support multiple backends.
10565 Variables `vc-annotate-mode', `vc-annotate-buffers',
10566 `vc-annotate-backend' added.
10567
10568 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10569 `vc-annotate-difference' added to supported backend functions.
10570
10571 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10572
10573 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10574 Use with-temp-file instead of /bin/sh. Merged from mainline
10575
10576 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10577
10578 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10579
10580 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10581
10582 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10583
10584 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10585
10586 * vc-hooks.el: vc-state-heuristic added to
10587 vc-backend-hook-functions.
10588
10589 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10590
10591 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10592
10593 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10594 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10595 state to `reserved'.
10596
10597 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10598 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10599
10600 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10601
10602 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10603 untouched.
10604
10605 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10606
10607 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10608 if defined. (Merged from main line, slightly adapted.)
10609
10610 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10611 millenium problem (merged from mainline).
10612
10613 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10614
10615 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10616 part and moved the non-BACKEND stuff to vc.el.
10617
10618 * vc.el: Split the annotate feature into a BACKEND specific part
10619 and moved it from the vc-cvs.el file to this one.
10620
10621 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10622
10623 * vc-hooks.el: Implement new state model.
10624 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10625 (vc-locking-user): Simplify. Now only needed if the file is
10626 locked by somebody else.
10627 (vc-lock-from-permissions): Remove. Functionality is in
10628 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10629 (vc-mode-line-string): New name for former vc-status. Adapted.
10630 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10631
10632 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10633 Various simplifications and adaptations all over the place.
10634
10635 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10636 Simplify and adapt the rest.
10637
10638 * vc.el (vc-resynch-window): Add TODO comment: check for
10639 interaction with view mode according to recent RCS change.
10640 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10641
10642 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10643
10644 * vc.el: Convert the remaining function comments to docstrings.
10645
10646 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10647
10648 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10649 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10650 (vc-minor-part, vc-previous-version): Functions that operate and
10651 compare revision numbers got proper documentation. Comments added
10652 about their possible removal.
10653
10654 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10655
10656 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10657 the vc-backend.el files.
10658
10659 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10660
10661 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10662 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10663 (vc-rcs-previous-version): Functions added.
10664
10665 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10666
10667 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10668
10669 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10670
10671 * vc-hooks.el (vc-master-templates): Is really obsolete.
10672 Comment out the definition for now. What is the right procedure
10673 to get rid of it?
10674 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10675 rewritten.
10676 (vc-default-registered): Remove.
10677 (vc-check-master-templates): New function; does mostly what the
10678 above did before.
10679 (vc-locking-user): Don't rely on the backend to set the property.
10680
10681 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10682 Rewrite documentation.
10683 (vc-rcs-templates-grabbed): New variable.
10684 (vc-rcs-grab-templates): New function.
10685 (vc-rcs-registered): Rewrite to use above mechanism.
10686
10687 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10688 Rewrite documentation.
10689 (vc-sccs-templates-grabbed): New variable.
10690 (vc-sccs-grab-templates): New function.
10691 (vc-sccs-registered): Rewrite to use above mechanism.
10692 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10693 Don't throw the result, simply return it.
10694
10695 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10696 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10697 (vc-cvs-registered): Does the check itself now. Simplify.
10698
10699 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10700 from main line.
10701
10702 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10703
10704 * vc-cvs.el (vc-cvs-diff): New function.
10705
10706 * vc-sccs.el (vc-sccs-diff): New function.
10707
10708 * vc-rcs.el (vc-rcs-diff): New function.
10709 (vc-rcs-checkout): Bug (typo) found and fixed.
10710 (vc-rcs-register-switches): New variable.
10711
10712 * vc.el (vc-backend-diff): Function removed and placed in the
10713 backend files.
10714
10715 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10716
10717 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10718
10719 * vc.el (vc-backend-checkout): Function removed and replaced in
10720 the vc-backend.el files.
10721
10722 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10723
10724 * vc.el (vc-backend-admin): Removed and replaced in the
10725 vc-backend.el files.
10726
10727 * vc.el (Martin): Removed all the annotate functionality since it
10728 is CVS backend specific.
10729
10730 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10731
10732 * spec.txt: Added specification of vc-state.
10733
10734 * vc-sccs-hooks.el (vc-sccs-master-properties):
10735 Remove handling of vc-latest-version and
10736 vc-your-latest-version. What used to be vc-latest-version, is now
10737 returned as vc-workfile-version.
10738 (vc-sccs-workfile-version): Adapt.
10739
10740 2000-09-04 Dave Love <fx@gnu.org>
10741
10742 * vc.el: [Merged from mainline.]
10743 (vc-dired-mode): Make the dired-move-to-filename-regexp
10744 regexp match the date, to avoid treating date as file size.
10745 Add YYYY S option to WESTERN/
10746
10747 2000-09-04 Dave Love <fx@gnu.org>
10748
10749 * vc.el: Require `compile' when compiling.
10750 (vc-logentry-check-hook): New option.
10751 (vc-steal-lock): Use compose-mail.
10752 (vc-dired-mode-map): Defvar when compiling.
10753 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10754 vc-sccs.el and renamed. Callers changed.
10755 (vc-backend-checkout, vc-backend-logentry-check)
10756 (vc-backend-merge-news): Doc fix.
10757 (vc-default-logentry-check): New function.
10758 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10759 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10760 (vc-backend-merge): Doc fix. Use backend functions.
10761 (vc-check-headers): Use backend functions.
10762
10763 * vc-cvs.el: Require vc when compiling.
10764 (vc-cvs-register-switches): Doc fix.
10765 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10766 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10767 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10768 New functions (code from vc.el).
10769 (vc-annotate-display-default): Fix interactive spec.
10770 (vc-annotate-time-span): Doc fix.
10771
10772 * vc-rcs.el: Require vc when compiling.
10773 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10774 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10775 (vc-rcs-checkin): New functions (code from vc.el).
10776 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10777 Doc fix.
10778 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10779
10780 * vc-sccs.el: Require vc when compiling.
10781 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10782 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10783 (vc-sccs-revert)
10784 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10785 from vc.el).
10786 (vc-sccs-add-triple, vc-sccs-record-rename)
10787 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10788 (vc-sccs-admin): Doc fix.
10789
10790 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10791
10792 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10793 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10794 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10795 from vc.el.
10796
10797 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10798
10799 * vc-cvs.el: Moved the annotate functionality from vc.el.
10800 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10801
10802 2000-09-04 Dave Love <fx@gnu.org>
10803
10804 * vc.el (vc-backend-release): Call vc-system-release.
10805
10806 * vc-sccs.el (vc-sccs-system-release):
10807 Renamed from vc-sccs-backend-release.
10808
10809 * vc-rcs.el (vc-rcs-system-release):
10810 Renamed from vc-rcs-backend-release.
10811
10812 * vc-cvs.el (vc-cvs-system-release):
10813 Renamed from vc-cvs-backend-release.
10814
10815 2000-09-04 Dave Love <fx@gnu.org>
10816
10817 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10818 backend files.
10819 (vc-backend-release): Dispatch to backend functions.
10820 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10821 probably needs attention.]
10822
10823 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10824 (vc-sccs-backend-release): New function.
10825
10826 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10827 (vc-cvs-backend-release): New function.
10828
10829 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10830 Doc fix.
10831 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10832 (vc-default-dired-state-info): New function.
10833 (vc-dired-state-info): Dispatch to backends.
10834 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10835
10836 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10837 from vc.el and renamed.
10838
10839 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10840
10841 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10842 (vc-version-other-window, vc-backend-assign-name): Removed
10843 references to vc-latest-version; sometimes changed into
10844 vc-workfile-version.
10845
10846 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10847 vc-rcs-master-workfile-version.
10848 (vc-rcs-workfile-version): Use the above. Don't call
10849 vc-latest-version (that was unreachable code, anyway).
10850 (vc-rcs-fetch-master-properties): Doc fix.
10851
10852 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10853 (vc-backend-hook-functions): Removed them from this list, too.
10854 (vc-fetch-properties): Removed.
10855 (vc-workfile-version): Doc fix.
10856
10857 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10858 (vc-rcs-workfile-version, vc-rcs-locking-user)
10859 (vc-rcs-uses-locking): Use it.
10860
10861 * vc-hooks.el (vc-consult-rcs-headers):
10862 Moved into vc-rcs-hooks.el, under the name
10863 vc-rcs-consult-headers.
10864
10865 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10866 headers.
10867 (vc-cvs-find-master): Use this name only; correct different
10868 versions of the name.
10869
10870 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10871 New functions.
10872 (vc-sccs-locking-user): Use the latter.
10873
10874 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10875 New functions.
10876
10877 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10878 Moved into both
10879 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10880 functions are implementation details of those two backends.
10881
10882 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10883
10884 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10885 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10886
10887 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10888 (vc-sccs-parse-locks): SCCS-specific code moved here from
10889 vc-hooks.
10890
10891 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10892 code moved here from vc-hooks.
10893
10894 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10895 into back-end specific parts and removed. Callers not updated
10896 yet; because I guess these callers will disappear into back-end
10897 specific files anyway.
10898
10899 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10900
10901 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10902 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10903 `vc-uses-locking'.
10904
10905 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10906 Store yes/no in the property, and return t/nil. Updated all
10907 callers.
10908
10909 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10910 vc-sccs-uses-locking. Don't set property.
10911 (vc-sccs-locking-user): Don't set property.
10912
10913 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10914 vc-cvs-uses-locking. Don't set property here; leave that to
10915 vc-hooks.
10916 (vc-cvs-locking-user): Reflect above change. Streamlined.
10917
10918 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10919 vc-rcs-uses-locking.
10920 (vc-rcs-locking-user): Reflect above change.
10921
10922 2000-09-04 Dave Love <fx@gnu.org>
10923
10924 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10925
10926 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10927
10928 * vc-hooks.el (vc-checkout-model): Punt to backends.
10929
10930 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10931
10932 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10933
10934 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10935 New functions.
10936
10937 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10938 New functions.
10939
10940 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10941 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10942
10943 * vc-hooks.el (vc-default-locking-user): New function.
10944 (vc-locking-user, vc-workfile-version): Punt to backends.
10945
10946 2000-09-04 Dave Love <fx@gnu.org>
10947
10948 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10949 (vc-master-workfile-version): Moved from vc-hooks.
10950
10951 * vc-rcs-hooks.el: Fix duplicate code in last change.
10952
10953 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10954 (vc-rcs-master-templates): Improve :type.
10955 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10956 vc-master-workfile-version): Moved from vc-hooks.
10957
10958 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10959 (vc-sccs-master-templates): Improve :type.
10960 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10961
10962 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10963
10964 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10965 (vc-cvs-master-templates): Improve :type. Use
10966 vc-cvs-find-cvs-master.
10967 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10968 from vc-hooks.
10969 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10970
10971 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10972 Moved to vc-cvs-hooks.
10973
10974 * vc-hooks.el: Add doc strings in various places. Simplify the
10975 minor mode setup.
10976 (vc-handled-backends): New user variable.
10977 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10978 simplification.
10979
10980 2000-09-04 Dave Love <fx@gnu.org>
10981
10982 * vc.el: Some doc fixes for autoloaded and interactive functions.
10983 Fix compilation warnings from ediff stuff.
10984 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10985
10986 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10987
10988 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10989
10990 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10991
10992 2000-09-04 Dave Love <fx@gnu.org>
10993
10994 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10995 New variable.
10996 (vc-make-backend-function, vc-loadup, vc-call-backend)
10997 (vc-backend-defines): New functions.
10998
10999 * vc-hooks.el: Various doc fixes.
11000 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11001 (vc-match-substring): Function removed. Callers changed to use
11002 match-string.
11003 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11004 Simplify.
11005
11006 2000-09-04 Dave Love <fx@gnu.org>
11007
11008 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11009 type.
11010 (vc-sccs-project-dir, vc-search-sccs-project-dir)
11011 (vc-sccs-registered): Doc fix.
11012
11013 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11014 (vc-cvs-registered): Doc fix.
11015
11016 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11017 (vc-rcs-registered): Doc fix.
11018
11019 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11020
11021 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11022
11023 * vc-hooks.el: vc-registered has been renamed
11024 vc-default-registered. Some functions have been moved to the
11025 backend specific files. they all support the
11026 vc-BACKEND-registered functions.
11027
11028 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11029
11030 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11031
11032 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11033
11034 2000-09-04 Dave Love <fx@gnu.org>
11035
11036 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11037 menu-bar-update-hook.
11038
11039 * help.el (help-manyarg-func-alist): Add
11040 find-operation-coding-system.
11041
11042 * wid-edit.el (widget-sexp-validate): Fix garbled code.
11043
11044 * custom.el (custom-set-variables): Print message about errors in
11045 setting.
11046
11047 2000-09-03 Andrew Innes <andrewi@gnu.org>
11048
11049 * makefile.w32-in: Change to DOS line endings.
11050
11051 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11052
11053 * mouse.el (mouse-popup-menubar): Supply the prompt string for
11054 minor-mode keymaps, if they don't have one.
11055
11056 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11057
11058 * eshell/esh-module.el (eval-when-compile): Don't lose if
11059 esh-module.el's file name is truncated to DOS 8+3 limits.
11060
11061 2000-09-01 John Wiegley <johnw@gnu.org>
11062
11063 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11064 predicate, which caused entries in the completion list to be
11065 doubled.
11066
11067 2000-08-30 John Wiegley <johnw@gnu.org>
11068
11069 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11070 sending to subprocesses. Also, hook pre-command-hook if
11071 `eshell-send-direct-to-subprocesses' is non-nil.
11072 (eshell-send-direct-to-subprocesses): New config variable. If t,
11073 subprocess input is send immediately.
11074 (eshell-toggle-direct-send): New function.
11075 (eshell-self-insert-command): New function.
11076 (eshell-intercept-commands): New function.
11077 (eshell-send-input): If direct subprocess sending is enabled,
11078 don't echo any input to the Eshell buffer. Let the subprocess
11079 handle that. This requires "stty echo" in bash, for example.
11080
11081 2000-08-28 John Wiegley <johnw@gnu.org>
11082
11083 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11084 completion function for Eshell's implementation of `unset'.
11085
11086 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11087
11088 * info.el (Info-directory-list): Doc fix.
11089
11090 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
11091
11092 * filecache.el (file-cache-add-directory-using-find): Don't quote
11093 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11094
11095 2000-08-31 Kenichi Handa <handa@etl.go.jp>
11096
11097 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11098 coding systems.
11099
11100 2000-08-30 Andrew Innes <andrewi@gnu.org>
11101
11102 * timer.el (run-with-idle-timer): Undo last change, so that timer
11103 is not activated immediately if Emacs is already idle. Some
11104 existing code relies on this behaviour.
11105
11106 2000-08-30 Miles Bader <miles@gnu.org>
11107
11108 * frame.el (set-frame-font): Do completion of font-name for
11109 interactive use.
11110
11111 2000-08-30 Kenichi Handa <handa@etl.go.jp>
11112
11113 * international/quail.el (quail-start-translation): Bind locally
11114 last-command-event, last-command, and this-command.
11115 (quail-start-conversion): Likewise.
11116 (quail-self-insert-command): Fix docstring.
11117
11118 2000-08-29 Gerd Moellmann <gerd@gnu.org>
11119
11120 * progmodes/executable.el
11121 (executable-make-buffer-file-executable-if-script-p): Check that
11122 buffer contains at least 2 characters.
11123
11124 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
11125
11126 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11127
11128 2000-08-29 Dave Love <fx@gnu.org>
11129
11130 * diff-mode.el (diff-mode) <defgroup>: Add :version.
11131 (diff-mode-shared-map): Bind mouse-2.
11132 (diff-imenu-generic-expression): New variable.
11133 (diff-mode): Use it.
11134
11135 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11136 (mouse-popup-menubar): Add minor mode menus.
11137 (popup-menu): Check for lookup-key returning number.
11138
11139 2000-08-29 Miles Bader <miles@gnu.org>
11140
11141 * comint.el (comint-send-input): Create overlays using the proper
11142 front/read-advance arguments.
11143
11144 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11145
11146 * ps-print.el: Even/odd pages printing. Doc fix.
11147 (ps-print-version): New version number (6.0).
11148 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11149 (ps-background, ps-begin-file, ps-begin-job): Code fix.
11150 (ps-print-duplex-feature): Variable eliminated.
11151 (ps-even-or-odd-pages): New variable.
11152
11153 * progmodes/ebnf2ps.el: Doc fix.
11154 (ebnf-version): New version (3.3).
11155 (ebnf-user-arrow): Change variable customization to sexp.
11156 (ebnf-user-arrow): Function eliminated.
11157 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11158
11159 2000-08-29 Kenichi Handa <handa@etl.go.jp>
11160
11161 * help.el (help-xref-mule-regexp): New variable.
11162 (help-make-xrefs): Handle help-xref-mule-regexp.
11163
11164 * international/mule-cmds.el (help-xref-mule-regexp-template): New
11165 variable.
11166 (describe-input-method): Temporarily activate the specfied input
11167 method to display the information.
11168 (describe-language-environment): Hyperlinks to mule related items.
11169
11170 * international/mule-diag.el (charset-multibyte-form-string): New
11171 function.
11172 (list-character-sets-1): Use charset-multibyte-form-string.
11173 (describe-character-set): New function.
11174 (describe-coding-system): Hyperlinks to safe character sets.
11175
11176 * international/quail.el (quail-help): New arg PACKAGE.
11177 Hyperlinks to mule related items.
11178 (quail-help-insert-keymap-description): Use
11179 substitute-command-keys instead of describe-bindings.
11180 (quail-translation-help): Hyperlinks to mule related items.
11181
11182 2000-08-28 John Wiegley <johnw@gnu.org>
11183
11184 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11185 have a defsubst call itself. Made `eshell-flatten-list' back into
11186 a function again.
11187
11188 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11189 catch, in case re-centering point at bottom messes up the display.
11190 This happens frequently in Emacs 21, due I believe to variable
11191 line heights.
11192
11193 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11194 to call `find-tag-interactive'.
11195
11196 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11197 the list of remember directories.
11198
11199 2000-08-28 John Wiegley <johnw@gnu.org>
11200
11201 * align.el: Test align-region-separate to see if it's a symbol.
11202
11203 2000-08-28 John Wiegley <johnw@gnu.org>
11204
11205 * eshell/esh-util.el (eshell-flatten-list): Made this function
11206 into a defsubst form. It gets used very frequently, although
11207 calls don't occur all that often.
11208
11209 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11210 examining it.
11211
11212 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11213 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11214 `eshell-protect'.
11215 (eshell-copy-handles): Created a new macro for duplicating the
11216 current set of open handles. This is needed by the looping
11217 functions.
11218 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11219 is not incorrectly stomped on.
11220
11221 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11222 declaration for pcomplete-use-paring.
11223 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11224 value of eshell-cmpl-use-paring.
11225 * pcomplete.el (pcomplete-use-paring): New config variable, to
11226 indicate whether paring should be used.
11227 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11228 completion alternatives that have already been used.
11229
11230 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11231 bound to C-c C-y, which will repeat the previous N arguments
11232 (based on prefix argument).
11233 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11234
11235 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11236 if there is no *Help* buffer. This is for XEmacs, which renames
11237 its help buffers uniquely. TODO: Find out what the current buffer
11238 name to delete is.
11239
11240 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11241 first entry that correlates to a passwd/group number. Later
11242 entries (used for group/user name aliasing to multiple IDs) are
11243 ignored.
11244
11245 * eshell/em-xtra.el (eshell/expr):
11246 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11247 (eshell-grep, eshell/diff, eshell/locate):
11248 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11249 argument list, before passing it to the system command.
11250
11251 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11252 `find-tag' for use at final position in Eshell buffers (which
11253 otherwise triggers an error on Emacs 21).
11254 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11255 buffer, if it is currently bound to `find-tag'.
11256
11257 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11258 in the list of matched Makefile names.
11259 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11260 directory, prefer its contents to Makefile.
11261
11262 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11263 directory parts (like "cd old new", or "cd =regexp"), are now case
11264 sensitive on non-Windows/DOS platforms.
11265
11266 * eshell/esh-mode.el (eshell-parse-command-input): When a user
11267 types RET after an open delimiter (like "), display a message
11268 indicating that Eshell is waiting for the closing delimiter.
11269
11270 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11271 environment variables.
11272
11273 * eshell/em-unix.el (eshell/diff): Added logic to fail more
11274 gracefully if the user enters incorrect arguments.
11275
11276 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11277 Eshell buffers.
11278
11279 * eshell/esh-var.el (eshell-interpolate-variable):
11280 * eshell/esh-mode.el (eshell-move-argument):
11281 * eshell/em-unix.el (eshell-du-sum-directory):
11282 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11283 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11284 (not (= ...)).
11285
11286 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11287 to ensure the `preserve' flag gets propagated when doing recursive
11288 directory copies.
11289
11290 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
11291
11292 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11293 Don't convert \n into \0177 in memory.
11294 (eshell-read-history, eshell-write-history): Convert \n to \0177,
11295 and back again, when reading and writing.
11296
11297 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
11298
11299 * eshell/esh-util.el (eshell-processp): Added to relieve constant
11300 testing of `fboundp' on `processp'.
11301
11302 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11303 (eshell/jobs): Don't call process-list if it is not bound.
11304 (eshell-gather-process-output): Support systems where async
11305 subprocesses aren't supported.
11306 (eshell-scratch-buffer, eshell-last-sync-output-start): New
11307 variables.
11308
11309 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11310 eshell-do-eval returns t.
11311 (eshell-do-pipelines-synchronously): New defmacro.
11312 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11313 when async subprocesses aren't supported.
11314 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
11315 if async subprocesses aren't supported.
11316 (eshell-resume-command): Don't assume STATUS is a string.
11317
11318 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11319
11320 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11321 (eshell-close-target, eshell-get-target): Use eshell-processp.
11322 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11323 fix.
11324 (eshell-get-target, eshell-create-handles): Doc fix.
11325
11326 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
11327
11328 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11329 criterion to include commands that output something, as long as it
11330 leaves both the command and the end-of-buffer visible when the
11331 command has exited.
11332 (eshell-review-quick-commands): Adjust the help doc string
11333 accordingly.
11334
11335 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
11336
11337 * locate.el (locate): Cleaned up locate command's interactive prompting
11338 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11339
11340 * filecache.el (file-cache-case-fold-search): New variable
11341 (file-cache-assoc-function): New variable
11342 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11343 Use file-cache-case-fold-search variable
11344 (file-cache-add-file): Use file-cache-assoc-function
11345 (file-cache-delete-file): likewise
11346 (file-cache-directory-name): likewise
11347 (file-cache-debug-read-from-minibuffer): likewise
11348
11349 2000-08-28 Gerd Moellmann <gerd@gnu.org>
11350
11351 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11352 (abbrev-table-name): New function.
11353 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11354 If non-nil list local abbrev, only.
11355
11356 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11357
11358 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11359 from Gnus support code, and use special article copy buffer
11360 `(gnus-original-article-buffer)' instead. This allows to get rid
11361 of article-hide-headers usage (which breaks in the latest Gnus
11362 version). Thanks to Detlev Zundel.
11363
11364 2000-08-28 Kenichi Handa <handa@etl.go.jp>
11365
11366 * international/quail.el (quail-use-package): Hide "... loaded"
11367 message.
11368 (quail-start-translation, quail-start-conversion): Likewise.
11369
11370 * international/kkc.el (kkc-region): Hide "... loaded" message.
11371
11372 2000-08-27 Dave Love <fx@gnu.org>
11373
11374 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11375
11376 2000-08-27 Miles Bader <miles@gnu.org>
11377
11378 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11379
11380 2000-08-27 Kenichi Handa <handa@etl.go.jp>
11381
11382 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11383 'ja-dic-cnv), not (require 'skkdic-cnv).
11384
11385 2000-08-26 Miles Bader <miles@gnu.org>
11386
11387 * faces.el (face-x-resources): Add entry for :inherit.
11388 * cus-face.el (custom-face-attributes): Add support for :inherit
11389 attribute. Add support for relative face heights.
11390 (custom-face-attributes-get): Treat `nil' as being a default value
11391 for :inherit (as well as `unspecified').
11392
11393 * faces.el (set-face-attribute): Update doc string.
11394 (face-attribute-name-alist): Add :inherit.
11395 (face-valid-attribute-values): Handle :inherit.
11396 (face-read-string): Rephrase prompt to be less confusing.
11397 Assume that DEFAULT is a string, since we must return a string.
11398 (face-read-integer): Use `format' to turn DEFAULT into an
11399 acceptable default for face-read-string. Match NEW-VALUE against
11400 the string "unspecified", not the symbol `unspecified', since
11401 that's what face-read-string returns.
11402 (read-face-attribute): Lookup a name for old-value in valid, and
11403 use it as a default if we find one. Treat all values from
11404 face-read-string as strings. If the default is used, don't do any
11405 more processing on the value, just use the old value directly.
11406 (read-face-and-attribute, modify-face): Tweak prompt.
11407 (read-face-name): Don't assume prompt ends with a space.
11408
11409 * faces.el (describe-face): Add support for :inherit attribute.
11410
11411 2000-08-25 Kenichi Handa <handa@etl.go.jp>
11412
11413 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11414 concat doesn't accept interger.
11415
11416 * international/kkc.el: Remove SKK from Keywords. Require
11417 ja-dic-utl instead of skkdic-utl.
11418
11419 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11420 Provide ja-dic-cnv instead of skkdic-cnv.
11421 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11422 (iso-2022-7bit-short): Add safe-charsets property.
11423 (skkdic-convert-postfix): Search Japanese chou-on character in
11424 addition to Hiragana character.
11425 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11426 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11427 (batch-skkdic-convert): Likewise.
11428
11429 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11430 Provide ja-dic-utl instead of skkdic-utl.
11431 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11432
11433 2000-08-24 Dave Love <fx@gnu.org>
11434
11435 * disp-table.el (standard-display-default): Make the test of `l'
11436 useful.
11437
11438 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11439 mod sample text.
11440
11441 * international/iso-ascii.el: Make pilcrow convenient string
11442 consistent with section.
11443 (iso-ascii-display): Set up multibyte characters as well as
11444 unibyte.
11445
11446 2000-08-24 Kenichi Handa <handa@etl.go.jp>
11447
11448 * international/mule-cmds.el (reset-language-environment): Set
11449 default-process-coding-system to '(undecided . iso-latin-1), which
11450 makes process I/O almost consistent with file I/O. Call this
11451 function when mule-cmds.el[c] is loaded.
11452
11453 2000-08-22 Andrew Innes <andrewi@gnu.org>
11454
11455 * makefile.w32-in: New file.
11456
11457 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11458
11459 * comint.el (comint-output-filter): Compare end of
11460 comint-last-output-overlay with the start of the newly inserted
11461 text, not the end, when deciding whether to extend it.
11462 Set saved-point's insertion type to advance after insertion.
11463
11464 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11465 since this is now done independently of font-lock mode.
11466
11467 2000-08-21 Gerd Moellmann <gerd@gnu.org>
11468
11469 * server.el (server-kill-new-buffers): New user option.
11470 (server-existing-buffer): New buffer-local variable.
11471 (server-visit-files): When using an existing buffer, set
11472 server-existing-buffer to t.
11473 (server-buffer-done): If server-kill-new-buffers is t, kill the
11474 buffer, unless it was already present before visiting it with
11475 Emacs server.
11476
11477 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11478
11479 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11480 even if the display doesn't support colors: some displays will
11481 support bold/underline faces.
11482
11483 2000-08-21 Gerd Moellmann <gerd@gnu.org>
11484
11485 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11486
11487 * startup.el (command-line): If user's init file had an error,
11488 add explanatory text to *Messages*.
11489
11490 2000-08-21 Kenichi Handa <handa@etl.go.jp>
11491
11492 * man.el (Man-getpage-in-background): Decode the process output by
11493 the system locale coding system.
11494
11495 2000-08-20 Dave Love <fx@gnu.org>
11496
11497 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11498 Don't test x-popup-menu.
11499 (function) <complete-function>: Complete only fbound symbols.
11500 <validate, value>: New.
11501 (variable) <complete-function>: Complete only bound symbols.
11502 (coding-system): Add :base-only, :complete-function, :validate,
11503 :value, :prompt-match.
11504 (widget-coding-system-prompt-value): Use read-coding-system and
11505 act on :base-only.
11506 (editable-field): Add :help-echo.
11507 (widget-push-button-gui, widget-push-button-cache)
11508 (widget-gui-action, widget-editable-list-gui): COmment out, along
11509 with uses.
11510 (widget-at): Make arg optional.
11511 (widget-echo-help): Adjust for current help-echo calling sequence.
11512 (widget-specify-field, widget-specify-button)
11513 (widget-specify-insert, widget-get-sibling, widget-image-find)
11514 (widget-convert, widget-insert, widget-leave-text)
11515 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11516 (widget-setup, widget-field-find, widget-before-change)
11517 (widget-after-change, widget-default-complete)
11518 (widget-default-create, widget-default-delete)
11519 (widget-push-button-value-create, editable-field)
11520 (widget-field-prompt-value, widget-field-validate)
11521 (widget-choice-value-create, widget-choice-action)
11522 (widget-choice-validate, widget-checklist-add-item)
11523 (widget-radio-add-item, widget-radio-chosen)
11524 (widget-radio-value-inline, widget-editable-list-value-create)
11525 (widget-editable-list-entry-create)
11526 (widget-documentation-link-add)
11527 (widget-documentation-string-value-create)
11528 (widget-regexp-validate, widget-file-complete)
11529 (widget-sexp-validate, widget-plist-convert-widget)
11530 (widget-plist-convert-widget, widget-alist-convert-widget)
11531 (widget-alist-convert-widget, widget-color-complete): Simplify,
11532 particularly to avoid bindings which aren't optimized out.
11533
11534 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11535 Doc fix.
11536 (down-list, backward-up-list, up-list, kill-sexp)
11537 (backward-kill-sexp, mark-sexp): Make arg optional.
11538 (lisp-complete-symbol): Add optional arg PREDICATE.
11539
11540 * cus-start.el: Add display-buffer-reuse-frames,
11541 file-coding-system-alist.
11542
11543 2000-08-20 Gerd Moellmann <gerd@gnu.org>
11544
11545 * startup.el (command-line): Clear realized faces after
11546 modifying TTY color mappings.
11547
11548 2000-08-20 Miles Bader <miles@gnu.org>
11549
11550 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11551 merely a subset of FACE's attributes.
11552
11553 2000-08-19 Miles Bader <miles@gnu.org>
11554
11555 * comint.el (comint-output-filter): Save the point with a marker,
11556 not just a buffer position.
11557
11558 * international/mule.el (set-buffer-process-coding-system): Make
11559 interactive prompt less confusing.
11560
11561 2000-08-19 Gerd Moellmann <gerd@gnu.org>
11562
11563 * hilit-chg.el: General cleanup of doc strings, comments and
11564 code formatting.
11565
11566 2000-08-19 Miles Bader <miles@gnu.org>
11567
11568 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11569 Compiler macro removed; beginning-of-line is no longer always
11570 equivalent to forward-line, in the presence of fields.
11571
11572 * comint.el (comint-output-filter): Remove ad-hoc saving of
11573 restriction, and just use save-restriction, now that it works
11574 correctly. Don't adjust comint-last-input-start to account for
11575 our insertion; it shouldn't have moved because we don't use
11576 insert-before-markers anymore. Comment out call to
11577 `force-mode-line-update'; why is it here?
11578
11579 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11580 while checking for prompt to delete. Use `forward-line 0'
11581 instead of beginning-of-line.
11582 (gud-filter): Temporarily widen gud comint buffer while
11583 examining output.
11584
11585 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11586
11587 * progmodes/sh-script.el: Big bag of typos.
11588
11589 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11590 check since ispell-process is not bound when ispell is not yet loaded.
11591
11592 2000-08-18 Dave Love <fx@gnu.org>
11593
11594 * image.el (find-image): Copy `spec' before using plist-put.
11595
11596 2000-08-18 Gerd Moellmann <gerd@gnu.org>
11597
11598 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11599 `portugues'.
11600
11601 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11602 backward-kill-sexp, analogous to kill-sexp.
11603
11604 * progmodes/icon.el (icon-indent-line)
11605 (icon-is-continuation-line): Handle comments specially.
11606
11607 2000-08-17 Ken Stevens <k.stevens@ieee.org>
11608
11609 * ispell.el: Set to standard author/maintainer/keyword fields.
11610 Fine tuning to menu map appearance and operation, and added help.
11611 Remove `start' and `end' error messages when compiling.
11612 (ispell-choices-win-default-height): Fixed comment string.
11613 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11614 castellano8 dictionaries.
11615 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11616 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11617 dictionary, added italiano dictionary.
11618 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11619 word character
11620 (ispell-tex-skip-alists): Added psfig support.
11621 (ispell-skip-html): Renamed from ispell-skip-sgml.
11622 (ispell-begin-skip-region-regexp, ispell-skip-region)
11623 (ispell-minor-check): Improved html skipping support to skip across
11624 code, and recognize `&' commands without propper `;' syntax;
11625 (ispell-process-line): Fix alignment error when manually
11626 correcting spelling.
11627 (ispell): Fix comment string.
11628 (ispell-add-per-file-word-list): Always put word list on new line.
11629
11630 2000-08-17 Gerd Moellmann <gerd@gnu.org>
11631
11632 * format.el (format-encode-run-method): Fix error message to say
11633 `encode' instead of `decode'. Use save-window-excursion around
11634 shell-command-on-region as in format-decode-run-method because
11635 shell-command-on-region can display a buffer with error output.
11636 (format-decode): Don't record undo information for the decoding.
11637 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11638 that number part of the temporary buffer name so that more than
11639 one decoding using a temporary buffer can happen safely.
11640
11641 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11642 of `A-z' in the regexp.
11643
11644 * hilit-chg.el: Fix typos in commentary.
11645
11646 * help.el (view-emacs-news): Rewritten for new naming scheme
11647 for old NEWS files.
11648
11649 * startup.el (command-line): Pop to *Messages* in case an error
11650 is signaled while loading user-init-file.
11651
11652 2000-08-17 Andreas Schwab <schwab@suse.de>
11653
11654 * files.el (insert-directory): Don't lose original file name,
11655 undoing an undocumented change.
11656
11657 2000-08-17 Alex Schroeder <alex@gnu.org>
11658
11659 * sql.el (sql-magic-go): Use comint-bol.
11660 (sql-copy-column): Use comint-line-beginning-position.
11661 (comint-line-beginning-position): Define a replacement for
11662 comint-line-beginning-position if it is not fboundp.
11663
11664 2000-08-17 Alex Schroeder <alex@gnu.org>
11665
11666 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11667 it didn't have any effect anyway.
11668
11669 2000-08-17 Alex Schroeder <alex@gnu.org>
11670
11671 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11672 --pset and pager=off instead of sending \\o|cat at the beginning
11673 of the session.
11674
11675 2000-08-17 Miles Bader <miles@gnu.org>
11676
11677 * progmodes/octave-inf.el: Add compatibility definition of
11678 comint-line-beginning-position.
11679
11680 2000-08-17 Kenichi Handa <handa@etl.go.jp>
11681
11682 * startup.el (normal-top-level): Look in each dir in load-path for
11683 a leim-list.el file too. This assures of loading leim-list.el
11684 that is created at Emacs installation time even if a user have his
11685 own leim-list.el.
11686
11687 2000-08-17 Miles Bader <miles@gnu.org>
11688
11689 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11690 foreground color to black if the background is dark.
11691
11692 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11693
11694 * loadhist.el (unload-feature): Typo.
11695
11696 * finder.el (finder-compile-keywords):
11697 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11698 to the generated file.
11699
11700 * mail/mh-e.el (mh-make-local-vars):
11701 Replace make-variable-buffer-local with make-local-variable.
11702
11703 * play/landmark.el:
11704 * options.el (Edit-options-{set,toggle,t,nil}):
11705 * mail/mailabbrev.el (mail-abbrevs-mode):
11706 * textmodes/tex-mode.el (tex-expand-files):
11707 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11708
11709 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11710
11711 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11712 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11713 Allow going past the last element.
11714 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11715 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11716 (cvs-mouse-toggle-mark): Don't move point.
11717 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11718
11719 * progmodes/compile.el (grep): Provide a default set of files.
11720 (next-error): Docstring fix.
11721 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11722
11723 * emacs-lisp/easy-mmode.el (define-minor-mode):
11724 Use `symbol-value' to keep the byte-compiler quiet.
11725
11726 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11727 (diff-find-source-location): New fun, extracted from diff-goto-source.
11728 (diff-goto-source): Use it.
11729 (diff-next-complex-hunk, diff-filter-lines): New function.
11730 (diff-apply-hunk): New command.
11731
11732 * smerge-mode.el (smerge-mode-menu): Doc fix.
11733
11734 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11735
11736 2000-08-16 Dave Love <fx@gnu.org>
11737
11738 * windmove.el (windmove) <defgroup>: Add :version.
11739
11740 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11741 (goto-address-fontify-p, goto-address-highlight-p)
11742 (goto-address-url-face, goto-address-url-mouse-face)
11743 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11744 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11745 (goto-address-fontify, goto-address-at-mouse): Simplify,
11746 (goto-address-at-point): browse-url-url-at-point,
11747 goto-address-find-address-at-point can return nil.
11748 (goto-address-find-address-at-point): Return nil on failure.
11749
11750 * align.el (align) <defgroup>: Add :version.
11751
11752 * calculator.el (calculator): Add :version.
11753 (calculator): Use two lines for calculator window if `modeline'
11754 face is boxed.
11755
11756 * play/5x5.el: Doc fixes.
11757 (5x5) <defgroup>: Add :version.
11758
11759 * play/fortune.el (fortune) <defgroup>: Add :version.
11760 (fortune-append): Fix error message.
11761 (fortune-from-region): Doc fix.
11762
11763 * play/pong.el (pong): Doc fix.
11764
11765 * play/morse.el: Keywords, commentary, autoloads.
11766
11767 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11768
11769 * desktop.el (desktop-save): Don't look at symbol-value of a
11770 member of minor-mode-alist, unless it is boundp.
11771
11772 2000-08-16 Sam Steingold <sds@gnu.org>
11773
11774 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11775 `while'; use `with-current-buffer' instead of `save-excursion'.
11776 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11777
11778 2000-08-16 Kenichi Handa <handa@etl.go.jp>
11779
11780 * international/ccl.el (declare-ccl-program): Docstring modified.
11781 (ccl-execute-with-args): Likewise.
11782
11783 2000-08-16 Miles Bader <miles@gnu.org>
11784
11785 * progmodes/sql.el: Add compatibility definition of
11786 comint-line-beginning-position.
11787
11788 2000-08-15 Gerd Moellmann <gerd@gnu.org>
11789
11790 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11791 'buffer-menu' property.
11792 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11793 fails.
11794 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11795 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11796 wasn't killed.
11797
11798 * buff-menu.el (list-buffers-noselect): Don't display the
11799 *Buffer List* buffer.
11800
11801 * font-lock.el: Require jit-lock to prevent a very late
11802 `Loading jit-lock' message.
11803
11804 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11805 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11806 mail address.
11807
11808 2000-08-15 Miles Bader <miles@gnu.org>
11809
11810 * textmodes/ispell.el (ispell-graphic-p): New constant.
11811 (ispell-choices-win-default-height, ispell-help): Use
11812 `ispell-graphic-p' instead of `xemacsp'.
11813
11814 2000-08-15 Dave Love <fx@gnu.org>
11815
11816 * simple.el: Autoload widget-convert when compiling.
11817 (mail-user-agent): Doc fix.
11818
11819 * help.el (function-called-at-point, variable-at-point): Use
11820 with-syntax-table.
11821 (help-manyarg-func-alist): Add insert-and-inherit.
11822
11823 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11824
11825 * delsel.el (delsel-unload-hook): New function.
11826
11827 * find-file.el: Doc fixes. Move provide to end.
11828 (ff) <defgroup>: Add :link.
11829 (ff-goto-click): Deleted.
11830 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11831 Use mouse-set-point.
11832
11833 * textmodes/tildify.el: Doc fixes.
11834 (tildify) <defgroup>: Add:version.
11835
11836 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11837 (glasses-custom-set): Use set-default, not set.
11838 (minor-mode-alist): Propertize the lighter.
11839 (glasses-mode): Provide optional arg.
11840
11841 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11842 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11843 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11844 option. Provide :type.
11845 (cwarn-configuration): Provide :type.
11846 (cwarn-mode): Doc fix.
11847
11848 * add-log.el (change-log-merge): Doc fix.
11849 (change-log-redate): New command.
11850
11851 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11852 Doze and Dog.
11853 (browse-url): Use dolist, not mapcar.
11854 (browse-url-at-point): Check for null url.
11855 (browse-url-event-buffer, browse-url-event-point): Functions
11856 deleted.
11857 (browse-url-at-mouse, browse-url-netscape): Simplify.
11858
11859 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11860 modes.
11861 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11862 Fix previous change to mapcan.
11863 (msb--init-file-alist, msb--add-separators)
11864 (msb--make-keymap-menu): Simplify.
11865 (msb--choose-file-menu): Use copy-sequence.
11866 (msb-mode-map): Add title to keymap.
11867 (msb-unload-hook): New function.
11868
11869 * bs.el: Fix indentation.
11870 (bs) <defgroup>: Add :links.
11871 (bs-show): Doc fix.
11872 (bs-apply-sort-faces): Don't use window-system.
11873 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11874
11875 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11876
11877 * calendar/timeclock.el (timeclock-file): Run .timelog through
11878 convert-standard-filename.
11879
11880 2000-08-14 Gerd Moellmann <gerd@gnu.org>
11881
11882 * emacs-lisp/authors.el: New file.
11883
11884 * paren.el (show-paren-priority): New user option.
11885 (show-paren-function): Set overlay priorities to
11886 show-paren-priority.
11887
11888 2000-08-14 Miles Bader <miles@gnu.org>
11889
11890 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11891 beginning-of-line with inhibit-field-text-motion bound.
11892
11893 2000-08-14 Gerd Moellmann <gerd@gnu.org>
11894
11895 * calendar/timeclock.el: New file.
11896
11897 2000-08-14 David Ponce <david@dponce.com>
11898
11899 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11900 `widget-button-click'. so that one can use left mouse button to
11901 click on dialog buttons.
11902
11903 2000-08-14 Emmanuel Briot <briot@gnat.com>
11904
11905 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11906 identifiers, since XML is case sensitive
11907
11908 2000-08-12 Miles Bader <miles@gnu.org>
11909
11910 * comint.el (comint-output-filter): Don't bother frobbing
11911 window-start, it doesn't seem to be necessary.
11912
11913 * comint.el (comint-send-string, comint-send-region): Make into
11914 real functions. Snapshot the prompt before sending.
11915
11916 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11917
11918 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11919 technique similar to Info-index, instead of relying on specific
11920 names of relevant Index nodes.
11921 (Info-goto-emacs-command-node): Bind Info-history to nil when
11922 going to the first node found by Info-find-emacs-command-nodes.
11923
11924 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11925
11926 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11927
11928 2000-08-10 Miles Bader <miles@gnu.org>
11929
11930 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11931
11932 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11933
11934 * info.el (Info-file-list-for-emacs): More elements for the
11935 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11936 and woman manuals.
11937
11938 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11939
11940 * comint.el (comint-send-input): Make the newline boundary overlay
11941 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11942 (comint-output-filter): Use `insert' instead of
11943 `insert-before-markers'. Extend comint-last-output-overlay when
11944 necessary since we can't rely on insert-before-markers to do it.
11945 * gud.el (gud-filter): Use `with-current-buffer' instead of
11946 save-excursion when inserting the output, so that point gets
11947 updated correctly; the old method relied on a rather dodgy
11948 side-effect of comint-output-filter to avoid the effect of
11949 save-excursion.
11950
11951 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11952
11953 * files.el (recover-file): Call insert-directory instead of
11954 invoking `ls' directly.
11955
11956 2000-08-10 Miles Bader <miles@gnu.org>
11957
11958 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11959 (comint-last-prompt-overlay): New variables.
11960 (comint-output-filter): Implement prompt highlighting.
11961 (comint-snapshot-last-prompt): New function.
11962 (comint-send-input): Snapshot the last prompt.
11963 Use comint-highlight-input-face.
11964 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11965 Use defface instead of defcustom.
11966 (send-invisible, comint-send-eof): Snapshot the last prompt.
11967 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11968 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11969
11970 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11971
11972 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11973 (regexp-opt-group): Use a list of chars for `letters'.
11974 (regexp-opt-charset): `chars' is now a list of chars.
11975 Use a char-table rather than a vector so it works for multibyte chars.
11976
11977 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11978 Set cvs-minor-current-files to the selected fileinfo.
11979 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11980 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11981
11982 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11983
11984 * files.el (insert-directory): Don't call access-file on
11985 directories on DOS and Windows.
11986
11987 2000-08-09 Kenichi Handa <handa@etl.go.jp>
11988
11989 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11990 longer if necessary.
11991 (ccl-embed-code): Call ccl-embed-data to store CODE in
11992 ccl-program-vector.
11993
11994 2000-08-09 Miles Bader <miles@gnu.org>
11995
11996 * comint.el (comint-output-filter): Properly handle the case where
11997 the text surrounded by comint-last-output-overlay was deleted.
11998
11999 2000-08-08 Gerd Moellmann <gerd@gnu.org>
12000
12001 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12002 non-nil.
12003 (Info-file-list-for-emacs): Remove "info" from the list because
12004 that leads to trying to use the documentation from file `info'
12005 in various situations where it isn't appropriate, for instance
12006 C-h C-k C-h i.
12007
12008 * ffap.el (ffap-read-file-or-url-internal): Handle case that
12009 DIR and/or STRING are nil.
12010
12011 * progmodes/compile.el (compilation-setup): Make variable
12012 compilation-error-screen-columns buffer-local, as some comment
12013 in the code suggests it should be.
12014
12015 * files.el (auto-mode-interpreter-regexp): New variable.
12016 (set-auto-mode): Use it.
12017
12018 * indent.el (indent-for-tab-command): Doc fix.
12019
12020 * mouse-sel.el (mouse-sel-mode): Doc fix.
12021
12022 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12023 labels.
12024
12025 * help.el (print-help-return-message): When
12026 display-buffer-reuse-frames is set, let the help window been quit,
12027 instead of deleting it, which might delete a reused frame.
12028
12029 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
12030
12031 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12032 rename a directory to a name that differs only by its letter case.
12033
12034 2000-08-08 Kenichi Handa <handa@etl.go.jp>
12035
12036 * international/quail.el (quail-define-rules): Handle Quail decode
12037 map correctly. Add code for supporting annotations.
12038 (quail-install-decode-map): New function.
12039 (quail-defrule-internal): New optional arguments decode-map and
12040 props.
12041 (quail-advice): New function.
12042
12043 2000-08-07 Sam Steingold <sds@gnu.org>
12044
12045 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12046 `defconst', `define-condition', `with-slots'.
12047 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12048
12049 2000-08-03 Miles Bader <miles@gnu.org>
12050
12051 * comint.el (comint-use-prompt-regexp-instead-of-fields):
12052 New variable.
12053 (comint-prompt-regexp, comint-get-old-input): Document dependence on
12054 comint-use-prompt-regexp-instead-of-fields.
12055 (comint-send-input): Add `input' field property to stuff we send to
12056 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12057 (comint-output-filter): Add `output' field property to process
12058 output, if comint-use-prompt-regexp-instead-of-fields is nil.
12059 (comint-replace-by-expanded-history)
12060 (comint-get-old-input-default, comint-show-output)
12061 (comint-backward-matching-input, comint-forward-matching-input)
12062 (comint-next-prompt, comint-previous-prompt): Use field
12063 properties if comint-use-prompt-regexp-instead-of-fields is nil.
12064 (comint-line-beginning-position): New function.
12065 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
12066 (comint-replace-by-expanded-history-before-point): Use
12067 comint-line-beginning-position and line-end-position.
12068 (comint-last-output-overlay): New variable.
12069 (comint-mode): Make `comint-last-output-overlay' buffer-local.
12070
12071 * shell.el (shell-prompt-pattern): Doc change.
12072 (shell-backward-command): Use line-beginning-position.
12073
12074 * gud.el (gud-gdb-complete-command): Use
12075 comint-line-beginning-position.
12076
12077 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12078 comint-bol doesn't actually go to the beginning of the line.
12079
12080 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12081 if comint-use-prompt-regexp-instead-of-fields is non-nil.
12082 (try-expand-line-all-buffers): Likewise.
12083
12084 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12085 explicitly matching comint-prompt-regexp.
12086 (sql-copy-column): Use comint-line-beginning-position instead of
12087 explicitly matching comint-prompt-regexp.
12088
12089 * progmodes/octave-inf.el (inferior-octave-complete): Use
12090 comint-line-beginning-position.
12091
12092 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12093
12094 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12095 looking for a prompt, use `forward-line 0' instead of
12096 `beginning-of-line', to avoid getting caught by an input field.
12097
12098 2000-08-07 Gerd Moellmann <gerd@gnu.org>
12099
12100 * files.el (shell-quote-wildcard-pattern): Make sure to return
12101 PATTERN, in the Unix case.
12102
12103 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
12104
12105 * play/zone.el (zone): Discard any pending input before running
12106 the randomly-chosen pgm.
12107
12108 2000-08-07 Kenichi Handa <handa@etl.go.jp>
12109
12110 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12111 checking the existence of any multibyte characters.
12112
12113 2000-08-06 Gerd Moellmann <gerd@gnu.org>
12114
12115 * help.el (describe-mode): Test minor-mode symbol for being
12116 bound before testing its value for being nil.
12117
12118 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12119 `first', `second', and `third'.
12120
12121 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12122 (second): Make it an alias for `cadr'.
12123
12124 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
12125
12126 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12127 types of display support faces now.
12128
12129 2000-08-05 Gerd Moellmann <gerd@gnu.org>
12130
12131 * pcvs.el (require): Require `cl' during compilation, only.
12132
12133 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12134 (toplevel): Remove `remq' and `remove' from autoloads.
12135 (cl-fake-autoloads): New variable. If set, arrange for an error
12136 when CL functions etc. are autoloaded.
12137
12138 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
12139
12140 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12141
12142 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12143 popped up, but the user clicks outside the menu, return an empty
12144 regexp (that causes unhighlight-regexp to have no effect).
12145
12146 * menu-bar.el (menu-bar-games-menu): Add Zone.
12147
12148 * hi-lock.el (toplevel): Require font-lock.
12149
12150 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12151
12152 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12153 (ebnf-8-bit-chars): New var for bug fix.
12154 (ebnf-string): Bug fix.
12155
12156 2000-08-03 Sam Steingold <sds@gnu.org>
12157
12158 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12159 instead of `buffer-string'.
12160 (require 'cl): Always, not just when compiling.
12161 `ignore-errors' in `interactive', `list*', `defun*' &c make this
12162 necessary.
12163
12164 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
12165
12166 * international/mule-cmds.el (select-safe-coding-system): Make
12167 the message text about selecting a safe coding system more clear.
12168
12169 2000-08-02 Gerd Moellmann <gerd@gnu.org>
12170
12171 * hi-lock.el: New file.
12172
12173 * play/zone.el: New file.
12174
12175 * replace.el (occur): Set tab-width in the *Occur* buffer to the
12176 value of tab-width in the original buffer. Choose a line number
12177 format that's a multiple of the original buffer's tab width, so
12178 that lines appear right.
12179
12180 * textmodes/ispell.el (ispell): New function, replacing an alias.
12181 Spell-check active region if in transient-mark-mode and mark
12182 is active; otherwise spell-check buffer.
12183
12184 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12185
12186 * ps-mule.el: Fix a customization problem on
12187 ps-mule-font-info-database-default.
12188
12189 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12190
12191 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12192 display-mouse-p instead of window-system.
12193 (ebrowse-member-mode-map): Ditto.
12194
12195 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12196
12197 * progmodes/ebnf2ps.el: Update ps-print functions call.
12198 Indentation fix. Doc fix.
12199 (ebnf-version): New version number (3.2).
12200 (ebnf-format-color, ebnf-begin-job): Code fix.
12201
12202 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12203
12204 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12205 font lock support on window-system.
12206 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12207
12208 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12209 display-color-p, if fboundp, instead of window-system.
12210
12211 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12212
12213 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12214 instead of window-system.
12215
12216 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12217 window-system.
12218 (widget-choice-mouse-down-action): Use display-popup-menus-p
12219 instead of window-system.
12220
12221 * strokes.el (strokes-file): Run the file name through
12222 convert-standard-filename.
12223 (strokes-mode): Call display-mouse-p instead of looking at
12224 window-system. Change the error message accordingly.
12225
12226 * progmodes/cpp.el (toplevel): Support faces on tty's.
12227
12228 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12229 (lm-plot-square, lm-init-display): Don't use window-system.
12230
12231 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12232 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12233
12234 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12235 instead of looking at window-system.
12236
12237 2000-07-30 Gerd Moellmann <gerd@gnu.org>
12238
12239 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12240 of testing if iswitchb-prepost-hooks is bound, because the
12241 latter will always be true when invoking a recursive minibuffer
12242 from an active Iswitchb buffer.
12243
12244 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12245
12246 * files.el (shell-quote-wildcard-pattern): New function.
12247 (insert-directory): Call it. Only prepend "\" to command on Unix
12248 and GNU/Linux systems.
12249
12250 2000-07-30 Gerd Moellmann <gerd@gnu.org>
12251
12252 * eshell/esh-groups.el: Change custom :link file names
12253 from `eshell.info' to `eshell'.
12254
12255 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12256
12257 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12258 correctly in recursive ange-ftp listings.
12259
12260 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12261
12262 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12263 ps-header-font-size-internal and
12264 ps-header-title-font-size-internal variables are not set,
12265 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
12266 face text property is (foreground-color . COLOR) or
12267 `(background-color . COLOR)', ps-print crashes. Doc fix.
12268 (ps-print-version): New version number (5.2.4).
12269 (ps-plot-region): Code fix.
12270 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12271 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12272 Bug fix 2.
12273
12274 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
12275
12276 * glasses.el (glasses-make-readable): Fix uncapitalization of
12277 identifiers like `myXMLDocument'.
12278
12279 2000-07-28 Karl Fogel <kfogel@red-bean.com>
12280
12281 * mail/mail-hist.el (mail-hist-previous-input)
12282 (mail-hist-next-input): Do the obvious code factorization.
12283 (mail-hist-retrieve-and-insert): New func, contains common
12284 code of above two.
12285 If inserting a message body, leave point at top.
12286
12287 2000-07-28 Sam Steingold <sds@gnu.org>
12288
12289 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12290 Use `<=', not `<' to compare times!
12291 (ange-ftp-ls): Remove.
12292
12293 2000-07-27 Gerd Moellmann <gerd@gnu.org>
12294
12295 * play/cookie1.el: Add explanation of how to make cookie.el
12296 compatible with strfile(1) to comment.
12297
12298 * subr.el (remove, remq): New functions.
12299
12300 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12301 escape `*' in regexps.
12302 (midnight-find): Reverse order of arguments in the funcall of
12303 TEST.
12304
12305 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12306 and `.class'.
12307
12308 * play/meese.el: Add Commentary section.
12309
12310 2000-07-27 Alex Schroeder <alex@gnu.org>
12311
12312 * sql.el (sql-ms): Added autoload cookie.
12313 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12314 (sql-oracle): Ditto.
12315 (sql-help): Doc change.
12316
12317 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12318 types and exceptions.
12319
12320 2000-07-27 Alex Schroeder <alex@gnu.org>
12321
12322 * sql.el (sql-placeholder-history): New variable.
12323 (sql-query-placeholders-and-send): New function that will query
12324 the user and replace placeholders with user input.
12325 (sql-oracle): If running on NT, set comint-input-sender to
12326 sql-query-placeholders-and-send.
12327
12328 (sql-stop): If in the SQLi buffer, insert stop notification, else
12329 present it as a message.
12330
12331 2000-07-27 Alex Schroeder <alex@gnu.org>
12332
12333 * sql.el (sql-input-ring-separator): Doc change.
12334 (sql-input-ring-file-name): Doc change.
12335 (sql-interactive-mode): Use `sql-input-ring-separator' and
12336 `sql-input-ring-file-name' to set the comint-mode equivalents
12337 without making them local variables.
12338 (sql-stop): Don't bind `sql-input-ring-separator' and
12339 `sql-input-ring-file-name' dynamically to their comint-mode
12340 equivalents.
12341
12342 2000-07-27 Kenichi Handa <handa@etl.go.jp>
12343
12344 * international/mule.el (register-char-codings): New function.
12345 (make-coding-system): Handle `safe-chars' specification in the arg
12346 PROPERTY.
12347
12348 * international/mule-cmds.el
12349 (find-coding-systems-region-subset-p): This function deleted.
12350 (sort-coding-systems-predicate): New variable.
12351 (sort-coding-systems): New function.
12352 (find-coding-systems-region): Use
12353 find-coding-systems-region-internal.
12354 (find-coding-systems-string): Use find-coding-systems-region.
12355 (find-coding-systems-for-charsets): Check
12356 char-coding-system-table.
12357 (select-safe-coding-system-accept-default-p): New variable.
12358 (select-safe-coding-system): Mostly rewritten. New argument
12359 ACCEPT-DEFAULT-P.
12360 (select-message-coding-system): Call select-safe-coding-system
12361 with ACCEPT-DEFAULT-P arg.
12362 (reset-language-environment): Reset default-sendmail-coding-system
12363 to the default value iso-latin-1.
12364 (set-language-environment): Don't set the obsolete variable
12365 charset-origin-alist.
12366
12367 * international/codepage.el (cp-coding-system-for-codepage-1):
12368 Give `safe-chars' property to make-coding-system.
12369
12370 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12371 calling select-message-coding-system twice.
12372
12373 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12374 instead of `safe-charsets'.
12375 (cyrillic-alternativnyj): Likewise.
12376 (ccl-encode-alternativnyj): Don't check the charset
12377 cyrillic-iso8859-5.
12378
12379 2000-07-27 Kenichi Handa <handa@etl.go.jp>
12380
12381 * composite.el (compose-chars-after): Preserve match data.
12382
12383 2000-07-26 Sam Steingold <sds@gnu.org>
12384
12385 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12386 (ange-ftp-real-file-newer-than-file-p): New function.
12387 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12388 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12389
12390 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12391 * midnight.el (midnight-float-time): Ditto.
12392
12393 2000-07-26 Andreas Schwab <schwab@suse.de>
12394
12395 * files.el (normal-backup-enable-predicate): Correct
12396 interpretation of the return value of compare-strings.
12397
12398 2000-07-26 Gerd Moellmann <gerd@gnu.org>
12399
12400 * isearch.el (isearch-resume): New function.
12401 (isearch-done): Add something to command-history to resume
12402 the search.
12403 (isearch-yank-line, isearch-yank-word): Use
12404 buffer-substring-no-properties instead of buffer-substring.
12405
12406 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12407 of flyspell-mouse-map.
12408
12409 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12410 duplicate definition.
12411 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12412
12413 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12414 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12415
12416 2000-07-25 Sam Steingold <sds@gnu.org>
12417
12418 * net/ange-ftp.el: Get modtime over the net.
12419 (ange-ftp-file-modtime): New function.
12420 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12421 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12422 Use it.
12423 (ange-ftp-dot-to-slash): New function.
12424 (ange-ftp-fix-name-for-vms): Use it.
12425
12426 * midnight.el (midnight-buffer-display-time): Use
12427 `with-current-buffer'.
12428
12429 2000-07-25 Gerd Moellmann <gerd@gnu.org>
12430
12431 * find-dired.el: Update copyright notice.
12432 (find-dired): Offer to kill a running `find'.
12433
12434 * enriched.el (enriched-face-ans): For a `foreground-color'
12435 property, return '(("x-color" COLOR))' so that COLOR will be
12436 output as a parameter of the x-color annotation. Likewise for the
12437 `background-color' property. In the case of normal face
12438 properties, don't return annotations for unspecified foreground
12439 and background face attributes.
12440
12441 2000-07-25 Kenichi Handa <handa@etl.go.jp>
12442
12443 * language/japan-util.el (japanese-katakana-region): Fix handling
12444 HANKAKU argument.
12445
12446 2000-07-25 Miles Bader <miles@gnu.org>
12447
12448 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12449 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12450 constrain-to-field.
12451
12452 2000-07-24 Andrew Innes <andrewi@gnu.org>
12453
12454 * timer.el (timer-activate-when-idle): Add optional parameter
12455 DONT-WAIT. Update docstring.
12456 (run-with-idle-timer): Specify extra parameter to
12457 timer-activate-when-idle, so that timer will be activated
12458 immediately if Emacs is already idle.
12459
12460 * w32-fns.el (w32-using-nt): Fix docstring.
12461
12462 2000-07-24 Dave Love <fx@gnu.org>
12463
12464 * mouse.el (popup-menu): Set last-command-event.
12465 (mouse-major-mode-menu-prefix): Declare.
12466
12467 2000-07-24 Gerd Moellmann <gerd@gnu.org>
12468
12469 * textmodes/flyspell.el: Update to author's version 1.5d.
12470
12471 * progmodes/hideshow.el: Update copyright notice.
12472
12473 * vcursor.el: Set maintainer to FSF, since author cannot
12474 be reached.
12475
12476 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12477
12478 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12479 the prompt.
12480
12481 * mouse.el (popup-menu): Run the keymap through indirect-function,
12482 in case it was defined with define-prefix-key. If the menu is a
12483 list of keymaps, look up the binding of user's choice in each one
12484 of the keymaps.
12485 (mouse-popup-menubar): If the global and local menu-bar keymaps
12486 don't have a prompt string, create one and insert it into the
12487 keymap. Don't barf if current-local-map returns nil.
12488
12489 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12490
12491 * dired.el (dired-sort-R-check): Added to allow recursive listing
12492 to be undone.
12493 (dired-sort-other): Use it.
12494
12495 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12496
12497 * Release of cc-mode 5.27
12498
12499 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12500
12501 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12502 c-beginning-of-statement-1 that caused a bad case of recursion
12503 which could consume a lot of CPU in large classes in languages
12504 that have in-expression classes (i.e. Java and Pike).
12505
12506 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12507 statements before top level constructs (i.e. case 6 is moved
12508 before case 5 and is now case 4) to catch in-expression
12509 classes in top level expressions correctly.
12510
12511 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12512
12513 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12514 objc-method-intro. Case 4 removed and case 5I added.
12515
12516 * cc-langs.el (c-append-paragraph-start): New variable used by
12517 c-common-init to get paragraph-start correct.
12518 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12519 initialize paragraph-start to make it correct both with and
12520 without the javadoc special case.
12521
12522 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12523 initialize paragraph-start for javadoc markup.
12524
12525 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12526 change by defaulting this to t. It's motivated by the
12527 confusing behavior that otherwise arise from the style system
12528 when editing both java and non-java files at the same time
12529 (see the comments about style setting in c-common-init).
12530
12531 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12532
12533 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12534 similar to the one in c-fill-paragraph to check the fill
12535 prefix from the adaptive fill function for sanity.
12536
12537 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12538
12539 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12540 defun block.
12541
12542 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12543
12544 * cc-align.el (c-lineup-multi-inher): Handle lines with
12545 leading comma nicely. Extended to handle member initializers
12546 too.
12547
12548 * cc-engine.el: (c-beginning-of-inheritance-list,
12549 c-guess-basic-syntax): Fixed recognition of inheritance lists
12550 when the lines begins with a comma.
12551
12552 * cc-vars.el (c-offsets-alist): Changed default for
12553 member-init-cont to c-lineup-multi-inher since it now handles
12554 member initializers and indents better for leading commas.
12555
12556 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12557
12558 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12559 handling that caused class open lines to be recognized as
12560 statement-conts in some cases.
12561
12562 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12563 guessed by the adaptive fill function unless point is on the
12564 first line of a block comment.
12565
12566 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12567 when the buffer ends with a macro continuation char.
12568
12569 * cc-engine.el (c-guess-basic-syntax): Added support for
12570 function definitions as statements in Pike. The first
12571 statement in a lambda block is now labeled defun-block-intro
12572 instead of statement-block-intro.
12573
12574 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12575 so that the class surrounding point is selected, not the one
12576 innermost in the state.
12577
12578 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12579 recognition of switch labels having hanging multiline
12580 statements.
12581
12582 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12583 some code in c-guess-basic-syntax to a separate function.
12584 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12585 recognition of member inits with multiple line arglists.
12586 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12587 member-init-cont when the commas are in funny places.
12588
12589 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12590
12591 * cc-defs.el (c-auto-newline): Removed this macro since it's
12592 not used anymore.
12593
12594 * cc-engine.el (c-looking-at-bos): New helper function.
12595 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12596 inexpr and toplevel classes apart in Pike.
12597
12598 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12599 of case 9A.
12600
12601 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12602 constant, since "class" can introduce an in-expression class
12603 in Pike nowadays.
12604
12605 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12606
12607 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12608 indentation on cpp-macro lines.
12609
12610 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12611 a syntax modifier like comment-intro, to make it possible to
12612 get syntactic indentation for preprocessor directives. It's
12613 incompatible wrt to lineup functions on cpp-macro, but it has
12614 no observable effect in the 99.9% common case where cpp-macro
12615 is set to -1000.
12616
12617 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12618
12619 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12620 member-init-cont when the preceding arglist is several lines.
12621
12622 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12623
12624 * cc-styles.el (c-style-alist): The basic offset for the BSD
12625 style corrected to 8.
12626
12627 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12628
12629 * cc-styles.el (c-style-alist): Adjusted the indentation of
12630 brace list openers in the gnu style.
12631
12632 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12633
12634 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12635
12636 * cc-cmds.el (c-electric-brace, c-electric-slash,
12637 c-electric-star, c-electric-semi&comma, c-electric-colon,
12638 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12639 when c-syntactic-indentation is nil.
12640
12641 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12642 we were left at comments preceding the first statement when
12643 reaching the beginning of the buffer.
12644
12645 * cc-vars.el (c-syntactic-indentation): New variable to turn
12646 off all syntactic indentation.
12647
12648 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12649
12650 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12651 between the text and the block comment ender when it hangs,
12652 depending on how many there are before the fill.
12653
12654 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12655
12656 * cc-engine.el (c-beginning-of-closest-statement): New helper
12657 function to go back to the closest preceding statement start,
12658 which could be inside a conditional statement.
12659 * cc-engine.el (c-guess-basic-syntax): Use
12660 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12661
12662 * cc-engine.el (c-guess-basic-syntax): Better handling of
12663 arglist-intro, arglist-cont-nonempty and arglist-close when
12664 the arglist is nested inside parens. Cases 7A, 7C and 7F
12665 changed.
12666
12667 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12668 up-to-date with javadoc 1.2.
12669
12670 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12671
12672 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12673 multiline Pike type decls.
12674
12675 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12676
12677 * cc-cmds.el (c-indent-new-comment-line): Always break
12678 multiline comments in multiline mode, regardless of
12679 comment-multi-line.
12680
12681 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12682
12683 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12684 fully::qualified::names in C++ member init lists. Preamble in
12685 case 5D changed.
12686
12687 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12688
12689 * cc-langs.el (c-common-init): Handling of obsolete variables
12690 moved to c-initialize-cc-mode. More compatible style override
12691 when using global style variables.
12692 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12693 variables moved here.
12694
12695 * cc-styles.el (c-make-styles-buffer-local): Flag style
12696 variable localness in c-style-variables-are-local-p to make
12697 the compatibility measure in c-common-init work well.
12698
12699 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12700 longer contain set-from-style.
12701 * cc-styles.el (c-initialize-builtin-style): Don't check for
12702 set-from-style on c-special-indent-hook.
12703 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12704 copy-alist is sufficient now.
12705
12706 * cc-styles.el (c-set-style, c-set-style-1,
12707 c-get-style-variables): Fixes to variable initialization so
12708 that duplicate entries in styles have the same effect
12709 regardless of DONT-OVERRIDE.
12710
12711 * cc-styles.el (c-set-style-2): Fixed bug where the
12712 initialization of inheriting styles failed when the
12713 dont-override flag is set.
12714
12715 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12716 on this.
12717
12718 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12719
12720 * cc-defs.el (c-forward-comment): Removed the workaround
12721 introduced in 5.38 since it had worse side-effects. If a line
12722 contains the string "//\"", it regarded the // as a comment
12723 start since the \ temporarily doesn't have escape syntax.
12724
12725 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
12726
12727 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12728 ada-xref.el before ada-prj.el, so that the Project menu is created
12729 when ada-prj tries to add to it.
12730 (ada-activate-keys-for-case): Suppress the characters that are not
12731 part of the Ada syntax. Better compatibility with else-mode
12732 (ada-adjust-case-interactive): When auto-casing is not active,
12733 correctly insert newlines (used to insert only ^M). Prevent the
12734 syntax table from being changed in case of an error
12735 (or '_' becomes part of a word and some commands are confused).
12736 Do nothing if ada-auto-case is nil.
12737 (ada-after-keyword-p): Ignore keywords that are also attributes
12738 (ada-batch-reformat): Update usage comment
12739 (ada-call-from-contextual-menu): New function
12740 (ada-case-read-exceptions): Reinitialize the casing exception list
12741 first to nil first, so that the casing exception file can be
12742 shared.
12743 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12744 files.
12745 (ada-compile-goto-error): Fix regexp used to detect a file:line
12746 anywhere in the error message
12747 (ada-contextual-menu-last-point): New variable
12748 (ada-create-keymap): If the variable delete-key-deletes-forward is
12749 t on XEmacs, it means that DEL should delete one character
12750 forward.
12751 (ada-create-menu): Use :included instead of :visible for XEmacs.
12752 New submenu "Options".
12753 (ada-end-stmt-re): Correctly indent "select ... then abort"
12754 statements.
12755 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12756 even if they don't match ada-fill-comment-prefix Fix handling of
12757 paragraphs on the first or last line of a file.
12758 (ada-format-paramlist): Fix handling of default parameter values.
12759 (ada-get-body-name): New function.
12760 (ada-get-current-indent): Optimized by searchling directly for an
12761 existing generic part or a statement outside of it. Handle
12762 ada-indent-align-comments when indenting comments Replaced some
12763 regexps by testing directly the next character. This results in a
12764 huge speedup on some files. New indentation scheme for renames
12765 statements. Stop looking for the 'while' or 'for' associated with
12766 a 'loop' at the first semicolon encountered. A "return" can also
12767 match an anonymous access subprogram declaration.
12768 (ada-get-indent-noindent): Ignore strings and comments when
12769 looking for the keywords "record" and "private".
12770 (ada-goto-matching-decl-start): When matching "if", make sure we
12771 are not in fact seeing "end if". Ignore "when" statements except
12772 when initial keyword was "begin". Fix handling of nested
12773 procedures. Add a recursive call to this function to skip over
12774 other 'end' statmts. Fix indentation for "when .. => begin"
12775 (ada-in-open-paren-p): Fix indentation for complex boolean
12776 expressions, where 'and then', 'or else' and parenthesis
12777 statements are mixed up.
12778 (ada-in-paramlist-p): Skip comments while searching for the
12779 beginning Fix handling of operator declarations.
12780 (ada-indent-align-comments): New variable
12781 (ada-indent-current): Change the syntax table only in the
12782 protected section, so that we are sure it is restored correctly.
12783 (ada-indent-on-previous-lines): Use ada-use-indent and
12784 ada-with-indent Correctly indent "select ... then"
12785 (ada-indent-region): Slight speedup.
12786 (ada-indent-renames): New variable.
12787 (ada-last-which-function-subprog, ada-last-which-function-line):
12788 New variables
12789 (ada-looking-at-semi-private): Correctly indent the 'private'
12790 keyword when it is the first word in a package declaration.
12791 (ada-loose-case-word): Stop searching if at the end of the buffer.
12792 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12793 even if point is not initially at the end of the word.
12794 (ada-matching-decl-start-re): Add "when".
12795 (ada-mode): Add support for abbrev-mode, outline-mode and
12796 which-func-mode Override the old find-file.el entry in
12797 ff-special-constructs since it is using the obsolete
12798 ada-spec-suffix variable
12799 (ada-no-auto-case): New function
12800 (ada-scan-paramlist): When parsing the argument type, accept
12801 spaces (as in "X 'Class", generated by Rational Rose).
12802 (ada-other-file-name): No longer loads the other file.
12803 (ada-popup-menu): Save and restore the current buffer and cursor
12804 position before and after displaying the menu.
12805 (ada-search-ignore-complex-boolean): New function.
12806 (ada-uncomment-region): Emacs21 already knows how to delete
12807 comments not starting in the first column.
12808 (ada-use-indent): New variable
12809 (ada-which-function): New function.
12810 (ada-with-indent): New variable
12811 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12812 can be batch-compiled from the command line.
12813
12814 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12815 Add to the menu when the file is loaded, not in ada-mode-hook.
12816 Add -toolbar to the default ddd command Switches moved from
12817 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12818 ada-prj-default-comp-opt
12819 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12820 Reference Manual to the menu
12821 (ada-check-current): rewritten as a call to ada-compile-current
12822 (ada-compile): Removed.
12823 (ada-compile-application, ada-compile-current, ada-check-current):
12824 Set the compilation-search-path so that compile.el automatically
12825 finds the sources in src_dir. Automatic scrollong of the
12826 compilation buffer. C-uC-cC-c asks for confirmation before
12827 compiling
12828 (ada-compile-current): New parameter, prj-field
12829 (ada-complete-identifier): Load the .ali file before doing
12830 processing
12831 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12832 conform to gnatmake's behavior.
12833 (ada-find-file-in-dir): New function
12834 (ada-find-references): Set the environment variables for gnatfind
12835 (ada-find-src-file-in-dir): New function.
12836 (ada-first-non-nil): Removed
12837 (ada-gdb-application): Add support for jdb, the java debugger.
12838 (ada-get-ada-file-name): Load the original-file first if not done
12839 yet.
12840 (ada-get-all-references): Handles the new ali syntax (parent types
12841 are found between <>).
12842 (ada-initialize-runtime-library): New function
12843 (ada-mode-hook): Always load a project file when a file is opened,
12844 so that the casing exceptions are correctly read.
12845 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12846 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12847 to open the project file, since the latter does not work with
12848 speedbar Get default values before loading the prj file, or the
12849 default executable file name is wrong. Use the absolute value of
12850 src_dir to initialize ada-search-directories and
12851 compilation-search-path,... Add the standard runtime library to
12852 the search path for find-file.
12853 (ada-prj-default-debugger): Was missing an opening '{'
12854 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12855 variables.
12856 (ada-prj-default-gnatmake-opt): New variable
12857 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12858 buffers, the project file is the default one Save the windows
12859 configuration before displaying the menu.
12860 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12861 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12862 ...) regexp-quote identifiers names to support operators +,
12863 -,... in regexps.
12864 (ada-remote): New function.
12865 (ada-run-application): Erase the output buffer before starting the
12866 run Support remote execution of the application. Use
12867 call-process, or the arguments are incorrectly parsed
12868 (ada-set-default-project-file): Reread the content of the active
12869 project file, not the one from the current buffer When a project
12870 file is set as the default project, all directories are
12871 automatically associated with it.
12872 (ada-set-environment): New function
12873 (ada-treat-cmd-string): New special variable ${current}
12874 (ada-treat-cmd-string): Revised. The substitution is now done for
12875 any ${...} substring
12876 (ada-xref-current): If no body was found, compiles the spec
12877 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12878 compiler to get rid of command line length limitations.
12879 (ada-xref-get-project-field): New function
12880 (ada-xref-project-files): New variable
12881 (ada-xref-runtime-library-specs-path)
12882 (ada-xref-runtime-library-ali-path): New variables
12883 (ada-xref-set-default-prj-values): Default run command now does a
12884 cd to the build directory. New field: main_unit Provide a default
12885 file name even if the current buffer has no prj file.
12886
12887 * ada-prj.el:
12888 Rewritten to show a tabbed-dialog.
12889 (ada-prj-add-ada-menu): Remove the map and name parameters.
12890 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12891 New function
12892 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12893 (ada-prj-load-from-file): New function
12894 (ada-prj-save): Always save fields that depend on the current buffer
12895 (ada-prj-show-value): New function
12896
12897 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12898 Ada mode. This will allow us to display the Ada menu in any buffer
12899 we want (for project items).
12900 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12901 number of spaces in the header.
12902
12903 2000-07-24 Dave Love <fx@gnu.org>
12904
12905 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12906
12907 2000-07-23 Noah Friedman <friedman@splode.com>
12908
12909 * type-break.el (type-break): perform autosave.
12910 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12911 (type-break-do-query): Cancel query schedule while performing
12912 actual query, to avoid possibility of a second query being made
12913 while first one is already in progress.
12914 (type-break-time-stamp-format): New variable.
12915 (type-break-time-stamp): New function.
12916 (type-break-time-warning): Use it.
12917 (type-break-keystroke-warning): Use it.
12918 (type-break-noninteractive-query): Use it.
12919
12920 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12921 cookie.
12922 Use add-minor-mode to set minor-mode-alist, if available.
12923 (eldoc-echo-area-use-multiline-p): New user option.
12924 (eldoc-echo-area-multiline-supported-p): New variable.
12925 (eldoc-docstring-format-sym-doc): Use them.
12926 (eldoc-mode): If not using idle timers, append to local post and
12927 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12928 (eldoc-display-message-no-interference-p): Don't interfere with
12929 edebug.
12930 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12931 (eldoc-function-arglist): New function.
12932 (eldoc-function-argstring): Use it.
12933
12934 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12935 auto save directory exists before calling directory-files.
12936
12937 2000-07-23 Dave Love <fx@gnu.org>
12938
12939 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12940 ^o, ^u.
12941
12942 2000-07-21 Dave Love <fx@gnu.org>
12943
12944 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12945 now passed to the function. It now works properly.
12946
12947 * smerge-mode.el (smerge-mode-menu): Fill it out.
12948
12949 2000-07-20 Gerd Moellmann <gerd@gnu.org>
12950
12951 * info-look.el (info-lookup): If *info* is shown in another frame
12952 on the same display, select that frame, instead of switching to
12953 the Info buffer in another window of the selected frame.
12954
12955 * simple.el (universal-argument-map): Bind numeric keypad keys
12956 kp-0 to kp-9 and kp-subtract.
12957 (digit-argument): Handle these keys.
12958
12959 2000-07-20 Dave Love <fx@gnu.org>
12960
12961 * net/goto-addr.el (goto-address-fontify): Don't bother with
12962 buffer-modified and read-only stuff -- irrelevant with overlays.
12963 Put an extra property on the overlays and use it to clean up in
12964 case goto-address is re-run.
12965
12966 2000-07-19 Richard M. Stallman <rms@gnu.org>
12967
12968 * timer.el (run-with-idle-timer): Doc fix.
12969
12970 * mail/mail-utils.el (mail-strip-quoted-names):
12971 Handle case where <...> appears inside "...".
12972 Use replace-match to edit the string more simply.
12973 (rmail-dont-reply-to): Cope with an unmatched ".
12974
12975 2000-07-19 Dave Love <fx@gnu.org>
12976
12977 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12978 implementation.
12979
12980 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12981 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12982 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12983
12984 2000-07-19 Gerd Moellmann <gerd@gnu.org>
12985
12986 * textmodes/refer.el: Correct maintainer's email address.
12987
12988 * progmodes/hideif.el: Correct author's email address.
12989 Fix typo in comment.
12990
12991 * xml.el: New file.
12992
12993 * mail/mailheader.el: Correct author's mail address.
12994
12995 * gnus/parse-time.el: Correct author's mail address.
12996
12997 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12998
12999 * comint.el (comint-highlight-input, comint-highlight-face):
13000 New user options.
13001 (comint-input-ring-file-name): Change custom type.
13002 (comint-mode-map): Bind mouse-2.
13003 (comint-insert-clicked-input): New function.
13004 (comint-send-input): Handle input highlighting.
13005
13006 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13007
13008 * mouse.el (popup-menu): New function.
13009 (mouse-major-mode-menu): Use it.
13010
13011 2000-07-18 Dave Love <fx@gnu.org>
13012
13013 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13014 improvements.
13015
13016 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13017
13018 * faces.el (face-font-selection-order)
13019 (face-font-family-alternatives): Add custom type.
13020
13021 2000-07-18 Dave Love <fx@gnu.org>
13022
13023 * cus-edit.el (custom-variable-reset-saved)
13024 (custom-variable-reset-standard): Remove unused bindings.
13025
13026 * rect.el (open-rectangle-line): Remove unused let.
13027
13028 * hl-line.el (hl-line-highlight): Check hl-line-mode.
13029
13030 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13031
13032 * cdl.el: Fix `Maintainer' keyword.
13033
13034 * play/pong.el: Add author's email address.
13035
13036 2000-07-17 Sam Steingold <sds@gnu.org>
13037
13038 * files.el (insert-directory): Call `split-string' instead of
13039 re-implementing it.
13040
13041 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13042
13043 * mail/vms-pmail.el: Change maintainer to FSF.
13044
13045 * net/goto-addr.el: Change maintainer to FSF.
13046
13047 * info.el (Info-title-face-alist): Removed.
13048
13049 2000-07-18 David Ponce <david@dponce.com>
13050
13051 * recentf.el (recentf-open-files): New command that works like
13052 `recentf-open-more-files', but shows the whole list of files (not just
13053 those omitted from the menu). Useful if you don't use a menu-bar!
13054 (recentf-open-more-files) Modified to use `recentf-open-files'.
13055
13056 (recentf-open-files, recentf-open-more-files)
13057 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13058
13059 (recentf-dialog-mode): New mode for dialogs. You can now just type
13060 "q" to cancel the dialogs.
13061
13062 2000-07-18 David Ponce <david@dponce.com>
13063
13064 * recentf.el: This is a major update of recentf.el. It adds new
13065 features to better organize the recentf menu and "More..." buffer.
13066
13067 Using new provided menu filtering functions you can now organize the
13068 recent files list:
13069
13070 - by major modes
13071 - by directories
13072 - by user defined rules
13073
13074 Finally, with the new `recentf-filter-changer' customizable filter you
13075 can define a ring of filters and dynamically (via the menu) cycle on
13076 each menu organization in the ring (a la msb).
13077
13078 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
13079
13080 * eshell/eshell.el (eshell): Replace links to eshell.info with
13081 links to eshell, to avoid problems on systems where the manual is
13082 installed as `eshell'.
13083 * eshell/esh-cmd.el (eshell-cmd): Ditto.
13084 * eshell/em-smart.el (eshell-smart): Ditto.
13085 * eshell/em-banner.el (eshell-banner): Ditto.
13086 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13087
13088 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13089 same-file check in the MS-DOS version (it does support inodes).
13090
13091 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13092
13093 * eshell/eshell.el (eshell-directory-name):
13094 Run default directory name through convert-standard-filename.
13095
13096 2000-07-18 Kenichi Handa <handa@etl.go.jp>
13097
13098 * international/mule-cmds.el (select-safe-coding-system):
13099 Fix typo in the comment.
13100
13101 * language/european.el (compound-text):
13102 Force katakana-jisx0201 to be designated to G1.
13103
13104 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13105 Don't translate some national variant characters of latin-jisx0201.
13106 (x-ctext): Force katakana-jisx0201 to be designated to G1.
13107
13108 * international/kkc.el (kkc-after-update-conversion-functions):
13109 New variable.
13110 (kkc-update-conversion): Run functions in it at the tail.
13111
13112 2000-07-16 John Wiegley <johnw@gnu.org>
13113
13114 * lisp/align.el (align-newline-and-indent):
13115 Adding new function. for auto-aligning blocks of code on RET.
13116 (align-region): Fixed badly formatted minibuffer message.
13117
13118 2000-07-17 Kenichi Handa <handa@etl.go.jp>
13119
13120 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13121 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
13122 the conversion list at first if appropriate.
13123 (kkc-next): Don't update kkc-next-count here.
13124 (kkc-prev): Don't update kkc-prev-count here.
13125 (kkc-show-conversion-list-update): Fix setting up of conversion
13126 list message.
13127
13128 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
13129
13130 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13131
13132 2000-07-16 Dave Love <fx@gnu.org>
13133
13134 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13135 function to be more specific.
13136
13137 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13138 non-string help-echo.
13139 (widget-types-convert-widget): Defsubst it.
13140 (widget-echo-help): Try to cope with a help-echo function of two
13141 possible sorts.
13142
13143 2000-07-15 Jason Rumney <jasonr@gnu.org>
13144
13145 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13146 Declare as obsolete.
13147
13148 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13149
13150 2000-07-14 Gerd Moellmann <gerd@gnu.org>
13151
13152 * hilit-chg.el: Fix typo.
13153
13154 2000-07-14 Dave Love <fx@gnu.org>
13155
13156 * info.el (Info-mode-menu): Fix use of :help, :enable.
13157
13158 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
13159
13160 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13161
13162 2000-07-13 Dave Love <fx@gnu.org>
13163
13164 * emacs-lisp/easymenu.el: Doc fixes.
13165 (easy-menu-remove): Defalias to ignore.
13166
13167 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13168 Call throw correctly.
13169
13170 2000-07-13 Gerd Moellmann <gerd@gnu.org>
13171
13172 * faces.el (frame-background-mode): Doc fix.
13173
13174 * simple.el (eval-expression-print-length): Change custom type to
13175 allow entering nil as value.
13176
13177 2000-07-13 Dave Love <fx@gnu.org>
13178
13179 * progmodes/fortran.el (fortran-imenu-generic-expression):
13180 Change definition layout.
13181 (fortran-mode-menu): Reinstate customize entries.
13182
13183 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13184 Use :filter, per old XEmacs code.
13185
13186 2000-07-12 Gerd Moellmann <gerd@gnu.org>
13187
13188 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13189 event when deciding what to send to the terminal.
13190
13191 2000-07-12 Dave Love <fx@gnu.org>
13192
13193 * cus-start.el: Add optional version as 4th element of specs and
13194 use it for several things new in v21. Remove load-path. Fix type
13195 of line-number-display-limit.
13196
13197 2000-07-11 Dave Love <fx@gnu.org>
13198
13199 * progmodes/fortran.el: Don't require easymenu.
13200 Use repeat counts in various regexps.
13201 (fortran-mode-syntax-table): Defvar directly.
13202 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13203 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13204 Use defvar, not defconst.
13205 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13206 (fortran-mode): Set fortran-comment-line-start-skip,
13207 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13208 (fortran-comment-indent): Use defsubst.
13209 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13210 Use fortran-comment-indent, not fortran-comment-indent-function.
13211 (fortran-comment-region, fortran-electric-line-number): Simplify.
13212 (fortran-auto-fill): New function.
13213 (fortran-do-auto-fill): Deleted.
13214 (fortran-find-comment-start-skip):
13215 Check for non-null comment-start-skip.
13216 (fortran-auto-fill-mode, fortran-fill-statement):
13217 Use fortran-auto-fill.
13218 (fortran-fill): Use fortran-auto-fill. Check for null
13219 comment-start-skip. Simplify final clause and use end-of-line finally.
13220
13221 * widget.el (widget-plist-member): New alias.
13222
13223 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13224
13225 * eshell/esh-module.el (toplevel): Reference
13226 byte-compile-current-file only if it is bound.
13227
13228 2000-07-10 Gerd Moellmann <gerd@gnu.org>
13229
13230 * dired.el: Don't require `dired-aux'.
13231
13232 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13233
13234 * dired-aux.el (dired-show-file-type): New function.
13235 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13236 (dired-show-file-type): Add autoload.
13237
13238 2000-07-10 Kenichi Handa <handa@etl.go.jp>
13239
13240 * international/mule-diag.el (describe-font): Adjusted for the
13241 change of fontset-info.
13242 (print-fontset): Likewise.
13243
13244 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13245
13246 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13247
13248 2000-07-07 Gerd Moellmann <gerd@gnu.org>
13249
13250 * bindings.el: Bind `[delete]' to delete-char.
13251
13252 * dired.el (dired-find-alternate-file): New function.
13253 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13254 (toplevel): Require dired-aux when compiling.
13255 (dired-buffers): Move defvar within file to avoid compiler warning.
13256
13257 * info.el (Info-last-search): Variable removed.
13258 (Info-search-history): New variable.
13259 (Info-search): New Info-search-history.
13260
13261 * battery.el, info-look.el: Change author's mail address.
13262
13263 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13264
13265 * mail/rmail.el (rmail-clear-headers): Don't throw an error
13266 if rmail-ignored-headers is nil.
13267 (rmail-retry-failure): Bind rmail-ignored-headers and
13268 rmail-displayed-headers to nil.
13269
13270 2000-07-06 Gerd Moellmann <gerd@gnu.org>
13271
13272 * lpr.el (lpr-page-header-switches): Add `-h' switch.
13273 (print-region-1): Don't hard code `-h' here.
13274
13275 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13276
13277 2000-07-01 Francesco Potorti` <pot@gnu.org>
13278
13279 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13280 exim can use "your message" instead of "the message".
13281
13282 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
13283
13284 * facemenu.el: Docstrings fixes.
13285 (facemenu-get-face): Don't use internal-find-face.
13286 (facemenu-iterate): Rename arg to match the docstring.
13287
13288 * newcomment.el (uncomment-region): Be more careful when skipping
13289 backwards over `=' not to bump into BOBP.
13290
13291 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
13292
13293 * ediff-diff.el (ediff-wordify): Use syntax table.
13294 * ediff-init.el (ediff-has-face-support-p): Use
13295 ediff-color-display-p.
13296 (ediff-color-display-p): Use display-color-p, changed to defun
13297 from defsubst.
13298 Got rid of special cases for NeXT and OS/2.
13299 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13300 face.
13301
13302 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13303
13304 * emacs-lisp/lucid.el: Require CL.
13305 (copy-tree, remprop): Remove, it's provided by CL.
13306 (map-keymap): Define in terms of cl-map-keymap.
13307 (extent-property, set-extent-end-glyph): New functions.
13308
13309 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13310
13311 2000-07-05 Gerd Moellmann <gerd@gnu.org>
13312
13313 * Makefile.in (DONTCOMPILE): Add comment that the name may
13314 not be changed without changing the make-dist script.
13315
13316 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13317 (cl-mapc): Use mapc instead of cl-old-mapc.
13318
13319 2000-07-05 Andrew Innes <andrewi@gnu.org>
13320
13321 * makefile.nt: Add support for `bootstrap' and related targets.
13322
13323 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13324
13325 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13326 (easy-menu-do-define): Use `menu-item' format.
13327 Handle case where easy-menu-create-menu returns a symbol.
13328 Manually call the potential top-level filter in the function binding.
13329 (easy-menu-filter-return): New arg NAME.
13330 Convert to a keymap if MENU is an XEmacs menu.
13331 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
13332 (easy-menu-converted-items-table, easy-menu-convert-item):
13333 New var and fun to memoize easy-menu-convert-item-1.
13334 (easy-menu-do-add-item): Use it.
13335 (easy-menu-create-menu): Use easy-menu-convert-item.
13336 Wrap easy-menu-filter-return around any :filter specification.
13337 Don't convert the menu if a filter was specified.
13338 Tell easy-menu-make-symbol not to check for MENU being an expression.
13339 (easy-menu-make-symbol): New arg NOEXP.
13340
13341 2000-07-05 Gerd Moellmann <gerd@gnu.org>
13342
13343 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13344 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13345 (eval-defun): If called with prefix arg, instrument code for
13346 Edebug.
13347
13348 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13349 similar to that of eval-defun.
13350
13351 2000-07-04 Dave Love <fx@gnu.org>
13352
13353 * hl-line.el (hl-line-overlay): Make it permanent-local.
13354
13355 * calendar/todo-mode.el: Replaced with a working version, based on
13356 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13357
13358 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13359
13360 * paths.el (prune-directory-list): New function.
13361 (Info-default-directory-list): Rewritten to more methodically
13362 enumerate a big list of possible info directories (based on the
13363 list used by the standalone info reader).
13364
13365 * info.el (info-initialize): Use prune-directory-list to remove
13366 non-existent directories from Info-directory-list.
13367
13368 * paths.el (Info-default-directory-list): Try a list of possible
13369 info-directories instead of a single one. Add the possible
13370 info directory "/usr/share/info".
13371
13372 * woman.el (woman-man.conf-path): Explicitly include the debian
13373 man-db config file "/etc/manpath.config".
13374 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13375 are present in `manpath.config'.
13376 (woman-manpath): Include "/usr/share/man".
13377
13378 2000-07-03 Gerd Moellmann <gerd@gnu.org>
13379
13380 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13381
13382 * startup.el (command-line): Initialize blink-cursor based
13383 on window-system.
13384
13385 * frame.el (blink-cursor): Default to nil if not running under
13386 a window-system.
13387
13388 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13389 (face-x-resources): Remove duplicate entry for :font.
13390
13391 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13392 instead of cycling through windows with next-window.
13393
13394 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13395 of cycling through windows with next-window.
13396
13397 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13398 of cycling through windows with next-window.
13399
13400 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13401 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13402 instead of cycling through windows with next-window.
13403
13404 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13405 instead of cycling through windows with next-window.
13406
13407 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13408 of cycling through windows with next-window.
13409
13410 * terminal.el (te-process-output): Use walk-windows instead of
13411 cycling through windows with next-window.
13412
13413 * server.el (server-switch-buffer): Use some-window instead of
13414 cycling through windows with next-window.
13415
13416 * window.el (some-window): New function.
13417 (walk-windows): Remove reference to walk-windows-start.
13418
13419 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13420
13421 2000-07-03 Richard Stallman <rms@gnu.org>
13422
13423 * window.el (walk-windows): Guarantee termination by keeping a list
13424 of all the windows already handled.
13425
13426 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13427
13428 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13429 window-system.
13430
13431 * man.el (Man-notify-when-ready): Don't use window-system. If
13432 Man-notify-method is newframe, and the display is not
13433 multi-frame, select the frame created for the man page.
13434 (Man-init-defvars): Doc fix.
13435
13436 2000-06-28 Gerd Moellmann <gerd@gnu.org>
13437
13438 * faces.el (region): Change background color for light background.
13439
13440 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13441 attribute from mode-line face of Ediff control frame.
13442
13443 * replace.el (query-replace-map): Bind `e' like `E'.
13444
13445 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13446
13447 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13448 Change name to "Select All".
13449
13450 * dos-fns.el (convert-standard-filename): Fix last change.
13451
13452 2000-06-27 Gerd Moellmann <gerd@gnu.org>
13453
13454 * help.el (describe-variable): Don't insert a second `'s' in front
13455 of the string `value is shown below'. Since the syntax-table is
13456 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13457 an existing `'s', so that this won't be deleted.
13458
13459 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13460 * pcmpl-unix.el: New files.
13461
13462 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13463
13464 * wid-edit.el (widget-member): Use the new plist-member.
13465
13466 2000-06-26 Gerd Moellmann <gerd@gnu.org>
13467
13468 * replace.el (perform-replace): Undo change of 2000-04-04.
13469 Instead, move backward 1 character at the end of the loop when
13470 necessary.
13471
13472 * faces.el (fringe): Change face for different backgrounds.
13473
13474 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13475 patch from John.
13476
13477 * eshell/*.el: Change spelling of the Free Software Foundation.
13478
13479 * eshell/esh-toggle.el: Removed.
13480
13481 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13482
13483 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13484 interactively.
13485
13486 2000-06-26 Alex Schroeder <alex@gnu.org>
13487
13488 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13489 `define-key'; instead of checking `(emacs-version)' check for
13490 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13491 for `;' and `o' which might be electric.
13492
13493 (sql-electric-stuff): New user option.
13494 (sql-magic-go): New function which uses `sql-electric-stuff'.
13495 (sql-magic-semicolon): New function which uses
13496 `sql-electric-stuff'.
13497
13498 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13499 is not fboundp.
13500
13501 (sql-oracle-options): New variable.
13502 (sql-oracle): Use it.
13503
13504 (sql-imenu-generic-expression): Doc change.
13505 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13506 is used.
13507
13508 (sql-informix): Added command line parameter "-" to force
13509 sql-informix-program to use stdout.
13510
13511 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13512
13513 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13514 (cp864-decode-table): Doc fix.
13515 (cp720-decode-table): New variable, supports the Arabic OEM
13516 codepage used by Windows.
13517 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13518
13519 2000-06-23 Dave Love <fx@gnu.org>
13520
13521 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13522 (font-lock-fontify-anchored-keywords): Use
13523 line-beginning-position.
13524 (global-font-lock-mode): Use mapc.
13525
13526 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13527
13528 * eshell/esh-module.el: Require CL when compiling.
13529
13530 2000-06-23 Gerd Moellmann <gerd@gnu.org>
13531
13532 * comint.el (comint-substitute-in-file-name): Call replace-match
13533 with second and third arg t.
13534
13535 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13536 Specify foreground color.
13537
13538 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13539 color.
13540
13541 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13542
13543 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13544 cddr instead of cdddr.
13545
13546 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13547 instead of copy-list.
13548
13549 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13550 of copy-list.
13551
13552 * subdirs.el: Add eshell subdirectory.
13553
13554 * eshell: New subdirectory containing the Eshell package.
13555
13556 * pcomplete.el: New file.
13557
13558 2000-06-23 Paul Eggert <eggert@twinsun.com>
13559
13560 * mail/mailpost.el (post-mail-send-it): Make sure file has
13561 proper permissions from birth.
13562
13563 * files.el (basic-save-buffer-2): When temporarily setting
13564 file modes, set them to current modes plus 0200, not to 0777.
13565
13566 * emerge.el (emerge-make-temp-file): Make sure file has proper
13567 permissions from birth.
13568
13569 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13570
13571 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13572 backup file name through convert-standard-filename.
13573
13574 * dos-fns.el (convert-standard-filename): Convert leading
13575 directories as well. When long file names are supported, convert
13576 characters that are invalid in Windows file names.
13577
13578 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13579
13580 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13581 ps-print crashes. New feature: page selection for printing. Create
13582 raw-text-unix coding system for XEmacs. Doc fix.
13583 (ps-print-version): New version number (5.2.3).
13584 (ps-plot-region): Bug fix.
13585 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13586 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13587 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13588 funs.
13589 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13590 (ps-last-page): New vars.
13591
13592 2000-06-21 Gerd Moellmann <gerd@gnu.org>
13593
13594 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13595 empty option string.
13596
13597 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13598
13599 * man.el (man): Doc fix.
13600
13601 2000-06-21 Kenichi Handa <handa@etl.go.jp>
13602
13603 * international/mule-cmds.el (set-language-info-alist): Docstring
13604 fixed.
13605
13606 2000-06-20 Gerd Moellmann <gerd@gnu.org>
13607
13608 * version.el (emacs-version): Use ISO date format.
13609
13610 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13611 instead of `M-backspace'.
13612
13613 * simple.el (turn-off-auto-fill): New function.
13614
13615 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13616
13617 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13618 Renamed from with-buffer-prepared-for-font-lock and use
13619 inhibit-modification-hooks rather than setting *-change-functions.
13620 Update all functions to use the new name.
13621 (jit-lock-first-unfontify-pos): New semantics (and doc).
13622 (jit-lock-mode): Make non-interactive.
13623 Don't automatically turn on font-lock.
13624 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13625 Always use jit-lock-after-change.
13626 Remove and restore font-lock-after-change-function.
13627 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13628 (jit-lock-after-unfontify-buffer): Remove.
13629 (jit-lock-stealth-fontify):
13630 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13631 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13632
13633 2000-06-20 Sam Steingold <sds@gnu.org>
13634
13635 * emacs-lisp/cl-indent.el (toplevel): Indent
13636 `print-unreadable-object' properly. Untabify.
13637
13638 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13639
13640 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13641 Support for bibentry.
13642 (reftex-compile-variables): Fixed problem with end of section-re.
13643
13644 * texmodes/reftex-dcr.el (reftex-view-crossref,
13645 reftex-view-crossref-from-bibtex):
13646 Deal with changed `reftex-find-citation-regexp-format'.
13647 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13648 Replaced `remprop' with `put'.
13649 (reftex-view-crossref, reftex-view-crossref-when-idle):
13650 Support for bibentry.
13651
13652 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13653 New entry for bibentry package.
13654
13655 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13656 Regexp also matches "\nobibliography".
13657
13658 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13659 Call `reftex-ensure-write-access' before doing anything.
13660 (reftex-ensure-write-access): New function.
13661
13662 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13663
13664 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13665
13666 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13667
13668 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13669
13670 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13671
13672
13673 2000-06-20 Dave Love <fx@gnu.org>
13674
13675 * faces.el (frame-background-mode): Use set-default, not set, in
13676 setter.
13677 (frame-update-faces, frame-update-face-colors): Define with
13678 defalias.
13679
13680 * enriched.el (enriched-decode-foreground)
13681 (enriched-decode-background): Don't use internal-find-face.
13682
13683 * apropos.el: Doc fixes.
13684
13685 * cus-edit.el (customize-changed-options): Check arg.
13686 (customize-version-lessp): Don't require decimal point.
13687
13688 * custom.el (defcustom, defgroup): Doc fix.
13689
13690 * newcomment.el (comment) <defgroup>: Add :version.
13691 (comment-multi-line): Doc fix.
13692
13693 * emulation/mlsupport.el (define-hooked-local-abbrev,
13694 define-hooked-global-abbrev): Fix, using define-abbrev.
13695
13696 2000-06-19 Gerd Moellmann <gerd@gnu.org>
13697
13698 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13699 the whole buffer.
13700
13701 2000-06-19 Dave Love <fx@gnu.org>
13702
13703 * menu-bar.el (menu-bar-options-save): New function.
13704 (menu-bar-options-menu): Use it.
13705 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13706 Simplify.
13707
13708 2000-06-19 Andreas Schwab <schwab@suse.de>
13709
13710 * progmodes/etags.el (tags-query-replace): Put new parameters
13711 START and END at the end, for backward compatibility.
13712
13713 2000-06-19 Kenichi Handa <handa@etl.go.jp>
13714
13715 * international/codepage.el:
13716 (cp-coding-system-for-codepage-1): Delete special codes for
13717 generating xxx-dos coding system because now a CCL based coding
13718 system can handle EOL conversion by default.
13719
13720 * international/mule.el (make-coding-system): Generate subsidiary
13721 coding systems for EOL handling variants even for a CCL based
13722 coding system.
13723
13724 2000-06-19 Kenichi Handa <handa@etl.go.jp>
13725
13726 * international/isearch-x.el (isearch-minibuffer-input-method)
13727 (isearch-minibuffer-input-method-function): These variables
13728 deleted.
13729 (isearch-with-input-method): Don't use the above variables.
13730 (isearch-process-search-multibyte-characters): Likewise. Call
13731 read-string with the arg INHERIT-INPUT-METHOD t.
13732
13733 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13734
13735 * font-lock.el (font-lock-after-fontify-buffer)
13736 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13737
13738 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13739 Use consistent make-local-variable style for font-lock-fontified.
13740 (jit-lock-fontify-buffer):
13741 Don't bother checking for font-lock-mode and jit-lock-mode.
13742
13743 * time.el: Remove trailing ^M that prevent CVS-merging.
13744
13745 2000-06-16 Gerd Moellmann <gerd@gnu.org>
13746
13747 * Makefile.in (distclean): New target.
13748
13749 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13750
13751 * Makefile.in (srcdir): Define for update-subdirs.
13752
13753 2000-06-16 Gerd Moellmann <gerd@gnu.org>
13754
13755 * find-lisp.el: New file.
13756
13757 2000-06-16 Andrew Innes <andrewi@gnu.org>
13758
13759 * time.el (display-time-mail-function): New variable, to allow
13760 external packages to indicate when new mail is available.
13761 (display-time-update): Use it.
13762
13763 2000-06-16 Kenichi Handa <handa@etl.go.jp>
13764
13765 * international/mule.el (mule-version): Change version name to
13766 SAKAKI. AOI has already been used by Meadow.
13767
13768 * international/quail.el (quail-show-guidance-buf): To find the
13769 bottom window (but minibuffer), pay attention to the height of
13770 minibuffer.
13771
13772 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13773
13774 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13775 menu-bar menus. Add help strings. Don't remove the Edit menu
13776 from the menu bar, as the menu bar has enough space now.
13777
13778 * Makefile.in (SHELL): Make sure /bin/sh is used.
13779
13780 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13781 characters, which use series of two ^H characters instead of one.
13782
13783 2000-06-15 Gerd Moellmann <gerd@gnu.org>
13784
13785 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13786 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13787 functions.
13788 (Info-find-node-2): Try a case-sensitive search first, then
13789 do a case-insensitive search.
13790
13791 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13792 tutorials.
13793
13794 * complete.el (PC-env-vars-alist): New variable.
13795 (PC-complete-as-file-name): New function.
13796 (partial-completion-mode): Initialize PC-env-vars-alist from
13797 process-environment.
13798 (PC-do-completion): Handle completion of env vars.
13799
13800 * info.el (Info-set-mode-line): Show file name in mode line,
13801 use `*Info*' instead of `Info:'.
13802
13803 * startup.el (command-line-1): Change copyright messages to year
13804 2000.
13805
13806 2000-06-15 Dave Love <fx@gnu.org>
13807
13808 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13809 not local-map.
13810
13811 2000-06-15 Kenichi Handa <handa@etl.go.jp>
13812
13813 * international/mule.el (set-buffer-file-coding-system): Almost
13814 rewritten to handle `undecided' as no-op.
13815
13816 2000-06-14 Gerd Moellmann <gerd@gnu.org>
13817
13818 * Makefile.in: New file.
13819
13820 * Makefile: Removed.
13821
13822 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13823 (goto-address-highlight-keymap): Bind C-c RET.
13824
13825 2000-06-14 Kenichi Handa <handa@etl.go.jp>
13826
13827 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13828 inherits buffer-file-coding-system of the current buffer.
13829
13830 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13831 0. Give correct argument to set-auto-coding-function.
13832 (tar-expunge): For goto-char, use (point-min), not 0.
13833 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13834 (tar-subfile-save-buffer): Likewize.
13835
13836 * international/mule.el
13837 (after-insert-file-set-buffer-file-coding-system): Call
13838 set-buffer-file-coding-system with the arg FORCE t.
13839
13840 2000-06-13 Gerd Moellmann <gerd@gnu.org>
13841
13842 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13843 nil. Contemporary sendmails issue an X-Authentication-Warning if
13844 the sender is set with `-f'.
13845
13846 2000-06-13 Dave Love <fx@gnu.org>
13847
13848 * help.el (describe-function-1): Kluge around cases of functions
13849 fset to subrs whose doc doesn't match their symbol-name.
13850
13851 * image.el (insert-image): Default STRING to a space.
13852
13853 * info.el Doc fixes.
13854 (Info-build-node-completions): Match Ref tags.
13855
13856 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13857
13858 * frame.el (display-multi-frame-p, display-multi-font-p): New
13859 defaliases for display-graphic-p.
13860
13861 * hl-line.el: Fixed a typo in commentary.
13862
13863 2000-06-13 Kenichi Handa <handa@etl.go.jp>
13864
13865 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13866 fixed.
13867
13868 2000-06-12 Dave Love <fx@gnu.org>
13869
13870 * image.el (insert-image): Save a little consing.
13871
13872 2000-06-12 Kenichi Handa <handa@etl.go.jp>
13873
13874 * language/tibet-util.el: Convert all tibetan-1-column characters
13875 to the corresponding tibetan characters.
13876 (tibetan-add-components): Delete code for the special treatment of
13877 'a chung.
13878
13879 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13880 change.
13881 (tibetan-vowel-transcription-alist): More rules added.
13882 (tibetan-composite-vowel-alist): New variable.
13883 (tibetan-precomposition-rule-alist): More rules added.
13884
13885 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13886
13887 * startup.el (command-line): Only call menu-bar-mode if interactive.
13888
13889 * thingatpt.el (toplevel symbol-properties):
13890 * textmodes/makeinfo.el (makeinfo-compile):
13891 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13892 * progmodes/hideif.el (hif-compress-define-list)
13893 (hide-ifdef-use-define-alist):
13894 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13895 (ange-ftp-vms-add-file-entry):
13896 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13897 * man.el (Man-build-man-command):
13898 * mail/rnewspost.el (news-reply-header-hook):
13899 * info.el (Info-insert-dir):
13900 * emulation/mlconvert.el (backward-word, forward-word, setq):
13901 * emacs-lisp/gulp.el (gulp-send-requests):
13902 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13903 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13904 (byte-optimize-apply, end of file):
13905 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13906 (ad-make-freeze-definition):
13907 * startup.el (command-line, command-line-1): Don't quote lambdas.
13908
13909 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13910 (cvs-cleanup-removed): New function.
13911 (cvs-cleanup-functions): New var.
13912 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13913 some flexibility in specifying additional entries to auto-cleanup.
13914 (cvs-quickdir): New function.
13915 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13916 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13917 (cvs-mode-find-file): Check that we are on a filename or dirname
13918 when invoked through a mouse-click.
13919 (cvs-full-path): Remove.
13920 (cvs-dired-action): Re-introduced.
13921 (cvs-dired-noselect): Use it.
13922 (vc-post-command-functions): use this new hook if available.
13923
13924 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13925 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13926 (cvs-filename-map, cvs-dirname-map): Remove.
13927 (cvs-default-action): Remove.
13928 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13929 if the arg is really a keymap.
13930 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13931 Don't hardcode the mapping from state (aka type) to face, but check
13932 the var cvs-fi-<type>-face instead.
13933 (cvs-fileinfo-from-entries): New function.
13934
13935 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13936 Docstring fix.
13937 (cvs-find-file-and-jump): Change default to be safer.
13938 (cvs-mode-diff-map): Define it as a function as well.
13939 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13940 Bind mouse-2 in this global map rather than with text-properties.
13941
13942 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13943 file to resolve the ambiguity between C(conflict) and C(need-merge).
13944
13945 2000-06-12 Kenichi Handa <handa@etl.go.jp>
13946
13947 * international/mule.el (set-buffer-file-coding-system): If
13948 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13949 unconditionally.
13950
13951 2000-06-12 Dave Love <fx@gnu.org>
13952
13953 * wid-edit.el (widget-specify-button): Really suppress the face if
13954 required.
13955
13956 2000-06-11 Gerd Moellmann <gerd@gnu.org>
13957
13958 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13959
13960 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13961
13962 * imenu.el (imenu-generic-expression): Docstring fix.
13963
13964 * composite.el (composition-function-table): Move the `put'
13965 below the autoload cookie so we can load the file before loaddefs.
13966
13967 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13968
13969 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13970 Handle easy-mmode-define-global-mode.
13971 For complex macros like define-minor-mode that can generate
13972 several autoload entries, try to autoload entries in the
13973 macroexpanded code.
13974
13975 * emacs-lisp/easy-mmode.el (define-minor-mode):
13976 If KEYMAP is a symbol, just use it.
13977 Use byte-compile-current-file and load-file-name to infer the
13978 proper :require to pass to defcustom.
13979 Wrap the hook var into `progn' so as not to autoload it.
13980 Add a :autoload-end cookie.
13981 Be more careful about the evaluation of KEYMAP.
13982 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13983 (define-derived-mode): Move define-abbrev-table outside of defvar.
13984
13985 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13986
13987 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13988 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13989 (backup-compiled-files): Ignore errors during `tar'.
13990 (bootstrap): Make autoloads before elc files.
13991
13992 2000-06-10 Kenichi Handa <handa@etl.go.jp>
13993
13994 * international/mule.el (set-buffer-file-coding-system): If one of
13995 undecided-XXX is specified, change only EOL conversion.
13996
13997 * international/mule-conf.el (unix): New alias for the coding
13998 system undecided-unix.
13999
14000 2000-06-09 Dave Love <fx@gnu.org>
14001
14002 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14003
14004 * progmodes/executable.el: Byte compile dynamic.
14005 (executable-insert): Change custom type.
14006 (executable-find): Add autoload cookie.
14007 (executable-make-buffer-file-executable-if-script-p): New
14008 function. After Noah Friedman.
14009
14010 * files.el (after-save-hook): Customize, with
14011 executable-make-buffer-file-executable-if-script-p as an option.
14012
14013 2000-06-09 Kenichi Handa <handa@etl.go.jp>
14014
14015 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14016 "tib24p-mule.bdf" for Tibetan.
14017
14018 * composite.el (decompose-composite-char): Declare it as obsolete.
14019
14020 * man.el (Man-fontify-manpage): Pay attention to underline and
14021 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14022
14023 2000-06-08 Gerd Moellmann <gerd@gnu.org>
14024
14025 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14026 Set maintainer to FSF since author isn't reachable.
14027
14028 2000-06-08 Dave Love <fx@gnu.org>
14029
14030 * international/mule-cmds.el (select-safe-coding-system): If
14031 DEFAULT-CODING-SYSTEM is not specified, also check the most
14032 preferred coding-system if buffer-file-coding-system is
14033 `undecided'. From Handa.
14034
14035 2000-06-08 Kenichi Handa <handa@etl.go.jp>
14036
14037 * international/mule.el
14038 (after-insert-file-set-buffer-file-coding-system): If the buffer
14039 size is greater than INSERTED, judget that we are not visiting.
14040
14041 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
14042
14043 * whitespace.el (defgroup whitespace): Comment out `:version'.
14044 XEmacs 20.4 has problems defining the group with this present.
14045 We'll have this commented out till get resolve the problem.
14046
14047 2000-06-07 John Wiegley <johnw@gnu.org>
14048
14049 * align.el (align-dq-string-modes, align-sq-string-modes)
14050 (align-open-comment-modes): Add pyhton-mode.
14051 (align-rules-list): Use get-text-property instead of
14052 text-properties-at.
14053 (align-rules-list): Add python-assignment.
14054 (align-rules-list): Change perl-comma-delimiter to
14055 basic-comma-delimiter. Use if for Perl modes and python-mode.
14056 (align-rules-list): Add python-chain-logic and
14057 basic-line-continuation.
14058
14059 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
14060
14061 * apropos.el (apropos-mode-hook): New user variable.
14062 (apropos-mode): Run apropos-mode-hook.
14063
14064 2000-06-07 David Ponce <david@dponce.com>
14065
14066 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14067 commands. Require `wid-edit' at run-time.
14068
14069 2000-06-07 David Ponce <david@dponce.com>
14070
14071 * recentf.el: Added some "Commentary".
14072 (recentf-open-more-files, recentf-edit-list): Minor changes to
14073 move the point at the top of the file list. This behaviour is
14074 consistent with the menu one when the list contains a lot of
14075 files.
14076 (recentf-cleanup): Now displays the number of items removed from
14077 the list.
14078 (recentf-relative-filter) New menu filter to show filenames
14079 relative to `default-directory'.
14080
14081 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14082
14083 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
14084 with/without giving an error if PostScript printer doesn't have this
14085 kind of page size. Zebra Stripe continues or restarts on next page.
14086 Manual/automatic paper feeding. Switch or not the header.
14087 (ps-print-version): New version number (5.2.2).
14088 (ps-windows-system): Include emx as a Windows system.
14089 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14090 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14091 (ps-background-text): Code fix.
14092 (ps-error-handler-message, ps-user-defined-prologue)
14093 (ps-print-prologue-header, ps-printer-name)
14094 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14095 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14096 (ps-use-face-background): Customization fix.
14097 (ps-n-up-database): Data fix.
14098 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14099 (ps-switch-header): New vars.
14100 (ps-xemacs-color-name, ps-face-foreground-name)
14101 (ps-face-background-name, ps-boolean-constant): New funs.
14102
14103 2000-06-07 Dave Love <fx@gnu.org>
14104
14105 * allout.el: New version from Manheimer.
14106
14107 2000-06-07 Kenichi Handa <handa@etl.go.jp>
14108
14109 * textmodes/fill.el (fill-find-break-point): Check the validity of
14110 charset.
14111
14112 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14113
14114 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14115 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14116 Call display-color-p and display-mouse-p instead of looking at
14117 window-system.
14118
14119 2000-06-06 Dave Love <fx@gnu.org>
14120
14121 * image.el (find-image): Doc fix. Return nil if image not found.
14122 (put-image, insert-image): Make STRING arg optional.
14123
14124 2000-06-06 Kenichi Handa <handa@etl.go.jp>
14125
14126 * language/vietnamese.el: Remove eval-when-compile.
14127 (viet-viscii-nonascii-translation-table): Define it as a
14128 translation table made from viet-viscii-decode-table.
14129 (viet-viscii-encode-table): Define it as a translation table made
14130 from the reverse map of above.
14131 (viet-vscii-nonascii-translation-table): Define it as a
14132 translation table made from viet-vscii-decode-table.
14133 (viet-vscii-encode-table): Define it as a translation table made
14134 from the reverse map of above.
14135 (ccl-decode-viscii): Use translate-character.
14136 (ccl-encode-viscii, ccl-encode-viscii-font)
14137 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14138 Likewize.
14139
14140 * language/cyrillic.el: Remove eval-when-compile.
14141 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14142 translation table made from cyrillic-koi8-r-decode-table.
14143 (cyrillic-koi8-r-encode-table): Define it as a translation table
14144 made from the reverse map of above.
14145 (ccl-decode-koi8): Use translate-character.
14146 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14147 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14148 a translation table made from cyrillic-alternativnyj-decode-table.
14149 (cyrillic-alternativnyj-encode-table): Define it as a translation
14150 table made from the reverse map of above.
14151 (ccl-decode-alternativnyj): Use translate-character.
14152 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14153 Likewize
14154
14155 * international/mule-diag.el (non-iso-charset-alist): Specify
14156 translation table symbol instead of translation table itself.
14157 (list-block-of-chars): CHARSET may be a translation table symbol.
14158
14159 * international/mule.el (make-coding-system): If CODING-SYSTEM
14160 already exists, override it.
14161
14162 * international/fontset.el: Use family `proportional' for Tibetan
14163 fonts.
14164
14165 * international/ccl.el (ccl-compile-translate-character): Don't
14166 check if Rrr has property translation-table.
14167 (ccl-compile-map-multiple): Modified to avoid compiler warning.
14168
14169 2000-06-05 Gerd Moellmann <gerd@gnu.org>
14170
14171 * info.el: Bind case-fold-search to t when searching in case
14172 a user sets it to nil in a hook.
14173
14174 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
14175
14176 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14177 * hl-line.el (hl-line-mode): Use the new :global key argument.
14178
14179 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14180 (tar-clip-time-string): Prepend a space.
14181 (tar-grind-file-mode): Construct a string rather than modifying one.
14182 (tar-header-block-summarize): Fix docstring.
14183 Use `format' rather than an error-prone set of copy-loops.
14184
14185 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14186 (diff-goto-source, diff-unified->context, diff-context->unified)
14187 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14188 understand the format output by the `-p' argument to diff.
14189
14190 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14191 (sh-re-done): Use defconst.
14192 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14193 (sh-help-string-for-variable, sh-guess-basic-offset):
14194 Don't quote lambdas.
14195 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14196 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14197
14198 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14199 (mh-letter-mode): Derive from text-mode.
14200 This implicitly means that it now calls kill-all-local-variables.
14201 Also remove the Emacs-18 compatibility code.
14202
14203 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14204 Make use of symbol-property doc-string-elt.
14205 Use memq rather than a sequence of eq.
14206 (doc-string-elt): Fix the wrong or missing previously unused values.
14207 (autoload-print-form): New function extracted from
14208 generate-file-autoloads to allow recursion when handling progn
14209 so that defvar's and defun's docstrings are properly printed.
14210 (generate-file-autoloads): Use it.
14211
14212 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14213 Use find-file-hooks in the minor-mode function.
14214 Be careful not to loop indefinitely in the post-command-hook function.
14215
14216 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14217
14218 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14219 tty's.
14220 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14221 differences whenever appropriate.
14222 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14223 * viper.el (find-file, find-file-other-window): Get viper to do
14224 wildcards.
14225
14226 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14227
14228 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14229 (jit-lock-fontify-buffer): New function for JIT refontification.
14230 (jit-lock-mode): Fix docstring.
14231 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14232 Remove jit-lock-after-change from the _local_ hook.
14233 (jit-lock-function-1): Fix docstring.
14234
14235 * info.el (Info-on-current-buffer): Initialize info.
14236
14237 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14238
14239 * progmodes/tcl.el (tcl-indent-for-comment):
14240 Ignore comment-indent-hook.
14241
14242 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14243 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14244 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14245 and improve to use the lighter to guess the capitalization.
14246 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14247 Add keyword arguments to specify global-ness or the custom group.
14248 Add local-map and help-echo properties to the lighter.
14249 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14250 (easy-mmode-define-global-mode): New macro.
14251
14252 2000-06-02 Dave Love <fx@gnu.org>
14253
14254 * wid-edit.el: byte-compile-dynamic since we typically don't use
14255 all the widgets. Don't require cl or widget. Remove
14256 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14257 (widget-read-event): Removed. Callers changed to use read-event.
14258 (widget-button-release-event-p): Renamed from
14259 button-release-event-p.
14260 (widget-field-add-space, widget-field-use-before-change):
14261 Uncustomize.
14262 (widget-specify-field): Use keymap property, not local-map.
14263 (widget-specify-button): Obey :suppress-face.
14264 (widget-specify-insert): Use modern backquote syntax.
14265 (widget-image-directory): Renamed from widget-glyph-directory.
14266 (widget-image-enable): Renamed from widget-glyph-enable.
14267 (widget-image-find): Replaces widget-glyph-find.
14268 (widget-button-pressed-face): Move defvar.
14269 (widget-image-insert): Replaces widget-glyph-insert.
14270 (widget-convert): Use keywordp.
14271 (widget-leave-text, widget-children-value-delete): Use mapc.
14272 (widget-keymap): Remove XEmacs stuff.
14273 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14274 (widget-button-click): Don't set point at the click, but re-centre
14275 if we scroll out of window. Rewritten for images v. glyphs &c.
14276 (widget-tabable-at): Use POS arg, not point.
14277 (widget-beginning-of-line, widget-end-of-line)
14278 (widget-item-value-create, widget-sublist, widget-princ-to-string)
14279 (widget-sexp-prompt-value, widget-echo-help): Simplify.
14280 (widget-default-create): Use widget-image-insert; some rewriting.
14281 (widget-visibility-value-create)
14282 (widget-push-button-value-create, widget-toggle-value-create): Use
14283 widget-image-insert.
14284 (checkbox): Create on and off images dynamically.
14285 (documentation-link): Change :help-echo.
14286 (widget-documentation-link-echo-help): Remove.
14287
14288 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
14289
14290 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14291
14292 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14293 (easy-mmode-define-toggle, define-minor-mode): Use it.
14294 (easy-mmode-define-keymap): Docstring fix.
14295 (define-derived-mode): Default PARENT to fundamental-mode.
14296 Add the derived-mode-parent symbol-property.
14297 (easy-mmode-derived-mode-p): New function.
14298
14299 2000-06-02 Dave Love <fx@gnu.org>
14300
14301 * files.el (convert-standard-filename): Doc fix.
14302 (normal-backup-enable-predicate): New function.
14303 (backup-enable-predicate): Use it to replace the lambda form.
14304
14305 * calendar/todo-mode.el: [This needs more work on the outline
14306 stuff.] Doc fixes.
14307 (todo) <defgroup>: Add :version.
14308 (todo-add-category): Don't use pushnew.
14309 (todo-cmd-raise): Fix typo.
14310 (todo-top-priorities): Change temp buffer name.
14311 (todo-category-alist): Avoid redundant lambda.
14312 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14313 Use outline-next-heading.
14314
14315 * autoarg.el: Rewritten to use define-minor-mode.
14316 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14317 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14318
14319 2000-06-02 Kenichi Handa <handa@etl.go.jp>
14320
14321 * isearch.el (isearch-other-meta-char): Fix previous change.
14322
14323 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14324
14325 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14326 (log-edit-done): Only add the comment to the ring if it's different
14327 from the last comment entered.
14328
14329 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14330
14331 2000-06-01 Dave Love <fx@gnu.org>
14332
14333 * hl-line.el: Rewritten using define-minor-mode.
14334
14335 * help.el (describe-function-1): Distinguish special form from
14336 builtin function. Sanity-check presence of arglist for builtins.
14337
14338 2000-06-01 Kenichi Handa <handa@etl.go.jp>
14339
14340 * international/characters.el: Fix syntax/category setting of
14341 Tibetan characters.
14342
14343 * language/tibet-util.el (tibetan-add-components): Fixes for new
14344 encoding of Tibetan characters.
14345 (tibetan-decompose-precomposition-alist): New variable.
14346 (tibetan-decompose-region): Convert precomposed characters to
14347 non-precomposed characters.
14348 (tibetan-decompose-string): Likewise.
14349 (tibetan-composition-function): Fix args to
14350 thibetan-compose-string.
14351
14352 * language/tibetan.el (tibetan-composable-pattern): More
14353 characters included.
14354 (tibetan-consonant-transcription-alist): Rule for "R" added.
14355 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14356 "+R" added.
14357 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14358
14359 * language/lao-util.el (lao-composition-function): Fix args to
14360 compose-string.
14361
14362 * language/thai-util.el (thai-composition-function): Fix args to
14363 compose-string.
14364
14365 * isearch.el (isearch-update): Set disable-point-adjustment to t
14366 to prevent the point moving to the end of a composition when a
14367 part of a composition is searched.
14368 (isearch-other-meta-char): If the key invoking this command can be
14369 mapped by function-key-map to a printing char, call
14370 isearch-process-search-char directly.
14371
14372 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14373
14374 * emacs-lisp/bytecomp.el:
14375 * frame.el:
14376 * international/mule-cmds.el:
14377 * international/mule-util.el:
14378 * international/mule.el:
14379 * mouse.el:
14380 * subr.el:
14381 * faces.el: Update calls to make-obsolete with a WHEN argument.
14382
14383 * byte-run.el (make-obsolete, make-obsolete-variable):
14384 Add an optional WHEN argument and change the format of the
14385 symbol-property information.
14386 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14387 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14388 new obsolete-symbol-property format and print WHEN if it is provided.
14389
14390 2000-05-31 Dave Love <fx@gnu.org>
14391
14392 * loadhist.el (loadhist-hook-functions): Remove
14393 before-change-function, after-change-function.
14394 (unload-feature): Deal with symbols which are both bound and
14395 fbound.
14396
14397 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14398 before-change-function, after-change-function.
14399
14400 * simple.el (newline): Don't bind before-change-function,
14401 after-change-function.
14402
14403 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14404
14405 * whitespace.el (whitespace-rescan-timer-time): Update interval
14406 set to 600 seconds (10 minutes) instead of 60 seconds since
14407 a large number of whitespace buffers causes emacs to `freeze'
14408 for a considerable amount of time.
14409
14410 * whitespace.el: Updated email address
14411
14412 2000-05-31 Dave Love <fx@gnu.org>
14413
14414 * add-log.el (change-log-font-lock-keywords) <function>: Add
14415 pattern for function of change.
14416 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14417 acknowledgements patterns.
14418
14419 2000-05-31 Kenichi Handa <handa@etl.go.jp>
14420
14421 * isearch.el (isearch-printing-char): If keyboard coding system is
14422 being used, call isearch-process-search-multibyte-characters.
14423
14424 * international/isearch-x.el: Mostly rewritten.
14425
14426 * international/quail.el (quail-start-conversion): Don't include
14427 unhandled events in the returned events, but set them in
14428 unread-command-events. Exit if all inputs are deleted.
14429
14430 2000-05-30 Jason Rumney <jasonr@gnu.org>
14431
14432 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14433
14434 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14435 Reenable code to create initial fontsets.
14436 Use set-fontset-font in place of put-charset-property.
14437
14438 2000-05-30 Gerd Moellmann <gerd@gnu.org>
14439
14440 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14441 label, ensure that the first colon isn't followed by another.
14442
14443 * paths.el (Info-default-directory-list): Doc fix.
14444
14445 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14446 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14447 send a query containing USER only, not USER@HOST.
14448
14449 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14450 and rmail-msgend to compute the restriction at the end, instead of
14451 computing it.
14452
14453 2000-05-29 Gerd Moellmann <gerd@gnu.org>
14454
14455 * dabbrev.el (dabbrev-expand): Don't display messages in the
14456 echo area if the minibuffer window is active.
14457
14458 * jit-lock.el (jit-lock-mode): Add after change function to
14459 local hook.
14460
14461 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14462
14463 * antlr-mode.el: New commands: hide/unhide actions,
14464 upcase/downcase literals.
14465 (antlr-tiny-action-length): New user option.
14466 (antlr-hide-actions): New command. Suggested by
14467 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14468 (antlr-mode-map): New binding [C-c C-v].
14469 (antlr-mode-menu): New entries.
14470 (antlr-downcase-literals): New command.
14471 (antlr-upcase-literals): Ditto.
14472
14473 * antlr-mode.el: Minor changes: indendation, mode-name.
14474 (antlr-indent-line): Indent cpp directive at column 0.
14475 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14476
14477 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14478 (antlr-font-lock-additional-keywords): Workaround for intentional
14479 bug in XEmacs version of font-lock.
14480 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14481 be used by a smarter version of `buffers-menu-grouping-function'.
14482
14483 2000-05-29 Gerd Moellmann <gerd@gnu.org>
14484
14485 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14486 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14487
14488 2000-05-29 Kenichi Handa <handa@etl.go.jp>
14489
14490 * international/encoded-kb.el
14491 (encoded-kbd-iso2022-designation-map): Pay attention to that
14492 charset-iso-final-char return -1 for eight-bit-control and
14493 eight-bit-graphic.
14494
14495 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14496
14497 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14498 (speedbar-easymenu-definition-base): Use display-graphic-p where
14499 available, instead of window-system.
14500
14501 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14502
14503 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14504 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14505 coding systems.
14506
14507 2000-05-26 Dave Love <fx@gnu.org>
14508
14509 * disp-table.el (standard-display-underline): Don't use
14510 internal-find-face.
14511
14512 * mail/reporter.el: Maintainer change. Doc fixes.
14513 (reporter-version): Deleted.
14514
14515 * emacs-lisp/elp.el: Maintainer change.
14516 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14517
14518 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14519
14520 * add-log.el (add-change-log-entry): Merge the current entry with the
14521 previous one if the previous one is empty.
14522
14523 2000-05-26 Dave Love <fx@gnu.org>
14524
14525 * loadhist.el (unload-feature): Fix interactive spec [from
14526 lijnzaad@ebi.ac.uk].
14527
14528 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14529 subr-arity to check primitives.
14530 (byte-compile-flush-pending, byte-compile-file-form-progn)
14531 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14532 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14533 mapcar.
14534
14535 2000-05-26 Kenichi Handa <handa@etl.go.jp>
14536
14537 * international/fontset.el: Set family names of non-latin charsets
14538 in default fontset to "*".
14539
14540 * international/mule-diag.el (print-fontset): Combine family part
14541 and registry part of the fontname by "-*-" instead of "-".
14542
14543 * international/mule-cmds.el (encode-coding-char): Make strings
14544 multibyte before calling encode-coding-string.
14545
14546 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14547
14548 * derived.el: Fix keywords.
14549 (define-derived-mode): Only define if needed.
14550
14551 * simple.el (fill-comment, comment-column, comment-start)
14552 (comment-start-skip, comment-end, comment-indent-function)
14553 (block-comment-start, block-comment-end, indent-for-comment)
14554 (set-comment-column, kill-comment, comment-padding, comment-region)
14555 (comment-multi-line, indent-new-comment-line): Remove.
14556
14557 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14558 function names for comment operations.
14559
14560 * newcomment.el: Add abundant autoload cookies.
14561 (comment-style): Don't depend on runtime data at compile-time.
14562 (comment-indent-hook): Remove.
14563 (comment-indent): Check if comment-indent-hook is bound.
14564 (comment-region): Docstring fix.
14565
14566 2000-05-25 Dave Love <fx@gnu.org>
14567
14568 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14569 byte-code-function-p.
14570
14571 * mail/rmailsum.el: Add provide.
14572
14573 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14574
14575 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14576 defcustom.
14577
14578 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14579
14580 * ediff-diff.el (ediff-exec-process): delete --binary option from
14581 non-buffer ediff jobs.
14582
14583 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14584
14585 * hilit-chg.el (highlight-changes-mode): Ask about color or
14586 grayscale support, not about window-system.
14587
14588 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14589 window-system.
14590 (ffap-highlight): Always default to t.
14591
14592 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14593 display-popup-menus-p instead of looking at window-system.
14594
14595 * disp-table.el (standard-display-g1, standard-display-graphic):
14596 Only refuse to use string glyphs on X and MS-Windows.
14597
14598 * avoid.el: Remove window-system from commentary, suggest to use
14599 display-*-p instead.
14600
14601 * apropos.el (apropos-print): Use display-mouse-p instead of
14602 window-system.
14603
14604 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14605
14606 * international/codepage.el (cp-decoding-vector-for-codepage):
14607 Fill up unsupported characters with their own codes. From Kenichi
14608 Handa.
14609
14610 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14611
14612 * international/mule-diag.el (describe-char-after): Use
14613 display-graphic-p instead of window-system, so that this function
14614 works on MS-DOS.
14615
14616 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14617
14618 * international/codepage.el (cp-make-coding-systems-for-codepage):
14619 Remove the eight-bit-graphic and eight-bit-control charsets from
14620 the list of charsets which we convert into `?'.
14621
14622 2000-05-25 Kenichi Handa <handa@etl.go.jp>
14623
14624 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14625 private charsets.
14626 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14627 japanese-jisx0213-2): New charsets.
14628
14629 * international/fontset.el: Setup default fontset for new charsets.
14630
14631 2000-05-24 Dave Love <fx@gnu.org>
14632
14633 * info.el (Info-find-node-2): Restructure [following "Vadim
14634 S. Solomin" <sovs@uic.nnov.ru>].
14635
14636 * icomplete.el: Fix header for Finder.
14637
14638 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14639
14640 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14641 STAY.
14642
14643 * rmail.el (rmail-automatic-folder-directives): New user variable.
14644 (rmail-show-message): Add call to `rmail-auto-file' during
14645 display.
14646 (rmail-auto-file): New function.
14647
14648 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14649
14650 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14651 account.
14652 (ediff-test-utility,ediff-diff-mandatory-option)
14653 (ediff-reset-diff-options): Utilities for proper initialization of
14654 ediff-diff-options and ediff-diff3-options on Windows.
14655
14656 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14657 variable.
14658
14659 * ediff-mult.el (ediff-filegroup-action): Use
14660 ediff-merge-filename-prefix.
14661
14662 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14663
14664 * viper-ex.el (ex-write): Set selective display to nil.
14665
14666 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14667
14668 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14669 aliases for hebrew-iso-8bit.
14670
14671 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14672
14673 * woman.el: New version from Francis J. Wright
14674 <F.J.Wright@Maths.QMW.ac.uk>.
14675 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14676 names in environment variables regardless of the path separator.
14677 (woman-topic-all-completions-1): Don't call file-name-directory-p
14678 on all files, since woman-file-regexp already filters out any
14679 directories.
14680
14681 2000-05-24 Kenichi Handa <handa@etl.go.jp>
14682
14683 * international/quail.el (quail-start-translation): Don't change
14684 modified-p of the current buffer.
14685 (quail-start-conversion): Likewise.
14686
14687 * international/kkc.el (kkc-region): Don't change modified-p of
14688 the current buffer.
14689
14690 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14691 conform to RFC1468.
14692 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14693
14694 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14695
14696 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14697 (speedbar-insert-button): Invisible text property fix.
14698 (speedbar-directory-plus): Renamed from speedbar-directory-+
14699 (speedbar-directory-minus): Renamed from speedbar-directory--
14700 (speedbar-page-plus): Renamed from speedbar-file-+
14701 (speedbar-page-minus): Renamed from speedbar-file--
14702 (speedbar-page): Renamed from speedbar-file-
14703 (speedbar-tag): Renamed from speedbar-tag-
14704 (speedbar-tag-plus): Renamed from speedbar-tag-+
14705 (speedbar-tag-minus): Renamed from speedbar-tag--
14706 (speedbar-expand-image-button-alist): Use above renames.
14707
14708 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14709 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14710 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14711 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14712 * sb-pg.xpm: Renamed from sb-file.xpm
14713 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14714 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14715
14716 2000-05-24 Kenichi Handa <handa@etl.go.jp>
14717
14718 * international/quail.el (quail-show-guidance-buf): Set
14719 current-input-method of the guidance buffer to the name of the
14720 curren input method.
14721
14722 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14723
14724 * progmodes/compile.el (compile-internal): Style typo.
14725
14726 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14727 quote vars and functions in the docstring.
14728
14729 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14730
14731 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14732 Don't quote lambdas.
14733
14734 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14735
14736 2000-05-23 Gerd Moellmann <gerd@gnu.org>
14737
14738 * startup.el (command-line): Determine source file of compiled
14739 user init file differently. Warn if compiled user init file
14740 is older than its source file.
14741
14742 * ffap.el (ffap-url-regexp): Add `https'.
14743
14744 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14745
14746 * files.el (make-backup-file-name-1): Replace slashes with `!'
14747 rather than `|' (which is not allowed on Windows). Replace the
14748 drive letters with a string "drive_X".
14749
14750 2000-05-23 Gerd Moellmann <gerd@gnu.org>
14751
14752 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14753
14754 * files.el (interpreter-mode-alist): Add `bash2'.
14755
14756 2000-05-22 Dave Love <fx@gnu.org>
14757
14758 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14759 mapc.
14760 (feature-file): Avoid calling symbol-name. Doc fix.
14761 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14762 (loadhist-hook-functions): Add mouse-position-function.
14763 (unload-feature): Change uses of mapcar.
14764
14765 * files.el (parse-colon-path): Doc fix.
14766 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14767 (set-auto-mode): Use mapc.
14768
14769 * complete.el (PC-look-for-include-file): Use :alnum: character
14770 class.
14771 (partial-completion-mode): Add autoload cookie.
14772
14773 2000-05-22 Sam Steingold <sds@gnu.org>
14774
14775 * info.el (Info-fontify-node): Fixed the call to
14776 `add-text-properties' (bug introduced on 2000-05-18).
14777
14778 2000-05-22 Dave Love <fx@gnu.org>
14779
14780 * bindings.el: Remove debug-ignored-errors set in other files.
14781
14782 * progmodes/etags.el: Add to debug-ignored-errors.
14783 (visit-tags-table-buffer): Clear out buffers holding old tables
14784 when making a new list.
14785 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14786 mapc.
14787
14788 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14789 quote keywords.
14790 (cmpl-string-case-type): Use character classes.
14791
14792 * comint.el:
14793 * textmodes/ispell.el:
14794 * imenu.el:
14795 * mail/mh-e.el:
14796 * progmodes/compile.el: Add to debug-ignored-errors.
14797
14798 * dabbrev.el: Add to debug-ignored-errors.
14799 (dabbrev-completion): Use mapc.
14800
14801 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14802
14803 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14804 (woman-mapcan, woman-parse-man.conf)
14805 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14806 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14807 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14808 path syntax better.
14809 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14810 (woman-manpath): Call woman-parse-man.conf.
14811 (woman-emulation): New defcustom, defaults to nroff.
14812 (woman-font-support): New defconst.
14813 (woman-use-symbol-font): New defcustom.
14814 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14815 "Emulation".
14816 Many functions: Doc fix.
14817
14818 2000-05-22 Kenichi Handa <handa@etl.go.jp>
14819
14820 * international/quail.el (quail-simple-translation-keymap): Map
14821 128..255 to quail-self-insert-command.
14822 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14823
14824 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14825
14826 * help.el (help-manyarg-func-alist): Typo.
14827
14828 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14829 intervals which makes it heaps simpler.
14830
14831 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14832 the nested comment markers.
14833
14834 * subr.el (remove-hook): Don't turn the hook's value into a list.
14835
14836 2000-05-21 Dave Love <fx@gnu.org>
14837
14838 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14839 are invalid characters.
14840
14841 * international/mule-util.el (detect-coding-with-priority): Use
14842 mapc. Remove redundant lambda.
14843
14844 * international/mule-diag.el (list-non-iso-charset-chars)
14845 (describe-fontset): Remove redundant lambda.
14846
14847 * emulation/crisp.el (brief-mode): New alias.
14848
14849 * emacs-lisp/ring.el (ring-elements): New function.
14850
14851 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14852 (easy-menu-do-add-item): Use keywordp.
14853
14854 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14855
14856 * replace.el: Doc and error message fixes.
14857 (replace-highlight): Use facep, not internal-find-face.
14858
14859 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14860
14861 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14862
14863 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14864 (log-edit-insert-changelog): Drop `:' as well.
14865
14866 * log-view.el: Fix file description.
14867 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14868 available.
14869 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14870 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14871
14872 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14873 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14874 Print a status message if the toggle is called interactively.
14875 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14876 for global minor modes and use `defcustom' for them.
14877 Use add-minor-mode.
14878 (easy-mmode-define-derived-mode): Remove.
14879 (define-derived-mode): Fancier default docstring.
14880 (easy-mmode-define-navigation): Signal an error rather than (ding).
14881
14882 * newcomment.el (comment-styles): New `box-multi'.
14883 (comment-normalize-vars): Better default for comment-continue to
14884 avoid whitespace-only continuations.
14885 (comment-search-forward): Always move even in the no-syntax case.
14886 (comment-padright): Only obey N if it's only obeyed for padleft.
14887 (comment-make-extra-lines): Better handling of empty continuations.
14888 Use `=' for the filler if comment-start has only one character.
14889 (uncomment-region): Try handling the special `=' filler.
14890 (comment-region): Allow LINES even if MULTI is nil.
14891 (comment-box): Choose box style based on comment-style.
14892
14893 2000-05-20 Kenichi Handa <handa@etl.go.jp>
14894
14895 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14896 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14897
14898 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
14899
14900 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14901 and insert, not subst-char-in-region.
14902
14903 * international/mule-diag.el (list-character-sets-1): Handle
14904 charsets eight-bit-control and eight-bit-graphic.
14905 (list-iso-charset-chars): Likewise.
14906 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14907 charactes as is. Use indent-to to align characters.
14908
14909 * international/mule-cmds.el (find-multibyte-characters): Never
14910 exclude charsets eight-bit-control and eight-bit-graphic.
14911
14912 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14913
14914 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14915 Don't quote lambdas.
14916
14917 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14918
14919 2000-05-19 Gerd Moellmann <gerd@gnu.org>
14920
14921 * gud.el (gud-jdb-directories): Doc fix.
14922
14923 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14924
14925 * newcomment.el: New file.
14926
14927 2000-05-19 Gerd Moellmann <gerd@gnu.org>
14928
14929 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14930
14931 2000-05-18 Andreas Schwab <schwab@suse.de>
14932
14933 * dired.el (dired-between-files): Also skip lines beginning with
14934 `used'.
14935
14936 2000-05-18 Gerd Moellmann <gerd@gnu.org>
14937
14938 * msb.el (msb-menu-cond): Add choice `user'.
14939
14940 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14941
14942 * ps-print.el: Compatibility, customization and doc fix.
14943 (ps-printer-name-option): Replace defconst by defvar.
14944 (ps-postscript-code-directory): XEmacs compatibility.
14945 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14946 fix.
14947 (ps-user-defined-prologue, ps-print-prologue-header)
14948 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14949 compatibility and code fix.
14950 (ps-print-background-image, ps-print-background-text):
14951 Customization fix.
14952 (ps-line-number-start, ps-n-up-on): New vars.
14953
14954 2000-05-18 Espen Skoglund <esk@ira.uka.de>
14955
14956 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14957 the indent-comment function to just return the appropriate indent.
14958
14959 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14960
14961 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14962 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14963 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14964
14965 2000-05-18 Dave Love <fx@gnu.org>
14966
14967 * info.el (Info-fontify-node): Add intangible property as well as
14968 invisible.
14969
14970 * calendar/appt.el (appt-make-list): Match all lines of entry.
14971 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14972
14973 2000-05-18 Kenichi Handa <handa@etl.go.jp>
14974
14975 * international/mule-diag.el (describe-char-after): Call
14976 internal-char-font, not char-font. If internal-char-font returns
14977 nil, display "-- none --".
14978
14979 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14980
14981 * image.el (image-type-available-p): Don't reference image-types
14982 if it isn't bound.
14983
14984 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14985
14986 * autoarg.el (autoarg-mode): Typo in the :set argument.
14987
14988 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14989
14990 * startup.el (command-line-1): Don't signal an error if the
14991 directory for auto-save-list files does not yet exist.
14992
14993 2000-05-17 Kenichi Handa <handa@etl.go.jp>
14994
14995 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14996
14997 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14998
14999 * subr.el (remove-hook): `setq' hook-value, not `set'.
15000
15001 2000-05-16 Sam Steingold <sds@gnu.org>
15002
15003 * info.el (debug-ignored-errors): More errors to ignore.
15004
15005 2000-05-16 Dave Love <fx@gnu.org>
15006
15007 * cus-edit.el: Don't require cl or easymenu.
15008 (custom-variable-prompt): Test standard-value property, not
15009 user-variable-p.
15010
15011 2000-05-16 Sam Steingold <sds@gnu.org>
15012
15013 * subr.el (add-hook): `setq' hook-value, not `set'.
15014
15015 2000-05-16 Gerd Moellmann <gerd@gnu.org>
15016
15017 * startup.el (command-line-1): Mention the FAQ in the startup
15018 message.
15019
15020 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15021
15022 * progmodes/compile.el (compilation-parse-errors): Collect
15023 `nomessage' regexps last.
15024
15025 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15026
15027 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15028 to the function name.
15029
15030 2000-05-15 Dave Love <fx@gnu.org>
15031
15032 * speedbar.el (speedbar-recenter): Typo.
15033 (speedbar-expand-line): Make arg optional.
15034 (speedbar-mode): Avoid a compiler warning.
15035
15036 2000-05-15 Gerd Moellmann <gerd@gnu.org>
15037
15038 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15039 user-specified option string is empty.
15040
15041 * mouse.el (mouse-yank-at-click): Doc fix.
15042
15043 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15044
15045 * term/internal.el (IT-character-translations): More updates of
15046 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15047 documents.
15048
15049 2000-05-15 Gerd Moellmann <gerd@gnu.org>
15050
15051 * env.el (getenv): New function, interactively callable.
15052 (setenv, getenv): Remove autoload cookies.
15053
15054 * loadup.el: Load `env'.
15055
15056 * progmodes/f90.el: Change author's mail address.
15057
15058 2000-05-14 Dave Love <fx@gnu.org>
15059
15060 * mail/rmail.el (rmail-show-message-hook): Customize and offer
15061 goto-addr as an option.
15062
15063 * help.el (help-xref-stack): Doc fix.
15064 (help-xref-following): New variable.
15065 (help-make-xrefs): Use it.
15066 (help-xref-go-back): Use position information from stack element.
15067 (help-follow): Make position in stack element a pair. Use
15068 help-xref-following.
15069
15070 * autoarg.el: New file.
15071
15072 * faces.el: Declare more functions obsolete.
15073
15074 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15075 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15076 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15077 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15078 Remove all the setup-...-environment functions.
15079
15080 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
15081
15082 * speedbar.el: Updated the commentary section. xemacs20p now uses
15083 >= when detecting. Require `defimage' safely.
15084 (speedbar-easymenu-definition-base): Add toggle for images.
15085 (speedbar-easymenu-definition-special): Add flush cache & expand.
15086 (speedbar-visiting-tag-hook): Set new defaults. Added options.
15087 (speedbar-reconfigure-keymaps-hook): New variable.
15088 (speedbar-frame-parameters): Updated documentation.
15089 (speedbar-use-imenu-flag): Updated custom tag
15090 (speedbar-dynamic-tags-function-list): New variable.
15091 (speedbar-tag-hierarchy-method): Updated doc & custom.
15092 (speedbar-indentation-width, speedbar-indentation-width) New
15093 variables.
15094 (speedbar-hide-button-brackets-flag): Customizable.
15095 (speedbar-vc-indicator): Doc update.
15096 (speedbar-ignored-path-expressions): Updated default value.
15097 (speedbar-supported-extension-expressions): Updated default value.
15098 (speedbar-syntax-table): Remove {} paren status.
15099 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15100 as "+". Added overlay aliases.
15101 (speedbar-mode): Use `speedbar-mode-line-update' instead of
15102 `force-mode-line-update'.
15103 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15104 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15105 `mouse-set-point'
15106 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15107 (speedbar-item-info-tag-helper): Revamped to handle a wider range
15108 of arbitrary text, and new helper functions.
15109 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15110 filename finder.
15111 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15112 (speedbar-directory-buttons): Update path search/expansion.
15113 (speedbar-make-tag-line): Pay attention to
15114 `speedbar-indentation-width'. Use more care w/ invisible
15115 properties.
15116 (speedbar-change-expand-button-char): Call
15117 `speedbar-insert-image-button-maybe'.
15118 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15119 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15120 (speedbar-trim-words-tag-hierarchy)
15121 (speedbar-simple-group-tag-hierarchy): New functions
15122 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15123 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15124 functions.
15125 (speedbar-mouse-set-point): New function
15126 (speedbar-power-click): Updated documentation.
15127 (speedbar-line-token, speedbar-goto-this-file): Handle more types
15128 of tag prefix text.
15129 (speedbar-expand-line, speedbar-contract-line): Make more robust
15130 to strange text.
15131 (speedbar-expand-line): Takes universal argument to flush the
15132 cache.
15133 (speedbar-flush-expand-line): New function.
15134 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15135 Use new generator insertion method.
15136 (speedbar-fetch-dynamic-tags): New function.
15137 (speedbar-fetch-dynamic-imenu): Removed code now handled in
15138 `speedbar-fetch-dynamic-imenu'.
15139 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15140 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15141 "Revert Buffer" menu items.
15142 (speedbar-buffer-buttons-engine): Be smarter when creating a
15143 filename tag (for expansion purposes.).
15144 (speedbar-highlight-one-tag-line,
15145 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15146 (speedbar-recenter): New functions.
15147 (defimage-speedbar): Image loading abstraction.
15148 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15149 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15150 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15151 (speedbar-tag-type, speedbar-tag-mail): New images.
15152 (speedbar-expand-image-button-alist): New variable.
15153 (speedbar-insert-image-button-maybe): Insert an image over some
15154 buttons.
15155
15156 2000-05-13 Kenichi Handa <handa@etl.go.jp>
15157
15158 * international/mule-cmds.el (encode-coding-char): An ASCII
15159 character is always encodable.
15160
15161 * international/mule-conf.el: Add more information in descriptions
15162 of character sets.
15163
15164 * international/mule-diag.el (describe-char-after): New function.
15165 (describe-font-internal): Adjusted for the change of font-info.
15166 (describe-font): Likewise.
15167 (print-fontset): Rewritten for the new fontset implementation.
15168 (describe-fontset): Include fontset alias names in completion.
15169 (list-fontsets): Adjusted for the change of print-fontset.
15170
15171 * simple.el (what-cursor-position): If DETAIL is non-nil, call
15172 describe-char-after instead of displaying the detail in the echo
15173 area.
15174 (syntax-code-table): Format changed.
15175 (string-to-syntax): Adjusted for the above change.
15176
15177 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
15178
15179 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15180
15181 2000-05-12 Dave Love <fx@gnu.org>
15182
15183 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15184 dependence. Use line-{beginning,end}-position, not
15185 point-at{b,e}ol. Some doc fixes.
15186 (todo-position): New function. Fix callers of position to use it.
15187 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15188
15189 2000-05-12 Gerd Moellmann <gerd@gnu.org>
15190
15191 * time.el (display-time-mail-icon): Use `:ascent center'.
15192
15193 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15194 handling FTP security extensions.
15195
15196 2000-05-11 Dave Love <fx@gnu.org>
15197
15198 * calendar/todo-mode.el: New file.
15199
15200 2000-05-11 Gerd Moellmann <gerd@gnu.org>
15201
15202 * comint.el (comint-read-input-ring): Move reference to
15203 comint-input-ring-size outside of the save-excursion. It was
15204 causing the default value to be the only one ever seen.
15205
15206 * font-lock.el: Update copyright. Remove Simon Marshall's email
15207 address on request from him.
15208
15209 * subr.el (substitute-key-definition): Add comment describing
15210 the meaning of PREFIX.
15211
15212 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15213
15214 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15215
15216 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15217 (add-minor-mode): Don't make the variable buffer-local and add a
15218 reference to define-minor-mode in the docstring.
15219
15220 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15221 HEADER/FOOTER and fix bug with trailing empty directory.
15222 (cvs-append-to-ignore): Use vc-editable-p if available.
15223 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15224 (vc-do-command): Tweak advice to handle the new VC.
15225
15226 * log-view.el (log-view-goto-rev): New function for the new VC.
15227 (log-view-minor-wrap): Use mark-active.
15228
15229 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15230 (log-edit-changelog-full-paragraphs): New var.
15231 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15232 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15233 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15234 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15235 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15236 Replace the `cvs' prefix with `log-edit'.
15237
15238 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15239
15240 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15241 (diff-font-lock-defaults): Explicitly turn off multiline.
15242 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15243 (diff-ediff-patch): Fix call to ediff-patch-file.
15244 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15245 Handle comments.
15246
15247 * frame.el (automatic-hscrolling): Typo.
15248
15249 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15250
15251 2000-05-09 Sam Steingold <sds@goems.com>
15252
15253 * apropos.el (apropos-print): use `describe-face' instead of
15254 `customize-face-other-window'.
15255
15256 2000-05-09 Dave Love <fx@gnu.org>
15257
15258 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15259
15260 * help.el (describe-variable): Have customize button pop the
15261 help-xref stack when invoked.
15262 (help-xref-symbol-regexp): Add `face'.
15263 (help-make-xrefs): Check for quoted face names and adapt regexp
15264 submatch numbers to cope.
15265 (help-xref-interned): Maybe insert face doc too. Separate
15266 sections with a line of hyphens.
15267
15268 * faces.el: Some doc fixes. Declare some functions obsolete.
15269 (describe-face): Add customize button. Return the help
15270 text. Fix prompt.
15271
15272 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
15273
15274 * term/internal.el (IT-character-translations): Fix last change.
15275
15276 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15277
15278 * woman.el: New file
15279 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15280
15281 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15282
15283 * term/internal.el (IT-character-translations): Update ASCII
15284 simulations for greek-iso8859-7, add latin-iso8859-14 and
15285 latin-iso8859-15.
15286
15287 * international/mule-cmds.el (set-language-info-alist): Call
15288 define-prefix-command with 3 arguments, to make the map suitable
15289 for a menu.
15290
15291 2000-05-07 Dave Love <fx@gnu.org>
15292
15293 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15294
15295 2000-05-05 Dave Love <fx@gnu.org>
15296
15297 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15298 list in doc string. Don't quote keyword symbols.
15299 * emacs-lisp/cl.el: Likewise
15300 * emacs-lisp/cl-seq.el: Likewise
15301
15302 2000-05-05 Gerd Moellmann <gerd@gnu.org>
15303
15304 * abbrev.el (abbrev-mode): Make ARG optional.
15305
15306 2000-05-04 Gerd Moellmann <gerd@gnu.org>
15307
15308 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15309
15310 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15311
15312 * subr.el (substitute-key-definition): Clarify documentation.
15313
15314 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
15315
15316 * glasses.el (glasses-convert-to-unreadable): Use
15317 `glasses-separator' instead of the hard-wired "_".
15318 (glasses-mode): Call `glasses-make-unreadable' only in a single
15319 place.
15320
15321 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
15322
15323 * term/internal.el (cjk-codepages-alist): Add associations for
15324 Chinese and Korean codepages. Remove FIXME comment.
15325
15326 2000-05-03 Dave Love <fx@gnu.org>
15327
15328 * time.el (display-time-mail-face, display-time-use-mail-icon):
15329 New option.
15330 (display-time-mail-icon): New variable.
15331 (display-time-string-forms): Use the above. Fix the local-map.
15332
15333 2000-05-03 Gerd Moellmann <gerd@gnu.org>
15334
15335 * replace.el (query-replace-map): Add binding for `E'.
15336 (query-replace-help): Extend help text.
15337 (perform-replace): Allow editing the replacement string.
15338
15339 * make-mode.el (makefile-mode-abbrev-table): New variable.
15340 (makefile-mode): Set local abbrev table to
15341 makefile-mode-abbrev-table.
15342 (makefile-font-lock-keywords): Fontify includes and conditionals.
15343
15344 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15345 set TOGGLE's value.
15346
15347 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15348 mail-interactive-insert-alias.
15349 (mail-abbrev-complete-alias): New command.
15350 (mail-mode-map): Bind it to `M-TAB'.
15351
15352 2000-05-03 Kenichi Handa <handa@etl.go.jp>
15353
15354 * language/lao-util.el (lao-compose-region): New function.
15355
15356 2000-05-02 Gerd Moellmann <gerd@gnu.org>
15357
15358 * files.el (recover-session): Make directories as necessary
15359 if they don't exist yet.
15360
15361 * calendar/cal-french.el
15362 (french-calendar-multibyte-special-days-array)
15363 (french-calendar-special-days-array): Change French text.
15364 (calendar-french-date-string): Change output.
15365 (calendar-goto-french-date): Likewise.
15366
15367 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15368
15369 * wid-edit.el (widget-default-active): Obey `:always-active'.
15370 (widget-documentation-string-value-create): Set `:always-active'.
15371
15372 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15373
15374 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15375 default prefix to `~/_emacs.d/auto-save.list/_s'.
15376 (normal-top-level): Create the directory for auto-save files, if
15377 it doesn't already exist (in the ms-dos case only).
15378
15379 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15380
15381 * international/mule-cmds.el (set-language-environment): Don't
15382 concat an integer (dos-codepage), use format instead.
15383
15384 2000-05-02 Dave Love <fx@gnu.org>
15385
15386 * help.el (help-xref-on-pp): Check for constant symbols.
15387
15388 2000-04-29 Gerd Moellmann <gerd@gnu.org>
15389
15390 * startup.el (normal-top-level): Put a condition-case around
15391 the code loading subdirs.el.
15392
15393 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15394
15395 * ps-print.el: Upside-down and face background color printing,
15396 line number step, doc fix.
15397 (ps-print-version): New version number (5.2).
15398 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15399 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15400 (ps-spool-config): Var fix.
15401 (ps-printer-name-option): Const fix.
15402 (ps-print-upside-down, ps-use-face-background)
15403 (ps-line-number-step): New vars.
15404 (ps-window-system, ps-lp-system): New consts.
15405 (ps-face-background): New fun.
15406
15407 2000-04-28 Richard Stallman <rms@gnu.org>
15408
15409 * files.el (make-auto-save-file-name):
15410 Apply auto-save-file-name-transforms to visited file name
15411 before generating auto save file name.
15412 (auto-save-file-name-transforms): New variable.
15413
15414 * files.el (backup-enable-predicate):
15415 Correctly test for a file under a temporary directory.
15416
15417 2000-04-28 Gerd Moellmann <gerd@gnu.org>
15418
15419 * subr.el (add-minor-mode): Rewritten.
15420
15421 2000-04-28 Kenichi Handa <handa@etl.go.jp>
15422
15423 * mail/sendmail.el (sendmail-send-it): Set
15424 buffer-file-coding-system to the selected coding system for MIME
15425 header.
15426
15427 2000-04-27 Gerd Moellmann <gerd@gnu.org>
15428
15429 * dired.el (dired-move-to-filename-regexp): Allow format where
15430 YYYY is followed by two spaces.
15431
15432 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15433 in the second character class of the regexp.
15434
15435 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15436 mh-etc, too.
15437
15438 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15439 nil.
15440
15441 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15442
15443 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15444 argument.
15445
15446 2000-04-27 Sen Nagata <sen@eccosys.com>
15447
15448 * emacs-lisp/crm.el (crm-completion-table): New variable.
15449 (crm-collection-fn, crm-test-completion)
15450 (completing-read-multiple): Use it.
15451
15452 2000-04-27 Dave Love <fx@gnu.org>
15453
15454 * help.el (locate-library): Use mapc.
15455 (help-manyarg-func-alist): Add call-process-region.
15456
15457 2000-04-26 Gerd Moellmann <gerd@gnu.org>
15458
15459 * subr.el (add-minor-mode): Make argument MAP optional.
15460
15461 * desktop.el (desktop-save): Save list of minor modes.
15462 (desktop-create-buffer): Restore minor modes.
15463 (desktop-minor-mode-table): New user-option.
15464
15465 * subr.el (add-minor-mode): New function.
15466
15467 * image.el (find-image): New function.
15468 (defimage): Rewritten to find image at load time.
15469
15470 * startup.el (normal-top-level-add-to-load-path): Handle
15471 case that the default directory is not in load-path.
15472
15473 * help.el: Old patch from Stefan Monnier.
15474 (help-xref-on-pp): New function.
15475 (describe-variable): Use it to display xrefs in a symbol's value.
15476
15477 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15478
15479 * cus-edit.el (custom-face): Fix parenthesis.
15480
15481 2000-04-26 Kenichi Handa <handa@etl.go.jp>
15482
15483 * mail/rmail.el (rmail-expunge): When there are no deleted
15484 messages, do nothing.
15485
15486 2000-04-26 Dave Love <fx@gnu.org>
15487
15488 * international/mule-cmds.el (locale-translation-file-name):
15489 Defvar to nil.
15490 (set-locale-environment): Set it here (at runtime).
15491
15492 2000-04-25 Gerd Moellmann <gerd@gnu.org>
15493
15494 * replace.el (perform-replace): Add parameters START and END. Use
15495 them instead of the check for a region in Transient Mark mode.
15496 (query-replace-read-args): Return two more list elements for the
15497 start and end of the region in Transient Mark mode.
15498 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15499 (map-query-replace-regexp, replace-string, replace-regexp): Add
15500 optional last arguments START and END and pass them to
15501 perform-replace.
15502
15503 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15504 form with additional arguments for perform-replace.
15505
15506 * progmodes/etags.el (tags-query-replace): Add parameters START
15507 and END. Construct a form with additional arguments for
15508 perform-replace.
15509
15510 * simple.el (shell-command): Set default directory for "*Shell
15511 Command Output" buffer.
15512
15513 * language/european.el (iso-latin-4): Fix typo.
15514
15515 * emacs-lisp/crm.el: New file.
15516
15517 2000-04-24 Dave Love <fx@gnu.org>
15518
15519 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15520 (Custom-reset-saved, Custom-reset-standard)
15521 (custom-group-value-create, custom-group-set, custom-group-save)
15522 (custom-group-reset-current, custom-group-reset-saved)
15523 (custom-group-reset-standard): Use mapc.
15524 (custom-buffer-create-internal): Disable undo when creating items.
15525 Use mapc.
15526 (custom-face): Avoid redundant lambda.
15527
15528 2000-04-24 Gerd Moellmann <gerd@gnu.org>
15529
15530 * startup.el (auto-save-list-file-prefix): Set default to
15531 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15532
15533 2000-04-24 Sam Steingold <sds@gnu.org>
15534
15535 * time-stamp.el (time-stamp-string-preprocess): Always convert
15536 `field-result' to a string.
15537
15538 2000-04-24 Gerd Moellmann <gerd@gnu.org>
15539
15540 * frame.el (scrolling): New group.
15541 (automatic-hscrolling): New user-option.
15542
15543 * startup.el (command-line-x-option-alist): Add `-lsp' and
15544 `--line-spacing'.
15545
15546 2000-04-19 Dave Love <fx@gnu.org>
15547
15548 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15549 (cl-mapc): Rename from mapc. Fix the funcall.
15550
15551 2000-04-19 Gerd Moellmann <gerd@gnu.org>
15552
15553 * simple.el (clone-indirect-buffer-other-window): New command.
15554 (clone-indirect-buffer): Add optional arg NORECROD.
15555 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15556
15557 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15558
15559 * window.el (count-screen-lines): New function.
15560 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15561 instead of window-buffer-height.
15562
15563 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15564 non-existing variable comint-input-sentinel.
15565 (inferior-lisp-args-to-list): Removed.
15566 (inferior-lisp): Use split-string instead of
15567 inferior-lisp-args-to-list.
15568
15569 * hexl.el (hexl-insert-hex-string): New command.
15570
15571 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15572 instead of concat.
15573
15574 2000-04-18 Gerd Moellmann <gerd@gnu.org>
15575
15576 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15577 at the start of an existing but empty folder.
15578
15579 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15580
15581 * ps-mule.el: Customization fix, doc fix.
15582 (ps-multibyte-buffer): Customization fix.
15583
15584 2000-04-17 Richard M. Stallman <rms@gnu.org>
15585
15586 * subr.el (read-passwd): Use read-char-exclusive.
15587
15588 2000-04-17 Gerd Moellmann <gerd@gnu.org>
15589
15590 * textmodes/texinfo.el (texinfo-insert-@email)
15591 (texinfo-insert-@emph, texinfo-insert-@quotation)
15592 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15593 (texinfo-mode-map): Add key bindings for them.
15594
15595 * files.el (basic-save-buffer-2): Use a template with `$'
15596 instead of `#' for VMS.
15597
15598 * simple.el (clone-indirect-buffer): New function.
15599
15600 2000-04-16 Stephen Eglen <stephen@gnu.org>
15601
15602 * iswitchb.el (iswitchb-case): New function. If the user input
15603 contains any upper-case characters, the search is made
15604 case-sensitive.
15605
15606 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15607
15608 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15609 comment-end.
15610 (texinfo-font-lock-syntactic-keywords): New var.
15611 (texinfo-font-lock-keywords): Remove comment regexp.
15612 (texinfo-insert-block): New function.
15613 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15614 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15615 and font-lock-defaults. Use regexp-opt for outline-regexp.
15616 (texinfo-environments): New var.
15617 (texinfo-environment-regexp): Use regexp-opt and
15618 texinfo-environments.
15619
15620 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15621 ispell-process is bound since this might be eval'd before ispell
15622 is loaded.
15623 (ispell-message): Use a tiny bit less magic and a bit more hard
15624 data to figure out what kind of sc-cite-regexp to use.
15625
15626 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15627
15628 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15629 (insert-cyclic-diary-entry): Unquote the lambda.
15630
15631 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15632
15633 * files.el (backup-enable-predicate): Unquote the lambda.
15634
15635 * cus-edit.el (custom-face, face): Unquote the lambda.
15636
15637 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15638
15639 * ps-print.el: Check for line-beginning-position definition.
15640
15641 * ps-print.el: Fix counting lines in a region.
15642 (ps-print-version): New version number (5.1.5).
15643 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15644 (ps-printing-region): Fun code fix.
15645
15646 2000-04-15 Gerd Moellmann <gerd@gnu.org>
15647
15648 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15649 to file-directory-p.
15650
15651 2000-04-14 Gerd Moellmann <gerd@gnu.org>
15652
15653 * gud.el (gud-jdb-build-source-files-list): Check that directory
15654 exists before calling directory-files.
15655
15656 2000-04-13 Dave Love <fx@gnu.org>
15657
15658 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15659 syntax.
15660
15661 * emacs-lisp/cl-specs.el: Remove when, unless.
15662
15663 * emacs-lisp/cl-extra.el: Don't quote keywords.
15664 (cl-old-mapc): New variable.
15665 (mapc): Use it.
15666 (cl-map-intervals): Use with-current-buffer. Don't check for
15667 next-property-change.
15668 (cl-map-overlays): Use with-current-buffer.
15669 (cl-expt): Remove.
15670 (copy-tree, remprop): Define unconditionally.
15671
15672 * emacs-lisp/cl-compat.el (keywordp): Remove.
15673
15674 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15675 to use keywordp.
15676 (edebug-spec): Enable keywordp.
15677
15678 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15679 string-lessp.
15680
15681 * cus-start.el: Use keywordp.
15682
15683 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15684
15685 * diary-lib.el (include-other-diary-files): Fix the fix of
15686 2000-02-18 by doing a save-excursion.
15687
15688 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15689
15690 * ps-print.el: Customization fix, doc fix.
15691 (ps-print-version): New version number (5.1.4).
15692 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15693 (ps-print-preprint): Adjust code.
15694 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15695 (ps-print-prologue-header, ps-print-control-characters)
15696 (ps-spool-config): Customization fix.
15697
15698 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15699
15700 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15701 converted to the new menu-item format, names silightly changed,
15702 help strings added.
15703
15704 Support for spelling without async subprocesses:
15705
15706 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15707 (ispell-session-buffer): New variables.
15708 (ispell-start-process, ispell-process-status,
15709 ispell-accept-output, ispell-send-string): New functions, for
15710 Ispell invocation when async subprocesses aren't supported.
15711 (ispell-word, ispell-pdict-save, ispell-command-loop,
15712 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15713 to process-send-string with calls to ispell-send-string, and
15714 accept-process-output with ispell-accept-output.
15715 (ispell-init-process): Call ispell-process-status instead of
15716 process-status with.
15717 (ispell-init-process): Call ispell-start-process. Call
15718 ispell-accept-output and ispell-send-string. Don't call
15719 process-kill-without-query and kill-process if they are unbound.
15720 (ispell-async-processp): New function.
15721
15722 2000-04-12 Dave Love <fx@gnu.org>
15723
15724 * info.el: Add debug-ignored-errors.
15725 (Info-mode-menu): Add some items.
15726 (Info-directory): Add autoload cookie.
15727
15728 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15729 Modify `truncate-lines'. Make `describe-language-environment'
15730 always visible and add help. Modify `describe-key' help. Invoke
15731 Info-directory from `info'. New entry `emacs-manual'.
15732
15733 2000-04-10 Gerd Moellmann <gerd@gnu.org>
15734
15735 * progmodes/ebrowse.el (ebrowse-tree-mode):
15736 Use propertized-buffer-identification.
15737 (ebrowse-update-member-buffer-mode-line): Likewise.
15738 (ebrowse--mode-strings): Removed.
15739 (ebrowse--mode-line-props): Removed.
15740
15741 * files.el (auto-mode-alist): Add `EBROWSE'.
15742
15743 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15744 space before testing for end of buffer.
15745 (ebrowse-load): Removed.
15746 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15747 (ebrowse-create-tree-buffer): Rewritten.
15748 (ebrowse-tree-mode): Read tree from buffer.
15749
15750 * progmodes/ebrowse-ffh.el: Removed.
15751
15752 2000-04-10 Kenichi Handa <handa@etl.go.jp>
15753
15754 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15755
15756 2000-04-10 Gerd Moellmann <gerd@gnu.org>
15757
15758 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15759 at the wrong place.
15760
15761 2000-04-09 Dave Love <fx@gnu.org>
15762
15763 * files.el (backup-enable-predicate):
15764 Use temporary-file-directory, small-temporary-file-directory.
15765 (make-backup-file-name-function, backup-directory-alist): New vars.
15766 (make-backup-file-name-1): New function.
15767 (make-backup-file-name): Use it.
15768 (find-backup-file-name): Likewise. Use format for clarity, not concat.
15769 (file-newest-backup): Use make-backup-file-name.
15770
15771 2000-04-09 Gerd Moellmann <gerd@gnu.org>
15772
15773 * progmodes/ebrowse-ffh.el: New file.
15774
15775 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15776 Moved to ebrowse-ffh.el.
15777 (ebrowse-load): Add autoload.
15778
15779 * finder.el (finder-commentary): Add autoload cookie.
15780
15781 * mail/rfc2368.el: Correct author's email address.
15782
15783 * progmodes/ebrowse.el: New file.
15784
15785 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15786 item help string.
15787 (easy-menu-do-add-item): Ditto.
15788 (easy-menu-define): Extend doc string.
15789
15790 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
15791 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15792 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15793 with-buffer-unmodified.
15794
15795 2000-04-08 Dave Love <fx@gnu.org>
15796
15797 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15798 unless, when.
15799
15800 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15801
15802 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15803 (viper-flash-search-pattern): No operation when using Emacs
15804 doesn't support face.
15805 Use `viper-put-on-search-overlay'.
15806
15807 2000-04-04 Gerd Moellmann <gerd@gnu.org>
15808
15809 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15810 like C-r.
15811
15812 * progmodes/make-mode.el: Some doc fixes.
15813 (makefile-mode-abbrev-table): New variable.
15814 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15815 (makefile-font-lock-keywords): Fontify includes and conditionals.
15816 (toplevel): Require `dabbrev' and `add-log' when compiling.
15817
15818 * replace.el (perform-replace): Don't move forward one char
15819 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15820 to do that because it leaves point 1 position after the last
15821 replacement, after everything has been replaced.
15822
15823 * jit-lock.el (with-buffer-unmodified): New macro.
15824 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15825 modified state.
15826 (jit-lock-function-1): Extracted from jit-lock-function; not
15827 preserving buffer's modified state.
15828 (jit-lock-function, jit-lock-stealth-fontify):
15829 Call jit-lock-function-1.
15830
15831 * mail/rfc2368.el: Remove supernumerary copyright line.
15832
15833 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
15834
15835 * glasses.el: Provide facilities for inserting space before left
15836 parentheses and uncapitalization of identifiers.
15837 (glasses-mode): Try to remove old overlays in all cases.
15838
15839 2000-04-03 Gerd Moellmann <gerd@gnu.org>
15840
15841 * progmodes/compile.el (compile-internal): Display the compilation
15842 buffer in a different frame, if it's already displayed there.
15843
15844 * mail/rfc2368.el: New file.
15845
15846 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15847 header and insert its value as mail body.
15848
15849 * subr.el (member-ignore-case): New function.
15850
15851 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15852 (dabbrev--find-expansion): Ignore buffers matching a regexp
15853 from dabbrev-ignored-regexps.
15854
15855 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15856 to extensions handled by gzip.
15857
15858 2000-04-03 Richard M. Stallman <rms@gnu.org>
15859
15860 * files.el (insert-directory): List the total free space
15861 along with the used space.
15862
15863 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15864 line is followed by one that matches CITATION-REGEXP, end the
15865 paragraph.
15866
15867 2000-04-03 Markus Rost <rost@delysid.gnu.org>
15868
15869 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15870 (rmail-make-basic-summary-line): Use that option.
15871
15872 2000-04-03 Kenichi Handa <handa@etl.go.jp>
15873
15874 * international/mule-cmds.el (encoded-string-description):
15875 Rewritten. Try pretty description for ISO 2022 escape sequences
15876 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15877 for hexadecimal format.
15878
15879 2000-04-01 Dave Love <fx@gnu.org>
15880
15881 * cpp.el: Change customization group to `c' from `C'.
15882
15883 * vcursor.el (vcursor-move): Use display-color-p.
15884
15885 * international/mule-util.el: Provide mule-utils.
15886 (string-to-sequence): Simplify and speed up.
15887
15888 * international/mule.el (make-coding-system): Purecopy doc-string.
15889
15890 * international/mule-cmds.el: Various menu changes.
15891 (describe-specified-language-support): Handle `Default'.
15892 (set-language-info): Purecopy `info'.
15893
15894 2000-03-31 Andrew Innes <andrewi@gnu.org>
15895
15896 * vc.el (vc-backend-diff): Return the correct status if we had to
15897 retry the rcsdiff command without the --brief option.
15898
15899 2000-03-31 Dave Love <fx@gnu.org>
15900
15901 * help.el (help-manyarg-func-alist): Correct several omissions.
15902
15903 * add-log.el: Don't require cl, fortran.
15904 (add-log-current-defun-function): Doc fix.
15905 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
15906 (change-log-version-rcs): Function deleted.
15907 (change-log-version-number-search): Doc fix.
15908 Use vc-workfile-version. Avoid CL dolist.
15909 (add-change-log-entry): Just call add-log-current-defun to get
15910 defun. Simplify somewhat.
15911 (change-log-get-method-definition-1): Likewise.
15912 (add-log-current-defun): Return nil if calling
15913 add-log-current-defun-function does so. Move Fortran stuff to
15914 fortran.el. Return string without properties.
15915
15916 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15917 and :alpha: char classes.
15918
15919 * mail/supercite.el: Defvar curline when compiling.
15920 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15921 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15922 rather than a-zA-Z0-9 to allow non-ASCII characters.
15923
15924 2000-03-31 Gerd Moellmann <gerd@gnu.org>
15925
15926 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15927
15928 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15929 Re-enable new code.
15930
15931 * lpr.el (print-region-1): Use -d to specify printer name for
15932 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15933
15934 2000-03-31 Dave Love <fx@gnu.org>
15935
15936 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15937 Look for function definition in symbol's function value slot first
15938 instead of first consulting byte-compile-function-environment.
15939
15940 2000-03-31 Kenichi Handa <handa@etl.go.jp>
15941
15942 * language/european.el ("Polish"): New language environment.
15943 (setup-polish-environment): New function.
15944
15945 2000-03-30 Gerd Moellmann <gerd@gnu.org>
15946
15947 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15948 Disable new code.
15949
15950 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15951 trying to `load' the symbol of an autoload instead of the file
15952 recorded in the autoload. Fix error messages.
15953
15954 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15955
15956 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15957 (ps-print-version): New version number (5.1.3).
15958 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15959 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15960 (ps-generate-postscript-with-faces): Code fix.
15961 (ps-color-values): XEmacs compatibility.
15962 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15963 (ps-default-fg, ps-default-bg): Adjust customization.
15964 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15965 (ps-color-scale): Renaming old ps-color-value fun.
15966 (ps-print-headers): Replace ps-print-header group to avoid conflict
15967 with ps-print-header variable.
15968 (ps-print-miscellany): New group.
15969 (ps-format-color, ps-rgb-color): New funs.
15970 (ps-default-foreground): New var.
15971 (ps-printer-name-option): New const.
15972
15973 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15974
15975 * net/net-utils.el:
15976 (network-connection-host, network-connection-service): New variables
15977 (network-connection-mode): New mode, derived from comint-mode
15978 (network-connection-mode-setup): New function, saves host and
15979 service information in local variables.
15980
15981 * lisp/locate.el:
15982 (locate-word-at-point): Added this function
15983 (locate): Default to using locate-word-at-point as input
15984 Run dired-mode-hook
15985
15986 2000-03-29 Dave Love <fx@gnu.org>
15987
15988 * calendar/appt.el: Doc fixes.
15989 (appt-check): Convert min-to-app to a string before passing to
15990 appt-disp-window-function or concat.
15991 (appt-delete-window): Remove test for frame-root-window.
15992 (appt-select-lowest-window, appt-convert-time): Simplify.
15993
15994 * emacs-lisp/bytecomp.el: Doc fixes.
15995 (byte-compile-file-form-autoload):
15996 Update byte-compile-function-environment.
15997
15998 2000-03-29 Andreas Schwab <schwab@suse.de>
15999
16000 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
16001
16002 * dired.el (dired-insert-directory): If dired-free-space-program
16003 failed just delete its output.
16004
16005 2000-03-29 Dave Love <fx@gnu.org>
16006
16007 * international/iso-cvt.el: Move provide to end. Doc fixes.
16008 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16009 (iso-iso2sgml, iso-sgml2iso): New functions.
16010 (iso-cvt-define-menu): Fix some entries and use backquote for
16011 clarity.
16012
16013 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16014
16015 2000-03-28 Gerd Moellmann <gerd@gnu.org>
16016
16017 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16018 ISO-DATE. If non-nil, return date in ISO 8601 format.
16019
16020 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
16021
16022 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16023 if it ever becomes used.
16024 (log-edit-mode-hook): Default to vc-log-mode-hook.
16025 (log-edit-mode): Fix the docstring.
16026
16027 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16028 the code.
16029
16030 2000-03-26 Dave Love <fx@gnu.org>
16031
16032 * net/browse-url.el (browse-url): Re-fix case of
16033 browse-url-browser-function being an alist.
16034 (browse-url): Add :link to defgroup.
16035
16036 * files.el: Doc fixes.
16037 (file-truename): Include `[' in wildcard characters.
16038 (automount-dir-prefix): Customize.
16039 (find-file-wildcards): Add :version.
16040 (find-file-noselect): Simplify a mapcar call.
16041
16042 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16043 compatible with inf-lisp version.
16044 (eval-defun-1): Fix custom-declare-variable case.
16045
16046 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16047
16048 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16049
16050 2000-03-24 Gerd Moellmann <gerd@gnu.org>
16051
16052 * Makefile (COMPILE_FIRST): New macro.
16053 (compile-files): Compile files from COMPILE_FIRST first.
16054
16055 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
16056
16057 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16058 matching open parenthesis in column 0 to defun-prompt-regexp
16059 only if open-paren-in-column-0-is-defun-start is set.
16060
16061 * sun-curs.el: Require CL at compile-time only.
16062
16063 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16064 instead of copy-list which is a function from CL.
16065 (msb--choose-menu, msb--mode-menu-cond)
16066 (msb--create-buffer-menu-2): Use dolist instead of mapc.
16067 (msb--init-file-alist): Use mapcar instead of mapcan.
16068 (msb--aggregate-alist): Use mapcar instead of mapcan.
16069 Fix `(' in column 0 in doc string.
16070 (msb--add-separators): Use mapcar instead of mapcan.
16071
16072 * cus-dep.el: Require CL at compile-time only.
16073
16074 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
16075
16076 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16077 (byte-compile-warnings): New warning `noruntime'.
16078 (byte-compile-constants, byte-compile-variables): Fix docstring.
16079 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16080 execute `eval-whenc-compile's body.
16081 (byte-compile-unresolved-functions): Fix docstring.
16082 (byte-compile-eval): New function.
16083 (byte-compile-callargs-warn): Check if the function will be available
16084 at runtime (via property `byte-compile-noruntime').
16085 (byte-compile-print-syms): New function.
16086 (byte-compile-warn-about-unresolved-functions): Also warn about
16087 `noruntime' functions (and use `byte-compile-print-syms').
16088 (byte-compile-file): Capitalize the message.
16089
16090 2000-03-24 Gerd Moellmann <gerd@gnu.org>
16091
16092 * mail/rmail.el (rmail-confirm-expunge): New user-option.
16093 (rmail-expunge): Ask for confirmation depending on the setting
16094 of rmail-confirm-expunge.
16095
16096 2000-03-23 Gerd Moellmann <gerd@gnu.org>
16097
16098 * Makefile (bootstrap-clean): If $(emacs) exists, build
16099 loaddefs.el first. A loaddefs.el that's not up-to-date might
16100 cause a bootstrap failure because things don't autoload as expected.
16101
16102 2000-03-23 Dave Love <fx@gnu.org>
16103
16104 * net/browse-url.el: Restore previous use of
16105 browse-url-maybe-new-window.
16106
16107 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16108
16109 * ps-print.el: Skip banner page fix.
16110 (ps-print-version): New version number (5.1.2).
16111 (ps-begin-file, ps-end-file, ps-generate): Code fix.
16112
16113 2000-03-23 Dave Pearson <davep@davep.org>
16114
16115 * net/quickurl.el Changed the type of parameter passed to the
16116 function defined by `quickurl-format-function'. Before only the
16117 text of the URL was passed. Now the whole URL structure is passed
16118 and the function is responsible for extracting the parts it requires.
16119 Changed the default of `quickurl-format-function' accordingly.
16120 (quickurl-insert): Changed the `funcall' of
16121 `quickurl-format-function' to match the above change.
16122 (quickurl-list-insert): Changed the `url' case so that it makes
16123 use of `quickurl-format-function', previous to this the format was
16124 hard wired.
16125
16126 2000-03-22 Gerd Moellmann <gerd@gnu.org>
16127
16128 * startup.el: Change some spellings for the X Window System.
16129
16130 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
16131
16132 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16133 Clean up the code and the regexp and make sure the cursor is
16134 temporarily moved to the suspicious line while querying the user.
16135
16136 2000-03-22 Jason Rumney <jasonr@gnu.org>
16137
16138 * w32-fns.el (w32-charset-info-alist): Initialize.
16139
16140 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16141
16142 * ps-print.el: N-up last page fix.
16143 (ps-print-version): New version number (5.1.1).
16144 (ps-end-file, ps-end-job, ps-generate): Code fix.
16145
16146 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16147
16148 * files.el (find-file-run-dired): Update docstring.
16149 (find-directory-functions): New hook.
16150 (find-file-noselect): Run find-directory-functions rather than
16151 calling dired directly.
16152
16153 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16154
16155 * pcvs.el: Add a minimal leading commentary.
16156 (cvs-make-cvs-buffer): Change the header part by removing the startup
16157 message and adding a `Module' entry. Also replace the FOOTER and
16158 HEADER special fileinfos with the new support in ewoc for updating
16159 its own footer and header.
16160 (cvs-update-header): Update to use the header/footer of the ewoc.
16161 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16162 (cvs-is-within-p): New function.
16163 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16164 to only examine some subset of the buffers.
16165
16166 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16167 `format' instead of our own ad-hoc functions.
16168 Remove HEADER and FOOTER cases, now handled in the EWOC.
16169 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16170
16171 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16172 output to avoid scaring the user.
16173 (cvs-parse-table): Catch message for non-up-to-date commits.
16174
16175 * pcvs-defs.el (cvs-startup-message): Remove.
16176 (cvs-global-menu): New autoloaded menu.
16177
16178 * pcvs-util.el (cvs-string-fill): Remove.
16179
16180 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16181 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16182 PP part of it and also make it work for footers and headers.
16183 (ewoc-create): Drop POS and BUFFER arguments.
16184 Use the DLL's dummy node to store the end-of-footer position.
16185 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16186 (ewoc-refresh): Remove unused `header' variable.
16187 (ewoc-(get|set)-hf): New functions.
16188
16189 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16190 log-view-*-(message|file) and use easy-mmode-define-navigation.
16191 (log-view-message-re): Match SCCS format as well.
16192 And match the revision line rather than the dashed separator line.
16193 (log-view-mode): Use the new define-derived-mode.
16194 (log-view-current-tag): Fill in with an actual implementation.
16195
16196 * cvs-status.el (cvs-status-(prev|next)): Rename from
16197 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16198 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16199 to let the output "breathe" a little more (more readable).
16200 (cvs-status-mode): Use the new define-derived-mode.
16201
16202 * smerge-mode.el (smerge-auto-leave): New function and variable.
16203 (smerge-basic-map): Rename from smerge-basic-keymap.
16204 Change the bindings for smerge-diff-*.
16205 (smerge-*-map): Use easy-mmode-defmap.
16206 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16207 (smerge-keep-*): Use smerge-auto-leave.
16208
16209 2000-03-21 Jason Rumney <jasonr@gnu.org>
16210
16211 * cus-edit.el (custom-button-face): Use 3D look for w32.
16212 (custom-button-pressed-face): Likewise.
16213
16214 2000-03-21 Gerd Moellmann <gerd@gnu.org>
16215
16216 * progmodes/etags.el (tags-case-fold-search): New user-option.
16217 (tags-loop-eval): New function. Bind case-fold-search around eval
16218 depending on the value of tags-case-fold-search.
16219 (tags-loop-continue): Use tags-loop-eval.
16220 (find-tag-in-order): Bind case-fold-search depending on the value
16221 of tags-case-fold-search.
16222
16223 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16224
16225 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
16226 (diff-end-of-hunk): Return the end position for use in
16227 `easy-mmode-define-navigation'.
16228 (diff-recenter): Remove.
16229 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16230 of `easy-mmode-define-navigation'.
16231 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16232 previous renaming) and fix to use new names.
16233 (diff-merge-strings): Use \n as separator: simpler, faster.
16234 (diff-mode): Use `define-derived-mode'.
16235
16236 * derived.el (define-derived-mode): Don't autoload anymore.
16237 Prefer the macro-only version provided by easy-mmode.el.
16238
16239 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
16240 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
16241 (easy-mmode-define-navigation): New macro.
16242
16243 * subr.el (combine-run-hooks): New function.
16244
16245 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
16246
16247 * term/x-win.el: Fontsets related initialization is simplified.
16248
16249 * international/mule-diag.el (describe-font): Don't refer to
16250 global-fontset-alist, instead call font-list.
16251 (describe-fontset, list-fontsets, mule-diag): Likewise.
16252 (print-fontset): Adjusted for the change of fontset implementation.
16253
16254 * international/fontset.el (x-charset-registries): Variable removed,
16255 instead the corresponding data is stored in the default fontset.
16256 (register-alternate-fontnames): Function removed.
16257 (resolved-ascii-font): Variable removed.
16258 (x-compose-font-name): Ignore the second argument REDOCE.
16259 (x-complement-fontset-spec): Complement only an ASCII font and
16260 element for those charsets than can use that ASCII font.
16261 (generate-fontset-menu): Don't refer to global-fontset-alist,
16262 instead call fontset-list.
16263 (uninstantiated-fontset-alist): Variable removed.
16264 (x-style-funcs-alist): Likewise.
16265 (fontset-default-styles): Likewise.
16266 (x-modify-font-name): Function removed.
16267 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
16268 (create-fontset-from-ascii-font): Docsting adjusted for the above
16269 change.
16270 (instantiate-fontset, resolve-fontset-name): Functions removed.
16271 (fontset-list): Now implemented by C code.
16272
16273 * faces.el (read-face-font): Fix TABLE arg to completing-read.
16274 (describe-face): Include `font' attribute in the description.
16275
16276 2000-03-21 Kenichi Handa <handa@etl.go.jp>
16277
16278 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16279
16280 2000-03-20 Gerd Moellmann <gerd@gnu.org>
16281
16282 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16283 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16284 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16285
16286 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16287 about behavior of set-buffer-modified-p wrt redisplay.
16288
16289 2000-03-19 Richard M. Stallman <rms@gnu.org>
16290
16291 * view.el (view-mode-disable): Kill local binding of view-read-only.
16292
16293 2000-03-18 Gerd Moellmann <gerd@gnu.org>
16294
16295 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
16296 is a string, convert it to a syntax cell using string-to-syntax.
16297
16298 * simple.el (syntax-code-table, syntax-flag-table): New variables.
16299 (string-to-syntax): New function.
16300
16301 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16302 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16303 try to use passive ftp mode.
16304
16305 2000-03-17 Gerd Moellmann <gerd@gnu.org>
16306
16307 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16308
16309 * simple.el (append-to-buffer): Update point of windows after
16310 insertion.
16311
16312 * abbrev.el (inverse-add-abbrev): Identify word by first moving
16313 forward then moving backward. Reindent.
16314
16315 * frame.el (other-frame): Call x-focus-frame only if
16316 focus-follows-mouse is off.
16317
16318 2000-03-17 Dave Love <fx@gnu.org>
16319
16320 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
16321
16322 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
16323
16324 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16325 regexp for labels cannot span several lines.
16326
16327 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16328 `(setq :<key> ':<key>)' to the macro expansion.
16329
16330 2000-03-16 Dave Love <fx@gnu.org>
16331
16332 * progmodes/f90.el (f90): Put custom group under `languages', not
16333 `fortran'.
16334 (f90-mode-hook): Customize.
16335 (f90-mode): Set add-log-current-defun-function.
16336 (f90-current-defun): New function.
16337
16338 2000-03-16 Gerd Moellmann <gerd@gnu.org>
16339
16340 * cus-edit.el (custom-variable-tag-face): Handle case that
16341 default face's height is not a number.
16342 (custom-face-tag-face, custom-group-tag-face-1)
16343 (custom-group-tag-face): Ditto.
16344 (custom-group-tag-face-1): Add :group.
16345
16346 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16347
16348 2000-03-15 Gerd Moellmann <gerd@gnu.org>
16349
16350 * pcvs-defs.el (toplevel): Remove autoload cookie for form
16351 requiring easymenu.
16352
16353 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16354
16355 * ps-print.el: PostScript user-defined prologue, PostScript error
16356 handler, doc fix.
16357 (ps-print-version): New version number (5.1).
16358 (ps-user-defined-prologue, ps-error-handler-message)
16359 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16360 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16361 (ps-insert-string): New function.
16362
16363 2000-03-15 Kenichi Handa <handa@etl.go.jp>
16364
16365 * international/ccl.el (ccl-compile-expression): Don't generate
16366 invalid self-assignment code.
16367
16368 2000-03-14 Dave Love <fx@gnu.org>
16369
16370 * subr.el (replace-regexp-in-string): Renamed from
16371 replace-regexps-in-string. Doc fix.
16372
16373 2000-03-12 Dave Love <fx@gnu.org>
16374
16375 * cus-edit.el: Doc fixes.
16376 (customize-set-variable, customize-save-variable): Rename args for doc.
16377 (custom-variable-tag-face, custom-face-tag-face)
16378 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16379 style which user identify as hyperlink.
16380 (hook): Don't add undefined functions to the hook.
16381 (debug-ignored-errors): Transfer message from bindings.el.
16382
16383 2000-03-12 Gerd Moellmann <gerd@gnu.org>
16384
16385 * recentf.el (recentf-keep-non-readable-files-p):
16386 Remove double/nested definition.
16387
16388 2000-03-12 Dave Love <fx@gnu.org>
16389
16390 * facemenu.el (facemenu-get-face): Use display-color-p.
16391 * enriched.el (enriched-decode-foreground): Likewise.
16392 (enriched-decode-background): Likewise.
16393 * isearch.el (isearch-highlight): Likewise.
16394 * info-look.el (info-lookup): Likewise.
16395 * simple.el (completion-setup-function): Likewise.
16396
16397 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16398 :options.
16399
16400 * bindings.el (mode-line-format): Fix line-number and
16401 column-number items. Add help-echo for the background.
16402 (mode-line-mule-info): Modify help-echo.
16403
16404 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16405
16406 * files.el (load-file): Allow completion to .elc.
16407
16408 * man.el: Doc fixes.
16409 (Man-init-defvars): Use display-color-p to set fontification.
16410
16411 * play/hanoi.el (hanoi-internal): Don't use oddp.
16412
16413 2000-03-12 Gerd Moellmann <gerd@gnu.org>
16414
16415 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16416
16417 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16418
16419 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16420
16421 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16422 Fix comment.
16423
16424 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16425
16426 * font-lock.el (font-lock-keywords): Fix the doc now that
16427 regexp-opt-depth is unnecessary.
16428 (save-buffer-state): Set an edebug spec.
16429 (font-lock-fontify-anchored-keywords): Properly handle the case when
16430 the matcher goes past the limit.
16431
16432 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16433 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16434
16435 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16436 dll.el and cookie.el (from Elib) with heavy renaming and other
16437 massaging.
16438
16439 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16440 Autoload the functions used.
16441 (easy-mmode-define-syntax): Fix CL typo.
16442 (easy-mmode-define-derived-mode): Improve the docstring generation.
16443
16444 2000-03-10 Gerd Moellmann <gerd@gnu.org>
16445
16446 * textmodes/texinfo.el (texinfo-version): Variable and function
16447 removed.
16448
16449 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16450
16451 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16452 allow more flexibility.
16453 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
16454 (easy-mmode-defmap, easy-mmode-defsyntax)
16455 (easy-mmode-define-derived-mode): New macros.
16456
16457 2000-03-09 Didier Verna <didier@xemacs.org>
16458
16459 * rect.el (replace-rectangle): New function.
16460
16461 2000-03-09 Dave Love <fx@gnu.org>
16462
16463 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
16464 (fortran-comment-line-start-skip): Don't match cpp stuff.
16465 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16466 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16467 (fortran-mode): Don't set fortran-comment-line-start-skip,
16468 fortran-comment-line-start here. Set comment-start,
16469 add-log-current-defun.
16470 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16471 (fortran-current-defun): New function.
16472
16473 2000-03-09 Gerd Moellmann <gerd@gnu.org>
16474
16475 * emacs-lisp/re-builder.el: New file.
16476
16477 * mouse.el (mouse-drag-region): Don't run up-event handler
16478 if hscroll has changed.
16479
16480 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16481 builtin operators, use `font-lock-builtin-face' for Emacs and
16482 `font-lock-preprocessor-face' otherwise.
16483
16484 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16485 `(defun (setf foo)' differently.
16486
16487 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16488
16489 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16490 (regexp-opt): Update comment and adapt the code the new meaning of
16491 the `paren' argument of regex-opt-group for shy-groups.
16492 (regexp-opt-depth): Handle shy groups as well as backslashed
16493 backslashes.
16494 (regexp-opt-group): Turn the leading comment into a docstring.
16495 Allow `paren' to be a string (the string to use to open a group).
16496 Remove open-presuf and close-presuf. Instead of checking for `all
16497 one-char' and then later on check for `several one-char', handle
16498 both cases close together. Also apply a more generic algorithm
16499 for suffixes (the mirror image of the algorithm used for
16500 prefixes). Use shy-groups. Use nreverse rather than reverse.
16501 (regexp-opt-try-suffix): Removed.
16502
16503 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16504 from comint-mode-map, so we can just inherit from it. Also, move
16505 the initialization into the `defvar' since there's no docstring
16506 anyway and it's fairly short.
16507 (inferior-scheme-mode): Define it as derived-mode: the code is
16508 shorter and this way we inherit from comint-mode-map rather than
16509 copying it.
16510
16511 * subr.el (replace-regexps-in-string): Properly handle the case
16512 where we match an empty string.
16513
16514 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16515 when the command has a directory component (such as "./testml").
16516 Also fix a typo in the comment.
16517
16518 2000-03-08 Gerd Moellmann <gerd@gnu.org>
16519
16520 * Makefile (compile-files): Compile files one by one because
16521 that's the only way to ensure a clean compilation environment for
16522 each individual file.
16523
16524 * frame.el (other-frame): Call x-focus-frame.
16525
16526 2000-03-07 Dave Love <fx@gnu.org>
16527
16528 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16529 :require to defcustom.
16530
16531 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
16532
16533 * files.el (auto-mode-alist): Add configure.in.
16534
16535 * progmodes/autoconf.el: New file.
16536
16537 2000-03-07 Gerd Moellmann <gerd@gnu.org>
16538
16539 * mail/mh-e.el: Change maintainer to `none'.
16540
16541 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16542 to remove-hook and add-hook.
16543
16544 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16545
16546 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16547 it as the default.
16548 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16549 (sendmail-send-it): Conditionally add MIME headers specifying the
16550 used character set.
16551
16552 2000-03-07 Dave Love <fx@gnu.org>
16553
16554 * winner.el: Fix keywords, autoload cookies.
16555 Split eval-when-compile form to avoid compilation failure.
16556
16557 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16558
16559 * international/mule.el: Modify comment about coding system
16560 property `coding-category'.
16561 (make-coding-system): New argument EOL-TYPE. Pay attention to
16562 coding-category property of PROPERTIES.
16563
16564 * international/mule-conf.el (coding-category-utf-8)
16565 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
16566 categories. Include them in the argument for set-coding-priority.
16567
16568 * international/mule-cmds.el (reset-language-environment):
16569 Include coding-category-utf-8, coding-category-utf-16-be, and
16570 coding-category-utf-16-le in the argument for set-coding-priority.
16571 (reset-language-environment): Initialize coding-category-utf-8,
16572 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16573
16574 2000-03-06 Karl Fogel <kfogel@red-bean.com>
16575
16576 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16577 code abstracted out of `bookmark-jump-noselect'. Now tries info
16578 extensions as well as compression extensions.
16579 (bookmark-jump-noselect): Use above new func.
16580
16581 2000-03-03 Gerd Moellmann <gerd@gnu.org>
16582
16583 * strokes.el: Change maintainer's mail address.
16584
16585 2000-03-03 Kenichi Handa <handa@etl.go.jp>
16586
16587 * international/mule-diag.el (list-character-sets): Make help-echo
16588 string by substitute-command-keys.
16589 (list-character-sets): Likewise.
16590 (sort-listed-character-sets): Call help-setup-xref.
16591
16592 2000-03-02 Gerd Moellmann <gerd@gnu.org>
16593
16594 * time.el (display-time-mail-file): Add `none' to the list of choices.
16595
16596 2000-03-01 Dave Love <fx@gnu.org>
16597
16598 * help.el (help-xref-go-back): Don't try to set position.
16599
16600 * international/mule-diag.el (list-character-sets):
16601 Call help-setup-xref. Add help-echo to xrefs.
16602 (list-character-sets-1): Add help-echo to xrefs.
16603
16604 2000-03-02 Gerd Moellmann <gerd@gnu.org>
16605
16606 * frame.el (blink-cursor-mode): Switch cursor on when turning
16607 the mode off.
16608
16609 * add-log.el (add-log-current-defun): Add support for
16610 Autoconf mode.
16611
16612 * mail/rmail.el (rmail-quit-hook): New variable.
16613
16614 2000-03-01 Dave Love <fx@gnu.org>
16615
16616 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16617
16618 * help.el (help-xref-button): Add help-echo arg.
16619 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16620
16621 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
16622
16623 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
16624
16625 2000-03-01 Gerd Moellmann <gerd@gnu.org>
16626
16627 * image.el (defimage): Look for image files in load-path.
16628
16629 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
16630
16631 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16632
16633 * recentf.el (recentf): Added version tag to the defgroup of recentf.
16634
16635 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16636
16637 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
16638 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16639 action to select/unselect a file.
16640 (recentf-edit-list): Code cleanup and improvement.
16641 (recentf-open-more-files-action): `recentf-open-more-files' button
16642 widget action to open a file.
16643 (recentf-open-more-files): No more use standard completion but widgets.
16644 (recentf-more-collection): Deleted.
16645 (recentf-more-history): Deleted.
16646 (recentf-setup-more-completion): Deleted.
16647
16648 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16649
16650 * recentf.el (recentf-mode): No more needs that Emacs is running
16651 under a window-system.
16652
16653 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16654
16655 * recentf.el (recentf-edit-list): New command to edit the recent
16656 list which allow the user to remove files.
16657 (recentf-edit-selected-items): New global variable, used by
16658 `recentf-edit-list' to hold the list of files to be removed from
16659 the recent list.
16660 (recentf-make-menu-items): Updated to display a "Edit list..."
16661 menu item. Minor code cleanup.
16662
16663 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16664
16665 * recentf.el (recentf-open-more-files): New command to open files
16666 that are not displayed in the menu.
16667 (recentf-more-collection): New global variable holding the set of
16668 permissible completions used by `recentf-open-more-files'.
16669 (recentf-more-history): New global variable holding the history list
16670 used by `recentf-open-more-files' completion.
16671 (recentf-setup-more-completion): New function to setup completion for
16672 `recentf-open-more-files'.
16673 (recentf-make-menu-items): Updated to display a "More..." menu item.
16674
16675 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16676
16677 * recentf.el (recentf-menu-action): Doc fixed.
16678
16679 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16680
16681 * recentf.el (recentf-menu-filter): Doc updated.
16682 (recentf-update-menu-hook): Allow menu filters to force menu update.
16683 (recentf-make-menu-items): New menu filter handling.
16684 (recentf-make-menu-item): New helper function.
16685 (recentf-menu-elements): New menu handling function.
16686 (recentf-sort-ascending): Updated to new menu filter handling.
16687 (recentf-sort-descending): Updated to new menu filter handling.
16688 (recentf-sort-basenames-ascending): New menu filter function.
16689 (recentf-sort-basenames-descending): New menu filter function.
16690 (recentf-show-basenames): New menu filter function.
16691 (recentf-show-basenames-ascending): New menu filter function.
16692 (recentf-show-basenames-descending): New menu filter function.
16693
16694 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16695
16696 * diary-lib.el (list-diary-entries): Don't try to go forward at
16697 the end of the buffer.
16698
16699 2000-02-29 Kenichi Handa <handa@etl.go.jp>
16700
16701 * international/mule-diag.el (list-character-sets):
16702 Completely rewritten.
16703 (sort-listed-character-sets): New function.
16704 (list-character-sets-1): Completely rewritten.
16705 (list-character-sets-2): New function.
16706 (non-iso-charset-alist): New variable.
16707 (decode-codepage-char): New function.
16708 (charset-history): New variable.
16709 (read-charset) (list-block-of-chars)
16710 (list-iso-charset-chars)
16711 (list-non-iso-charset-chars)
16712 (list-charset-chars): New functions.
16713 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
16714 (dump-charsets): Likewise.
16715
16716 2000-02-29 Gerd Moellmann <gerd@gnu.org>
16717
16718 * dired-x.el (dired-filename-at-point): Add `@' to valid
16719 file name characters.
16720 (dired-filename-at-point): Handle ange-ftp file names.
16721
16722 * frame.el (frame-notice-user-settings): Use assq-delete-all
16723 instead of assoc-delete-all.
16724 (frame-notice-user-settings): Ditto.
16725
16726 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16727 Don't copy alist.
16728
16729 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16730
16731 * calculator.el (calculator-use-menu): New option.
16732 (calculator-initial-bindings): Changed some bindings to work as macros.
16733 (calculator-forced-input): Removed.
16734 (calculator-restart-other-mode): New variable.
16735 (calculator-mode-map): Set up menu.
16736
16737 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16738
16739 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
16740
16741 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16742
16743 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
16744 translate all ESC key sequences.
16745 (viper-goto-mark-subr): Restore markers for files for which
16746 they were saved.
16747 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16748 * viper-util.el (viper-set-replace-overlay-glyphs)
16749 (viper-set-replace-overlay): Always check if the replacement
16750 overlay is live.
16751 * viper.el (viper-vi-state-mode-list): Add major modes.
16752 * ediff-wind.el: Minor comment changes.
16753 * ediff.el: Copyright notice date fix.
16754
16755 2000-02-27 Jason Rumney <jasonr@gnu.org>
16756
16757 * faces.el (face-font-family-alternatives): Add arial to helv.
16758 (mode-line, header-line, tool-bar): Same default as x for w32.
16759 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16760 face-font-family-alternatives from working.
16761 * term/w32-win.el (mouse-set-font): Do not build fontset from
16762 chosen font.
16763
16764 2000-02-25 Sam Steingold <sds@goems.com>
16765
16766 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16767 properly.
16768
16769 2000-02-25 Richard M. Stallman <rms@gnu.org>
16770
16771 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16772
16773 2000-02-25 Gerd Moellmann <gerd@gnu.org>
16774
16775 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
16776
16777 * frame.el (busy-cursor-delay-seconds): New option.
16778
16779 2000-02-24 Gerd Moellmann <gerd@gnu.org>
16780
16781 * frame.el (show-cursor-in-non-selected-windows): New option.
16782
16783 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16784
16785 * diary-lib.el (include-other-diary-files): Undo the selective
16786 display in any included file and don't kill it.
16787
16788 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16789
16790 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16791 Menu items converted to (menu-item format, help strings added.
16792 [downcase, upcase]: Don't enable on MS-DOS.
16793 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
16794 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16795
16796 2000-02-23 Dave Love <fx@gnu.org>
16797
16798 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16799 (backward-kill-word): Revert addition of * to interactive spec --
16800 it's a feature.
16801
16802 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16803 (backward-kill-sentence, kill-sentence): Likewise.
16804
16805 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16806 scratch buffer name.
16807 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
16808
16809 * term/w32-win.el (internal-face-interactive): Update prompt for
16810 new read-face-name.
16811
16812 * mail/footnote.el (footnote): Add :version to defgroup.
16813 (footnote-section-tag-regexp): Customize.
16814 (footnote-start-tag, footnote-end-tag): New option.
16815 (footnote-latin-regexp): New variable.
16816 (Footnote-latin): New function.
16817 (footnote-style-alist): Add element for latin style.
16818 (footnote-style): Moved.
16819 (Footnote-goto-footnote): Use eq to test arg.
16820
16821 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16822
16823 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16824 (byte-compile-trueconstp): Include keywords.
16825 (byte-optimize-quote, byte-optimize-lapcode):
16826 Use byte-compile-const-symbol-p.
16827 (byte-optimize-char-before): New optimization.
16828
16829 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16830 (byte-compile-const-symbol-p): New function.
16831 (byte-compile-constp, byte-compile-out-toplevel)
16832 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16833 Use it.
16834
16835 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16836
16837 2000-02-23 Kenichi Handa <handa@etl.go.jp>
16838
16839 * international/encoded-kb.el: Be sure to update minor-mode-alist
16840 and minor-mode-map-alist.
16841 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16842 codes SS2 and SS3 correctly.
16843 (encoded-kbd-self-insert-ccl): New function.
16844 (encoded-kbd-setup-keymap): New function.
16845 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16846 by calling encoded-kbd-setup-keymap.
16847
16848 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16849 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
16850
16851 2000-02-22 Dave Love <fx@gnu.org>
16852
16853 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
16854 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
16855 (lisp-mode-syntax-table): Set up for #|...|# comments.
16856 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16857 classes. Match `defface'.
16858 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16859 (eval-defun-1): Fix for defcustom.
16860 (lisp-indent-region): Doc fix.
16861
16862 * subr.el (when, unless, split-string): Doc fix.
16863 (read-passwd): Move call of clear-this-command-keys to the right place.
16864 (replace-regexps-in-string): New function.
16865
16866 2000-02-22 Gerd Moellmann <gerd@gnu.org>
16867
16868 * help.el (describe-variable): Set syntax table to
16869 emacs-lisp-mode-syntax-table when moving forward over the
16870 symbol's name.
16871
16872 2000-02-22 Dave Love <fx@gnu.org>
16873
16874 * xt-mouse.el: Doc fixes.
16875 (xterm-mouse-position-function): New function, replacing advice of
16876 mouse-position.
16877 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16878
16879 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16880
16881 2000-02-21 Gerd Moellmann <gerd@gnu.org>
16882
16883 * format.el (format-annotate-single-property-change):
16884 Handle properties.with dotted-list values.
16885 (format-proper-list-p): New function.
16886
16887 * enriched.el (enriched-face-ans): Handle '(foreground-color
16888 . COLOR) and (background-color . COLOR).
16889
16890 2000-02-20 Dave Love <fx@gnu.org>
16891
16892 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16893 and assignments to it.
16894 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16895 current local map.
16896 (make-flyspell-overlay): Use it.
16897 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16898
16899 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16900 (lm-get-header-re): Defun, not defsubst.
16901 (lm-get-package-name): Defun, not defsubst. Simplify.
16902 (lm-version): Doc fix. Simplify.
16903 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16904 (lm-crack-address, lm-last-modified-date, lm-commentary)
16905 (lm-verify, lm-synopsis): Simplify.
16906 (lm-report-bug): Require emacsbug. Use compose-mail.
16907
16908 2000-02-20 Gerd Moellmann <gerd@gnu.org>
16909
16910 * dired.el (dired-mode): Call propertized-buffer-identification
16911 to set mode-line-buffer-identification to something having
16912 the right text properties.
16913
16914 * bindings.el (propertized-buffer-identification): New function.
16915
16916 2000-02-20 Dave Love <fx@gnu.org>
16917
16918 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16919 check for t-mouse too.
16920
16921 * cus-start.el: Make echo-keystrokes `number'.
16922
16923 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16924
16925 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16926 Don't call ring-empty-p unless tags-location-ring is bound.
16927 From Noah Friedman <friedman@splode.com>.
16928
16929 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16930
16931 * progmodes/hideshow.el (hs-flag-region): No longer use
16932 `intangible' overlay property.
16933
16934 (hs-toggle-hiding): New command.
16935 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16936
16937 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16938 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16939 and deactivation.
16940
16941 2000-02-18 Gerd Moellmann <gerd@gnu.org>
16942
16943 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16944
16945 2000-02-17 Gerd Moellmann <gerd@gnu.org>
16946
16947 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16948
16949 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16950 of `*' to handle `(* ... *)' comments.
16951
16952 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16953
16954 * faces.el (list-faces-display): Use display-mouse-p instead of
16955 window-system.
16956
16957 * menu-bar.el (global-map): Menu-bar items converted to the new
16958 format (menu-item..., rearranged for better CUA compliance, and
16959 their names changed for better clarity. Help strings added.
16960
16961 * international/mule-cmds.el (mule-menu-keymap)
16962 (describe-language-environment-map, set-coding-system-map)
16963 (setup-language-environment-map): Convert to new (menu-item...
16964 form, add help strings. Change names of menu items for better clarity.
16965 "Mule" menu-bar item removed (it's now in the "Options" submenu).
16966
16967 2000-02-17 Gerd Moellmann <gerd@gnu.org>
16968
16969 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16970 within the code.
16971
16972 2000-02-16 Dave Love <fx@gnu.org>
16973
16974 * faces.el: Don't require custom. Add more specific :groups to
16975 various deffaces.
16976 (set-face-attribute): Purecopy args.
16977 (read-face-name): Default to name at point and use it in prompt.
16978 Remove colon from arg in all callers.
16979 (list-faces-display): Hyperlink to face descriptions and customize
16980 buffers.
16981
16982 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16983
16984 * wid-edit.el (widget-match-inline): An atom never matches a list.
16985
16986 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16987
16988 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16989 at ':' characters by call to split-string.
16990
16991 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16992
16993 * textmodes/bibtex.el: Added RCS version identification.
16994
16995 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16996
16997 * textmodes/bibtex.el: Some temporary comments removed.
16998 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
16999 (bibtex-field-const): Allow capital letters.
17000 (bibtex-start-of-string): Deleted because unused.
17001
17002 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17003 use the term 'reference' to describe a bibtex entry as a whole.
17004 Further, reference keys are no longer called 'labels'.
17005 (bibtex-keys): Renamed to bibtex-reference-keys.
17006 (bibtex-reformat-previous-labels): Renamed to
17007 bibtex-reformat-previous-reference-keys.
17008 (bibtex-reference-type): Renamed to bibtex-entry-type.
17009 (bibtex-reference-head): Renamed to bibtex-entry-head.
17010 (bibtex-reference-maybe-empty-head): Renamed to
17011 bibtex-entry-maybe-empty-head.
17012 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17013 (bibtex-search-reference): Renamed to bibtex-search-entry.
17014 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17015 bibtex-enclosing-entry-maybe-empty-head.
17016 (bibtex-entry-field-alist, bibtex-entry-head)
17017 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17018 (bibtex-map-entries, bibtex-search-entry)
17019 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17020 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17021 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17022 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17023 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17024 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17025 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
17026
17027 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17028
17029 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17030 comment.
17031 (bibtex-format-field-delimiters): New function, functionality
17032 extracted from bibtex-format-entry.
17033 (bibtex-autokey-get-yearfield-digits): New function, functionality
17034 extracted from bibtex-autokey-get-yearfield.
17035
17036 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17037 entries in order to avoid stack overflow in the regexp matcher if
17038 field contents become large.
17039 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17040 (bibtex-field-string-part-not-braced)
17041 (bibtex-field-string-part-no-inner-braces)
17042 (bibtex-field-string-part-1-inner-brace)
17043 (bibtex-field-string-part-2-inner-braces)
17044 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17045 (bibtex-field-string-quoted, bibtex-field-string)
17046 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17047 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17048 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17049 Deleted as parsing is now performed by the following functions.
17050 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17051 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17052 (bibtex-parse-field-string, bibtex-search-forward-field-string)
17053 (bibtex-parse-association, bibtex-field-name-for-parsing)
17054 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17055 (bibtex-search-forward-field, bibtex-search-backward-field)
17056 (bibtex-start-of-field, bibtex-end-of-field)
17057 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17058 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17059 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17060 (bibtex-parse-string, bibtex-search-forward-string)
17061 (bibtex-search-backward-string, bibtex-start-of-string)
17062 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17063 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17064 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
17065 entries. Instead of reporting the results of the parsing by
17066 match-beginning or match-end, these functions return data structures
17067 that hold the corresponding positions.
17068 (bibtex-enclosing-field): Changed to also report field boundaries by
17069 return values rather than by match-beginning or match-end.
17070 The following functions have been adapted to use the new
17071 parsing functions.
17072 (bibtex-skip-to-valid-entry, bibtex-search-reference)
17073 (bibtex-enclosing-field, bibtex-format-entry)
17074 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17075 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17076 (bibtex-print-help-message, bibtex-end-of-entry)
17077 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17078 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17079 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17080 Use the new method for parsing.
17081 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17082 (bibtex-map-entries, bibtex-flash-head)
17083 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17084 (bibtex-autokey-change, bibtex-autokey-get-namefield)
17085 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17086 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17087 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17088 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17089 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17090 order to make the new binding of case-fold-search immediately visible.
17091
17092 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17093
17094 * textmodes/bibtex.el: Copyright notice is up to date.
17095 Added constant 'bibtex-maintainer-salutation.
17096
17097 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
17098 than make-temp-name, use match-string-no-properties and eliminate
17099 a quadratic behavior when building bibtex-strings.
17100
17101 * bibtex.el (bibtex-reference-key): Accept string entries whose
17102 reference key contains upper case letters.
17103
17104 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17105
17106 * bibtex.el (bibtex-reference-head): Allow entries to start with
17107 a new line.
17108
17109 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17110
17111 * bibtex.el: Hiding of entry bodies is not longer provided by
17112 bibtex.el directly. Instead the hideshow package can be used.
17113 Added a special bibtex entry to hs-special-modes-alist.
17114 (bibtex-hs-forward-sexp): Added for hideshow.el.
17115
17116 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17117
17118 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17119 proceedings entry type (for cross referencing). Thanks to Wagner
17120 Toledo Correa for the suggestion.
17121
17122 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17123
17124 2000-02-14 Kenichi Handa <handa@etl.go.jp>
17125
17126 * international/characters.el: Setup case table for Vietnamese.
17127
17128 2000-02-12 Gerd Moellmann <gerd@gnu.org>
17129
17130 * uniquify.el (toplevel): Require CL at compile time.
17131 (uniquify-push): Removed.
17132
17133 * shadowfile.el (shadow-when): Removed.
17134
17135 * tempo.el (tempo-dolist, tempo-mapc): Removed.
17136 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
17137
17138 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17139 regexp for paragraph-start.
17140
17141 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17142 commas as well.
17143
17144 2000-02-10 Dave Love <fx@gnu.org>
17145
17146 * wid-edit.el: (widgets) [defgroup]: Remove url link.
17147 (widget-color-choice-list, widget-color-history, widget-mouse-help):
17148 Deleted.
17149 (widget-specify-field, widget-specify-button): Don't use
17150 widget-mouse-help as help-echo property.
17151 (default): Use #'ignore for :validate and :mouse-down-action.
17152 (checkbox): Add help-echo.
17153 (widget-sexp-validate): Rewritten to clarify error messages.
17154 (character): Use char-valid-p in :match function.
17155 (widget-color-complete): Use facemenu-color-alist.
17156 (widget-color-action): Use facemenu-read-color.
17157
17158 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
17159 set up `caar' &c that we now have.
17160
17161 2000-02-09 Ray Blaak <blaak@gnu.org>
17162
17163 * delphi.el: Make resourcestring a declaration region, like const
17164 and var.
17165
17166 2000-02-09 Dave Love <fx@gnu.org>
17167
17168 * bindings.el (mode-line-input-method-map): New variable.
17169 (mode-line-mule-info): Use it; fix last change.
17170 (mode-line-mode-menu): Move definition.
17171 (mode-line-mouse-sensitive-p): Deleted.
17172 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
17173 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
17174
17175 * startup.el (command-line-1): Don't call
17176 make-mode-line-mouse-sensitive.
17177
17178 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17179
17180 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17181 before rmail-toggle-header, because the former toggles headers.
17182
17183 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17184
17185 * diff-mode.el (diff-kill-junk): New interactive function.
17186 (diff-reverse-direction): Use delete-and-extract-region.
17187 (diff-post-command-hook): Restrict the area so that the hook also works
17188 outside of any diff hunk. This is necessary for the minor-mode.
17189 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17190 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17191
17192 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17193 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17194 so that it can be used more easily in <foo>-mode-hook. Also make sure
17195 to avoid duplicate entries.
17196 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17197 (font-lock-remove-keywords): Just as was done for `add', allow it to
17198 work even if font-lock-mode is nil. Also make sure we don't modify
17199 any pre-existing list by forcing a copy-sequence. Finally rename
17200 `major-mode' to `mode'.
17201 (font-lock-fontify-syntactic-anchored-keywords)
17202 (font-lock-fontify-anchored-keywords)
17203 (font-lock-fontify-keywords-region): Use line-end-position.
17204 Don't make `font-lock-multiline' local (it's now done in
17205 font-lock-set-defaults).
17206 (font-lock-set-defaults): Make `font-lock-multiline' local.
17207 Move the `font-lock-fontified' creation to inside the `unless'.
17208
17209 2000-02-06 Andrew Innes <andrewi@gnu.org>
17210
17211 * term/w32-win.el (x-handle-args): Comment out call to message,
17212 which occurs before window system is initialized.
17213
17214 * makefile.nt: Add support for recompiling lisp code.
17215
17216 2000-02-04 Dave Love <fx@gnu.org>
17217
17218 * bindings.el (mode-line-mule-info): Fix/extend last change.
17219
17220 * completion.el: Replace completion-dolist with dolist.
17221
17222 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
17223
17224 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17225
17226 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
17227 environment names before they go into the section regexp.
17228
17229 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
17230 char class in regexp.
17231
17232 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17233 Bind `case-fold-search' to nil.
17234
17235 * progmodes/idlwave.el (idlwave-template):
17236 Respect `idlwave-abbrev-change-case'.
17237 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17238 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17239 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
17240 (idlwave-rw-case): New function.
17241 (idlwave-statement-match): Fixed problem with assignment regexp.
17242 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
17243 (idlwave-surround): New argument LENGTH to support padding of
17244 operators longer than 1 char.
17245
17246 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17247 idlwave-shell-expression-overlay. Implemented printing of
17248 expressions on higher levels of the calling stack.
17249 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
17250 (idlwave-retrieve-expression-from-level): New function.
17251 (idlwave-shell-last-calling-stack): Variable removed.
17252 (idlwave-shell-reset): Argument action reversed (`visible' to
17253 `hidden'). Also remove stop-line overlay.
17254 (idlwave-shell-calling-stack-routine): New variable.
17255 (idlwave-shell-parse-stack-and-display): Messages now display
17256 negative level numbers.
17257 (idlwave-shell-mode): Set `modeline-format'.
17258 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
17259 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
17260 (idlwave-shell-print-expression-function): New option.
17261
17262 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17263 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
17264 `tool-bar' instead of `toolbar'.
17265
17266 2000-02-02 Dave Love <fx@gnu.org>
17267
17268 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17269 emacs-lisp-mode-hook. Don't check for defalias being defined.
17270
17271 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
17272 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17273 Use the new builtins directly.
17274
17275 * whitespace.el (whitespace): Add :version to defgroup.
17276
17277 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17278 Doc fix.
17279
17280 * thingatpt.el (sexp-at-point, symbol-at-point)
17281 (number-at-point, list-at-point): Add autoload cookie.
17282
17283 * recentf.el (recentf): Add :version to defgroup.
17284
17285 * quickurl.el (quickurl): Add :version to defgroup.
17286
17287 * elide-head.el (elide-head): Use point-marker more.
17288
17289 * bs.el (bs): Add :version to defgroup.
17290
17291 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17292
17293 * progmodes/delphi.el (delphi): Add :version to defgroup.
17294
17295 2000-02-02 Gerd Moellmann <gerd@gnu.org>
17296
17297 * ange-ftp.el (ange-ftp-write-region): Handle case that
17298 succeeding process operation sets a different coding system.
17299
17300 * calculator.el: New file.
17301
17302 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17303
17304 * frame.el (frames-on-display-list, framep-on-display): New functions.
17305 (display-mouse-p, display-popup-menus-p, display-graphic-p)
17306 (display-selections-p, display-screens, display-pixel-width)
17307 (display-pixel-height, display-mm-width, display-mm-height)
17308 (display-backing-store, display-save-under, display-planes)
17309 (display-color-cells, display-visual-class): New functions.
17310
17311 * term/tty-colors.el (tty-color-gray-shades): New function.
17312
17313 * faces.el (display-color-p): Use framep-on-display.
17314 (display-grayscale-p): New function.
17315
17316 2000-01-31 Dave Love <fx@gnu.org>
17317
17318 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17319 (create-fontset-from-x-resource): Don't concat integers.
17320
17321 2000-01-31 Inge Frick <inge@nada.kth.se>
17322
17323 * view.el: Some changes in documentation. Removed some trailing
17324 whitespace. Changed some parameter names to agree with documentation.
17325 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17326 window is not deleted. Modifies change 1998-04-26.
17327
17328 2000-01-31 Gerd Moellmann <gerd@gnu.org>
17329
17330 * windmove.el: New file.
17331
17332 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17333 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17334 progmodes/ebnf-yac.el: Update copyright and license info.
17335
17336 * jit-lock.el (jit-lock-function): Widen before calculating
17337 end position.
17338 (jit-lock-stealth-chunk-start): Rewritten.
17339
17340 * info.el (Info-title-face-alist): Removed.
17341 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
17342 (Info-fontify-node): Use these faces.
17343
17344 2000-01-30 Gerd Moellmann <gerd@gnu.org>
17345
17346 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17347 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17348 `&allow-other-keywords'.
17349
17350 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17351 the list of directories scanned heuristically.
17352
17353 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
17354
17355 2000-01-30 Jason Rumney <jasonr@gnu.org>
17356
17357 * w32-fns.el: Define w32-tty-standard-colors.
17358
17359 * startup.el (command-line): Use w32-tty-standard-colors when in
17360 w32 console mode.
17361
17362 2000-01-30 Dave Love <fx@gnu.org>
17363
17364 * jka-compr.el (jka-compr-load): Fix up load-history.
17365
17366 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17367
17368 * emacs-lisp/cl-macs.el: Revert previous change.
17369
17370 2000-01-29 Dave Love <fx@gnu.org>
17371
17372 * facemenu.el: Purecopy various strings.
17373
17374 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17375 years. Deal with three-digit years.
17376
17377 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17378 Use defconst, purecopy.
17379 (help-back-label): Purecopy it.
17380
17381 2000-01-18 Gerd Moellmann <gerd@gnu.org>
17382
17383 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17384 variable. If non-nil, order the buffer list according to the
17385 currently selected frame.
17386 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17387 non-nil, pass the selected frame to function buffer-list.
17388
17389 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17390
17391 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17392
17393 2000-01-28 Dave Love <fx@gnu.org>
17394
17395 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17396
17397 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17398 Don't use lisp-indent-hook property.
17399 (cl-abs): Remove.
17400
17401 * subr.el: Move out indent and edebug specs for when and unless.
17402
17403 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17404 when, unless.
17405
17406 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17407 unless, when.
17408
17409 2000-01-28 Gerd Moellmann <gerd@gnu.org>
17410
17411 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17412 `collecting' as synonym for `collect'.
17413
17414 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17415 for the case it contains spaces.
17416
17417 * simple.el (what-cursor-position): Change formatting of messages.
17418
17419 * frame.el (delete-other-frames): New function.
17420 (toplevel): Bind it to C-x 5 1.
17421
17422 * sort.el (sort-numeric-base): New option.
17423 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17424 interpret it as octal or hexadecimal. Use sort-numeric-base
17425 as default base.
17426
17427 * progmodes/glasses.el: New file.
17428
17429 2000-01-27 Gerd Moellmann <gerd@gnu.org>
17430
17431 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17432 userids differently.
17433
17434 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17435 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17436 progmodes/ebnf-yac.el: New files.
17437
17438 2000-01-26 Dave Love <fx@gnu.org>
17439
17440 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17441 on a function with an empty body. [From Eric Ludlam.]
17442
17443 2000-01-25 Andre Spiegel <spiegel@gnu.org>
17444
17445 * vc.el (vc-version-diff): Make sure file name is expanded.
17446
17447 2000-01-25 Gerd Moellmann <gerd@gnu.org>
17448
17449 * scroll-bar.el (scroll-bar-timer): Variable removed.
17450 (scroll-bar-toolkit-scroll): Don't use a timer.
17451
17452 2000-01-25 Kenichi Handa <handa@etl.go.jp>
17453
17454 * language/thai-util.el (thai-composition-function):
17455 Delete superfluous `a'.
17456
17457 2000-01-24 Dave Love <fx@gnu.org>
17458
17459 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17460 end-of-defun-function.
17461
17462 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
17463
17464 2000-01-22 Jason Rumney <jasonr@gnu.org>
17465
17466 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17467 conflicts with new face support.
17468
17469 2000-01-22 Richard M. Stallman <rms@gnu.org>
17470
17471 * replace.el (query-replace): Rename last arg to DELIMITED.
17472 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17473 (query-replace-regexp): Likewise.
17474
17475 2000-01-20 Richard M. Stallman <rms@gnu.org>
17476
17477 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17478
17479 * emacs-lisp/lisp.el (beginning-of-defun-function):
17480 Variable renamed from beginning-of-defun.
17481 Do not call make-variable-buffer-local.
17482 (beginning-of-defun-raw): Use new variable name; doc fix.
17483 (beginning-of-defun): Doc fix.
17484 (end-of-defun-function): Variable renamed from end-of-defun.
17485 Do not call make-variable-buffer-local.
17486 (end-of-defun): Use new variable name; doc fix.
17487
17488 * subr.el (dolist, dotimes): Copied from cl-macs.el
17489 and made to work.
17490
17491 * mail/undigest.el (rmail-digest-end-regexps):
17492 Variable replaces rmail-digest-end-regexp.
17493 Allows multiple regexps for detecting the end line.
17494 (undigestify-rmail-message): Corresponding changes.
17495
17496 2000-01-19 Dave Love <fx@gnu.org>
17497
17498 * files.el (user-init-file): Don't declare here -- is primitive.
17499
17500 * startup.el (command-line): Check for compiled user-init-file and
17501 set to uncompiled version if necessary.
17502
17503 2000-01-18 Gerd Moellmann <gerd@gnu.org>
17504
17505 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17506 (undigestify-rmail-message): Use it.
17507
17508 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17509
17510 2000-01-17 Gerd Moellmann <gerd@gnu.org>
17511
17512 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17513 of mini-buffer.
17514
17515 2000-01-14 Gerd Moellmann <gerd@gnu.org>
17516
17517 * emacs-lisp/copyright.el (copyright-update): Removed the
17518 requirement for a trailing space from `copyright-regexp', to
17519 support copyrights with owner specified on a separate line..
17520
17521 * align.el: New file.
17522
17523 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17524
17525 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17526
17527 2000-01-13 Dave Love <fx@gnu.org>
17528
17529 * ph.el: Removed. (Obsoleted by EUDC.)
17530
17531 2000-01-13 Gerd Moellmann <gerd@gnu.org>
17532
17533 * net/eudc.el (toplevel): Remove autoloaded code installing
17534 menu with easymenu, because that causes build problems.
17535
17536 * frame.el (frame-notice-user-settings): New variable.
17537 (frame-notice-user-settings): Don't modify frame parameters
17538 if called a second time.
17539
17540 2000-01-13 Richard M. Stallman <rms@gnu.org>
17541
17542 * frame.el (frame-notice-user-settings):
17543 Notice default-frame-parameters even for non-window frames.
17544
17545 2000-01-13 Gerd Moellmann <gerd@gnu.org>
17546
17547 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17548 for Emacs.
17549 (eudc-bob-can-display-inline-images): Extend for Emacs.
17550 (eudc-bob-toggle-inline-display): Ditto.
17551 (eudc-bob-display-jpeg): Ditto.
17552
17553 2000-01-12 Gerd Moellmann <gerd@gnu.org>
17554
17555 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17556 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17557 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17558
17559 * add-log.el (add-change-log-entry): Fix error trying an
17560 `(insert nil)'.
17561
17562 * subdirs.el: Add `net' directory.
17563
17564 * net: New directory.
17565
17566 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17567 eval-last-sexp. Don't bind debug-on-error here.
17568 (eval-last-sexp): New function. Bind debug-on-error if
17569 eval-expression-debug-on-error is non-nil.
17570 (eval-defun-2, eval-defun): Likewise.
17571
17572 * simple.el (eval-expression): Don't bind debug-on-error if
17573 eval-expression-debug-on-error is nil. Detect changed
17574 debug-on-error, and propagate new value to global binding, if
17575 eval-expression-debug-on-error is non-nil,
17576 (eval-expression-debug-on-error): Change doc string.
17577
17578 2000-01-11 Richard M. Stallman <rms@gnu.org>
17579
17580 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17581
17582 * emacs-lisp/lisp-mode.el (with-syntax-table):
17583 Set up lisp-indent-function property.
17584
17585 * subr.el (with-syntax-table): Moved from simple.el.
17586
17587 * simple.el (with-syntax-table): Moved to subr.el.
17588
17589 2000-01-11 Gerd Moellmann <gerd@gnu.org>
17590
17591 * tmm.el (tmm-shortcut): Delete region after prompt instead
17592 of erasing buffer.
17593
17594 * textmodes/fill.el (fill-common-string-prefix): New function.
17595 (fill-context-prefix): Use the longest common prefix of first
17596 and second line fill prefix, if there is one.
17597
17598 2000-01-11 Richard M. Stallman <rms@gnu.org>
17599
17600 * array.el (array-mode): Don't use make-variable-buffer-local.
17601 Use make-local-variable for `truncate-lines'.
17602
17603 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17604
17605 * add-log.el (add-log-current-defun): Handle user-defined
17606 add-log-current-function returning nil,
17607
17608 * add-log.el (add-change-log-entry): Insert version number
17609 if having found a current function
17610
17611 * add-log.el (add-log-current-defun):
17612 Call `add-log-current-defun-function'. Try matches at level 0 and
17613 level 1. Strip whitespace from defun found.
17614
17615 2000-01-10 John Wiegley <johnw@gnu.org>
17616
17617 * allout.el (isearch-done/outline-provisions): Added `edit'
17618 argument to correspond with the current definition of `isearch-done'.
17619
17620 2000-01-10 Dave Love <fx@gnu.org>
17621
17622 * elide-head.el (elide-head): Use point-marker, not point.
17623
17624 2000-01-10 Gerd Moellmann <gerd@gnu.org>
17625
17626 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17627 before and after the year 2000.
17628
17629 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17630 Add ispell- prefix.
17631
17632 2000-01-10 Ken Stevens <k.stevens@ieee.org>
17633
17634 * ispell.el: Only define dictionaries in menus when they exist.
17635 (version18p): New variable.
17636 (version20p): New variable.
17637 (xemacsp): New variable.
17638 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17639 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17640 (ispell-dictionary-alist6): Russian command lines no longer accept
17641 run-together words.
17642 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17643 (ispell-dictionary-alist): Add koi8-r to customize definition.
17644 (check-ispell-version): Added documentation string. Return library
17645 path when called non-interactively.
17646 (ispell-menu-map-needed): Uses new variables.
17647 (ispell-library-path): New variable.
17648 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17649 (ispell-word): Improved documentation string. Test for valid
17650 character mappings. Correctly check typed in word changes that can
17651 result in single words split into multiple words.
17652 Return replacement word.
17653 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17654 replace in recursive query replace mode. Help message for
17655 recursive edit mode.
17656 (ispell-show-choices): Protect against bad framepop bindings.
17657 (ispell-help): Fix to work with XEmacs.
17658 (ispell-highlight-spelling-error): Use new variables.
17659 (ispell-overlay-window): Fix to work with XEmacs.
17660 (ispell-parse-output): Passed and returns location information
17661 tracking spelling corrections. Doesn't recheck same word on
17662 current line.
17663 (ispell-init-process): Protect against bogus XEmacs variable binding.
17664 Fix call to single argument in sleep-for. Use new variables.
17665 (ispell-region): Passed and returns location information tracking
17666 spelling corrections. Doesn't check same word on current line.
17667 Improved documentation string. Doesn't resend a line already
17668 checked to the ispell process - fixes bug in LaTeX parsing.
17669 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17670 (ispell-skip-region): No longer skips <TT> in SGML.
17671 (ispell-process-line): Tracks location information with spelling
17672 corrections. Added documentation string. Accounts for words
17673 already accepted on this line. Don't allow query-replace on line
17674 starting with math characters. Doesn't resend a line already sent
17675 to ispell process. Fixes alignment error bug.
17676
17677 2000-01-10 Richard M. Stallman <rms@gnu.org>
17678
17679 * dired-x.el (dired-guess-shell-alist-default):
17680 Suggest xloadimage, which is free, not xv, which isn't.
17681
17682 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17683 Don't ever include the host name or user name in the value.
17684
17685 2000-01-09 Gerd Moellmann <gerd@gnu.org>
17686
17687 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17688 of a real newline.
17689
17690 2000-01-09 Stephen Eglen <stephen@gnu.org>
17691
17692 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17693 for .png files.
17694
17695 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17696
17697 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17698
17699 2000-01-09 Gerd Moellmann <gerd@gnu.org>
17700
17701 * progmodes/cperl-mode.el: Replace ^F with ^L.
17702
17703 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17704 `require'ing rmail and mailalias to prevent infinite recursion.
17705
17706 2000-01-08 Dave Love <fx@gnu.org>
17707
17708 * emacs-lisp/backquote.el: Remove inappropriate customization
17709 (allowing custom.el to use backquote).
17710
17711 2000-01-07 Dave Love <fx@gnu.org>
17712
17713 * add-log.el (add-log-debugging): Deleted.
17714 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17715 file. Remove debugging code.
17716 (change-log-get-method-definition, change-log-name): Add doc.
17717 (change-log-sortable-date-at): New function.
17718 (change-log-merge): New command.
17719
17720 * time.el (display-time-string-forms): Make the Mail string active.
17721 (display-time-update): Provide help-echo for load average.
17722
17723 * bindings.el (make-mode-line-mouse2-map): New function.
17724 (mode-line-modified): Use it and simplify.
17725 (mode-line-mule-info): Provide help-echo info.
17726 (minor-mode-alist): Activate the strings.
17727 (make-mode-line-mouse-sensitive): Simplify for
17728 mode-line-buffer-identification.
17729
17730 2000-01-07 Gerd Moellmann <gerd@gnu.org>
17731
17732 * play/pong.el: New file.
17733
17734 2000-01-06 Dave Love <fx@gnu.org>
17735
17736 * array.el: Assorted cleanups for compiler warnings, doc strings,
17737 `array-' prefix for symbols.
17738
17739 2000-01-05 Dave Love <fx@gnu.org>
17740
17741 * textmodes/outline.el (outline-mode-menu-bar-map):
17742 Add outline-headers-as-kill.
17743 (outline-mode): Define imenu-generic-expression.
17744 (outline-headers-as-kill): New command.
17745
17746 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17747 from paragraph-start.
17748 (paragraph-indent-minor-mode): New command.
17749
17750 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17751 M-C-e, M-C-h, C-j, C-xnd, TAB.
17752 (fortran-mode): Set beginning-of-defun, end-of-defun.
17753 (fortran-column-ruler): Simplify.
17754 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17755 (fortran-with-subprogram-narrowing): Likewise.
17756 (fortran-indent-subprogram): Call mark-defun.
17757 (fortran-check-for-matching-do): Change narrowing.
17758
17759 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17760 (cl-lucid-hash-tag): Delete.
17761 (cl-hash-table-p): Correct test for native table.
17762 (cl-hash-table-count): Use hash-table-count.
17763
17764 * browse-url.el (browse-url): Fix case of
17765 browse-url-browser-function being an alist.
17766
17767 2000-01-05 Carsten Dominik <cd@gnu.org>
17768
17769 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17770 (reftex-index-phrase-file-extension): New options.
17771
17772 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17773 Use new option `reftex-index-phrase-file-extension'.
17774
17775 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17776 `reftex-parse-file-extension'.
17777
17778 2000-01-05 Dave Love <fx@gnu.org>
17779
17780 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17781 (beginning-of-defun-raw): Use it.
17782 (end-of-defun): New variable.
17783 (end-of-defun): Use it.
17784 (check-parens): New command.
17785
17786 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17787
17788 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17789 (hs-show-block): Don't use `mapcar' when not accumulating.
17790
17791 Fix buglet in local variables initialization.
17792
17793 2000-01-05 Andreas Schwab <schwab@suse.de>
17794
17795 * hscroll.el (hscroll): Doc fix.
17796
17797 2000-01-05 Carsten Dominik <cd@gnu.org>
17798
17799 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17800 Require idlw-toolbar.
17801
17802 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
17803 file idlw-rinfo.el.
17804 (idlwave-customize): Load must read file idlw-shell.el.
17805 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
17806
17807 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17808
17809 * progmodes/idlw-shell.el: Also provide idlwave-shell
17810 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17811 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17812
17813 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
17814 both reftex-dcr and reftex-vcr.
17815
17816 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17817
17818 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17819
17820 * ps-print.el: PostScript code now is in separate files, doc fix.
17821 (ps-print-version): New version number (5.0.3).
17822 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17823 local.
17824 (ps-spool-config): Initialization fix.
17825 (ps-print-prologue-1, ps-print-prologue-2)
17826 (ps-print-duplex-feature): PostScript code moved to separated file.
17827 (ps-background-image): Little code reformating.
17828 (ps-begin-file, ps-begin-job): Fix code.
17829 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17830 (ps-prologue-file): New fun.
17831
17832 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17833
17834 * ps-vars.el: Eliminated.
17835
17836 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17837 `;;;###autoload'.
17838
17839 * ps-print.el: ps-vars eliminated, doc fix.
17840 (ps-print-version): New version number (5.0.2).
17841 (ps-spool-config): Initialization fix.
17842 (ps-print-customize): New fun.
17843
17844 2000-01-04 Gerd Moellmann <gerd@gnu.org>
17845
17846 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
17847
17848 2000-01-04 Dave Love <fx@gnu.org>
17849
17850 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17851 menu items.
17852
17853 2000-01-03 Dave Love <fx@gnu.org>
17854
17855 * elide-head.el (elide-head) [defgroup]: Add :version.
17856
17857 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17858 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17859 Use `cl-hash-table-p', not `hash-table-p'.
17860 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17861
17862 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17863
17864 * faces.el (face-read-integer, read-face-attribute)
17865 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
17866
17867 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17868
17869 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17870 at comment end, and re-insert them after filling.
17871
17872 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17873
17874 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17875 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17876 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17877
17878 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17879
17880 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17881 the new name of face-color-supported-p.
17882
17883 * term/w32-win.el (xw-defined-colors): Likewise.
17884
17885 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17886
17887 * simple.el (completion-setup-function): Count completion-size
17888 from minibuffer-prompt-end, not from point-min.
17889
17890 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17891
17892 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17893 Pass the frame to tty-color-* functions.
17894 (display-color-p, frame-set-background-mode): Pass the frame to
17895 tty-display-color-p.
17896
17897 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17898 tty-color-alist.
17899 (tty-color-alist, tty-modify-color-alist): New functions.
17900 (tty-color-define, tty-color-clear, tty-color-approximate)
17901 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17902 optional parameter FRAME.
17903
17904 2000-01-01 Gerd Moellmann <gerd@gnu.org>
17905
17906 * image.el (create-image, defimage): Don't assume image data is
17907 a string.
17908
17909 * image.el (defimage): Handle specifications containing :data
17910 instead of :file.
17911 (image-type-from-data): New function.
17912 (image-type-from-file-header): Use it.
17913 (create-image): Add parameter DATA-P.
17914
17915 See ChangeLog.8 for earlier changes.
17916
17917 ;; Local Variables:
17918 ;; coding: iso-2022-7bit
17919 ;; End: