*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-07-04 Gerd Moellmann <gerd@gnu.org>
2
3 * font-lock.el (c-font-lock-keywords-3): When matching something
4 like `struct X Y', finish with point after Y.
5
6 2001-07-04 Simon Josefsson <jas@extundo.com>
7
8 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
9 in caller buffer.
10
11 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
12
13 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
14 instead of string-match to find the basename of the file. From
15 Pascal Obry <p.obry@wanadoo.fr>.
16
17 * net/browse-url.el (browse-url-default-windows-browser): Support
18 the MS-DOS port when it runs on Windows.
19 (browse-url-browser-function) [ms-dos]: Default to
20 browse-url-default-windows-browser.
21
22 * help.el (locate-library): Enable code that looks for compressed
23 libraries if auto-compression-mode is on.
24
25 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
26
27 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
28
29 2001-07-02 Gerd Moellmann <gerd@gnu.org>
30
31 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
32
33 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
34
35 * allout.el: Fix the header line, so that finder.el recognizes it.
36 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
37
38 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
39 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
40
41 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
42
43 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
44
45 * ps-bdf.el (bdf-directory-list): Use the value relative to
46 installation-directory for MS-Windows as well.
47
48 2001-06-29 Richard M. Stallman <rms@gnu.org>
49
50 * wid-edit.el (widget-color-sample-face-get):
51 Return ((foreground-color . COLOR)) instead of constructing a face.
52
53 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
54
55 * faces.el (region): Change the background color for the
56 light-background color display to lightgoldenrod2, to make it
57 visible on some laptops.
58
59 2001-06-28 Richard M. Stallman <rms@gnu.org>
60
61 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
62 (rmail-msg-restore-non-pruned-header): Likewise.
63 If point was in the old pruned header, put it at the top.
64 (rmail-msg-prune-header): If point was at the top, keep it there.
65
66 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
67 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
68
69 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
70
71 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
72
73 2001-06-28 Karl Fogel <kfogel@red-bean.com>
74
75 * saveplace.el: Update maintainer email address.
76
77 2001-06-27 Francesco Potorti` <pot@gnu.org>
78
79 * uniquify.el: (uniquify-rationalize-file-buffer-names):
80 Undo previous change.
81
82 2001-06-27 Francesco Potorti` <pot@gnu.org>
83
84 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
85 preliminary quick reordering. Can speed things up dramatically.
86
87 2001-06-26 Richard M. Stallman <rms@gnu.org>
88
89 * dired.el (dired-get-filename): A file name starting with ~
90 is not absolute in this context.
91
92 * which-func.el (which-func-maxout): Increase default to 500000.
93 (which-function-mode): This is now the "real" name of the function.
94 (which-func-mode): Now an alias.
95 (which-func-mode-global): Name deleted.
96
97 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
98 button-2, when binding hs-mouse-toggle-hiding.
99
100 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
101
102 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
103 (rmail-msg-prune-header): Likewise.
104 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
105 and `rmail-msg-prune-header'.
106
107 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
108
109 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
110 back than LINEBEG.
111
112 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
113
114 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
115 window where they clicked the mouse has a header line, adjust
116 vertical movement by one.
117
118 2001-06-25 Milan Zamazal <pdm@zamazal.org>
119
120 * progmodes/glasses.el (glasses-make-readable): Consider underscores
121 too when separating a parenthesis.
122
123 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
124
125 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
126 (bookmark-bmenu-hide-filenames): Add help-echo to
127 mouse-highlighted text.
128 (bookmark-bmenu-show-filenames): Remove help-echo property from
129 the whitespace.
130
131 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
132
133 * files.el (auto-mode-alist): Add configure.ac (autoconf).
134 From Karl Eichwalder <ke@suse.de>.
135
136 2001-06-23 Richard M. Stallman <rms@gnu.org>
137
138 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
139
140 * progmodes/cc-styles.el (c-set-style): Don't specify initial
141 contents for completing-read.
142
143 2001-06-22 Richard M. Stallman <rms@gnu.org>
144
145 * menu-bar.el (menu-bar-make-toggle): Construct the
146 function's doc string from HELP, not DOC, and make it accurate by
147 adding "Toggle whether to " at the front and downcasing the initial.
148 Change the HELP arg in some calls to make it fit this usage.
149
150 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
151 Undo previous change.
152
153 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
154
155 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
156
157 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
158
159 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
160
161 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
162
163 * dabbrev.el (dabbrev--select-buffers): Fix last change.
164
165 2001-06-20 Richard M. Stallman <rms@gnu.org>
166
167 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
168 broken out from dabbrev--find-expansion. Handle minibuffer
169 specially here.
170 (dabbrev--find-expansion): Simplify code in various ways.
171 Don't treat minibuffers specially.
172 Call dabbrev--make-friend-buffer-list.
173 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
174 (dabbrev--scanning-message): Do nothing when minibuffer is current.
175
176 2001-06-19 John Wiegley <johnw@gnu.org>
177
178 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
179 Also, added a comment describing how to greatly speedup Eshell
180 loadup time, by concatenating together all of Eshell's .elc files.
181
182 2001-06-19 John Wiegley <johnw@gnu.org>
183
184 * eshell/esh-mode.el: Disabled a test that often yields false failures.
185
186 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
187
188 * woman.el (WoMan-highlight-references): Add help-echo to
189 mouse-highlighted text.
190
191 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
192
193 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
194
195 2001-06-18 Gerd Moellmann <gerd@gnu.org>
196
197 * international/quail.el (quail-start-conversion):
198 Reset quail-translating to nil.
199
200 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
201 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
202
203 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
204
205 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
206 mouse-highlighted text.
207
208 * dired.el (dired-mark-pop-up): Fix last change.
209
210 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
211
212 * calendar/calendar.el (generate-calendar-month): Add help-echo to
213 mouse-highlighted text.
214
215 * net/quickurl.el (quickurl-url-file): Run through
216 convert-standard-filename.
217 (quickurl-list-populate-buffer): Add help-echo to
218 mouse-highlighted text.
219 (top-level): Update Dave's URL.
220
221 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
222 mouse-highlighted text.
223
224 * textmodes/page-ext.el (pages-copy-header-and-position):
225 Add help-echo to mouse-highlighted text.
226
227 * tar-mode.el (tar-header-block-summarize): Add help-echo to
228 mouse-highlighted text.
229
230 * replace.el (occur): Add help-echo to mouse-highlighted text.
231
232 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
233 mouse-highlighted text.
234
235 * progmodes/cpp.el (cpp-make-button): Add help-echo to
236 mouse-highlighted text.
237
238 * progmodes/compile.el (compile-reinitialize-errors):
239 Add help-echo to mouse-highlighted messages.
240 (compilation-forget-errors): Remove help-echo property as well.
241
242 * play/landmark.el (lm-plot-square, lm-init-display):
243 Add help-echo to mouse-highlighted text.
244
245 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
246 Add help-echo to mouse-highlighted text.
247
248 * dired.el (dired-insert-set-properties): Add help-echo to
249 mouse-highlighted text.
250 (dired-mark-pop-up): Remove help-echo property from the file name.
251
252 * comint.el (comint-send-input): Add help-echo to
253 mouse-highlighted text.
254
255 * buff-menu.el (list-buffers-noselect): Add help-echo to
256 mouse-highlighted text.
257
258 * arc-mode.el (archive-summarize-files): Add help-echo to
259 mouse-highlighted text.
260
261 * ffap.el (ffap-machine-p): Always return nil if
262 open-network-stream is not fboundp.
263
264 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
265
266 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
267 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
268 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
269 incorrectly binding chars between 128 and 256 to it.
270 (sgml-maybe-name-self): Handle latin-1 chars properly.
271 (sgml-tags-invisible): Bind buffer-file-name to nil.
272 Use unwind-protect and restore-buffer-modified-p.
273 (sgml-point-entered): Use buffer-substring-no-properties.
274 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
275 (html-mode): Don't force `imenu-sort-function'.
276
277 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
278
279 * tar-mode.el: Fix the copyright notice.
280
281 * font-lock.el (font-lock-comment-face): For tty's with dark
282 background, use "red1", since "lightred" is not one of the colors
283 recognized by tty-colors.el.
284
285 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
286 create a buffer for extracted file, in case there's more than one
287 file by that name in an archive, possibly in different
288 directories. From Kevin Rodgers <kevinr@ihs.com>.
289
290 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
291 <alex@gnu.org>.
292
293 2001-06-15 Miles Bader <miles@gnu.org>
294
295 * textmodes/texinfmt.el (texinfo-format-syntax-table):
296 Revert previous change.
297
298 2001-06-14 Richard M. Stallman <rms@gnu.org>
299
300 * replace.el (keep-lines-read-args): Return just a regexp.
301 Provide nil for the region args.
302 (keep-lines, flush-lines, how-many):
303 Calculate the defaults for the region here, when args are nil.
304
305 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
306
307 * rot13.el (rot13-other-window): Some more doc fix.
308
309 2001-06-14 Per Starback <starback@ling.uu.se>
310
311 * replace.el (case-replace, query-replace-from-history-variable)
312 (query-replace-to-history-variable, keep-lines-read-args)
313 (occur-revert-function, query-replace-help): Dox fix.
314
315 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
316
317 * rot13.el (rot13-other-window): Doc fix.
318
319 2001-06-14 Miles Bader <miles@gnu.org>
320
321 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
322 of " and \ to "." (punctuation).
323 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
324
325 2001-06-13 Richard M. Stallman <rms@gnu.org>
326
327 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
328
329 * simple.el (shell-command-on-region): Never kill the
330 *Shell Command Output* buffer.
331
332 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
333
334 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
335
336 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
337
338 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
339 New var, to recognize ${ $' and PODs.
340 (perl-font-lock-syntactic-face-function): New function.
341 (perl-mode): Use them.
342 (perl-continuation-line-p): New function, from perl-calculate-indent.
343 (perl-calculate-indent): Use it, to properly handle continuation
344 lines of continuation lines.
345
346 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
347
348 * server.el (server-process, server-buffer-clients): Doc fix.
349 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
350
351 2001-06-09 John Wiegley <johnw@gnu.org>
352
353 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
354 test if the last command was Lisp or not.
355 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
356 B x C".
357
358 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
359
360 * dos-w32.el (grep-regexp-alist): Remove definition, since the
361 general one on compile.el supports drive letters.
362
363 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
364
365 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
366 key description.
367
368 * textmodes/reftex-sel.el (reftex-select-jump): New command.
369
370 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
371 (reftex-toc-jump): New command.
372
373 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
374 to parse international characters as well.
375
376 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
377 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
378
379 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
380
381 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
382 TAB to the key separators.
383
384 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
385
386 * international/mule.el (auto-coding-alist): Remove redundant
387 up-cased versions of the extensions (auto-coding-alist-lookup is
388 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
389 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
390
391 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
392
393 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
394
395 2001-06-01 Richard M. Stallman <rms@gnu.org>
396
397 * help.el (describe-variable): Put value on same line
398 with preceding text, if it is short enough to look good that way.
399
400 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
401
402 * term/internal.el (IT-unicode-translations): New variable.
403 (IT-setup-unicode-display): New function.
404
405 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
406
407 * ps-print.el: Handle before-string and after-string overlay properties
408 in ps-print-*-with-faces commands. Doc fix.
409 (ps-print-version): New version number (6.5.2).
410 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
411 for XEmacs.
412 (ps-prefix-quote): Doc fix.
413 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
414 (ps-basic-plot-str, ps-plot-string): New funs.
415
416 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
417
418 * progmodes/etags.el (tags-compression-info-list): Fix docstring
419 and :type spec.
420
421 2001-05-31 Gerd Moellmann <gerd@gnu.org>
422
423 * international/mule-cmds.el (inactivate-input-method):
424 Set input-method-function to nil.
425
426 * xml.el (xml-parse-tag): The document may contain invalid characters.
427 From ShengHuo ZHU <zsh@cs.rochester.edu>
428
429 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
430
431 * mail/rmailsum.el (rmail-message-subject-p): Don't call
432 `rmail-summary-line-decoder' if the message does not have
433 a Subject: field.
434
435 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
436
437 * mail/rmail.el (rmail-insert-mime-resent-message-function):
438 New variable.
439 (rmail-resend): Modify to work in `rmail-view-buffer'; call
440 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
441 is non-nil.
442
443 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
444
445 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
446
447 2001-05-29 Sam Steingold <sds@gnu.org>
448
449 * faces.el (face-valid-attribute-values): Bind `valid' directly
450 instead of using `setq'.
451
452 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
453 Use `tex-shell-buf'.
454 (tex-shell-proc): Use `tex-shell-running'.
455 (tex-shell-buf-no-error): New function.
456 (tex-send-tex-command): Use it.
457 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
458 (tex-kill-job): Check the process before calling `quit-process'.
459
460 2001-05-29 Gerd Moellmann <gerd@gnu.org>
461
462 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
463 UTF-8 sequences.
464
465 2001-05-28 Miles Bader <miles@gnu.org>
466
467 * comint.el (comint-carriage-motion): Renamed from
468 `comint-cr-magic'. Operate on the buffer instead of the string
469 (for use as a comint post-output filter, instead of as a
470 pre-output filter). Handle backspaces too. Add to the
471 `comint-output-filter-functions' hook instead of
472 `comint-preoutput-filter-functions'.
473
474 2001-05-28 Gerd Moellmann <gerd@gnu.org>
475
476 * language/japan-util.el (japanese-hankaku): Prefer the charset
477 `jisx0201' when the optional argument `ascii-only' is not specified.
478 (japanese-hankaku-region): Ditto.
479 From Katsumi Yamaoka <yamaoka@jpl.org>
480
481 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
482
483 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
484 (outline-invisible-p): New function.
485 (hide-leaves): Save excursion.
486 (hide-other): Stop looping when reaching bobp.
487
488 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
489
490 * cus-edit.el (custom-file): Fix last change.
491
492 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
493
494 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
495 same definition in byte-compile-function-environment as `autoload'
496 would put in `symbol-function'.
497
498 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
499 patch to correct the error message as well.
500
501 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
502
503 * cus-edit.el (custom-file): Don't assume we were invoked with -q
504 unless ~/.emacs exists.
505
506 * novice.el (enable-command): If user-init-file is nil or does not
507 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
508
509 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
510
511 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
512 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
513 Allow spaces around macro arguments.
514 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
515 indent-for-tab-command.
516 (latex-mode-map, plain-tex-mode-map): New keymaps.
517 Inherit from tex-mode-map.
518 (tex-common-initialization): Don't setup the keymap any more
519 since it's now done right by define-derived-mode.
520 (latex-mode): Set skeleton-end-hook to nil.
521 (latex-skeleton-end-hook): Remove.
522 (tex-latex-block, latex-insert-item): Simplify.
523 (latex-syntax-after): Use following-char rather than char-after.
524 (tex-discount-args-cmds, tex-count-words): New functions.
525
526 * textmodes/tildify.el (tildify-ignored-environments-alist):
527 Recognize \verb* as well.
528
529 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
530 (perl-comment-indent): Simplify to let newcomment.el do its job.
531 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
532 (perl-mark-function): Cleanup the namespace.
533 (perl-calculate-indent): Don't be fooled by nested functions.
534
535 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
536
537 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
538 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
539
540 2001-05-25 Andrew Choi <akochoi@i-cable.com>
541
542 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
543 actually be `\\'.
544 (ctlau-b5-converter): Likewise.
545
546 2001-05-24 Andrew Choi <akochoi@i-cable.com>
547
548 * international/titdic-cnv.el (quail-misc-package-ext-info):
549 Change CTLauB.el to CTLau-b5.el.
550
551 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
552
553 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
554 rather than beginning-of-line to avoid problems with fields.
555 (gud-perldb-massage-args): Use unless and push.
556 (gud-chdir-before-run): New var.
557 (gud-common-init): Use it.
558
559 2001-05-24 Andrew Choi <akochoi@i-cable.com>
560
561 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
562 delete entries for chinese-ctlau and chinese-ctlaub.
563 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
564 chinese-ctlaub.
565 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
566 New functions.
567
568 2001-05-22 Gerd Moellmann <gerd@gnu.org>
569
570 * cus-edit.el (custom-comment-show): Remove debug code.
571
572 * language/japan-util.el (japanese-symbol-table): Fix handling of
573 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
574
575 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
576
577 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
578 Renamed by removing the silly `-flag' suffix.
579 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
580
581 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
582
583 * replace.el (keep-lines-read-args): Use `copy-marker'.
584 (how-many): Save excursion properly.
585 (occur-mode): Use define-derived-mode.
586 (perform-replace): Use with-current-buffer.
587
588 2001-05-20 Richard M. Stallman <rms@gnu.org>
589
590 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
591
592 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
593
594 * info.el (Info-read-subfile): Widen before finding the
595 desired node in the subfile.
596
597 * startup.el (command-line-1): When >2 files visited,
598 leave the last one visible, and make that the selected window.
599
600 2001-05-20 Gerd Moellmann <gerd@gnu.org>
601
602 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
603
604 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
605
606 * international/ccl.el (define-ccl-program): Fix a typo.
607 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
608
609 * international/mule.el (decode-char): Fix a typo. From Pavel
610 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
611
612 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
613 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
614
615 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
616 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
617
618 2001-05-18 Sam Steingold <sds@gnu.org>
619
620 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
621 and [RET] to `cvs-mode-find-file'.
622
623 2001-05-18 John Wiegley <johnw@gnu.org>
624
625 * eshell/esh-ext.el (eshell-explicit-command-char): A new
626 configuration variable, which determines the initial character
627 that forces use of an external version of a command. The default
628 is *, but may be set to \, for example.
629
630 * eshell/esh-ext.el (eshell-explicit-command):
631 Use `eshell-explicit-command-char' instead of ?*.
632
633 * eshell/esh-cmd.el (eshell/which):
634 Use `eshell-explicit-command-char' instead of ?*.
635
636 * eshell/em-cmpl.el (eshell-completion-command-name)
637 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
638 instead of ?*.
639
640 2001-05-18 Gerd Moellmann <gerd@gnu.org>
641
642 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
643 subst-char-in-string.
644 (ange-ftp-after-parse-ls-hook): New variable.
645 (ange-ftp-ls): Run that hook.
646 From Peter Milliken <Peter.Milliken@GTECH.COM>.
647
648 * tmm.el (tmm-get-keymap): Fix handling of :filter.
649 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
650 text into *Completions*.
651
652 * net/goto-addr.el (goto-address-at-point): Deal with URLs
653 part of which look like email addresses.
654
655 2001-05-18 Andrew Innes <andrewi@gnu.org>
656
657 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
658 Use . instead of absolute path for lisp dir, to avoid bug in W2K
659 cmd.exe's handling of FOR loops.
660 (autoloads): Set find-file-suppress-same-file-warnings to t to
661 avoid slew of spurious messages.
662
663 2001-05-18 Simon Josefsson <simon@josefsson.org>
664
665 * mail/smtpmail.el (maybe-append-domain): Renamed to
666 `smtpmail-maybe-append-domain'.
667 (smtpmail-via-smtp): Use the new name.
668
669 * net/browse-url.el (browse-url-browser-function): Add kde.
670 (browse-url-kde-program, browse-url-kde-args): New variables.
671 (browse-url-kde): New function.
672
673 2001-05-18 Miles Bader <miles@gnu.org>
674
675 * simple.el (delete-horizontal-space, just-one-space):
676 Use `constrain-to-field' instead of `field-end'/`field-beginning',
677 because it's more efficient for large files.
678
679 2001-05-17 Gerd Moellmann <gerd@gnu.org>
680
681 * mail/rmail.el (rmail-require-mime-maybe): New function.
682 (rmail): Use it.
683 (rmail-mode): Handle the case of finding Rmail files.
684
685 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
686 functions.
687
688 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
689
690 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
691 text-property after moving to the beginning of line and regardless
692 of the value of font-lock-multiline.
693
694 2001-05-17 Gerd Moellmann <gerd@gnu.org>
695
696 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
697
698 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
699 last coding system used before calling set-buffer-modified-p
700 because that function changes last-coding-system.
701
702 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
703
704 * files.el (switch-to-buffer-other-window)
705 (switch-to-buffer-other-frame): Add an xref to display-buffer in
706 the doc string.
707
708 2001-05-17 Gerd Moellmann <gerd@gnu.org>
709
710 * language/slovak.el, language/czech.el: New maintainer.
711
712 2001-05-16 Sam Steingold <sds@gnu.org>
713
714 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
715 sub-form of `defgeneric' correctly.
716
717 2001-05-16 Gerd Moellmann <gerd@gnu.org>
718
719 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
720 of `c'.
721
722 * textmodes/outline.el (outline-font-lock-level): Remove the
723 condition-case, test what outline-level returns instead, to
724 ease debugging.
725
726 * international/mule.el (auto-coding-regexp-alist): New user-option.
727 (auto-coding-from-file-contents): New function.
728 (set-auto-coding): Use it to determine a coding system.
729
730 2001-05-15 Gerd Moellmann <gerd@gnu.org>
731
732 * mouse.el (mouse-delete-other-windows): Doc fix.
733
734 * emacs-lisp/lisp-mode.el (lisp-mode):
735 Make font-lock-keywords-case-fold-search a buffer-local variable with
736 make-local-variable before setting it.
737
738 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
739
740 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
741 prefixes.
742
743 2001-05-14 Gerd Moellmann <gerd@gnu.org>
744
745 * hexl.el (hexl-current-address): Print a message when called
746 interactively.
747
748 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
749
750 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
751
752 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
753
754 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
755
756 2001-05-11 Gerd Moellmann <gerd@gnu.org>
757
758 * startup.el (command-line): If parameters have been changed in
759 the init files which influence font selection, clear the face
760 cache so that faces get realized with the new parameters.
761
762 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
763
764 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
765
766 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
767
768 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
769
770 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
771 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
772
773 2001-05-10 Gerd Moellmann <gerd@gnu.org>
774
775 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
776 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
777
778 2001-05-09 John Wiegley <johnw@gnu.org>
779
780 * eshell/esh-util.el (eshell-convert-numeric-arguments):
781 Annotated the documentation string to tell users about
782 `eshell-no-numeric-conversions'.
783
784 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
785 conversions if a Lisp function has the property
786 `eshell-no-numeric-conversions' set to a non-nil value.
787
788 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
789 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
790 property `eshell-no-numeric-conversions' on the following
791 functions (which all deal with filesystem entities, and never Lisp
792 numerical values): eshell/cd, eshell/pushd, eshell/popd,
793 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
794 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
795 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
796 eshell/which, eshell/addpath.
797
798 2001-05-09 John Wiegley <johnw@gnu.org>
799
800 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
801 encountered as an argument, don't convert it right away, but tag
802 the first character of the string with the text properties
803 `number', which signifies to `eshell-lisp-command' that the
804 argument should be passed through `string-to-number' if it is
805 actually used in the call to a Lisp function.
806
807 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
808 function, convert any string arguments that have been tagged as
809 "numbers", by calling string-to-number.
810
811 * eshell/esh-util.el (eshell-number-regexp): Now that number
812 conversions only happen for Lisp function calls, the number regexp
813 should now match all integer and floating point forms.
814
815 * eshell/esh-proc.el: Disable `eshell-stop-process' and
816 `eshell-continue-process', since they are both nonfunctional at
817 the moment.
818 (eshell-proc-initialize): Don't bind keys for
819 `eshell-stop-process' or `eshell-continue-process'.
820
821 * eshell/em-unix.el (eshell-shuffle-files):
822 Apply `directory-file-name' before calling `file-name-directory'.
823
824 * eshell/em-hist.el (eshell-add-to-history): Reference to
825 `eshell-history-ring' needed to be `eshell-history-index'.
826
827 * calendar/timeclock.el (timeclock-find-discrep):
828 Initialize `elapsed' to 0.
829 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
830 it's still nil.
831
832 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
833
834 * arc-mode.el (archive-int-to-mode): Construct the string directly.
835 (archive-mode): Use capitalize.
836 (archive-unique-fname): Use make-temp-file.
837
838 2001-05-09 Gerd Moellmann <gerd@gnu.org>
839
840 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
841
842 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
843
844 * tar-mode.el (tar-extract): Pay attention to the value of
845 coding-system-for-read, if it is non-nil.
846
847 * calendar/holidays.el (holidays): Add an autoload cookie.
848 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
849
850 2001-05-08 John Wiegley <johnw@gnu.org>
851
852 * calendar/timeclock.el (timeclock-workday-remaining):
853 Changed logic for determining how much time is remaining.
854 (timeclock-workday-elapsed): Don't accept a "relative" argument
855 for the current day's elapsed time. What could that have meant?
856 (timeclock-workday-elapsed-string): No "relative" argument anymore.
857 (timeclock-when-to-leave): Changed logic, similarly to what was
858 done for `timeclock-workday-remaining'.
859 (timeclock-find-discrep): Removed "today-only" argument, which had
860 no meaning. Fixed some more math problems. The function now
861 returns a three member list: (TOTAL-TIME-DISCREPANCY
862 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
863
864 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
865
866 * w32-fns.el (convert-standard-filename): Start replacing slashes
867 from the beginning of the file name, not from where the last
868 invalid character was. From "Andrew Maguire (SWW)"
869 <Andrew.Maguire@Smallworld.co.uk>
870
871 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
872
873 The following changes are to provide infrastructure for handling
874 MIME messages to rmail. They don't affect the original behaviour
875 if rmail-enable-mime is nil.
876
877 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
878 (rmail-search-mime-message-function)
879 (rmail-search-mime-header-function): New variables.
880 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
881 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
882 `rmail-view-buffer' is hidden.
883 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
884 call rmai-show-mime-function.
885 (rmail-display-labels): If rmail-enable-mime is non-nil, update
886 mode-line-process of rmail-view-buffer.
887 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
888 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
889 buffer.
890 (rmail-next-message, rmail-next-undeleted-message): Be sure to
891 set-buffer to the Rmail buffer.
892 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
893 rmail-search-mime-header-function.
894 (rmail-search-message): New function.
895 (rmail-search): Call rmail-search-message to check if a message
896 matches REGEXP, lastly update point after calling
897 rmail-show-message.
898 (rmail-undelete-previous-message, rmail-expunge-confirmed)
899 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
900 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
901 header region, refer to rmail-msgref-vector while setting the
902 current buffer to rmail-buffer temporarily.
903 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
904 If rmail-enable-mime is non-nil, call
905 rmail-insert-mime-forwarded-message-function instead of inserting
906 forwarded message by itself.
907
908 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
909 Rmail buffer.
910 (rmail-set-label, rmail-next-labeled-message): Likewise.
911
912 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
913 set-buffer to the Rmail buffer.
914 (rmail-output-to-rmail-file): Likewise.
915 (rmail-output): Likewise.
916
917 * mail/rmailsum.el (rmail-message-subject-p): Process the result
918 of mail-fetch-field by rmail-summary-line-decoder.
919 (rmail-new-summary): Be sure to go to the Rmail buffer.
920 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
921 rmail-view-buffer to nil.
922 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
923 rmail-view-buffer.
924 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
925 rmail-buffer.
926 (rmail-summary-scroll-msg-down): Likewise.
927 (rmail-summary-beginning-of-message): Likewise.
928 (rmail-summary-wipe): Likewise.
929 (rmail-summary-toggle-header): Use save-window-excursion, not
930 save-excursion. Update point in rmail-view-buffer, not in
931 rmail-buffer.
932 (rmail-summary-reply): Before calling rmail-reply, set buffer to
933 rmail-view-buffer, not rmail-buffer.
934
935 2001-05-07 Gerd Moellmann <gerd@gnu.org>
936
937 * cus-edit.el (custom-file): Signal an error if user-init-file is
938 nil (running -q).
939
940 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
941
942 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
943 Add :version.
944
945 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
946 New option.
947 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
948 only if smtpmail-warn-about-unknown-extensions is set.
949
950 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
951 instead of rmail-sort-by-keywords.
952
953 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
954 rmail-sort-by-keywords.
955
956 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
957 rmail-summary-sort-by-keywords. Doc fix.
958 (rmail-summary-mode): Doc fix.
959
960 * mail/rmail.el (rmail-edit): New Custom group.
961
962 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
963 (rmail-edit-mode-hook): New user-option.
964
965 2001-05-05 Richard M. Stallman <rms@gnu.org>
966
967 * help.el (help-xref-symbol-regexp): Recognize "source of"
968 and friends, meaning make a link to the source file.
969 (help-make-xrefs): Handle "source of" and friends
970 by constructing a link that visits the source file.
971
972 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
973
974 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
975
976 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
977 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
978 Renamed from perl-font-lock-keywords to avoid clashes.
979 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
980 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
981 Updated correspondingly.
982
983 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
984 Typo `nonexistant' -> `nonexistent'.
985
986 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
987
988 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
989 Split `c-electric-delete' into two functions where
990 `c-electric-delete-forward' always deletes forward and
991 `c-electric-delete' only contains the code necessary for XEmacs to
992 choose between backward and forward deletion.
993
994 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
995 get the electric behavior on that key too.
996 (c-fill-paragraph): Fixed bogus direct use of
997 c-comment-prefix-regexp, which caused an error when it's a list.
998
999 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1000
1001 * dired-aux.el (dired-diff): Doc fix.
1002
1003 * dired.el (dired-diff): Likewise.
1004
1005 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1006
1007 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1008
1009 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
1010
1011 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1012 if both the buffer and the file are read-only.
1013
1014 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1015 rather than font-lock-string-face.
1016 (sh-get-indent-info): Treat heredocs like strings.
1017
1018 2001-05-02 Gerd Moellmann <gerd@gnu.org>
1019
1020 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1021 a newline following `}'.
1022 (texinfo-format-email): New function.
1023 (toplevel): Use texinfo-format-email for @email.
1024 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1025 Add `display'.
1026 (texinfo-sort-region): Goto point-min before sorting.
1027 (texinfo-set): Remove leading white space from value.
1028 From yagi@is.titech.ac.jp.
1029
1030 * replace.el (query-replace-regexp-eval): Doc fix.
1031
1032 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
1033
1034 * diff-mode.el (diff-nonexistant-face): New face.
1035 (diff-font-lock-keywords): Use it.
1036
1037 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1038
1039 * font-lock.el (font-lock-mode): Doc fix.
1040
1041 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1042 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1043
1044 2001-04-30 Gerd Moellmann <gerd@gnu.org>
1045
1046 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1047 backslash at the start of the here-document delimiter.
1048 (sh-font-lock-syntactic-keywords): Likewise.
1049
1050 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1051
1052 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1053
1054 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1055 (tty-color-translate, tty-color-by-index, tty-color-values)
1056 (tty-color-desc): Doc fix.
1057
1058 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1059
1060 * dired-aux.el (dired-do-create-files, dired-do-copy)
1061 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1062 Mention dired-dwim-target in the doc string.
1063
1064 2001-04-28 Miles Bader <miles@gnu.org>
1065
1066 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1067 (dabbrev--find-expansion): Use it.
1068 (dabbrev--select-buffers): Don't select ignored buffers.
1069
1070 2001-04-27 Gerd Moellmann <gerd@gnu.org>
1071
1072 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
1073
1074 2001-04-26 Richard M. Stallman <rms@gnu.org>
1075
1076 * dabbrev.el: Add doc strings for some functions.
1077 (dabbrev--eliminate-newlines): New variable.
1078 (dabbrev--substitute-expansion): Convert newlines to spaces
1079 if dabbrev--eliminate-newlines is set.
1080 If abbrev and expansion are both all-lower-case,
1081 leave dabbrev--last-case-pattern nil.
1082
1083 2001-04-26 Gerd Moellmann <gerd@gnu.org>
1084
1085 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1086 if necessary, like in rmail-show-message.
1087
1088 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1089
1090 * ps-print.el: Color specified by number is forced to be float number.
1091 (ps-print-version): New version number (6.5.1.1).
1092 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1093 initialization.
1094 (ps-prefix-quote): New internal var.
1095 (ps-print-quote): New fun.
1096 (ps-setup, ps-output-frame-properties, ps-float-format)
1097 (ps-format-color): Code fix.
1098 (ps-plot-region): Eliminate redundant foreground color text setting.
1099
1100 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
1101
1102 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1103
1104 2001-04-25 Gerd Moellmann <gerd@gnu.org>
1105
1106 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1107
1108 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1109
1110 * info.el (Info-additional-directory-list): Doc fix.
1111
1112 * find-lisp.el (find-lisp-find-dired-filter)
1113 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1114 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
1115
1116 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
1117
1118 * progmodes/make-mode.el (makefile-font-lock-keywords):
1119 Rationalize the rules for includes and conditionals and use the
1120 keyword face for them.
1121
1122 * faces.el (modify-face): Add compatibility for non-interactive use.
1123
1124 2001-04-24 John Wiegley <johnw@gnu.org>
1125
1126 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1127 fix from last night, since it wasn't finding eshell/cd.
1128
1129 2001-04-24 Gerd Moellmann <gerd@gnu.org>
1130
1131 * rect.el (string-rectangle): Revert to 20.x behaviour.
1132 (replace-rectangle): Make it an alias for string-rectangle.
1133 (string-insert-rectangle): New function.
1134
1135 2001-04-23 John Wiegley <johnw@gnu.org>
1136
1137 * eshell/em-unix.el (eshell/diff): Fixed problems that were
1138 occurring with Emacs 21's diff.el/compile.el interaction layer.
1139
1140 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
1141
1142 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1143 case where the function was defined in a file, but not part of an
1144 eshell module.
1145
1146 2001-04-23 John Wiegley <johnw@gnu.org>
1147
1148 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1149 code to work around a redisplay problem I've been having.
1150
1151 2001-04-23 John Wiegley <johnw@gnu.org>
1152
1153 * calendar/timeclock.el (timeclock-day-required): If the time
1154 required for a particular day is not set, use `timeclock-workday'.
1155 (timeclock-find-discrep): Added some sample code in a comment.
1156
1157 * eshell/eshell.el (eshell-command): Made a few changes so that
1158 `eshell-command' could be called programmatically.
1159
1160 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
1161
1162 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
1163
1164 2001-04-23 John Wiegley <johnw@gnu.org>
1165
1166 * calendar/timeclock.el: Updated copyright.
1167 (timeclock-generate-report): Don't report the daily or two-week
1168 total, if no time has been worked in that period.
1169 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1170 final computational form, which was unnecessary; corrected a
1171 parsing problem when timeclock-relative was nil.
1172
1173 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
1174
1175 * calendar/timeclock.el (timeclock-modeline-display): Check if
1176 `list-entry' is null.
1177 (timeclock-use-display-time): The first argument to `set-variable'
1178 must be a symbol.
1179
1180 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1181
1182 * calendar/calendar.el (diary-entry-marker)
1183 (calendar-today-marker, calendar-holiday-marker):
1184 Use display-color-p instead of window-system.
1185 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1186 instead of window-system.
1187 (calendar-hide-window): Use display-multi-frame-p instead of
1188 window-system.
1189
1190 * calendar/cal-x.el (calendar-two-frame-setup)
1191 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1192 Use display-multi-frame-p instead of window-system.
1193
1194 2001-04-23 Gerd Moellmann <gerd@gnu.org>
1195
1196 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1197
1198 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1199 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1200
1201 2001-04-23 Alex Schroeder <alex@gnu.org>
1202
1203 * goto-addr.el: Instead of defining line-beginning-position and
1204 line-end-position a defalias is used for point-at-bol and point-at-eol.
1205
1206 2001-04-23 Alex Schroeder <alex@gnu.org>
1207
1208 * goto-addr.el: Added XEmacs compatibility code.
1209 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
1210
1211 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
1212
1213 * textmodes/paragraphs.el (sentence-end): Doc fix.
1214
1215 2001-04-20 Alex Schroeder <alex@gnu.org>
1216
1217 * sql.el (sql-escape-newlines-and-send): New function.
1218 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
1219
1220 2001-04-20 Alex Schroeder <alex@gnu.org>
1221
1222 * sql.el (sql-db2-program): New option.
1223 (sql-db2-options): New option.
1224 (sql-db2): New function.
1225
1226 2001-04-20 Alex Schroeder <alex@gnu.org>
1227
1228 * sql.el (sql-mode-menu): Added highlighting entries.
1229 (sql-highlight-oracle-keywords): New function.
1230 (sql-highlight-postgres-keywords): New function.
1231 (sql-highlight-ansi-keywords): New function.
1232
1233 2001-04-20 Alex Schroeder <alex@gnu.org>
1234
1235 * sql.el (sql-help): Doc change.
1236
1237 2001-04-19 Karl Fogel <kfogel@collab.net>
1238
1239 * saveplace.el (save-place-alist-to-file): Removed no-effect code
1240 that inserted file content only to delete it immediately.
1241 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
1242 <lektu@uol.com.br> for the patch.
1243
1244 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
1245
1246 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1247
1248 2001-04-18 Gerd Moellmann <gerd@gnu.org>
1249
1250 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1251 for defmethod.
1252
1253 * comint.el (comint-cr-magic): New function.
1254 (toplevel): Add it to comint-preoutput-filter-functions.
1255
1256 2001-04-18 Andrew Innes <andrewi@gnu.org>
1257
1258 * makefile.w32-in (EMACSLOADPATH): Define.
1259 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
1260 (recompile): Remove stuff to set EMACSLOADPATH.
1261
1262 2001-04-18 Gerd Moellmann <gerd@gnu.org>
1263
1264 * language/slovak.el ("Slovak"): Add tutorial entry.
1265
1266 * net/browse-url.el (browse-url-new-window-flag): Renamed from
1267 browse-url-new-window-p.
1268
1269 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1270
1271 * info.el (Info-menu-update): When there are no menus and/or no
1272 cross references in the node, make the respective items of the
1273 Info menu-bar menu inactive.
1274
1275 2001-04-17 Gerd Moellmann <gerd@gnu.org>
1276
1277 * indent.el (indent-for-tab-command): Call indent-line-function
1278 with no argument if PREFIX-ARG is non-nil.
1279
1280 * frame.el (delete-other-frames): Handle minibuffer-only frames.
1281
1282 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1283
1284 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1285 an async subprocess if start-process is unavailable. Suggested by
1286 Tim Van Holder <tim.van.holder@pandora.be>.
1287
1288 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1289
1290 * info.el (Info-additional-directory-list): Doc fix. Suggested by
1291 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1292
1293 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1294
1295 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1296 manual.
1297
1298 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1299
1300 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1301 (cvs-menu): Add a few entries.
1302
1303 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1304 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1305 lock file appears to be reachable from Emacs.
1306 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1307 (cvs-mode-find-file): Look for cvs-header-face rather than
1308 cvs-dirname-face (which doesn't exist).
1309 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1310
1311 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1312
1313 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1314
1315 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1316 normal-erase-is-backspace on a tty. Instead, bind some keys such
1317 as [delete] directly, like pc-select.el did before
1318 normal-erase-is-backspace was invented.
1319
1320 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
1321
1322 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1323
1324 2001-04-11 John Wiegley <johnw@gnu.org>
1325
1326 * eshell/em-ls.el (eshell-ls-insert-directory):
1327 Set font-lock-defaults to nil, to prevent fontification in dired
1328 buffers, if Eshell's ls is being used.
1329
1330 2001-04-11 John Wiegley <johnw@gnu.org>
1331
1332 * calendar/timeclock.el (timeclock-completing-read): New function.
1333 (timeclock-ask-for-project, timeclock-ask-for-reason):
1334 Call `timeclock-completing-read'.
1335
1336 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1337 required where `member' was being used.
1338
1339 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
1340
1341 * eshell/em-hist.el (eshell-previous-matching-input):
1342 Don't display "History item" if the the minibuffer is active.
1343
1344 2001-04-11 Gerd Moellmann <gerd@gnu.org>
1345
1346 * startup.el (command-line): Output a newline after printing
1347 an error from loading the window system's init file.
1348
1349 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1350
1351 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1352 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
1353 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1354 keywords whose arguments routinely include @@.
1355
1356 2001-04-10 Gerd Moellmann <gerd@gnu.org>
1357
1358 * emacs-lisp/advice.el (ad-make-advised-definition):
1359 Construct advice for subrs differently.
1360
1361 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
1362 regexp in parentheses when building the regexp for searching backwards.
1363
1364 * simple.el (completion-list-mode-finish): New function.
1365 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
1366
1367 * language/european.el ("Polish"): Change sample text.
1368 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
1369
1370 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1371 parameter.
1372
1373 * faces.el (menu): Doc fix.
1374
1375 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1376
1377 * ps-print.el: Footer implementation. Doc fix.
1378 (ps-print-version): New version number (6.5.1).
1379 (ps-header-frame-alist): New customization var for header frame
1380 properties.
1381 (ps-line-number-color): New customization var for line number color.
1382 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1383 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1384 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1385 (ps-right-footer): New customization vars for footers.
1386 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1387 footers.
1388 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
1389 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1390 Code fix.
1391 (ps-prologue-file): Indentation fix.
1392 (ps-print-quote): Fun eliminated.
1393 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1394 (ps-output-frame-properties): New fun.
1395 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1396 (ps-skip-newline): Replace defun by defsubst.
1397
1398 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
1399
1400 * eshell/eshell.el (eshell-command): Needed a "%s" format
1401 specifier, in case the buffer contains percent characters.
1402
1403 2001-04-10 John Wiegley <johnw@gnu.org>
1404
1405 * calendar/timeclock.el (timeclock-generate-report): Added a
1406 missing insert of the project name.
1407
1408 2001-04-09 Gerd Moellmann <gerd@gnu.org>
1409
1410 * obsolete/profile.el: Moved from emacs-lisp/.
1411
1412 * Makefile.in (nonobsolete_setwins): New macro.
1413 (finder-data): Use it instead of `setwins'.
1414 From: Dave Love <fx@gnu.org>.
1415
1416 * server.el (server-visit-files): Set server-existing-buffer correctly.
1417 (server-visit-files): Run server-visit-hook after going to
1418 line 1 so that the hook can set point as it sees fit.
1419
1420 * bindings.el (mode-line-modified): Unify help messages.
1421
1422 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
1423
1424 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1425 All callers changed.
1426
1427 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
1428
1429 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1430 long file names aren't supported, truncate the file names in
1431 quail-misc-package-ext-info to 8+3 before matching them against
1432 FILENAME.
1433
1434 * dos-fns.el (dos-truncate-to-8+3): New function.
1435
1436 * progmodes/compile.el (grep-compute-defaults): Use null-device
1437 instead of literal /dev/null. Reported by Jens Schmidt
1438 <schmidt@mathematik.uni-kl.de>.
1439
1440 * simple.el (normal-erase-is-backspace-mode): Doc fix.
1441
1442 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
1443
1444 * textmodes/sgml-mode.el: Add unknown maintainer.
1445 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1446 (html-mode-map): Use set-keymap-parent.
1447
1448 2001-04-06 Dave Love <fx@gnu.org>
1449
1450 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1451 Remove redundant string-to-list.
1452
1453 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
1454
1455 * composite.el (reference-point-alist): Doc fix.
1456
1457 2001-04-05 Sam Steingold <sds@gnu.org>
1458
1459 * font-lock.el (font-lock-keywords-case-fold-search):
1460 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1461 file made font-lock case-insensitive.
1462
1463 2001-04-05 Gerd Moellmann <gerd@gnu.org>
1464
1465 * faces.el (defface menu): Doc fix.
1466
1467 * wid-edit.el (widget-color-sample-face-get): Don't make
1468 faces for undefined colors.
1469
1470 * version.el (emacs-version): Include LessTif/Motif version info.
1471
1472 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1473
1474 * ps-mule.el: Eliminate cl package dependence.
1475 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1476 if they aren't defined yet.
1477 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1478 Eliminate cl package dependence.
1479
1480 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1481
1482 * progmodes/cc-cmds.el (c-outline-level):
1483 Bind buffer-invisibility-spec. Originally from Dave Love, but
1484 got lost when incorporating version 5.26.
1485
1486 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1487
1488 * emulation/pc-select.el (pc-selection-mode):
1489 Call normal-erase-is-backspace-mode instead of binding
1490 keys individually.
1491
1492 * cus-load.el (normal-erase-is-backspace): Use it instead of
1493 delete-key-deletes-forward.
1494
1495 * startup.el (command-line): Use normal-erase-is-backspace and
1496 normal-erase-is-backspace-mode.
1497
1498 * simple.el (normal-erase-is-backspace): Rename from
1499 delete-key-deletes-forward. Doc fix.
1500 (normal-erase-is-backspace-mode): Rename from
1501 delete-key-deletes-forward-mode. Doc fix.
1502 Run normal-erase-is-backspace-hook.
1503
1504 * dired.el (dired-move-to-filename-regexp): Support file sizes in
1505 ``human-readable'' format produced by GNU `ls'.
1506 (dired-move-to-filename-regexp): Recognize ISO format dates.
1507 From Paul Eggert <eggert@twinsun.com>.
1508
1509 2001-04-04 Gerd Moellmann <gerd@gnu.org>
1510
1511 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1512 New functions.
1513 (lm-verify): Check keywords.
1514 From Eric M. Ludlam <eric@siege-engine.com>.
1515
1516 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1517
1518 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1519 `xemacs' feature instead of for the function `set-extent-property'.
1520
1521 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1522
1523 * mail/mh-utils.el (mh-folder-hist): New var.
1524 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1525
1526 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1527
1528 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1529 region, position point on the first or last 16-byte group.
1530 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1531 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1532 hexl-beginning-of-line.
1533
1534 2001-04-03 Gerd Moellmann <gerd@gnu.org>
1535
1536 * icomplete.el (icomplete-mode): Treat an argument like other
1537 modes do.
1538
1539 * startup.el (fancy-splash-head): Use splash8.xpm for color
1540 depth 8.
1541
1542 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1543 Add an antry for ``converts''.
1544
1545 * language/slovak.el ("Slovak"): Add documentation string.
1546 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1547
1548 * language/czech.el ("Czech"): Add documentation string.
1549 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1550
1551 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1552 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1553
1554 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1555
1556 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1557 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1558 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1559 Use `defsubst' rather than a macro to ease debugging.
1560 (mail-extr-last): Remove (use `last' instead).
1561 (mail-extract-address-components): Properly reset the syntax-table
1562 after parsing an address. Use `last' rather than mail-extr-last.
1563 Make sure the end marker stays at the very end.
1564
1565 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1566
1567 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1568 last change.
1569
1570 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1571
1572 * ps-print.el: Line and paragraph spacing feature. Region to cut
1573 out when printing. Doc fix.
1574 (ps-print-version): New version number (6.5).
1575 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1576 New vars. Line and paragraph spacing feature.
1577 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1578 out when printing.
1579 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1580 (ps-get-font-size, ps-begin-job, ps-continue-line)
1581 (ps-plot-region): Code fix.
1582 (ps-print-prologue-2): Var eliminated.
1583 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1584 New internal vars.
1585 (ps-get-size): New fun.
1586 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1587 (ps-next-line): Replace defun by defsubst.
1588 (ps-mule-plot-string): Autoload doc fix.
1589
1590 * ps-bdf.el: XEmacs compatibility. Doc fix.
1591 (installation-directory, coding-system-for-read): Declare vars if
1592 it's not declared yet.
1593 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1594
1595 * ps-mule.el: XEmacs compatibility. Doc fix.
1596 (leading-code-private-22): Declare var if it's not declared yet.
1597 (charset-bytes, charset-dimension, charset-id, charset-width)
1598 (find-charset-region, split-char, char-width, chars-in-region)
1599 (forward-point, decompose-composite-char, encode-coding-string)
1600 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1601 Define funs if not defined yet.
1602 (encode-composition-rule, find-composition): Define funs if not
1603 loaded yet.
1604 (ps-mule-prologue): PostScript code fix.
1605
1606 2001-04-02 Kenichi Handa <handa@etl.go.jp>
1607
1608 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1609 non-nil, generate font for the header strings.
1610 (ps-mule-prepare-font): Likewise.
1611 (ps-mule-generate-glyphs): Likewise.
1612 (ps-mule-string-encoding): Likewise.
1613 (ps-mule-header-charsets): New variable.
1614 (ps-mule-encode-header-string): New function.
1615 (ps-mule-header-string-charsets): New function.
1616 (ps-mule-begin-job): Check charsets in the header strings. If there
1617 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1618
1619 * ps-print.el (ps-generate-header-line): Encode the header string by
1620 ps-mule-encode-header-string.
1621 (ps-mule-encode-header-string): Declare autoload.
1622
1623 2001-04-02 Gerd Moellmann <gerd@gnu.org>
1624
1625 * frame.el (cursor-in-non-selected-windows):
1626 Replaces show-cursor-in-non-selected-windows.
1627
1628 2001-03-31 Kenichi Handa <handa@etl.go.jp>
1629
1630 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1631 Delete entries for "chinese-py" and "chinese-ziranma".
1632 (quail-misc-package-ext-info): New variable.
1633 (tsang-quick-converter): New function.
1634 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1635 (quick-cns-converter, py-converter, ziranma-converter)
1636 (miscdic-convert, batch-miscdic-convert): New functions.
1637
1638 2001-03-30 Kenichi Handa <handa@etl.go.jp>
1639
1640 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1641 eight-bit-control chars.
1642
1643 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1644 Reduce making temporary vector (suggested by Dave Love).
1645
1646 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1647
1648 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1649 string as well.
1650
1651 2001-03-30 Andreas Schwab <schwab@suse.de>
1652
1653 * files.el (backup-directory-alist): Fix typo.
1654
1655 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1656
1657 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1658 <eggert@twinsun.com>.
1659
1660 2001-03-30 Dave Love <fx@gnu.org>
1661
1662 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1663
1664 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1665
1666 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1667
1668 2001-03-30 Miles Bader <miles@gnu.org>
1669
1670 * subr.el (interactive-form): Fix paren typo.
1671
1672 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1673
1674 * emacs-lisp/profile.el: Say that it's obsolete in the header
1675 line, so that finder.el puts that into its data-base.
1676 Suggested by Alex Schroeder <alex@gnu.org>.
1677
1678 2001-03-29 Paul Eggert <eggert@twinsun.com>
1679
1680 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1681 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1682
1683 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1684
1685 * generic.el (generic-mode-set-comments): Use "" rather than nil
1686 for comment-end.
1687
1688 2001-03-29 Gerd Moellmann <gerd@gnu.org>
1689
1690 * emacs-lisp/advice.el (ad-make-advised-definition):
1691 Call interactive-form to obtain the interactive spec of subrs.
1692
1693 * subr.el (interactive-form): New function.
1694
1695 2001-03-29 Andre Spiegel <spiegel@gnu.org>
1696
1697 * vc-sccs.el (vc-sccs-register): Use relative file names.
1698
1699 2001-03-28 Gerd Moellmann <gerd@gnu.org>
1700
1701 * bookmark.el (bookmark-get-bookmark): Handle case that
1702 BOOKMARK is not a string.
1703
1704 * image.el (image-type-regexps): Change type for PS files
1705 to `postscript'.
1706
1707 * subr.el (read-passwd): Clear command history after each
1708 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1709
1710 2001-03-27 Kenichi Handa <handa@etl.go.jp>
1711
1712 * international/kkc.el (kkc-save-init-file): Locally bind
1713 print-length to nil.
1714
1715 2001-03-26 Gerd Moellmann <gerd@gnu.org>
1716
1717 * textmodes/flyspell.el: Some doc fixes.
1718 (flyspell-maybe-correct-transposition)
1719 (flyspell-maybe-correct-doubling): Use a temporary buffer
1720
1721 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1722
1723 * emacs-lisp/byte-opt.el (byte-optimize-while)
1724 (byte-optimize-form-code-walker): Diagnose too few arguments
1725 for `if' and `while'.
1726
1727 2001-03-26 Kenichi Handa <handa@etl.go.jp>
1728
1729 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1730 Prepend `\' to "\<quail-translation-docstring>".
1731
1732 2001-03-26 Gerd Moellmann <gerd@gnu.org>
1733
1734 * autorevert.el (global-auto-revert-non-file-buffers):
1735 Remove duplicate defcustom.
1736
1737 2001-03-26 Miles Bader <miles@gnu.org>
1738
1739 * international/latin1-disp.el (latin1-char-displayable-p):
1740 Add leading "-" for X font pattern.
1741
1742 2001-03-26 Kenichi Handa <handa@etl.go.jp>
1743
1744 * international/mule-diag.el (describe-coding-system):
1745 For raw-text and emacs-mule, don't add anymore text about what
1746 charsets they can encode.
1747
1748 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1749
1750 * help.el (view-lossage): Mention open-dribble-file in the doc
1751 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1752
1753 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1754
1755 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1756 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1757
1758 2001-03-23 Kenichi Handa <handa@etl.go.jp>
1759
1760 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1761 Call ccl-execute-on-string directly so that CCL program handling
1762 multibyte sequence can work correctly.
1763 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1764 property of the coding system.
1765
1766 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1767
1768 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1769 Fix transcription typo.
1770
1771 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1772
1773 * whitespace.el: Add buffer local variables to toggle testing of
1774 whitespaces in buffers without affecting the default values.
1775 Bump version to 3.0 to account for a few other changes.
1776 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1777 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1778 (whitespace-toggle-spacetab-check): New functions.
1779
1780 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1781
1782 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1783
1784 2001-03-21 Gerd Moellmann <gerd@gnu.org>
1785
1786 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1787 bs-cycle-configuration-name. From Juanma Barranquero
1788 <lektu@uol.com.br>.
1789
1790 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1791 and cc-vars.el.
1792
1793 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1794 headers. Always invoke sendmail with option -t.
1795
1796 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1797
1798 * Release of cc-mode 5.28.
1799
1800 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1801
1802 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1803 Removed the hardcoded switch to "java" style in Java mode.
1804 It's instead taken care of by the default value for c-default-style.
1805
1806 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1807
1808 * cc-align.el (c-lineup-math): Fix bug where lineup was
1809 triggered by equal signs in string literals.
1810
1811 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1812
1813 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1814 limit detection when at the ends of the buffer.
1815
1816 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1817 "for" statement clause in case 7F; a better one is done
1818 earlier in case 7D anyway.
1819
1820 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1821
1822 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1823 somewhat more and did a small optimization.
1824
1825 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1826
1827 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1828 Use the limit argument only to limit the syntactic context
1829 search, not to limit the actual movement.
1830
1831 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1832 inside multiline strings, just like in comments. Also various
1833 fixes to the paragraph and comment prefix recognition, block
1834 comment ender handling etc.
1835
1836 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1837
1838 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1839 the relative position of the point.
1840
1841 * cc-cmds.el (c-electric-continued-statement): New function to
1842 use as abbrev hook to reindent for keywords such as "else"
1843 that continues an earlier statement.
1844
1845 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1846 like classes.
1847
1848 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1849 (pike-mode): Populate the default abbrev tables to reindent for
1850 keywords such as "else" that can continue earlier statements.
1851 Abbrev mode is therefore turned on by default now. (Note that
1852 this doesn't apply to idl-mode, since IDL afaik doesn't have
1853 statements at all.)
1854
1855 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1856
1857 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1858 bracelists where the declaration contains template arguments.
1859
1860 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1861
1862 * cc-cmds.el (c-comment-indent):
1863 Use `c-get-syntactic-indentation' to correctly calculate the
1864 syntactic indentation. Fixes bug with lineup functions that
1865 return vectors.
1866
1867 * cc-engine.el (c-get-syntactic-indentation): Split the
1868 indentation sum calculation from `c-indent-line' to a separate
1869 function.
1870
1871 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1872
1873 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1874 Fixed places where it was assumed that preprocessor directives
1875 have to start in column zero.
1876
1877 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1878 template arguments after a class identifier properly.
1879
1880 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1881 lists for `new Foo[]' constructs in Java as expressions and
1882 not top level definition brace lists on the top level, so that
1883 they'll get indented consistently with the same type of
1884 expression in a normal block.
1885
1886 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1887
1888 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1889 whether the adaptive filling package fails to keep the comment
1890 prefix is now kludged further to check for filladapt-mode
1891 which doesn't have that problem. This is really icky, but it's
1892 the only way that works with the current misfeatures/bugs in
1893 both adaptive-fill-mode and filladapt-mode.
1894
1895 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1896 around point is recognized more robust.
1897
1898 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1899
1900 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1901 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1902 (c-lit-type): Fixed all internal variables used dynamically so
1903 that they are always bound.
1904
1905 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1906 errors:
1907
1908 (c-indent-region): Fixed reporting of syntactic errors so that
1909 the region is fully reindented even when an error occurs.
1910 The last syntactic error is printed afterwards. Also cleanup up a
1911 whole lot of code that tried to optimize indentation of whole
1912 sexps but in reality accomplishes nothing.
1913
1914 (c-indent-sexp): Use c-indent-region.
1915
1916 (c-parsing-error): Changed this variable to hold the message
1917 for any syntactic error that is discovered.
1918
1919 (c-parse-state): Search backward from point instead of the bod
1920 position when the latter is invalid. This makes CC Mode
1921 recover faster when there are unbalanced close braces.
1922
1923 (c-backward-to-start-of-if): Use c-parsing-error to report
1924 dangling "else" clauses instead of throwing an error, and fall
1925 back to a reasonable position.
1926
1927 (c-indent-line): Added argument to avoid reporting syntactic errors.
1928
1929 (c-show-syntactic-information): Don't report any syntactic errors.
1930
1931 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1932
1933 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1934 paragraph recognition when moving by sentence in literals.
1935
1936 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1937 start regexp for javadoc to recognize javadoc markup in general instead
1938 of a specific set of keywords, to be more future-safe.
1939
1940 (c-Pike-pikedoc-paragraph-start)
1941 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1942 pikedoc markup.
1943
1944 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
1945
1946 (pike-mode): Initialize paragraph settings pikedoc recognition.
1947
1948 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1949
1950 (c-comment-prefix-regexp): Made it possible to use an
1951 association list on this to specify mode specific regexps.
1952 The default value now use a special regexp in Pike mode to
1953 recognize pikedoc markup.
1954
1955 (c-current-comment-prefix): New variable containing the actual
1956 regexp from c-comment-prefix-regexp for the current buffer.
1957
1958 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1959
1960 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1961 lists: We can't look at the syntax, since a brace list can get
1962 recognized as a plain statement-cont.
1963
1964 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1965 special brace list opener broken over two lines got recognized
1966 as a statement on the second line. Case 9A changed.
1967
1968 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1969
1970 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1971 adjustment after line is reindented.
1972
1973 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1974
1975 * cc-defs.el (c-point): Added optional argument for position
1976 to use instead of the current point.
1977
1978 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1979 the in-expression block symbols when the construct starts at
1980 boi, to avoid the extra level of indentation in that case.
1981 Cases 4, 16A and 17E affected.
1982
1983 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1984
1985 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
1986 calls to `c-indent-line', to adhere better to Emacs conventions.
1987
1988 * cc-engine.el (c-indent-line): Use the syntax already bound
1989 to `c-syntactic-context', if there is any.
1990
1991 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1992
1993 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1994 wasn't added up correctly when a lineup function returned nil.
1995
1996 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1997
1998 * cc-engine.el (c-collect-line-comments): Fixed bug where
1999 empty lines were ignored when collecting line comments backwards.
2000
2001 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2002
2003 * cc-align.el (c-lineup-dont-change): Return an absolute
2004 indentation column to work correctly in the case when several
2005 syntactic elements are processed for the same line.
2006
2007 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2008 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2009 (c-set-offset): Added absolute indentation column settings by
2010 using the vector type.
2011
2012 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2013
2014 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2015 Implemented two new cleanups `space-before-funcall' and
2016 `compact-empty-funcall'.
2017
2018 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2019
2020 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2021 helping building regexps.
2022
2023 * cc-engine.el (c-on-identifier): New function for detecting
2024 identifiers. It takes keywords into account.
2025
2026 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2027 lists. `c-keywords' is set to a regexp matching all keywords
2028 in the current language.
2029
2030 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2031
2032 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2033 list of characters to skip backwards over at the beginning of
2034 a statement, since it can precede string literals in Pike.
2035
2036 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2037
2038 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2039 recognition when standing on the last line in a C++ comment
2040 with nothing but whitespace after the prefix.
2041
2042 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2043 given no limit argument.
2044
2045 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2046
2047 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2048 recognition for the `[]= operator symbol in Pike.
2049
2050 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2051
2052 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2053 around a bug in `eval-when-compile' in the byte compiler.
2054
2055 * cc-engine.el (c-forward-token-1): Fixed bug with return
2056 value when count is zero and there's no token start within the limit.
2057
2058 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2059 "prefix comments", i.e. comments which are followed by code on
2060 the same line.
2061
2062 * cc-mode-19.el: Fixes so that checks that must be done at
2063 compile time also are done then.
2064
2065 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2066
2067 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2068 time and at runtime, and only when it's needed.
2069
2070 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2071
2072 Major cleanup for less error prone and more warning free
2073 compilation, including some fixes for bugs due to different
2074 compilation orders. Thanks to Martin Buchholz for providing
2075 the basis for all this.
2076
2077 * cc-bytecomp.el: New file that provides some byte compilation
2078 features: It ensures that files always are loaded from the
2079 current source directory during compilation, and it provides a
2080 set of macros to turn off specific compiler warnings for
2081 specific symbols. (It's not CC Mode specific in any way.)
2082
2083 Fixed a nearly acyclic dependency tree (both runtime and
2084 compile-time) between all files.
2085
2086 * cc-defs.el: Separated all macros before the inline functions,
2087 to ensure correct compilation.
2088
2089 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2090 cc-defs.el to cc-engine.el and made it a function instead.
2091
2092 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2093 about char-after.
2094
2095 * cc-vars.el: Cope even when there isn't a custom package
2096 containing defcustom available.
2097
2098 * cc-make.el: Removed since it's no longer necessary.
2099
2100 README: Updated installation instructions.
2101
2102 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2103
2104 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2105 improve the modularity: Moved all mode init stuff from
2106 cc-langs.el to cc-mode.el, including the keymap
2107 initialization; cc-langs now only contains the various
2108 variables for configuring the language syntax.
2109
2110 * cc-engine.el, cc-styles.el (c-evaluate-offset)
2111 (c-get-offset): Moved from cc-styles to cc-engine since file
2112 dependency analysis suggests they belong there (which also
2113 makes more sense). Thanks to Martin Buchholz for doing the analysis.
2114
2115 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2116
2117 * cc-cmds.el (c-fn-region-is-active-p): New function that
2118 wraps the corresponding macro, for use in places that aren't
2119 compiled. Thanks to Martin Buchholz for pointing out this.
2120
2121 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
2122
2123 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2124 add things to the bug report.
2125
2126 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2127
2128 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2129 returned prefix could contain a newline when the search for a
2130 good prefix line failed.
2131
2132 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2133
2134 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2135 (c-toggle-auto-hungry-state): Made the argument optional, as
2136 the documentation says it is.
2137
2138 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2139
2140 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2141 multiline string syntax, #"...", as a cpp macro.
2142
2143 2001-03-21 Paul Eggert <eggert@twinsun.com>
2144
2145 * international/mule-cmds.el (set-locale-environment):
2146 Set system-messages-locale and system-time-locale, but only if the
2147 caller specifies a non-nil locale name.
2148
2149 2001-03-20 Gerd Moellmann <gerd@gnu.org>
2150
2151 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
2152 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
2153
2154 2001-03-20 Gerd Moellmann <gerd@gnu.org>
2155
2156 * follow.el (follow-avoid-tail-recenter): Doc fix.
2157
2158 * custom.el (custom-set-variables): Avoid reversing the list
2159 of args needlessly.
2160
2161 * startup.el (fancy-splash-head): Don't change the colors of the
2162 XPM image on a dark background.
2163
2164 * comint.el (comint-exec-1): Set columns of the terminal to
2165 window-width instead of frame-width.
2166
2167 * info.el (Info-scroll-down): Add missing WINDOW arg for
2168 pos-visible-in-window-p.
2169
2170 * ehelp.el (electric-help-mode-hook): Add defcustom.
2171
2172 * mail/sendmail.el (mail-mode): Activate case-folding in
2173 font-lock-defaults.
2174
2175 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
2176
2177 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2178 (completion-ignored-extensions): Remove duplicate ".class".
2179
2180 2001-03-19 Andreas Schwab <schwab@suse.de>
2181
2182 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2183 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2184
2185 2001-03-19 Gerd Moellmann <gerd@gnu.org>
2186
2187 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2188 methods since there are not prefix input methods.
2189
2190 2001-03-19 Kenichi Handa <handa@etl.go.jp>
2191
2192 * international/mule-cmds.el (read-input-method-name):
2193 Locally bind enable-recursive-minibuffers to t.
2194
2195 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
2196
2197 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2198
2199 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
2200
2201 * ediff-util.el: Copyright years.
2202 (ediff-choose-syntax-table): New function.
2203 (ediff-setup): Use ediff-choose-syntax-table.
2204
2205 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2206 with-syntax-table.
2207
2208 * ediff.el: Date of last update, copyright years.
2209
2210 * ediff-wind (ediff-setup-control-frame): Nill->nil.
2211
2212 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2213 of Scott Bronson.
2214 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2215 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2216 Deleted functions.
2217 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2218 ex-token-list.
2219
2220 * viper-util.el: Spaces, indentation.
2221
2222 * viper.el: Changed version, modification time.
2223
2224 2001-03-16 John Wiegley <johnw@gnu.org>
2225
2226 * calendar/timeclock.el (timeclock-workday-remaining):
2227 Check whether `discrep' is non-null before using it.
2228
2229 2001-03-16 John Wiegley <johnw@gnu.org>
2230
2231 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2232 first-time checkins.
2233 (timeclock-log-data): Fixed problem with reading timelog log file.
2234 Resulting data in the "day list" was incorrect.
2235 (timeclock-find-discrep): Check if `timeclock-file' is readable
2236 before opening it.
2237 (timeclock-time-less-p): New function.
2238 (timeclock-day-base): New function.
2239 (timeclock-geometric-mean): New function.
2240 (timeclock-generate-report): Generate a summary report based on
2241 the contents of the log file. This uses `timeclock-log-data', and
2242 is an example of writing a timelog manipulation function.
2243 (timeclock-visit-timelog): A quick command for opening the timelog
2244 file.
2245 (timeclock-log-data): Bound the variable event.
2246
2247 2001-03-16 Kenichi Handa <handa@etl.go.jp>
2248
2249 * international/mule-cmds.el (select-safe-coding-system):
2250 Fix typo: symbol-name -> symbol-value.
2251
2252 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2253 before substitute-in-file-name to handle double slashes in FILE
2254 correctly.
2255
2256 2001-03-15 Gerd Moellmann <gerd@gnu.org>
2257
2258 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2259 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2260
2261 2001-03-14 Gerd Moellmann <gerd@gnu.org>
2262
2263 * bindings.el (features): Add `md5' and `overlay' to the list.
2264
2265 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2266 bound before using it. It's not bound when configured without X,
2267 for instance.
2268
2269 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
2270
2271 * progmodes/hideshow.el: Update copyright.
2272 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
2273 (hs-minor-mode-hook): Include `:version' in defcustom form.
2274
2275 2001-03-13 Gerd Moellmann <gerd@gnu.org>
2276
2277 * help.el (string-key-binding): Don't call event-start on
2278 a non-list.
2279
2280 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
2281
2282 * startup.el (fancy-splash-tail, command-line-1): Fix the
2283 copyright year.
2284
2285 2001-03-13 Kenichi Handa <handa@etl.go.jp>
2286
2287 * term.el: These changes are based on a patch sent from Yong Lu
2288 <lyongu@yahoo.com>.
2289 (term-set-escape-char): Bind M-x to execute-extended-command in
2290 term-raw-escape-map.
2291 (term-move-columns): Don't try to move to negagive column.
2292 (term-emulate-terminal): Insert a string before deleting a text to
2293 overwrite.
2294
2295 2001-03-12 Gerd Moellmann <gerd@gnu.org>
2296
2297 * play/life.el (life): Rearrange code so that all calls to
2298 life-display-generation are in a catch-form.
2299
2300 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2301 file that isn't interesting. In an interesting file, push the old
2302 value of point on the mark ring.
2303
2304 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2305 New function.
2306 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2307 Use it.
2308
2309 * emacs-lisp/autoload.el (generate-file-autoloads):
2310 Remove warning about line lengths.
2311
2312 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2313
2314 * progmodes/etags.el (tags-compression-info-list): New variable.
2315 (find-tag-in-order): Use it to deal with compressed source files.
2316 (tag-file-name-match-p): New function.
2317 (etags-recognize-tags-table): Use it for better match of file names.
2318
2319 2001-03-12 Kenichi Handa <handa@etl.go.jp>
2320
2321 * international/mule-cmds.el (register-input-method): Doc fix.
2322
2323 * international/quail.el (quail-translate-key): Fix condition to
2324 check if there's another breaking point in the current key.
2325
2326 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2327
2328 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2329 Babyl header to the newly-created output file, bind
2330 coding-system-for-write to either rmail-file-coding-system or
2331 emacs-mule-unix.
2332
2333 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2334
2335 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2336 Fix the name and regexp used for subsubsections.
2337
2338 2001-03-10 Dave Love <fx@gnu.org>
2339
2340 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2341 and save-buffer if buffer-file-name non-nil. From rms.
2342
2343 2001-03-10 Andre Spiegel <spiegel@gnu.org>
2344
2345 * vc.el (vc-do-command): If the destination buffer is already
2346 current, don't set it up and don't erase it. Updated doc string
2347 to reflect that.
2348 (vc-version-diff): When doing a single file diff, don't switch to the
2349 *vc-diff* buffer before the command. This is to preserve local
2350 variable bindings that might affect the diff command.
2351 (vc-print-log): Don't switch to the *vc* buffer before the
2352 command, so that local variable bindings are preserved.
2353
2354 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
2355 not the current buffer.
2356 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2357
2358 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
2359 make output go to buffer *vc*, not the current buffer.
2360
2361 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2362
2363 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2364 so ^, $, *, ? and + are interpreted correctly.
2365
2366 2001-03-09 Gerd Moellmann <gerd@gnu.org>
2367
2368 * help.el (string-key-binding): Renamed from
2369 mode-line-key-binding. Handle any event on a string.
2370 Check for `keymap' properties as well as `local-map' properties.
2371
2372 * comint.el (comint-insert-clicked-input): Use the last key
2373 from this-command-keys to lookup the global key definition.
2374
2375 2001-03-09 Kenichi Handa <handa@etl.go.jp>
2376
2377 * international/characters.el: Add category `j' for
2378 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
2379
2380 * international/mule-conf.el (no-conversion): Fix docstring.
2381 (raw-text): Fix docstring.
2382
2383 2001-03-08 Gerd Moellmann <gerd@gnu.org>
2384
2385 * simple.el (choose-completion-string): When not leaving the
2386 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2387 is set.
2388
2389 * window.el (shrink-window-if-larger-than-buffer): Handle frame
2390 parameter `(minibuffer . t)'.
2391
2392 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2393
2394 * progmodes/sh-script.el (sh-st-symbol): New symbol.
2395 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2396 (sh-mode): Remove `make-local-variable' for unused var
2397 `font-lock-unfontify-region-function'.
2398
2399 2001-03-07 Richard M. Stallman <rms@gnu.org>
2400
2401 * info.el (Info-scroll-down): Fix previous change.
2402
2403 * mail/rmail.el (rmail-toggle-header): Use a window which
2404 is showing the Rmail buffer, rather than the selected window.
2405
2406 2001-03-07 Dave Love <fx@gnu.org>
2407
2408 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2409 now, to avoid problems with binding imenu directly to a mouse event.
2410
2411 2001-03-07 Gerd Moellmann <gerd@gnu.org>
2412
2413 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2414 second arg t.
2415
2416 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2417
2418 * log-edit.el (log-edit-common-indent): New var.
2419 (log-edit-set-common-indentation): Renamed from
2420 log-edit-delete-common-indentation. Use the new var.
2421 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2422
2423 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2424 (cvs-mode-add-change-log-entry-other-window):
2425 Don't presume change-log-default-name is defined.
2426
2427 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2428
2429 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2430 the "tree" operation as well.
2431
2432 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2433
2434 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2435 to match paragraph-start.
2436
2437 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2438 comment-start-skip and set comment-end-skip as well.
2439 (sgml-comment-indent): Fix for new value of comment-start-skip.
2440 (html-autoview-mode): Don't bother using make-local-hook.
2441
2442 2001-03-07 Gerd Moellmann <gerd@gnu.org>
2443
2444 * cus-edit.el (custom-save-delete): Move in front of local
2445 variables, otherwise long Custom entries would make them ineffective.
2446
2447 * uniquify.el: Set maintainer to FSF.
2448
2449 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2450
2451 * dired-aux.el (dired-do-shell-command): Doc fix.
2452
2453 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2454
2455 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2456
2457 * which-func.el (which-func-modes): Add cperl-mode.
2458 (which-func-mode-global): Use define-minor-mode.
2459
2460 * info-look.el: Docstring fixes and dead code eliminated.
2461 (cperl-mode): Add support.
2462 (emacs-lisp-mode): List all entries from elisp manual, whether
2463 or not they are currently (f)bound or not. Update regexp.
2464
2465 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2466
2467 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2468 so that C-h m shows the correct information.
2469 Use make-local-variable rather than make-variable-buffer-local.
2470 (cperl-info-buffer, cperl-setup-tmp-buf):
2471 Use make-local-variable rather than make-variable-buffer-local.
2472 (cperl-msb-fix, cperl-get-help-defer):
2473 Check major-mode for `cperl-mode' as well.
2474
2475 * progmodes/cperl-mode.el: Updated to author version 4.23.
2476 (cperl-electric-pod): SYNOPSIS was misspelled.
2477 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2478 (cperl-after-expr-p): Make true after __END__.
2479
2480 2001-03-06 Gerd Moellmann <gerd@gnu.org>
2481
2482 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
2483 bookmark-completion-ignore-case is t.
2484
2485 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2486 switch, like xterm, and concat resource strings, with a newline
2487 between them.
2488
2489 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2490
2491 * international/codepage.el (cp770-decode-table)
2492 (cp773-decode-table, cp774-decode-table): New variables.
2493
2494 * man.el (Man-hyphenated-reference-regexp): New variable.
2495 (Man-build-references-alist): Use it to search for referenced
2496 manpages. If hyphenated is non-nil, record a concatenated word in
2497 Man-refpages-alist only if it matches Man-reference-regexp.
2498 Update word's length when it is concatenated. Reverse the list,
2499 to get the first manpage at the head.
2500 (Man-possibly-hyphenated-word): New function.
2501 (Man-follow-manual-reference): Use it instead of current-word to
2502 find a manpage at point, in a way that accounts for hyphenated
2503 references.
2504
2505 2001-03-06 Alex Schroeder <alex@gnu.org>
2506
2507 * sql.el (sql-interbase): New function.
2508 (sql-interbase-program): New option.
2509 (sql-interbase-options): New option.
2510 And some typos fixed: "customise" to "customize".
2511
2512 2001-03-06 Dave Love <fx@gnu.org>
2513
2514 * textmodes/flyspell.el (flyspell-region):
2515 Set up flyspell-local-mouse-map.
2516
2517 2001-03-05 Richard M. Stallman <rms@gnu.org>
2518
2519 * mail/rmail.el (rmail-retry-failure):
2520 Don't call rmail-beginning-of-message.
2521 Don't discard From: field. Do discard Received: field.
2522 Use unwind-protect to re-prune.
2523 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
2524
2525 2001-03-06 Kenichi Handa <handa@etl.go.jp>
2526
2527 * international/quail.el (quail-title): Add autoload cookie.
2528
2529 2001-03-05 Dave Love <fx@gnu.org>
2530
2531 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2532 new defs.
2533
2534 2001-03-05 Kenichi Handa <handa@etl.go.jp>
2535
2536 * language/ethio-util.el (ethio-toggle-space):
2537 Update current-input-method-title if necessary.
2538 (ethio-toggle-punctuation): Likewise.
2539
2540 * international/quail.el (quail-title): Fix for the case that a
2541 title of an input method is specified by a list of the same form
2542 as used in mode-line-format.
2543
2544 * international/mule-cmds.el (activate-input-method):
2545 If current-input-method-title is set by activating INPUT-METHOD,
2546 respect that value.
2547
2548 2001-03-05 Gerd Moellmann <gerd@gnu.org>
2549
2550 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2551
2552 2001-03-05 Alex Schroeder <alex@gnu.org>
2553
2554 * sql.el (sql-sybase): Fix typo (was: query user about server two
2555 times instead of server and database).
2556
2557 * sql.el (sql-sybase): Doc change.
2558 (sql-mysql): Doc change.
2559 (sql-postgres): Doc change.
2560
2561 2001-03-05 Kenichi Handa <handa@etl.go.jp>
2562
2563 * international/mule-conf.el (emacs-mule, raw-text):
2564 Docstring modified.
2565
2566 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2567
2568 * term/internal.el: Update copyright notice.
2569
2570 * term/pc-win.el: Update copyright notice.
2571
2572 2001-03-02 Dave Love <fx@gnu.org>
2573
2574 * files.el (insert-file-contents-literally):
2575 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2576 not jka-compr-compression-info-list.
2577
2578 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2579
2580 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2581 spaces in default comment-start-skip settings rather than \s-.
2582
2583 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2584
2585 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2586 default-frame-alist as well.
2587
2588 2001-03-01 Dave Love <fx@gnu.org>
2589
2590 * textmodes/reftex.el (defvar): Wrap some defvars in
2591 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2592
2593 * subr.el (event-basic-type): Doc fix.
2594
2595 * international/quail.el: Doc fixes.
2596
2597 * international/utf-8.el: Doc fixes.
2598
2599 * international/mule-cmds.el: Doc fixes.
2600 (leim-list-header): Fix header text.
2601
2602 * international/mule.el (coding-system-category): Doc fix.
2603
2604 * international/ccl.el (ccl-compile): Doc fix.
2605
2606 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2607
2608 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2609 rather than (before|after)-change-functions.
2610
2611 2001-03-01 Gerd Moellmann <gerd@gnu.org>
2612
2613 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2614 scroll-left and scroll-right being called interactively so that
2615 they set the window's min_hscroll.
2616
2617 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2618
2619 * info.el (info-insert-file-contents-1): Accept an additional
2620 argument `lfn': if it is non-nil, concatenate `filename' and
2621 `suffix'; otherwise use the complicated MS-DOS code.
2622 All callers changed.
2623 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2624 can access long file names, try the long file-name version of
2625 `info-insert-file-contents-1', then the short file-name version.
2626
2627 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
2628
2629 * language/ethio-util.el (setup-ethiopic-environment-internal):
2630 Change bindings of functions keys to conform to "Emacs Lisp Coding
2631 Convention".
2632
2633 * language/ethiopic.el ("Ethiopic"): Add documentation.
2634
2635 2001-02-28 Kenichi Handa <handa@etl.go.jp>
2636
2637 * international/utf-8.el (mule-utf-8): Set coding-category
2638 property to coding-category-utf-8.
2639
2640 2001-02-27 Richard M. Stallman <rms@gnu.org>
2641
2642 * lpr.el (lpr-page-header-switches, print-region-1):
2643 Undo 2000-07-06 change.
2644 (lpr-add-switches): Default to t on gnu/linux.
2645
2646 2001-02-27 Gerd Moellmann <gerd@gnu.org>
2647
2648 * bs.el (bs-attributes-list): Doc fix.
2649
2650 2001-02-26 Gerd Moellmann <gerd@gnu.org>
2651
2652 * help.el (describe-project): Display the file THE-GNU-PROJECT.
2653
2654 * help.el (view-order-manuals): Use goto-address.
2655
2656 * startup.el (command-line-1): Add info about ordering manuals
2657 to the not so fancy splash screens.
2658
2659 2001-02-26 Andre Spiegel <spiegel@gnu.org>
2660
2661 * vc.el (vc-default-workfile-unchanged-p)
2662 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
2663
2664 2001-02-26 Gerd Moellmann <gerd@gnu.org>
2665
2666 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
2667 fontify in the right buffer.
2668
2669 * allout.el (outline-flag-region): Move macro in front of first
2670 use to avoid a run-time error.
2671
2672 2001-02-24 Andrew Innes <andrewi@gnu.org>
2673
2674 * makefile.w32-in: Fix copyright notice.
2675
2676 2001-02-24 Kenichi Handa <handa@etl.go.jp>
2677
2678 * international/utf-8.el (mule-utf-8): Set correct value for
2679 valid-codes property.
2680
2681 * international/fontset.el (x-complement-fontset-spec): In the
2682 case that we use ASCII font for the other charsets, use only
2683 family and registry part of it.
2684
2685 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2686
2687 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2688 (shrink-window-if-larger-than-buffer): Doc fix.
2689
2690 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2691
2692 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2693 predicate passed to completing-read.
2694
2695 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2696
2697 * startup.el (command-line): Fix last change.
2698
2699 2001-02-23 Jason Rumney <jasonr@gnu.org>
2700
2701 * startup.el (tool-bar-originally-present): New variable.
2702 (command-line): Set it if the tool-bar is switched on at startup.
2703
2704 * frame.el (frame-notice-user-settings): Only adjust frame height
2705 for no tool-bar case if tool-bar was originally switched on.
2706 From E. Jay Berkenbilt.
2707
2708 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2709
2710 * server.el (server-switch-buffer): Only switch window if the
2711 current one is dedicated.
2712
2713 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2714 rather than using (match-beginning 0) when searching for break point.
2715
2716 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2717
2718 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2719 @ follows an accent command such as @'. Support optional braces
2720 in commands that insert accents, like makeinfo does.
2721
2722 2001-02-22 Gerd Moellmann <gerd@gnu.org>
2723
2724 * startup.el (fancy-splash-text): Add a line for ordering
2725 manuals. Reverse order of splash screens shown.
2726 (use-fancy-splash-screens-p): Adapt to the text line added.
2727
2728 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2729 manuals from the FSF.
2730
2731 * help.el (view-order-manuals): New function.
2732 (toplevel): Bind C-h C-m to this function.
2733
2734 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2735
2736 * newcomment.el (comment-forward): Skip the comment-start before
2737 searching for the comment-end.
2738
2739 2001-02-21 Dave Love <fx@gnu.org>
2740
2741 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2742
2743 * international/mule-cmds.el, international/mule.el: Doc fixes.
2744
2745 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2746 (fortune) <defgroup>: Add :link.
2747 (fortune-from-region): Use eq, not eql.
2748
2749 2001-02-21 Gerd Moellmann <gerd@gnu.org>
2750
2751 * startup.el (fancy-splash-screens): Use display-hourglass
2752 instead of display-busy-cursor.
2753
2754 * frame.el (display-hourglass): Renamed from busy-cursor.
2755 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2756 (show-cursor-in-non-selected-windows): Doc fix.
2757
2758 2001-02-20 Dave Love <fx@gnu.org>
2759
2760 * international/utf-8.el: Doc and commentary fixes.
2761
2762 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2763
2764 * ehelp.el (with-electric-help): Doc fix.
2765
2766 2001-02-20 Gerd Moellmann <gerd@gnu.org>
2767
2768 * msb.el (msb-mode): Call the update-buffers function explicitly
2769 with a FORCE argument.
2770
2771 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2772 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2773 returns nil.
2774
2775 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2776
2777 * ps-print.el: Timestamp package replacement. Some enhancements.
2778 Some XEmacs compatibility. Doc fix.
2779 (ps-print-version): New version number (6.4).
2780 (ps-printer-name): Initialization fix.
2781 (ps-zebra-stripe-follow): Funcionality enhancement.
2782 (ps-prologue-file): Code enhancement.
2783 (ps-right-header): Timestamp package replacement.
2784 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2785 (ps-get-page-dimensions)
2786 (ps-generate-header, ps-begin-file, ps-begin-job)
2787 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2788 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2789 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2790 (coding-system-for-write): Var declaration (XEmacs compatibility).
2791
2792 2001-02-20 Miles Bader <miles@gnu.org>
2793
2794 * image-file.el (image-file-name-extensions): Add "tif".
2795
2796 2001-02-19 Gerd Moellmann <gerd@gnu.org>
2797
2798 * wid-edit.el (widget-button-click): Save the selected window
2799 around the code handling clicks on buttons.
2800
2801 2001-02-18 Dave Love <fx@gnu.org>
2802
2803 * imenu.el (imenu--generic-function): Use mapc to iterate over
2804 syntax characters.
2805
2806 2001-02-17 Richard M. Stallman <rms@gnu.org>
2807
2808 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2809
2810 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2811
2812 2001-02-16 Gerd Moellmann <gerd@gnu.org>
2813
2814 * mouse.el (mouse-save-then-kill): If the distance from the new
2815 point to the mark is equal to the distance of point from the new
2816 point, move point instead of the mark.
2817
2818 2001-02-16 Dave Love <fx@gnu.org>
2819
2820 * textmodes/flyspell.el (flyspell-get-word): Return string without
2821 properties.
2822
2823 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2824
2825 * generic.el (generic-find-file-regexp): Doc fix.
2826 (generic-ignore-files-regexp): New defcustom.
2827 (generic-mode-find-file-hook): If the file's name matches the
2828 regexp in `generic-ignore-files-regexp', don't enter
2829 default-generic-mode. Doc fix.
2830
2831 2001-02-16 Gerd Moellmann <gerd@gnu.org>
2832
2833 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
2834 Add autoload cookies.
2835
2836 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
2837 of cal-tex-24.
2838
2839 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2840
2841 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2842
2843 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2844 the character class after the (optional) drive, to support file
2845 names with embedded blanks.
2846
2847 2001-02-15 Sam Steingold <sds@gnu.org>
2848
2849 * textmodes/tex-mode.el (tex-shell-running):
2850 Check the process buffer too.
2851
2852 2001-02-15 Dave Love <fx@gnu.org>
2853
2854 * battery.el (battery-status-function): Fix doc, :type.
2855
2856 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
2857
2858 2001-02-15 Gerd Moellmann <gerd@gnu.org>
2859
2860 * subr.el (read-passwd): Clear Lisp memory holding password.
2861
2862 2001-02-15 Miles Bader <miles@gnu.org>
2863
2864 * info.el (Info-copy-current-node-name): New function.
2865 (Info-mode-menu): Add it to the menu.
2866
2867 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2868
2869 * international/mule-cmds.el (toggle-input-method): Doc fix.
2870
2871 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2872
2873 * replace.el (occur): Stop at end of buffer.
2874
2875 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2876
2877 * international/mule-cmds.el (set-input-method): Another doc fix.
2878
2879 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2880
2881 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2882
2883 2001-02-13 Miles Bader <miles@gnu.org>
2884
2885 * faces.el (set-face-background, set-face-foreground)
2886 (set-face-stipple): Treat a value of nil as being `unspecified'.
2887
2888 2001-02-12 Dave Love <d.love@dl.ac.uk>
2889
2890 * international/latin1-disp.el: Doc fixes.
2891 (latin1-display) <defgroup>: Add :link.
2892 (latin1-display) <function>: Set variable latin1-display.
2893
2894 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2895
2896 * international/mule-cmds.el (set-input-method): Doc fix.
2897
2898 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2899
2900 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2901 (speedbar-line-file): Return nil if not a file.
2902 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2903
2904 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
2905
2906 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2907 for remote files.
2908 (ediff-coding-system-for-read): Replaced the no-conversion default
2909 with raw-text.
2910
2911 * ediff-init.el: Removed :version from defcustom vars.
2912
2913 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2914 Better handling of the diff mode.
2915
2916 * ediff.texi: Added ediff-coding-system-for-read.
2917
2918 * viper.texi: Fix typos.
2919
2920 2001-02-11 Dave Love <fx@gnu.org>
2921
2922 * shadowfile.el: Doc fixes.
2923 (shadow) <defgroup>: Add :link.
2924 (shadowfile-unload-hook): New function.
2925 (shadow-initialize): Use defalias, not fset.
2926 (shadow-define-cluster, shadow-define-literal-group)
2927 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
2928
2929 * international/mule.el: Doc and message fixes.
2930
2931 * international/ccl.el (define-ccl-program): Doc fix.
2932
2933 2001-02-11 Kenichi Handa <handa@etl.go.jp>
2934
2935 * faces.el (mode-line): Set :line-width property to -1.
2936
2937 2001-02-10 Richard M. Stallman <rms@gnu.org>
2938
2939 * complete.el (partial-completion-mode): Doc fix.
2940
2941 * simple.el (delete-key-deletes-forward-mode):
2942 Change `let' to `let*' to fix gross bug in last change.
2943
2944 * repeat.el (repeat): Don't let execute-kbd-macro alter
2945 real-last-command.
2946
2947 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2948
2949 * simple.el (eval-expression): Doc fix.
2950
2951 2001-02-09 Dave Love <fx@gnu.org>
2952
2953 * imenu.el (imenu-generic-expression): Doc fix.
2954
2955 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2956 From Juanma Barranquero.
2957
2958 * emacs-lisp/authors.el (authors): Expand `root' before running find.
2959
2960 2001-02-09 Kenichi Handa <handa@etl.go.jp>
2961
2962 * faces.el (set-face-attribute): Describe the case of a negative
2963 value specified for :line-width.
2964
2965 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2966
2967 * which-func.el (which-func-mode): Invert which-func-mode-global.
2968 From Juanma Barranquero <lektu@uol.com.br>.
2969
2970 2001-02-08 Dave Love <fx@gnu.org>
2971
2972 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2973 widget-plist-value-type.
2974 (widget-alist-convert-widget): Replace binding of
2975 widget-alist-value-type.
2976
2977 * textmodes/paragraphs.el (sentence-end): Doc fix.
2978
2979 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2980 Remove `backward-line'.
2981
2982 * play/pong.el (pong-blank-color, pong-bat-color)
2983 (pong-ball-color, pong-border-color, pong-left-key)
2984 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2985 (pong-pause-key, pong-resume-key, pong-timer-delay):
2986 * mail/mh-comp.el (mh-compose-letter-function):
2987 * eshell/esh-mode.el (eshell-skip-prompt-function):
2988 * emulation/viper-ex.el (ex-unix-type-shell-options):
2989 * recentf.el (recentf-menu-filter):
2990 * ps-print.el (ps-print-region-function):
2991 * lpr.el (print-region-function):
2992 * forms.el (forms-mode-hooks):
2993 * dirtrack.el (dirtrack-directory-change-hook):
2994 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2995 * textmodes/spell.el (spell-filter):
2996 * textmodes/fill.el (adaptive-fill-function):
2997 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2998 * progmodes/etags.el (find-tag-default-function):
2999 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
3000 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3001
3002 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3003
3004 * emulation/viper-init.el (viper-fast-keyseq-timeout)
3005 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
3006 Meyering <jim@meyering.net>.
3007
3008 * loadup.el: Revert last change.
3009
3010 2001-02-07 Kenichi Handa <handa@etl.go.jp>
3011
3012 * international/mule.el (transform-make-coding-system-args):
3013 Make it work also for coding systems not using CCL.
3014
3015 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3016
3017 * simple.el (previous-matching-history-element)
3018 (next-matching-history-element): Doc fix.
3019
3020 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3021 specific part.
3022
3023 2001-02-06 Dave Love <fx@gnu.org>
3024
3025 * add-log.el (add-log-current-defun-function)
3026 (add-log-buffer-file-name-function, add-log-file-name-function):
3027 Fix :type.
3028 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3029
3030 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3031
3032 * info.el (info-initialize): Remove the test for system-type when
3033 invocation-directory is non-nil.
3034
3035 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3036 of `font-lock-defaults' to `backward-paragraph' rather than nil.
3037
3038 2001-02-06 Andrew Innes <andrewi@gnu.org>
3039
3040 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3041 absolute.
3042
3043 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
3044
3045 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3046 buffers. When hi-lock turned on rather than only checking current
3047 buffer for regexps, all buffers are checked. Moved activation of
3048 font-lock to hi-lock-refontify. When font-lock turned off rather
3049 than removing added highlighting just in current buffer, remove it
3050 in all buffers. Changed edit menu text from "Automatic
3051 Highlighting" to "Regexp Highlighting" Documentation for
3052 highlighting phrases, minor documentation changes.
3053 (hi-lock-set-file-patterns): Execute only if there are new or
3054 existing file patterns.
3055 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3056 unfontify and, if a support mode is active, will not refontify the
3057 whole buffer. If necessary, turn on font lock. (Removed
3058 font-lock-unfontify and font-lock support-mode-specific calls,
3059 such as lazy-lock-fontify-window.)
3060 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3061 patterns are found. Not useful now since find-file-hook is removed
3062 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
3063 (hi-lock-face-phrase-buffer): New function. Also added related
3064 menu item and keybinding.
3065 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3066 (hi-lock-process-phrase): New function.
3067 (hi-lock-line-face-buffer): Doc fixes.
3068 (hi-lock-face-buffer): Doc fixes.
3069 (hi-lock-unface-buffer): Doc fixes.
3070
3071 2001-02-06 Gerd Moellmann <gerd@gnu.org>
3072
3073 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3074 dabbrev-ignored-regexps.
3075
3076 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3077
3078 * simple.el (kill-line): Doc fix.
3079
3080 2001-02-05 Dave Love <fx@gnu.org>
3081
3082 * loadup.el: Revert last two changes -- bootstrapping works with
3083 regenerated loaddefs.
3084
3085 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
3086
3087 * isearch.el (isearch-forward): Doc fix.
3088
3089 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3090 of font-lock-defaults to backward-paragraph.
3091
3092 2001-02-05 Gerd Moellmann <gerd@gnu.org>
3093
3094 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3095 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3096
3097 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3098
3099 * ebnf2ps.el: Eliminate time-stamp functions.
3100 (ebnf-version): New version (3.5).
3101 (ebnf-eps-finish-and-write): Replace time-stamp functions by
3102 format-time-string.
3103
3104 2001-02-05 Gerd Moellmann <gerd@gnu.org>
3105
3106 * simple.el (next-line): Goto end-of-line before inserting a newline.
3107
3108 2001-02-05 Miles Bader <miles@gnu.org>
3109
3110 * image-file.el (insert-image-file): When visiting an image, also
3111 set `truncate-lines' to t so that any fringe arrow looks correct.
3112
3113 2001-02-05 Kenichi Handa <handa@etl.go.jp>
3114
3115 * isearch.el (isearch-forward): Add description about input method
3116 in the docsting.
3117
3118 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3119
3120 * skeleton.el (skeleton-internal-1): Always push the mark for @.
3121
3122 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3123
3124 * info.el (info-initialize): If installation-directory is nil, for
3125 DOS/Windows systems try looking in a sibling of invocation-directory.
3126
3127 2001-02-02 Gerd Moellmann <gerd@gnu.org>
3128
3129 * wid-edit.el (widget-button-click): Fix last change.
3130
3131 * frame.el (frame-notice-user-settings): When resizing the initial
3132 frame because the tool bar is off, also change the frame's top
3133 position if a negative top position was specified.
3134
3135 2001-02-02 Miles Bader <miles@gnu.org>
3136
3137 * image-file.el (insert-image-file): When visiting an image,
3138 suppress the cursor in the image buffer.
3139
3140 2001-02-01 Dave Love <fx@gnu.org>
3141
3142 * progmodes/f90.el (f90-mode): Remove startup message.
3143
3144 * vc-cvs.el: Remove autoloads. Require vc when compiling.
3145
3146 2001-02-01 Gerd Moellmann <gerd@gnu.org>
3147
3148 * startup.el (command-line): Fix code determining whether or not
3149 to use delete-key-deletes-forward-mode.
3150
3151 2001-02-01 Andre Spiegel <spiegel@gnu.org>
3152
3153 * vc.el (vc-diff-switches): New user option.
3154 (vc-version-diff): Use it.
3155 (vc-diff-switches-list): New macro.
3156
3157 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3158 New customization options.
3159 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3160
3161 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3162
3163 2001-02-01 Gerd Moellmann <gerd@gnu.org>
3164
3165 * msb.el (toplevel): Quote hook symbols.
3166
3167 2001-02-01 Kenichi Handa <handa@etl.go.jp>
3168
3169 * international/mule.el (make-coding-system): Add description
3170 about recognized properties in the docstring.
3171
3172 * international/mule-conf.el: Remove unused charsets
3173 mac-roman-lower and mac-roman-upper.
3174
3175 2001-01-31 Gerd Moellmann <gerd@gnu.org>
3176
3177 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3178 is in front of the left-margin, if any.
3179
3180 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3181 like `delete'.
3182
3183 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
3184
3185 * term/w32-win.el (mouse-set-font): Doc fix.
3186
3187 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
3188
3189 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3190 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3191 on already.
3192
3193 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
3194
3195 * files.el (save-buffer): Don't give message if (buffer-file-name)
3196 returns nil.
3197
3198 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3199
3200 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3201
3202 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3203 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
3204
3205 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3206 display problems.
3207
3208 2001-01-31 Kenichi Handa <handa@etl.go.jp>
3209
3210 * international/mule.el (charset-info): Fix docstring.
3211
3212 * international/mule-diag.el (describe-character-set): Check final
3213 char valid before printing it.
3214
3215 2001-01-30 Gerd Moellmann <gerd@gnu.org>
3216
3217 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3218
3219 * frame.el (frame-notice-user-settings): Do the tool-bar
3220 stuff only for graphical displays. Fix a braino.
3221
3222 * frame.el (frame-initialize): Create initial frame visible.
3223 (frame-notice-user-settings): When tool-bar has been switched off,
3224 correct the frame size and sync tool-bar-mode.
3225
3226 * startup.el (command-line): Remove manipulation of frame
3227 height for tool bars.
3228
3229 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3230
3231 * lpr.el: Compatibility with XEmacs and doc fixes.
3232 (lpr-windows-system, lpr-lp-system): New vars.
3233 (lpr-printer-switch): New defcustom.
3234 (printer-name, lpr-command): Customization fix.
3235 (print-region-1): Code fix.
3236 (print-region-new-buffer, printify-region): Indentation fix.
3237 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3238 New functions.
3239
3240 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3241
3242 * msb.el (toplevel): Fix the eval-after-load.
3243
3244 2001-01-29 Dave Love <fx@gnu.org>
3245
3246 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3247
3248 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3249
3250 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
3251 (tcl-using-emacs-19-23): Consider Emacs 21+.
3252 (tcl-help-directory-list, tcl-command-switches): Fix :type.
3253 (tcl-add-emacs-menu): Supply menu name.
3254 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3255
3256 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3257
3258 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3259
3260 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
3261
3262 * pcvs.el (cvs-mark-fis-dead): New function.
3263 (cvs-mode-add): Use it.
3264 (cvs-mode-add-change-log-entry-other-window):
3265 Rebind change-log-default-name to itself rather than to nil.
3266
3267 2001-01-29 Sam Steingold <sds@gnu.org>
3268
3269 * vc-cvs.el: Replaced (require 'vc) with a bunch of
3270 `autoload' statements.
3271
3272 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3273
3274 * files.el (confirm-kill-emacs): Doc fix.
3275
3276 * frame.el (frame-initialize): Doc fix.
3277
3278 * time-stamp.el (time-stamp-string): Doc fix.
3279
3280 * woman.el (WoMan-log-1): Make the log buffer writable.
3281 From Markus Rost <rost@math.ohio-state.edu>.
3282
3283 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3284
3285 * imenu.el (imenu-syntax-alist): Add autoload cookie for
3286 the `make-variable-buffer-local'.
3287
3288 2001-01-29 Dave Love <fx@gnu.org>
3289
3290 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
3291 (ansi-color-for-comint-mode-on, ansi-color-process-output):
3292 Add autoload cookie.
3293 (ansi-color-apply-sequence): Fix typo.
3294
3295 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3296
3297 * menu-bar.el (menu-bar-files-menu): Add menu items for
3298 Postscript printing in black and white.
3299
3300 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3301 X-Mailman-Version, Precedence, List-Help, List-Post,
3302 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3303 Content-Type, Content-Length.
3304
3305 2001-01-29 Dave Love <fx@gnu.org>
3306
3307 * elide-head.el (elide-head): Make overlay evaporate.
3308
3309 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3310
3311 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3312
3313 * isearch.el (isearch-highlight): Don't punt if the display
3314 doesn't support colors, since isearch faces are defined for
3315 monochrome displays as well.
3316
3317 2001-01-27 Sam Steingold <sds@gnu.org>
3318
3319 * shell.el (shell-write-history-on-exit): Make sure that we are in
3320 the shell buffer (M-x tex-file RET inserted the error message into
3321 the TeX buffer).
3322
3323 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3324
3325 * simple.el (transient-mark-mode): Doc fix.
3326
3327 2001-01-27 Gerd Moellmann <gerd@gnu.org>
3328
3329 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
3330
3331 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3332
3333 * shell.el (shell-unquote-argument): If the shell is one of the
3334 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3335 quote character.
3336 (shell-dumb-shell-regexp): Document that the shells which match
3337 this regexp are supposed to not treat a backslash as a quote character.
3338
3339 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
3340 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
3341
3342 2001-01-27 Richard M. Stallman <rms@gnu.org>
3343
3344 * dabbrev.el (dabbrev--substitute-expansion):
3345 Treat a one-capital-letter abbrev as "not all upper case",
3346 so as to force preservation of the expansion's pattern
3347 if the expansion starts with a capital letter.
3348
3349 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3350
3351 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3352 Doc fix.
3353
3354 * simple.el (transient-mark-mode): Document the fact that many
3355 commands act on the region when mark is active.
3356
3357 2001-01-27 Kenichi Handa <handa@etl.go.jp>
3358
3359 * international/quail.el (quail-setup-completion-buf): Make the
3360 multibyteness of current buffer inherited to Quail completion buffer.
3361 (quail-show-guidance-buf): Make the multibyteness of current
3362 buffer inherited to Quail guidance buffer.
3363 (quail-help): Make the multibyteness of current buffer inherited
3364 to Quail help buffer.
3365
3366 2001-01-26 Dave Love <fx@gnu.org>
3367
3368 * time-stamp.el: Doc fixes.
3369
3370 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3371 (delphi-keyword-face, delphi-other-face): Fix :type.
3372
3373 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3374
3375 * mail/feedmail.el (feedmail): Add :link.
3376 (feedmail-send-it): Doc fix.
3377
3378 * mail/sendmail.el: Doc fixes.
3379 (sendmail-send-it): Fix the non-ASCII regexp and use
3380 rfc2047-encode-string.
3381
3382 * dired.el, dired-aux.el: Revert last change.
3383
3384 2001-01-26 Gerd Moellmann <gerd@gnu.org>
3385
3386 * makefile.w32-in (DONTCOMPILE): Add various term files.
3387
3388 2001-01-26 Dave Love <fx@gnu.org>
3389
3390 * Makefile.in (DONTCOMPILE): Add various term files.
3391
3392 2001-01-26 Gerd Moellmann <gerd@gnu.org>
3393
3394 * man.el (Man-default-man-entry, Man-mode): Doc fix.
3395
3396 * startup.el (display-startup-echo-area-message): Make sure
3397 the echo area is resized to fit the size of the startup message.
3398
3399 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3400 part of which is a constant.
3401
3402 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
3403
3404 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
3405
3406 2001-01-26 Richard M. Stallman <rms@gnu.org>
3407
3408 * simple.el (next-line): Don't let `newline' expand abbrevs.
3409 Simplify slightly.
3410 (open-line): Don't let `newline' expand abbrevs.
3411
3412 2001-01-25 John Wiegley <johnw@gnu.org>
3413
3414 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3415 to `repeat' in the :type field.
3416
3417 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3418 allow a choice of regexp or nil.
3419 (pcomplete-dir-ignore): Same.
3420
3421 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3422 a command) to always fail.
3423
3424 2001-01-25 Gerd Moellmann <gerd@gnu.org>
3425
3426 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3427 discard the result.
3428 (iswitchb-to-end): Likewise.
3429
3430 2001-01-25 Sam Steingold <sds@gnu.org>
3431
3432 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
3433 Require vc.
3434
3435 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
3436
3437 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3438
3439 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3440
3441 2001-01-25 Dave Love <fx@gnu.org>
3442
3443 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3444 (describe-coding-system): Tweak the English text.
3445
3446 * loadup.el: Preload international/ccl for utf-8.
3447
3448 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3449
3450 * mail/rmail.el (rmail-redecode-body): Doc fix.
3451
3452 2001-01-25 Kenichi Handa <handa@etl.go.jp>
3453
3454 * international/mule-cmds.el (reset-language-environment):
3455 Reset coding-category-utf-8 to mule-utf-8.
3456
3457 * international/mule-conf.el (coding-category-utf-8):
3458 Initialize to mule-utf-8.
3459
3460 * loadup.el: Preload international/utf-8.
3461
3462 * international/utf-8.el: New file.
3463
3464 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3465
3466 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3467
3468 2001-01-24 Sam Steingold <sds@gnu.org>
3469
3470 * dired.el (dired-replace-in-string): Removed.
3471 (dired-sort-toggle): Use `replace-regexps-in-string'
3472 instead of `dired-replace-in-string'.
3473
3474 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3475 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
3476
3477 * gs.el (gs-replace-in-string): Removed.
3478 (gs-options): Use `replace-regexps-in-string'
3479 instead of `gs-replace-in-string'.
3480
3481 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3482
3483 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3484 bug report is mailed to an email list and posted to a news group.
3485
3486 2001-01-24 Gerd Moellmann <gerd@gnu.org>
3487
3488 * comint.el (comint-replace-by-expanded-history-before-point):
3489 Fix change of 2000-08-03 to move point to the start of the line again.
3490
3491 * startup.el (tool-bar-images-pixel-height): New variable.
3492 (command-line): After loading the user's init file, when
3493 tool-bar-mode is on, increase the frame's size by some lines for
3494 the tool-bar.
3495
3496 * frame.el (frame-initialize): Create the initial frame invisible.
3497
3498 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3499
3500 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3501 (chinese-big5): MIME:Big5.
3502
3503 2001-01-24 Gerd Moellmann <gerd@gnu.org>
3504
3505 * international/mule-cmds.el (universal-coding-system-argument):
3506 Handle commands with prefix args.
3507
3508 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3509
3510 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3511 being a list of numbers.
3512 (diary-mail-entries): Rewritten.
3513
3514 2001-01-23 Dave Love <fx@gnu.org>
3515
3516 * international/mule.el (make-coding-system): Fix typo.
3517
3518 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3519 Add backward-paragraph as font-lock-beginning-of-syntax-function.
3520
3521 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3522
3523 * font-lock.el (font-lock-mode): Doc fix.
3524
3525 2001-01-23 Kenichi Handa <handa@etl.go.jp>
3526
3527 * international/mule.el (make-translation-table): Fix docstring.
3528
3529 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3530
3531 * mail/rmail.el (rmail-redecode-body): New function.
3532
3533 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3534
3535 2001-01-22 Gerd Moellmann <gerd@gnu.org>
3536
3537 * isearch.el (isearch-lazy-highlight-case-fold-search)
3538 (isearch-lazy-highlight-regexp): New variables.
3539 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3540 case-fold search or regexp search has been toggled.
3541
3542 * wid-edit.el (widget-button-click): Avoid a save-excursion
3543 around running a global binding.
3544
3545 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3546 to 0.25.
3547
3548 2001-01-20 Miles Bader <miles@gnu.org>
3549
3550 * cus-edit.el (custom-face-save): Do post-processing on the face's
3551 new value like `custom-face-set' does.
3552
3553 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3554
3555 * mail/emacsbug.el (report-emacs-bug): Report the value of
3556 LC_CTYPE, not LC_TYPE.
3557
3558 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3559 isearch-toggle-regexp and isearch-edit-string to doc string.
3560
3561 2001-01-19 Gerd Moellmann <gerd@gnu.org>
3562
3563 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3564 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3565
3566 * jit-lock.el (jit-lock-fontify-now): Don't bind
3567 font-lock-beginning-of-syntax-function to nil.
3568
3569 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3570
3571 * mail/emacsbug.el (report-emacs-bug): Report values of
3572 locale-coding-system, default-enable-multibyte-characters, and the
3573 environment variables LC_ALL, LC_TYPE, and LANG.
3574
3575 2001-01-19 Gerd Moellmann <gerd@gnu.org>
3576
3577 * font-lock.el (font-lock-default-fontify-region): Fix last change.
3578
3579 * font-lock.el (font-lock-multiline): Default to nil.
3580 (font-lock-default-fontify-region): If font-lock-multiline is
3581 nil, don't check the property `font-lock-multiline'.
3582
3583 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3584 is nil, don't check the `font-lock-multiline' text property.
3585
3586 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3587
3588 * viper.el: Call initial-major-mode on startup.
3589
3590 * ediff.el (ediff-patch-file): Use better defaults.
3591
3592 * ediff-vers.el: Fix for 8+3 DOS file systems.
3593
3594 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
3595
3596 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
3597 diff mode, if available.
3598
3599 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3600
3601 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
3602
3603 * ediff-init.el (subst-char-in-string): Define and use it, unless
3604 it's already defined.
3605
3606 2001-01-18 Gerd Moellmann <gerd@gnu.org>
3607
3608 * tooltip.el (tooltip-hide-delay): New user-option.
3609 (tooltip-show): Use tooltip-hide-delay instead of the default.
3610
3611 2001-01-18 Kenichi Handa <handa@etl.go.jp>
3612
3613 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3614 kill-local-variable doesn't work for enable-multibyte-characters.
3615
3616 2001-01-17 Dave Love <fx@gnu.org>
3617
3618 * ediff-init.el (ediff-before-setup-hook)
3619 (ediff-merge-filename-prefix): Add :version.
3620
3621 * international/latin1-disp.el: Require disp-table.
3622 (latin1-display): Fix :set.
3623
3624 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3625
3626 2001-01-17 Gerd Moellmann <gerd@gnu.org>
3627
3628 * isearch.el (isearch-lazy-highlight-initial-delay)
3629 (isearch-lazy-highlight-interval): Default to 0.
3630
3631 2001-01-17 Bob Glickstein <bobg@zanshin.com>
3632
3633 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3634 1 here rather than each time through
3635 isearch-lazy-highlight-new-loop.
3636 (isearch-lazy-highlight-max): Variable deleted.
3637 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3638 isearch-lazy-highlight-max but controls a single invocation of
3639 isearch-lazy-highlight-update.
3640 (isearch-lazy-highlight-wrapped): Variable recreated.
3641 (isearch-lazy-highlight-window-start): New variable.
3642 (isearch-lazy-highlight-cleanup): Restored to behavior of
3643 before 2-Jan.
3644 (isearch-lazy-highlight-remove-overlays): Function deleted;
3645 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3646 behavior removed.
3647 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3648 isearch-lazy-highlight-update in a loop rather than just once.
3649 Test isearch-invalid-regexp here and decide not to start a new
3650 loop, rather than testing it each time through
3651 isearch-lazy-highlight-update.
3652 (isearch-lazy-highlight-search): Function restored.
3653 (isearch-lazy-highlight-update): Get called in a timer loop again,
3654 but this time highlight more than one match each time through.
3655 Only highlight matches in the visible part of the window.
3656 Start at point, move in the direction of the search, and wrap around at
3657 the edge of the window. Use sit-for to force redisplay and ensure
3658 window-start is credible. "Face suppressing" behavior removed;
3659 overlay priorities should make it unnecessary, right?
3660 (isearch-highlight): Face suppressing behavior removed.
3661 (isearch-dehighlight): Face suppressing behavior removed.
3662 (isearch-set-lazy-highlight-faces-at): Removed.
3663
3664 2001-01-17 Kenichi Handa <handa@etl.go.jp>
3665
3666 * language/european.el ("Latin-1"): Make the format of description
3667 about additional language environments same as that of Latin-2.
3668
3669 2001-01-16 Dave Love <fx@gnu.org>
3670
3671 * isearch.el (isearch-lazy-highlight): Add :version.
3672
3673 * simple.el (backward-delete-char-untabify-method)
3674 (next-line-add-newlines): Add :version.
3675
3676 2001-01-16 Gerd Moellmann <gerd@gnu.org>
3677
3678 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3679 Don't bind <delete> otherwise.
3680
3681 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3682 and <delete> via function-key-map.
3683
3684 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3685 Subject line only if point is after the `Subject:'.
3686
3687 2001-01-16 Kenichi Handa <handa@etl.go.jp>
3688
3689 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3690 japanese-jisx0213-2 in `charset' property of this lang. env.
3691
3692 * language/european.el ("Latin-1"): Add description for Dutch and
3693 Spanish lang. env.
3694
3695 * international/mule.el (decode-char): Fix conditions.
3696 (encode-char): Handle eight-bit-control too.
3697 (transform-make-coding-system-args): New function.
3698 (make-coding-system): Accept XEmacs style arguments for CCL base
3699 coding system.
3700
3701 2001-01-15 Gerd Moellmann <gerd@gnu.org>
3702
3703 * progmodes/etags.el (find-tag-noselect): Save the value of
3704 tags-file-name before switching buffers, for the case it has a
3705 buffer-local value.
3706
3707 2001-01-15 Alex Schroeder <alex@gnu.org>
3708
3709 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3710 From Dave Love <fx@gnu.org>.
3711 (ansi-color-for-comint-mode): Fix :version.
3712
3713 2001-01-15 Alex Schroeder <alex@gnu.org>
3714
3715 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3716
3717 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3718
3719 * dired.el (dired-insert-directory): If file-system-info fails,
3720 remove the " free " part, but don't signal an error.
3721
3722 2001-01-12 Sam Steingold <sds@gnu.org>
3723
3724 * bookmark.el (bookmark-maybe-historicize-string):
3725 Use new backquote syntax.
3726
3727 2001-01-12 Richard M. Stallman <rms@gnu.org>
3728
3729 * subr.el (last): Handle a list that doesn't end in nil.
3730
3731 2001-01-12 Sam Steingold <sds@gnu.org>
3732
3733 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3734 to `backward-delete-char-untabify'.
3735
3736 2001-01-12 Dave Love <fx@gnu.org>
3737
3738 * cus-edit.el (customize-menu-create): Fix the :filter following
3739 easymenu change.
3740
3741 * wid-edit.el (function): Add :match-alternatives.
3742 (widget-color-action): Doc fix.
3743
3744 2001-01-12 Gerd Moellmann <gerd@gnu.org>
3745
3746 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3747
3748 2001-01-12 Kenichi Handa <handa@etl.go.jp>
3749
3750 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
3751
3752 * international/ccl.el (define-ccl-program): Fix docstring.
3753
3754 2001-01-11 Dave Love <fx@gnu.org>
3755
3756 * international/mule-cmds.el (standard-display-european-internal):
3757 Set display table for 2208 as for 160.
3758
3759 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3760
3761 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3762 entry for custom-menu-create change.
3763 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3764 don't cons it in the search loop.
3765
3766 * imenu.el (imenu--truncate-items): Revert last change.
3767
3768 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3769
3770 * info.el (Info-setup-header-line): If the node header includes
3771 either Next: or Prev: links, don't show the File: and Node: parts
3772 in the header line.
3773
3774 2001-01-11 Gerd Moellmann <gerd@gnu.org>
3775
3776 * comint.el (comint-goto-process-mark): Don't print a message
3777 when running in batch mode.
3778
3779 * isearch.el (isearch-search): In the condition-case handler for
3780 `error', set isearch-invalid-regexp to the whole error message.
3781
3782 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3783 ensure that eval-after-load works for files dumped with Emacs.
3784
3785 * help.el (load-symbol-file-load-history): New function extracted
3786 from function symbol-file.
3787 (symbol-file): Use it.
3788
3789 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
3790
3791 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3792
3793 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3794 behave as if there were no prefix argument.
3795 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3796 argument were nil.
3797
3798 2001-01-11 Richard M. Stallman <rms@gnu.org>
3799
3800 * isearch.el (isearch-lazy-highlight-update):
3801 Don't look for more potential matches once maximum is exceeded.
3802 Use overlays-in to check correctly for overlap with current match.
3803 Ignore empty matches.
3804
3805 2001-01-11 Miles Bader <miles@gnu.org>
3806
3807 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3808 (ispell-overlay-window, ispell-help, ispell-show-choices)
3809 (ispell-command-loop): Use it instead of `window-height'.
3810
3811 2001-01-10 Gerd Moellmann <gerd@gnu.org>
3812
3813 * files.el (confirm-kill-emacs): New user-option.
3814 (save-buffers-kill-emacs): Ask for final confirmation before
3815 killing Emacs.
3816
3817 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3818 to nil.
3819
3820 2001-01-10 Dave Love <fx@gnu.org>
3821
3822 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3823
3824 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
3825
3826 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3827
3828 * calculator.el (calculator-number-digits): Fix :type.
3829
3830 * vc-cvs.el (vc-cvs-header): Fix :type.
3831 * vc-rcs.el (vc-rcs-header): Fix :type.
3832 * vc-sccs.el (vc-sccs-header): Fix :type.
3833
3834 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3835
3836 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3837
3838 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3839
3840 2001-01-10 Gerd Moellmann <gerd@gnu.org>
3841
3842 * simple.el (set-variable): Force a thorough redisplay for the
3843 case that the variable has an effect on the display, like
3844 `tab-width' has.
3845
3846 2001-01-10 Andre Spiegel <spiegel@gnu.org>
3847
3848 * vc.el: Add documentation for backend interface.
3849
3850 2001-01-10 Kenichi Handa <handa@etl.go.jp>
3851
3852 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3853
3854 * international/mule-conf.el (latin-extra-code-table): Set to t
3855 for \223 and \224.
3856
3857 2001-01-09 Kenichi Handa <handa@etl.go.jp>
3858
3859 * international/mule-cmds.el (locale-language-names): Map "es" to
3860 "Spanish" and "nl" to "Dutch".
3861
3862 2001-01-09 Gerd Moellmann <gerd@gnu.org>
3863
3864 * bindings.el (global-map): Bind <home> to beginning-of-line,
3865 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3866 C-<end> to end-of-buffer.
3867
3868 * language/european.el: Add Dutch and Spanish language info
3869 to be able to use the appropriate tutorials.
3870
3871 2001-01-09 Alex Schroeder <alex@gnu.org>
3872
3873 * ansi-color.el (ansi-color-process-output): Use markers instead
3874 of positions for start and end of region.
3875 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3876 Previously, occasional mistakes happend when fontifying many
3877 chunks of output (eg. ls --color=yes /dev). This happened
3878 whenever an overlay was created up to the end of the region, which
3879 coincided with the process-mark. New text would then be added
3880 within that overlay instead of after it.
3881 (ansi-color-make-extent): Overlays are created with the property
3882 `modification-hooks' set to '(ansi-color-freeze-overlay).
3883 (ansi-color-freeze-overlay): New function. When inserting text at
3884 the end of the overlay, the overlay will resize.
3885
3886 2000-01-09 Alex Schroeder <alex@gnu.org>
3887
3888 * ansi-color.el (ansi-color-process-output): Doc change.
3889 (ansi-color-unfontify-region): Doc change. No longer installed
3890 automatically in font-lock-unfontify-region-function.
3891 (ansi-color-apply): Doc change.
3892 (ansi-color-apply-on-region): Use extents or overlays instead of
3893 text-properties.
3894 (ansi-color-make-extent): New function.
3895 (ansi-color-set-extent-face): New function.
3896
3897 2000-01-09 Alex Schroeder <alex@gnu.org>
3898
3899 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3900 both use ansi-color-process-output, now.
3901 (ansi-color-process-output): Doesn't return string anymore. It is
3902 installed in comint-output-filter-functions for both Emacs and
3903 XEmacs, now.
3904 (ansi-color-unfontify-region): Simplified code removing variables
3905 pos and start-ansi.
3906 (ansi-color-apply): Put text-property ansi-color before putting
3907 text-property face because ansi-color-unfontify-region is called
3908 immediately after the call to put-text-property.
3909 (ansi-color-context-region): Doc change.
3910 (ansi-color-filter-region): Simplified code.
3911 (ansi-color-apply-on-region): Changed start to start-marker, using
3912 a marker explicitly. Put text-property ansi-color before putting
3913 text-property face because ansi-color-unfontify-region is called
3914 immediately after the call to put-text-property.
3915
3916 2000-01-09 Alex Schroeder <alex@gnu.org>
3917
3918 * ansi-color.el (ansi-color-faces-vector): Doc change.
3919 (ansi-color-for-comint-mode): Changed :type property to choice.
3920 (ansi-color-last-context): Removed.
3921 (ansi-color-process-output): Don't use ansi-color-last-context, as
3922 the main functions will store their context now.
3923 (ansi-color-context): Doc change.
3924 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3925 Uses ansi-color-context such that repeated calls will strip
3926 partial escape sequences, too.
3927 (ansi-color-apply): Simplified code. Colorize end of string if
3928 face is not null. Store context in new (FACE STRING) format, such
3929 that repeated calls will strip partial escape sequences, too.
3930 Append faces to face property using ansi-color-apply-sequence such
3931 that cumulative mode actually works.
3932 (ansi-color-context-region): New variable.
3933 (ansi-color-filter-region): Rewrote it based on
3934 ansi-color-apply-on-region. Uses ansi-color-context-region such
3935 that repeated calls will strip partial escape sequences, too.
3936 (ansi-color-apply-on-region): Simplified code. Colorize end of
3937 region if face is not null. Store context in new (FACE POS)
3938 format, such that repeated calls will strip partial escape
3939 sequences, too. Append faces to face property using
3940 ansi-color-apply-sequence such that cumulative mode actually works.
3941 (ansi-color-apply-sequence): New function.
3942 (ansi-color-get-face): When the default face is added to the list
3943 of faces, all previous settings are discarded and the list of
3944 faces is set to '(default).
3945
3946 2000-01-09 Alex Schroeder <alex@gnu.org>
3947
3948 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3949 face, such that ansi-color-apply and ansi-color-apply-on-region
3950 will do the right thing.
3951 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3952 returns nil, set the list of faces back to nil instead of
3953 appending the result of ansi-color-get-face to the front of the list.
3954
3955 2000-01-09 Alex Schroeder <alex@gnu.org>
3956
3957 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3958 (ansi-color-process): Doc change.
3959 (ansi-color-last-context): New buffer-local variable.
3960 (ansi-color-process-output): New function. It is automatically
3961 added to comint-output-filter-functions if this is XEmacs.
3962 (ansi-color-unfontify-region): New optional parameter for XEmacs
3963 compatibility. Check wether font-lock-syntactic-keywords is
3964 boundp before removing the syntax table text property, as XEmacs
3965 doesn't have it.
3966 (ansi-color-filter-region): Doc change.
3967 (ansi-color-apply-on-region): Doc change.
3968 (ansi-color-make-face): New function. Compatibility layer for
3969 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3970 (ansi-color-make-color-map): Use ansi-color-make-face.
3971 (ansi-color-get-face): Avoid face text property '(nil) as results
3972 in an errow for XEmacs.
3973
3974 2000-01-09 Alex Schroeder <alex@gnu.org>
3975
3976 * ansi-color.el (ansi-color-unfontify-region): New function.
3977 Uses text-property ansi-color in order to preserve fontification by
3978 ansi-color. When the package is loaded, a lambda expression is
3979 put onto font-lock-mode-hook. This lambda expression will check
3980 font-lock-unfontify-region-function and replace
3981 font-lock-default-unfontify-region with ansi-color-unfontify-region.
3982 (ansi-color-apply): Add text-property ansi-color in addition to
3983 text-property face.
3984 (ansi-color-apply-on-region): Add text-property ansi-color in
3985 addition to text-property face.
3986 (save-buffer-state): Copy of the macro that is also used by
3987 lazy-lock and font-lock.
3988
3989 (ansi-color-for-comint-mode): New option.
3990 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3991 (ansi-color-for-comint-mode-off): Ditto.
3992 (ansi-color-for-comint-mode-filter): Ditto.
3993 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3994 decide what to do. This function is added to
3995 comint-preoutput-filter-functions when the package is loaded.
3996
3997 (ansi-color-for-shell-mode-set): Removed.
3998 (ansi-color-for-shell-mode): Removed.
3999
4000 2000-01-09 Alex Schroeder <alex@gnu.org>
4001
4002 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4003 the lambda expression from the ansi-color-for-shell-mode :set
4004 property. Additionally, modify shell-mode-hook to enable or
4005 disable font-lock-mode for future shell buffers.
4006 (ansi-color-for-shell-mode): The :set property calls
4007 ansi-color-for-shell-mode-set instead of a lambda expression.
4008
4009 2000-01-09 Alex Schroeder <alex@gnu.org>
4010
4011 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4012 (ansi-color-context): New variable.
4013 (ansi-color-apply): Save context between calls.
4014
4015 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
4016
4017 * isearch.el (isearch, isearch-lazy-highlight-face):
4018 New definitions for face colors and attributes.
4019
4020 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4021 of display-mouse-p.
4022
4023 2001-01-09 Kenichi Handa <handa@etl.go.jp>
4024
4025 * international/mule.el (make-coding-system): If the coding system
4026 accepts extra latin codes, register such codes as safe for the
4027 coding system.
4028
4029 2001-01-08 Richard M. Stallman <rms@gnu.org>
4030
4031 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4032 don't mention the file name or the date here, because they are
4033 logged at the start of the file.
4034
4035 2001-01-08 Richard M. Stallman <rms@gnu.org>
4036
4037 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4038 Change screen-width to frame-width.
4039
4040 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4041
4042 * info.el (Info-search): Print the default as part of the prompt.
4043
4044 2001-01-08 Andre Spiegel <spiegel@gnu.org>
4045
4046 * vc.el (vc-default-latest-on-branch-p): New function, replaces
4047 constant implementations in backends.
4048
4049 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4050 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4051
4052 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4053 WRITABLE to EDITABLE.
4054
4055 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4056 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4057 to EDITABLE.
4058
4059 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4060
4061 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
4062 (copyright, copyright-update): Compute the current year at run time.
4063
4064 2001-01-08 Gerd Moellmann <gerd@gnu.org>
4065
4066 * isearch.el (isearch-old-signal-hook): Removed.
4067 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4068 instead of setting signal-hook-function.
4069 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4070
4071 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
4072
4073 * emulation/edt.el: Update to version 4.0. Provide support for
4074 EDT scroll margins at top and bottom of the window. Provide an
4075 emulation of the EDT SUBS command (bound to GOLD-Enter, by
4076 default). Enhance edt-quit, bound to GOLD-q by default, to warn
4077 user when file-related buffer modifications exist.
4078 Provide support for running EDT Emulation in XEmacs.
4079 Provide customize access to some user updatable variables.
4080 Add Commentary section to file header.
4081 Fixed a few minor bugs and cleaned up some code.
4082
4083 * emulation/edt-mapper.el: Update to version 4.0. Provide support
4084 for detecting a keypress that generates an ASCII key sequence.
4085 (Previously, only a keypress that generates a vector was
4086 recognized.) Embed Window Manager name into name of the generated
4087 EDT Emulation initialization file since the initialization file is
4088 Window Manager specific. Add Commentary section to file header.
4089
4090 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
4091
4092 * mail/sendmail.el (mail-mode): Doc fix.
4093
4094 * info.el (Info-goto-emacs-command-node): Doc fix.
4095 (Info-goto-emacs-key-command-node): Doc fix.
4096
4097 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4098
4099 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
4100 systems without long file-name support.
4101
4102 2001-01-06 Andrew Innes <andrewi@gnu.org>
4103
4104 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4105
4106 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4107
4108 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4109 (isearch-lazy-highlight-update): Doc fix.
4110
4111 * ffap.el (ffap-bindings): Doc fix.
4112
4113 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4114
4115 2001-01-05 Dave Love <fx@gnu.org>
4116
4117 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4118
4119 2001-01-05 Gerd Moellmann <gerd@gnu.org>
4120
4121 * mouse-drag.el (mouse-drag-safe-scroll):
4122 Bind scroll-preserve-screen-position to nil.
4123
4124 * isearch.el (isearch-old-signal-hook): New variable.
4125 (isearch-mode): Set signal-hook-function to isearch-done.
4126 (isearch-done): Restore old signal-hook-function.
4127
4128 * info.el (Info-fontify-node): Mark one more char as intangible.
4129
4130 2000-01-05 Kenichi Handa <handa@etl.go.jp>
4131
4132 * composite.el (compose-last-chars): New argument COMPONENTS.
4133 If it is non-nil, compose preceding characters by compose-region with
4134 COMPONENTS.
4135
4136 * international/quail.el (quail-input-string-to-events): New function.
4137 (quail-input-method): Convert input string to events here.
4138 (quail-start-translation): Return input string, not event list.
4139 (quail-start-conversion): Likewise.
4140
4141 2001-01-04 Gerd Moellmann <gerd@gnu.org>
4142
4143 * tooltip.el (tooltip-cancel-delayed-tip)
4144 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4145 and tooltip-add-timeout.
4146 (tooltip-show): Set border color from faces's foreground.
4147 (tooltip-show-help-function): If called with the same help string
4148 as last time, do nothing.
4149 (tooltip-help-tips): Don't set tooltip-help-message to nil.
4150
4151 * startup.el (fancy-splash-screens): Don't bind show-help-function
4152 to nil.
4153
4154 * tooltip.el (tooltip-frame-parameters): Remove colors.
4155 (tooltip): New face
4156 (tooltip-set-param): New function.
4157 (tooltip-show): Set up color frame parameters from face `tooltip'.
4158 Display the tooltip text in face `tooltip'.
4159
4160 2001-01-04 Dave Love <fx@gnu.org>
4161
4162 * whitespace.el (whitespace-global-mode): Fix typo.
4163
4164 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4165
4166 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4167
4168 * help.el (help-for-help): Fix a typo in a doc string.
4169 From kwzh@gnu.org (Karl Heuer).
4170
4171 2001-01-03 Dave Love <fx@gnu.org>
4172
4173 * dired-x.el: Doc fixes. Maintainer change.
4174 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
4175 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4176 (dired-guess-shell-alist-user): Customize.
4177 (dired-x-help-address): Set to bug-gnu-emacs.
4178 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4179 (dired-default-directory): Renamed from default-directory.
4180
4181 * hl-line.el (hl-line): Doc fix.
4182
4183 2001-01-03 Karl Fogel <kfogel@red-bean.com>
4184
4185 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
4186
4187 2001-01-02 Richard M. Stallman <rms@gnu.org>
4188
4189 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4190 to remove all the current alternative-match highlighting.
4191 If nil, remove only what's outside the current window.
4192 (isearch-lazy-highlight-remove-overlays): Take optional
4193 region within which NOT to remove them.
4194 (isearch-lazy-highlight-new-loop): Greatly simplified.
4195 (isearch-lazy-highlight-update): Find all the other occurrences
4196 visible in the window, in just one call.
4197 (isearch-lazy-highlight-start): Now holds start of region to scan.
4198 (isearch-lazy-highlight-end): Now holds end of region to scan.
4199 (isearch-lazy-highlight-wrapped): Variable deleted.
4200 (isearch-lazy-highlight-search): Function deleted.
4201
4202 2000-01-02 Andrew Innes <andrewi@gnu.org>
4203
4204 * w32-fns.el (convert-standard-filename): Do length check on name
4205 before aref.
4206
4207 2001-01-02 Dave Love <fx@gnu.org>
4208
4209 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4210 value.
4211 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4212
4213 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4214
4215 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4216 read syntax.
4217
4218 * calendar/todo-mode.el (todo): Add :link, :version.
4219 (todo-save-top-priorities): Remove autoload cookie.
4220 (todo-add-category, todo-add-item-non-interactively)
4221 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
4222
4223 2001-01-02 Gerd Moellmann <gerd@gnu.org>
4224
4225 * comint.el (comint-input-history-ignore): New variable.
4226 (comint-read-input-ring): Ignore entries matching
4227 comint-input-history-ignore.
4228
4229 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
4230
4231 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4232 (lm-copyright-mark): New function.
4233 (lm-crack-copyright): New function.
4234 (lm-verify): Check that the file has a copyright.
4235 Check that the file is copyright Free Software Foundation.
4236
4237 2000-12-30 Kenichi Handa <handa@etl.go.jp>
4238
4239 * international/mule-diag.el (print-fontset): Indent font name by
4240 24 columns, not 25.
4241
4242 2000-12-29 Gerd Moellmann <gerd@gnu.org>
4243
4244 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4245 in Subject line.
4246
4247 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
4248 Use mail-mode-hook instead of mail-setup-hook.
4249 Otherwise continuing an interrupted message with C-u C-x m for
4250 instance, winds up in Mail mode without abbrevs.
4251
4252 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4253
4254 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
4255 non-nil. Adding almost all customization variables on ps-setup.
4256 Doc fix.
4257 (ps-print-version): New version number (6.3.3).
4258 (ps-end-with-control-d): Initialization fix.
4259 (ps-lines-printed): New var.
4260 (ps-skip-newline): New fun.
4261 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4262 (ps-next-line, ps-continue-line, ps-plot-region)
4263 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
4264
4265 2000-12-29 Kenichi Handa <handa@etl.go.jp>
4266
4267 * international/fontset.el (x-complement-fontset-spec):
4268 Resolve ASCII font name so that the same family name is used for fonts
4269 registered in x-font-name-charset-alist.
4270 (create-fontset-from-fontset-spec): Adjusted for the above change.
4271 The name of fontset alias should be a unresolved ASCII font name.
4272
4273 2000-12-28 Gerd Moellmann <gerd@gnu.org>
4274
4275 * simple.el (delete-key-deletes-forward-mode): Bind backspace
4276 and delete in isearch-mode-map.
4277
4278 2000-12-28 Richard M. Stallman <rms@gnu.org>
4279
4280 * dired-x.el (dired-guess-shell-alist-default):
4281 Use xpdf instead of acroread.
4282
4283 2000-12-28 Kenichi Handa <handa@etl.go.jp>
4284
4285 * textmodes/artist.el (artist-butlast): Deleted.
4286 (artist-ellipse-mirror-quadrant): Use butlast instead of
4287 artist-butlast.
4288
4289 * subr.el (butlast, nbutlast): Moved from cl.el to here.
4290
4291 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4292
4293 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4294
4295 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4296
4297 * ls-lisp.el: Better support for the Mac and MS-Windows.
4298 (ls-lisp): New defgroup.
4299 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
4300 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
4301 (ls-lisp-support-shell-wildcards): New defcustoms.
4302 (ls-lisp-parse-symlink): New function.
4303 (insert-directory): Code to convert switches to a list and set up
4304 the wildcard argument copied from ls-lisp-insert-directory.
4305 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4306 for -C and -R switches.
4307 (ls-lisp-column-format): New function.
4308 (ls-lisp-delete-matching, ls-lisp-handle-switches)
4309 (ls-lisp-format-time): Add doc strings.
4310 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4311 Support ls-lisp-dirs-first.
4312 (ls-lisp-classify, ls-lisp-extension): New functions.
4313 (ls-lisp-format): Optionally support emulation of symlinks.
4314 Support -i, -s, and -G switches.
4315
4316 2000-12-27 Gerd Moellmann <gerd@gnu.org>
4317
4318 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4319
4320 * version.el (emacs-version): Print X scroll bar information.
4321
4322 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4323 instead of x-toolkit-scroll-bars-p.
4324
4325 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4326 of x-toolkit-scroll-bars-p.
4327
4328 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4329
4330 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
4331 (ffap-bindings): Doc fix, to reflect the above change.
4332
4333 2000-12-27 Kenichi Handa <handa@etl.go.jp>
4334
4335 * term.el (term-char-mode): Define all non-ascii self-inserting
4336 characters to 'term-send-raw in term-raw-map.
4337
4338 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
4339
4340 * viper-init (viper-restore-cursor-type): Added condition-case guard.
4341
4342 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4343 Changed initialization; use add-hook.
4344 (ediff-file-remote-p): Use file-local-copy.
4345
4346 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
4347
4348 * ediff.el (ediff-patch-buffer): Bug fix.
4349 (ediff-revision): Allow selection of the file at the prompt.
4350
4351 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4352
4353 * subr.el (combine-run-hooks): Remove.
4354
4355 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4356 and remove the rogue second spec.
4357
4358 2000-12-23 Gerd Moellmann <gerd@gnu.org>
4359
4360 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4361
4362 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4363
4364 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4365 Use minibuffer menu prompt for the `=' prefix.
4366 (smerge-command-prefix): Change default to C-^.
4367 (smerge-mode): Don't assume font-lock doesn't move point.
4368
4369 * skeleton.el (skeleton-internal-1): Make sure the first line of
4370 the region is also re-indented.
4371 (skeleton-end-newline): New var.
4372 (skeleton-end-hook): Use it.
4373
4374 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4375
4376 * comint.el (comint-password-prompt-regexp): Support CVS.
4377
4378 2000-12-22 Gerd Moellmann <gerd@gnu.org>
4379
4380 * simple.el (delete-key-deletes-forward-mode): Simplify.
4381 Also backspace key combinations, depending on
4382 delete-key-deletes-forward.
4383
4384 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4385
4386 * simple.el (delete-key-deletes-forward): Doc fix.
4387
4388 2000-08-22 Emmanuel Briot <briot@gnat.com>
4389
4390 * xml.el (top level comment): Updated to reflect the fact that
4391 white spaces are relevant in the XML file.
4392 (xml-parse-file): Do not kill an existing Emacs buffer if the file
4393 to parse was already edited. This allows for on-the-fly analysis
4394 of XML files.
4395 (xml-parse-tag): Check that the casing is the same in the start
4396 tag and end tag, since XML is case-sensitive. Allows for spaces
4397 in the end tag, after the name of the tag.
4398 (xml-parse-attlist): Allow for the character '-' in the name of
4399 attributes, as in the standard http-equiv attribute Do not save
4400 the properties in the XML tree, since they are not relevant.
4401
4402 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
4403
4404 * generic.el (generic-read-type): Undo last change, inline into
4405 `generic-mode' and then remove.
4406 (generic-mode): Inline generic-read-type.
4407 (define-generic-mode): Push the symbol name rather than the symbol
4408 onto generic-mode-list.
4409
4410 2000-12-21 Gerd Moellmann <gerd@gnu.org>
4411
4412 * generic.el (generic-read-type): Build an alist for
4413 completing-read as in 20.7.
4414
4415 * play/landmark.el (lm): Use interactive spec `P'.
4416 (toplevel): Don't set debug-on-error.
4417
4418 * server.el (server-switch-buffer): Choose a window on a visible frame.
4419
4420 2000-12-21 Dave Pearson <davep@davep.org>
4421
4422 * quickurl.el: Commentry change, I've moved my web site.
4423
4424 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4425
4426 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4427 ranges like \177-\237, but accepts the character sequence from \177 to
4428 \237. Doc fix.
4429 (ebnf-version): New version (3.4).
4430 (ebnf-setup): Code fix.
4431 (ebnf-range-regexp): New fun.
4432 (ebnf-8-bit-chars): Const fix.
4433
4434 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4435 entry. Doc fix.
4436 (ebnf-bnf-lex): Code fix.
4437 (ebnf-bnf-comment-chars): Const fix.
4438
4439 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4440 entry. Doc fix.
4441 (ebnf-iso-comment-chars): Const fix.
4442
4443 * ebnf-otz.el: Doc fix.
4444
4445 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4446 entry. Doc fix.
4447 (ebnf-yac-skip-code): Code fix.
4448 (ebnf-yac-comment-chars): Const fix.
4449
4450 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4451
4452 * files.el (insert-directory-safely): New function.
4453 (recover-file): Use it instead of insert-directory.
4454 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4455
4456 2000-12-21 Kenichi Handa <handa@etl.go.jp>
4457
4458 * international/mule-cmds.el (select-safe-coding-system):
4459 Check coding-category-list more rigidly. Improve help message.
4460
4461 * dired.el (dired-move-to-filename-regexp): Fix previous change.
4462
4463 2000-12-21 Miles Bader <miles@gnu.org>
4464
4465 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
4466
4467 2000-12-21 Kenichi Handa <handa@etl.go.jp>
4468
4469 * international/mule-diag.el (describe-char-after): Make *Help*
4470 buffer inherit multibyteness of the current buffer.
4471
4472 * international/mule.el (make-char): Docstring adjusted for the
4473 change of make-char-internal.
4474
4475 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4476
4477 * international/iso-cvt.el: Docstrings fix.
4478
4479 2000-12-20 Dave Love <fx@gnu.org>
4480
4481 * subr.el (eval-after-load): Doc fix.
4482
4483 2000-12-20 Kenichi Handa <handa@etl.go.jp>
4484
4485 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4486 for numbers.
4487
4488 2000-12-20 Miles Bader <miles@gnu.org>
4489
4490 * international/quail.el (quail-help): Resize the help window
4491 again after it has all its contents. Remove unneeded progn.
4492
4493 2000-12-19 Gerd Moellmann <gerd@gnu.org>
4494
4495 * pcmpl-linux.el: Fix copy/paste error.
4496
4497 2000-12-19 Andrew Innes <andrewi@gnu.org>
4498
4499 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
4500
4501 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4502
4503 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4504
4505 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4506
4507 * progmodes/idlw-shell.el: Fixed copyright notice.
4508
4509 * progmodes/idlwave.el: Fixed copyright notice.
4510
4511 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
4512 TAB as key separators.
4513
4514 2000-12-19 Alex Schroeder <alex@gnu.org>
4515
4516 * sql.el (sql-sybase-options): New option.
4517 (sql-sybase): Use it. Add sql-database to the list of parameters
4518 provided for login. The options -w 2048 -n are not used any more.
4519 (sql-postgres-options): Changed default from "--pset" to "-P".
4520 (sql-mysql-options): Doc change.
4521 (sql-stop): Doc change.
4522
4523 2000-12-19 Kenichi Handa <handa@etl.go.jp>
4524
4525 * international/quail.el (quail-input-method): Always hide
4526 the guidance buffer on exiting.
4527
4528 2000-12-18 Gerd Moellmann <gerd@gnu.org>
4529
4530 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4531 isn't fboundp.
4532
4533 * server.el (server-buffer-done): Bury the buffer before
4534 killing it.
4535
4536 * faces.el (face-spec-set): Interpret a nil in specs for
4537 foreground and background colors as `unspecified', for
4538 compatibility with 20.x.
4539
4540 2000-12-18 Dave Love <fx@gnu.org>
4541
4542 * simple.el (mail-user-agent): Doc fix.
4543 (input-mode-8-bit): Removed.
4544
4545 * international/mule.el (set-keyboard-coding-system): Doc fix.
4546 (keyboard-coding-system): New option.
4547
4548 * mail/sendmail.el (send-mail-function): Customize.
4549
4550 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4551
4552 * international/codepage.el (cp866-decode-table): New table.
4553
4554 2000-12-18 Gerd Moellmann <gerd@gnu.org>
4555
4556 * version.el (emacs-version): Remove `%a' from the time format
4557 because the weekday doesn't fit well into each locale.
4558
4559 2000-12-18 Miles Bader <miles@gnu.org>
4560
4561 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4562
4563 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
4564 Check that emacs-major-version is `=' to 20, not `>='.
4565 (artist-replace-chars): Use `make-string' instead of a loop.
4566
4567 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4568
4569 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4570 (cvs-execute-single-file): Don't change directory.
4571 Patch from Per Cederqvist.
4572
4573 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4574
4575 * textmodes/ispell.el (check-ispell-version):
4576 If `ispell-program-name' is "aspell", pass it the -v switch instead
4577 of -vv.
4578
4579 2000-12-16 Kenichi Handa <handa@etl.go.jp>
4580
4581 * international/mule-diag.el (mule-diag): Insert information about
4582 configure options, multibyte awareness, language env.
4583
4584 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4585 regexp to search for candidates.
4586
4587 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4588
4589 * info.el (Info-forward-node): If the node has an
4590 Info-header-line, widen the buffer before searching for "next:"
4591 and "up:" pointers, and set the search limit to stay in the
4592 current node.
4593
4594 2000-12-16 Miles Bader <miles@gnu.org>
4595
4596 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4597
4598 2000-12-15 Miles Bader <miles@gnu.org>
4599
4600 * comint.el (comint-send-string, comint-send-region): Also accept
4601 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4602 process-send-string/region.
4603
4604 2000-12-15 Gerd Moellmann <gerd@gnu.org>
4605
4606 * isearch.el (isearch-lazy-highlight-max): New user-option.
4607 (isearch-lazy-highlight-update): Don't highlight more than
4608 isearch-lazy-highlight-max matches.
4609
4610 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4611
4612 2000-12-15 Richard M. Stallman <rms@gnu.org>
4613
4614 * sort.el (sort-columns): Fix error message.
4615
4616 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4617 `upcase' or `downcase' or nil.
4618 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4619 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4620 (dabbrev--substitute-expansion): New arg record-case-pattern.
4621 If it is non-nil, set dabbrev--last-case-pattern.
4622 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4623
4624 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4625
4626 2000-12-15 Miles Bader <miles@gnu.org>
4627
4628 * paths.el (Info-default-directory-list): Don't delete
4629 configure-info-directory from the list of standard info
4630 directories when appending it to the end -- their order is important.
4631
4632 * faces.el (read-face-attribute): If there's no entry for the
4633 user's input in VALID, just use it as-is (this will often result
4634 in an error, but it may be OK for e.g. colors using hexadecimal
4635 notation, and at least will yield a better error message).
4636
4637 * window.el (mode-line-window-height-fudge): Function removed.
4638 (height-affecting-face-attributes, mode-line-window-height-fudge):
4639 Variables removed.
4640 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4641 window is really the right size. Use vertical-motion
4642 rather than forward-line.
4643 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4644 (ispell-command-loop, ispell-show-choices): Use the variable
4645 ispell-choices-win-default-height, rather than the function.
4646 (ispell-choices-win-default-height): Function removed.
4647 (ispell-mode-line-window-height-fudge): Function removed.
4648
4649 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4650
4651 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4652
4653 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4654
4655 * paths.el (Info-default-directory-list):
4656 If configure-info-directory is not one of the standard directories,
4657 put it first in the list; otherwise put it last. Doc string
4658 changed accordingly.
4659
4660 * info.el (Info-directory-list): Change doc string to reflect the
4661 change in Info-default-directory-list.
4662
4663 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4664 windows-nt as windowed environments, even under -nw.
4665
4666 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4667 if not fboundp. Switch delete-forward mode for the <delete> key
4668 on all PC platforms, even under -nw.
4669
4670 * term/internal.el ([M-delete]): Remap to M-d.
4671
4672 2000-12-14 Gerd Moellmann <gerd@gnu.org>
4673
4674 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4675
4676 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4677
4678 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4679
4680 2000-12-14 Gerd Moellmann <gerd@gnu.org>
4681
4682 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4683 if appropriate.
4684
4685 * simple.el (delete-key-deletes-forward): New user-option.
4686 (delete-key-deletes-forward-mode): New function.
4687
4688 * bindings.el: Bind `delete' to backward-delete-char.
4689
4690 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4691 Test if symbol is bound before getting its value.
4692
4693 * tooltip.el (tooltip-show): If an error is signaled in
4694 x-show-tip, display that error, and display the help in the
4695 echo area.
4696
4697 2000-12-14 Kenichi Handa <handa@etl.go.jp>
4698
4699 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4700 Show "... entries" messages for every 10000 entries, not 10.
4701
4702 2000-12-13 Karl Fogel <kfogel@red-bean.com>
4703
4704 * bookmark.el: Provide a generic exit hook, as suggested by
4705 Ovidiu Predescu <ovidiu@cup.hp.com>:
4706 (bookmark-exit-hook): New var.
4707 (bookmark-exit-hook-internal): New func, replaces
4708 old raw lambda form in `kill-emacs-hook', and runs new
4709 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4710 as logically that feature must have been provided if this function
4711 is running.
4712 Removed ;;;###autoload before the `add-hook' call.
4713
4714 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4715
4716 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4717 (easy-menu-current-active-maps): New function.
4718 (easy-menu-get-map): Use it.
4719 Make a proper menu entry when creating a new keymap.
4720
4721 2000-12-13 Kenichi Handa <handa@etl.go.jp>
4722
4723 * international/characters.el: Fix cases and syntaxes for
4724 mule-unicode-0100-24ff.
4725
4726 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4727 that a Japanese character is not appended after day and year.
4728
4729 * info.el (Info-suffix-list): Change format for a command that
4730 requires arguments.
4731 (info-insert-file-contents): Adjusted for the above change.
4732
4733 2000-12-12 Andreas Schwab <schwab@suse.de>
4734
4735 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4736 on the name of the tar buffer. Verify that the existing buffer is
4737 visiting the same subfile.
4738
4739 2000-12-12 Dave Love <fx@gnu.org>
4740
4741 * subdirs.el: Add obsolete.
4742
4743 2000-12-12 Gerd Moellmann <gerd@gnu.org>
4744
4745 * mail/rmailsum.el (rmail-summary-expunge)
4746 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4747 instead of rmail-confirm-expunge.
4748
4749 * replace.el (perform-replace): Don't use an empty match adjacent
4750 to a non-empty match when computing the next match before the
4751 replacement is performed.
4752
4753 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
4754
4755 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4756 definition (patch by Stefan Monnier).
4757 (glasses-mode): Use jit-lock instead of `after-change-functions'
4758 (patch by Stefan Monnier).
4759
4760 2000-12-12 Miles Bader <miles@gnu.org>
4761
4762 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4763 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4764
4765 2000-12-12 Andrew Choi <akochoi@i-cable.com>
4766
4767 * term/mac-win.el: Remove load for ls-lisp.
4768
4769 * loadup.el: Load ls-lisp for system-type `macos'.
4770
4771 2000-12-12 Miles Bader <miles@gnu.org>
4772
4773 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4774 Respect field end too.
4775 (just-one-space): Respect fields as `delete-horizontal-space'.
4776 (newline-and-indent, reindent-then-newline-and-indent):
4777 Use `delete-horizontal-space'.
4778
4779 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4780
4781 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4782 (so as to obey the field property in the minibuffer).
4783
4784 * obsolete/c-mode.el: Moved from lisp/progmodes.
4785 * obsolete/auto-show.el: Moved from lisp.
4786 * obsolete/ooutline.el: Moved from lisp/textmodes.
4787
4788 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4789
4790 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
4791 changes to list them here.
4792
4793 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4794 Too many changes to list them here.
4795
4796 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4797 Too many changes to list them here.
4798
4799 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4800
4801 2000-12-11 Gerd Moellmann <gerd@gnu.org>
4802
4803 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
4804
4805 * cus-edit.el (custom-save-variables, custom-save-faces):
4806 Comment fix.
4807
4808 * hscroll.el: Moved to `obsolete' subdir.
4809
4810 2000-12-11 Miles Bader <miles@gnu.org>
4811
4812 * window.el (window-text-height): Function removed (now in C).
4813
4814 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4815
4816 * log-edit.el (log-edit-parent-buffer): New var.
4817 (log-edit): Set it. Add BUFFER argument.
4818 (log-edit-done): Use char-before.
4819 Don't bother checking validity of vc-comment-ring.
4820 Only bury the buffer if log-edit popped it up.
4821
4822 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4823 (cvs-mode-diff-help): Remove.
4824 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
4825 (cvs-mode-marked): Set up the default for CMD manually.
4826
4827 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4828 Remove binding for ? now made unnecessary.
4829
4830 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4831
4832 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
4833 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4834
4835 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4836 when master file is not open.
4837
4838 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4839
4840 * progmodes/ada-stmt.el: Update `maintainer'.
4841
4842 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4843
4844 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4845 choices to match documentation string.
4846
4847 2000-12-09 Miles Bader <miles@gnu.org>
4848
4849 * minibuf-eldef.el: New file.
4850
4851 * window.el (fit-window-to-buffer): Don't pass last argument to
4852 pos-visible-in-window-p, now that its meaning is inverted.
4853
4854 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4855
4856 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4857 <ceder@lysator.liu.se>.
4858
4859 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4860
4861 * autoinsert.el (auto-insert-alist): Add missing final \n.
4862
4863 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4864 (cvs-menu-map): Remove.
4865 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4866 (cvs-mode-quit): Turn it back into a plain function.
4867
4868 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
4869 (texinfo-filter): Remove (move to texinfo.el).
4870
4871 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4872 file where it's more visible.
4873 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4874 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4875 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4876 (texinfo-inside-macro-p): Only catch `scan-error's.
4877 (texinfo-inside-env-p): Make better use of the match info.
4878 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4879 (texinfo-insert-@end): Slight re-organization.
4880 Also remove useless `looking-at' call.
4881
4882 2000-12-08 Andrew Innes <andrewi@gnu.org>
4883
4884 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4885 accessible in -nw mode.
4886
4887 * term/w32-win.el: Remove stuff about selection timeout, which is
4888 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4889 it is accessible in -nw mode.
4890
4891 2000-12-08 Dave Love <fx@gnu.org>
4892
4893 * emacs-lisp/lisp-mode.el (lisp-mode):
4894 Set font-lock-keywords-case-fold-search.
4895
4896 2000-12-08 Gerd Moellmann <gerd@gnu.org>
4897
4898 * textmodes/ispell.el (ispell): Doc fix.
4899
4900 2000-12-08 Kenichi Handa <handa@etl.go.jp>
4901
4902 * international/quail.el (quail-insert-decode-map): Check the
4903 frame width of a window displaying the current buffer, not that of
4904 the selected frame.
4905 (quail-help): Make sure that the help buffer has window before
4906 inserting text in it.
4907
4908 2000-12-07 Sam Steingold <sds@gnu.org>
4909
4910 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4911 Backquote is used in isearch.el, so autoloading saves nothing.
4912
4913 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4914
4915 * startup.el (normal-top-level-add-subdirs-to-load-path):
4916 Ignore the CVS and RCS subdirectories case-insensitively.
4917
4918 * dired.el (dired-insert-directory): If file-system-info is
4919 fboundp, call it instead of invoking dired-free-space-program.
4920
4921 2000-12-07 Gerd Moellmann <gerd@gnu.org>
4922
4923 * server.el (server-visit-files): Push files on file-name-history.
4924
4925 * progmodes/cc-langs.el: Update copyright.
4926
4927 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4928
4929 * bindings.el (mode-line-mode-menu): Add glasses-mode.
4930
4931 * bindings.el (mode-line-mode-menu): Reverse the order
4932 of define-keys so that the menu appears in alphabetical order.
4933
4934 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
4935
4936 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4937 of the function.
4938
4939 2000-12-07 Dave Love <fx@gnu.org>
4940
4941 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4942
4943 * facemenu.el (facemenu-unlisted-faces): Fix value.
4944
4945 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4946
4947 * font-lock.el (font-lock-default-fontify-region):
4948 Include the terminating \n (off-by-one error).
4949 (font-lock-set-defaults): Use dolist.
4950
4951 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4952
4953 2000-12-07 Kenichi Handa <handa@etl.go.jp>
4954
4955 * international/mule-cmds.el (describe-language-environment):
4956 Fix for the case that an input method title is not string but a list.
4957
4958 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4959 of wrong SIZE record.
4960
4961 2000-12-06 Dave Love <fx@gnu.org>
4962
4963 * newcomment.el (comment-region, comment-dwim): Doc fix.
4964
4965 * textmodes/texinfo.el: Require tex-mode when compiling.
4966 (texinfo-update-node): Doc fix.
4967 (texinfo-imenu-generic-expression): Add @anchor.
4968 (texinfo-font-lock-keywords): Add @uref.
4969 (texinfo-inside-macro-p): Don't use ignore-errors.
4970 (texinfo-insert-quote): Match more contexts.
4971
4972 * international/mule.el (decode-char, encode-char): Doc fix.
4973 (auto-coding-alist): Customize.
4974
4975 * files.el (load-file): Fix change of 2000-03-12.
4976
4977 * wid-edit.el (widget-text-keymap): Doc fix.
4978
4979 2000-12-06 Andrew Innes <andrewi@gnu.org>
4980
4981 * makefile.w32-in (lisp): Set to an absolute directory, namely
4982 $(CURDIR).
4983
4984 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4985
4986 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4987 read generated-autoload-file, and set buffer-file-coding-system to
4988 raw-text-unix after reading the file.
4989
4990 * international/mule-conf.el (file-coding-system-alist):
4991 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
4992
4993 2000-12-06 Gerd Moellmann <gerd@gnu.org>
4994
4995 * replace.el (occur): Make line-number-width 1 smaller for the
4996 colon following the line number.
4997
4998 * startup.el (fancy-splash-text, command-line-1):
4999 Use `File' for the menu name instead of `Files'.
5000
5001 * tmm.el: Update copyright.
5002
5003 * cus-start.el: Add entry for even-window-heights.
5004
5005 2000-12-06 Miles Bader <miles@gnu.org>
5006
5007 * faces.el (frame-set-background-mode): Avoid stomping on
5008 locally modified faces.
5009
5010 2000-12-06 Kenichi Handa <handa@etl.go.jp>
5011
5012 * international/fontset.el: Correct the font registries for
5013 japanese-jisx0213-1 and japanese-jisx0213-2.
5014
5015 2000-12-05 Gerd Moellmann <gerd@gnu.org>
5016
5017 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5018
5019 * iswitchb.el: Update customization commentary.
5020
5021 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
5022
5023 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5024 (tpu-search-highlight): Fixed comparison of overlay end positions.
5025 (tpu-trim-line-ends): Implemented trimming logic locally.
5026
5027 * emulation/tpu-extras.el (tpu-write-file-hook)
5028 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
5029
5030 2000-12-05 Kenichi Handa <handa@etl.go.jp>
5031
5032 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5033 to cn-gb.
5034 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5035
5036 2000-12-04 Dave Love <fx@gnu.org>
5037
5038 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5039
5040 2000-12-04 Gerd Moellmann <gerd@gnu.org>
5041
5042 * mail/rmailsum.el (rmail-summary-expunge)
5043 (rmail-summary-expunge-and-save): Ask for confirmation with
5044 rmail-expunge-confirmed.
5045
5046 * mail/rmail.el (rmail-expunge-confirmed): New function.
5047 (rmail-expunge): Use it.
5048
5049 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5050
5051 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
5052 (etags-recognize-tags-table, find-tag-in-order):
5053 New functionality: interpret file names as tags.
5054
5055 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
5056
5057 * info.el (Info-scroll-prefer-subnodes): New defcustom.
5058 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5059 the first subnode until the bottom of the current node is visible.
5060
5061 2000-12-04 Gerd Moellmann <gerd@gnu.org>
5062
5063 * format.el (format-decode): Don't change buffer's undo list.
5064
5065 2000-12-04 Kenichi Handa <handa@etl.go.jp>
5066
5067 * faces.el (face-font-registry-alternatives): Add entries for CJK
5068 fonts. Doc-string adjusted for the actual usage of this data.
5069
5070 * international/fontset.el: Change the font registries for CJK
5071 fonts in the default fontset. Don't append '*' to registries.
5072
5073 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
5074
5075 * emacs-lisp/easy-mmode.el (define-derived-mode)
5076 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5077
5078 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5079 (derived-mode-p): New function.
5080 (derived-mode-make-docstring): Add `docstring' argument.
5081 Use it if available and complete it if necessary.
5082
5083 2000-12-03 Andreas Schwab <schwab@suse.de>
5084
5085 * type-break.el (type-break): Don't make parent of itself.
5086
5087 2000-12-03 Miles Bader <miles@gnu.org>
5088
5089 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5090
5091 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
5092
5093 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5094 (tex-main-file, tex-file): Simplify.
5095 (tex-generate-zap-file-name): Use subst-char-in-string.
5096 (tex-strip-dots): Remove.
5097
5098 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5099
5100 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5101 to check if the match succeeded.
5102
5103 2000-12-02 Gerd Moellmann <gerd@gnu.org>
5104
5105 * startup.el (use-fancy-splash-screens-p): New function.
5106 (command-line-1): Use it to determine whether or not to use
5107 a fancy splash screen.
5108
5109 2000-12-02 Andreas Schwab <schwab@suse.de>
5110
5111 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5112
5113 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5114
5115 * international/mule.el (make-char): Fix last change.
5116
5117 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5118 New defcustoms.
5119 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
5120 autoloading tex-mode; instead, do the same manually.
5121 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
5122 with numeric argument. Docstring fix.
5123 (toplevel): Require cl when compiling.
5124
5125 * international/mule.el (make-char): Doc fix.
5126
5127 2000-12-02 Jason Rumney <jasonr@gnu.org>
5128
5129 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5130 the Emacs Lisp manual)
5131
5132 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5133
5134 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5135
5136 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5137 the Emacs Lisp manual).
5138
5139 2000-12-02 Gerd Moellmann <gerd@gnu.org>
5140
5141 * simple.el (next-line-add-newlines): Change default to nil.
5142
5143 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
5144
5145 * files.el (revert-buffer, recover-file):
5146 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
5147
5148 2000-12-01 Gerd Moellmann <gerd@gnu.org>
5149
5150 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5151
5152 2000-12-01 Miles Bader <miles@gnu.org>
5153
5154 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5155
5156 2000-12-01 Kenichi Handa <handa@etl.go.jp>
5157
5158 * international/mule-diag.el (describe-char-after): Fix typo.
5159 (describe-character-set, non-iso-charset-alist): Fix typo.
5160
5161 2000-12-01 Miles Bader <miles@gnu.org>
5162
5163 * image-file.el (image-file-name-regexp): Automatically add
5164 upper-case variants of each filename extension in
5165 `image-file-name-extensions', since they seem to be common.
5166
5167 * simple.el (minibuffer-contents)
5168 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5169 New functions.
5170 * filecache.el (file-cache-directory-name)
5171 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5172
5173 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
5174
5175 * filecache.el (file-cache-minibuffer-complete): Don't try to
5176 delete the minibuffer prompt.
5177
5178 2000-11-30 Dave Love <fx@gnu.org>
5179
5180 * cus-start.el: Fix read-buffer-function type.
5181
5182 2000-11-30 Gerd Moellmann <gerd@gnu.org>
5183
5184 * md5.el: Removed. There's a built-in function, now.
5185
5186 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
5187
5188 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5189 as dummy 0-th char of rmail-deleted-vector.
5190
5191 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
5192
5193 * ps-print.el (ps-end-job): Bind case-fold-search only after
5194 switching to ps-spool-buffer.
5195
5196 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5197
5198 * ps-print.el: Line number font customization. PostScript: Lines and
5199 PageCount are initialized on each page. Doc Fix.
5200 (ps-print-version): New version number (6.3.2).
5201 (ps-lpr-switches, ps-font-info-database, ps-font-size)
5202 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5203 (ps-right-header): Customization fix.
5204 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5205 Fix code.
5206 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5207 New vars.
5208
5209 2000-11-30 Gerd Moellmann <gerd@gnu.org>
5210
5211 * bs.el: Fix typos and spelling errors.
5212 (bs-appearance) <defgroup>: Renamed from bs-appearence.
5213 (bs-configuration): Doc fix.
5214
5215 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
5216
5217 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
5218
5219 * emulation/tpu-edt.el (tpu-version): New version.
5220 (tpu-search-overlay, tpu-replace-overlay): New initial range.
5221 (tpu-original-mode-line): Variable deleted.
5222 (tpu-mark-flag): New initial value.
5223 (tpu-set-mode-line): Don't redefine mode-line-format.
5224 Add tpu-mark-flag to minor-mode-alist.
5225 (tpu-update-mode-line): New mark flag logic.
5226 (tpu-get): Use find-file-wildcards.
5227 (tpu-search-highlight): Move overlay less, reset overlay properly.
5228 (tpu-unselect): Deactivate mark.
5229 (tpu-lm-replace): Reset overlay properly.
5230 (tpu-forward-line): Use forward-visible-line.
5231 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
5232
5233 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
5234
5235 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5236
5237 * cus-edit.el (custom-face-value-create): Always emphasize tag.
5238
5239 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5240
5241 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5242 and skip whitespace and newlines.
5243
5244 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
5245
5246 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5247
5248 2000-11-29 Gerd Moellmann <gerd@gnu.org>
5249
5250 * help.el (describe-function-1): Regexp-quote function name
5251 when used as part of a regexp.
5252
5253 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5254 Use face-attribute instead of face-foreground and face-background.
5255 (tool-bar-add-item): Likewise, and handle unspecified colors.
5256
5257 * enriched.el (enriched-face-ans): Use face-attribute instead
5258 of face-foreground and face-background.
5259
5260 * faces.el (face-foreground, face-background, face-stipple):
5261 Return nil if attribute is unspecified, for backward compatibility.
5262
5263 * files.el (auto-mode-alist): Add an entry for antlr-mode.
5264
5265 * play/5x5.el: Remove version info.
5266
5267 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5268
5269 * frame.el (blink-cursor-mode): Doc fix.
5270
5271 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5272
5273 * antlr-mode.el: New commands to run ANTLR from within Emacs and
5274 to create Makefile rules.
5275 (antlr-tool-command): New user option.
5276 (antlr-ask-about-save): New user option.
5277 (antlr-makefile-specification): New user option.
5278 (antlr-file-formats-alist): New variable.
5279 (antlr-special-file-formats): New variable.
5280 (antlr-unknown-file-formats): New user option.
5281 (antlr-help-unknown-file-text): New variable.
5282 (antlr-help-rules-intro): New variable.
5283 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5284 (antlr-mode-menu): Add entries.
5285 (antlr-file-dependencies): New function.
5286 (antlr-directory-dependencies): New function.
5287 (antlr-superclasses-glibs): New function.
5288 (antlr-run-tool): New command.
5289 (antlr-makefile-insert-variable): New function.
5290 (antlr-insert-makefile-rules): New function.
5291 (antlr-show-makefile-rules): New command.
5292
5293 * antlr-mode.el: More Emacs/XEmacs stuff.
5294 (antlr-no-action-keywords): New constant with value nil.
5295 (antlr-font-lock-keywords-alist): Use it. Old value would break
5296 syntax highlighting in Emacs-21.0.
5297 (antlr-default-directory): Emacs/XEmacs dependend function.
5298 (antlr-read-shell-command): Ditto.
5299 (antlr-with-displaying-help-buffer): Ditto.
5300
5301 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5302
5303 * antlr-mode.el: imenu, parsing and highlighting changes.
5304 (antlr-imenu-create-index-function): Don't create extra submenus
5305 for definitions in different grammar classes. It is not necessary
5306 for the menu and would make command `imenu' awkward to use.
5307 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5308 header actions and more than one.
5309 (antlr-font-lock-tokendef-face): Changed color.
5310 (antlr-font-lock-tokenref-face): Changed color.
5311 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5312 (antlr-mode-syntax-table): New variable.
5313 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5314 (antlr-with-syntax-table): Don't copy syntax table.
5315
5316 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5317
5318 * antlr-mode.el: Minor changes: language setting.
5319 (antlr-language-alist): The value for file option "language" can
5320 be both an identifier and a string.
5321 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5322 (antlr-language-limit-n-regexp): Change accordingly.
5323
5324 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5325
5326 * antlr-mode.el: Minor changes: tabs, hiding.
5327 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5328 (antlr-action-visibility): Also allow value nil to also hide the
5329 braces. Renamed from `antlr-tiny-action-length'.
5330 Suggested by Jay@aol.com.
5331 (antlr-hide-actions): Change accordingly. Hide line if completely
5332 hidden action is on a line of its own.
5333
5334 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5335
5336 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5337
5338 * sort.el (sort-columns): Don't concat strings with numbers.
5339
5340 2000-11-29 Dave Love <fx@gnu.org>
5341
5342 * cus-edit.el (face): Fix :format.
5343
5344 * mail/feedmail.el: Require smtpmail when compiling.
5345 (mail-do-fcc): Autoload.
5346 (feedmail) <defgroup>: Fix :link.
5347 (feedmail-nuke-body-in-fcc): Fix :type.
5348 (feedmail-send-it): Add autoload cookie.
5349
5350 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5351
5352 * newcomment.el (comment-indent): Save excursion around call to
5353 comment-indent-function.
5354
5355 2000-11-29 Miles Bader <miles@gnu.org>
5356
5357 * subr.el (member-ignore-case): Return the tail of the list who's
5358 car matches, like `member', not the matching element itself.
5359
5360 2000-11-29 Kenichi Handa <handa@etl.go.jp>
5361
5362 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5363 should not contain `\n'.
5364
5365 2000-11-28 Gerd Moellmann <gerd@gnu.org>
5366
5367 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5368
5369 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5370
5371 * dired-aux.el (dired-do-create-files): Construct default file
5372 name for dired-mark-read-file-name so that when the user enters
5373 just RET, the target file will end up in the target directory.
5374
5375 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5376 local-abbrev-table before changing buffers because it might
5377 have a buffer-local binding.
5378
5379 2000-11-28 Miles Bader <miles@gnu.org>
5380
5381 * simple.el (delete-horizontal-space): Handle fields more generally.
5382
5383 2000-11-28 Gerd Moellmann <gerd@gnu.org>
5384
5385 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5386
5387 2000-11-28 Dave Love <fx@gnu.org>
5388
5389 * progmodes/ps-mode.el (ps-mode): Set comment-start and
5390 comment-start-skip locally.
5391
5392 * progmodes/fortran.el (fortran-mode): Don't set
5393 fortran-comment-line-start-skip. Set comment-start to
5394 fortran-comment-line-start.
5395 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5396 (fortran-comment-line-start-skip): Simplify slightly.
5397
5398 2000-11-28 Gerd Moellmann <gerd@gnu.org>
5399
5400 * play/5x5.el: Remove RCS keyword.
5401
5402 * bs.el: Mistaken commit, undone 2000-11-30.
5403
5404 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
5405
5406 * textmodes/tildify.el (tildify-string-alist):
5407 Add `plain-tex-mode' here.
5408
5409 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
5410
5411 * chistory.el (Command-history-setup): Remove extraneous `keymap'
5412 reference.
5413
5414 2000-11-28 Miles Bader <miles@gnu.org>
5415
5416 * cus-face.el (custom-face-attributes): Add post-filter function
5417 for :box. Make pre-filter function for :box handle all cases.
5418
5419 * wid-edit.el (widget-choose): Make sure pop-up window is large
5420 enough to display all the choices, as there's no way to scroll it.
5421
5422 2000-11-28 Kenichi Handa <handa@etl.go.jp>
5423
5424 * international/mule-conf.el: Make the coding system no-conversion
5425 safe for all characters.
5426
5427 2000-11-27 Dave Love <fx@gnu.org>
5428
5429 * net/ldap.el (ldap) <defgroup>: Add :version.
5430
5431 * tooltip.el (tooltip-use-echo-area): Doc fix.
5432
5433 * cus-start.el <minibuffer-prompt-properties>: Add version.
5434 <read-buffer-function>: Add.
5435
5436 * apropos.el (apropos-print): Add help-echo to active text.
5437
5438 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5439
5440 2000-11-27 Gerd Moellmann <gerd@gnu.org>
5441
5442 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5443 type, group and version.
5444
5445 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
5446
5447 * select.el (x-get-selection): Docstring fix.
5448
5449 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
5450
5451 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
5452
5453 2000-11-27 Andrew Innes <andrewi@gnu.org>
5454
5455 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5456
5457 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5458
5459 2000-11-27 Miles Bader <miles@gnu.org>
5460
5461 * dired.el (dired-get-filename): Return filename verbatim if
5462 LOCALP is `verbatim'.
5463 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5464 `verbatim' so that we don't inadvertently delete a non-existant
5465 directory name.
5466
5467 2000-11-27 Kenichi Handa <handa@etl.go.jp>
5468
5469 * international/characters.el: Specify cases and syntaxes for
5470 mule-unicode-0100-24ff.
5471
5472 2000-11-27 Gerd Moellmann <gerd@gnu.org>
5473
5474 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5475 that foreground and/or background colors of the face `tool-bar'
5476 are unspecified.
5477
5478 2000-11-27 Miles Bader <miles@gnu.org>
5479
5480 * wid-edit.el (widget-field-buffer, widget-field-start)
5481 (widget-field-end): Handle widget field `pseudo-overlays'.
5482 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5483 if it's there instead of in `widget-field-list'.
5484
5485 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
5486 (help-make-xrefs): Delete extraneous newlines at the end of the
5487 docstring.
5488
5489 2000-11-25 Jason Rumney <jasonr@gnu.org>
5490
5491 * startup.el (command-line): Call set-locale-environment after
5492 Window System init file is read, as it can result in a call to
5493 redraw-frame.
5494
5495 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5496
5497 * simple.el (shell-command): Mention the effect of the prefix
5498 argument in the doc string.
5499
5500 2000-11-25 Miles Bader <miles@gnu.org>
5501
5502 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5503
5504 * wid-edit.el (widget-field-value-delete): Don't try to delete
5505 overlay when it's the `pseudo-overlay' that exists at some points.
5506
5507 2000-11-24 Jason Rumney <jasonr@gnu.org>
5508
5509 * international/mule-cmds.el (locale-language-names): Add "jp" as
5510 a non-standard alternative for Japanese.
5511
5512 2000-11-24 Andre Spiegel <spiegel@gnu.org>
5513
5514 * vc-hooks.el: Require 'cl during compilation.
5515
5516 2000-11-24 Gerd Moellmann <gerd@gnu.org>
5517
5518 * faces.el (face-set-after-frame-default): Let face attributes
5519 specified for new frames override frame parameters.
5520
5521 * startup.el (command-line): Fix computation of the source file
5522 for user-init-file when user-init-file is a compiled file.
5523
5524 2000-11-24 Miles Bader <miles@gnu.org>
5525
5526 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
5527 (custom-post-filter-face-spec): New functions.
5528 (custom-face-set, custom-face-value-create): Filter the face spec
5529 before and after customization.
5530 (custom-face-set): If VALUE specifies a null face, pass a
5531 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5532 * cus-face.el (custom-face-attributes): Remove SET and GET
5533 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5534 cases they're needed.
5535
5536 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5537 that it's distinguishable from the :off-glyph on dark-background
5538 displays. Set its background color too.
5539
5540 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5541 so that people can easily turn it off.
5542
5543 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5544
5545 * ediff-diff.el: Moved variables around to have it compile under NT.
5546
5547 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
5548
5549 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
5550
5551 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
5552 redundant skip-small-frames test.
5553
5554 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
5555 (viper-downgrade-to-insert): Protect against errors in hooks.
5556
5557 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5558 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
5559 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5560 New functions.
5561
5562 * viper-util.el (viper-memq-char): Bug fixes.
5563
5564 * viper.el (viper-mode): Fix cursor handling.
5565
5566 2000-11-24 Kenichi Handa <handa@etl.go.jp>
5567
5568 * international/mule-diag.el (list-iso-charset-chars):
5569 For two-byte charset, fix the `while' condition.
5570 (list-non-iso-charset-chars): Fix the `while' condition.
5571
5572 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5573
5574 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5575 if the variable is make-variable-buffer-local.
5576
5577 * progmodes/ada-stmt.el (ada-template-map):
5578 Initialize and bind it to C-c t in ada-mode-map.
5579 (ada-stmt-mode-hook): New function extracted from old code.
5580 Only change the buffer-local side of skeleton-*.
5581 (ada-mode-hook): Use it.
5582
5583 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5584
5585 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5586 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5587 we expect to be returned by minibuffer-depth once we prompt the
5588 user in the minibuffer.
5589 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5590 as recorded in iswitchb-minibuf-depth, return non-nil.
5591
5592 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5593
5594 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5595 (hscroll-window-maybe): Docstring fix.
5596
5597 2000-11-23 Dave Love <fx@gnu.org>
5598
5599 * rect.el (string-rectangle): Don't test delete-selection-mode.
5600
5601 2000-11-23 Gerd Moellmann <gerd@gnu.org>
5602
5603 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5604 is in the tool bar.
5605
5606 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
5607 with `no-dir'; we want the directory part to be able to remove it.
5608
5609 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5610
5611 * textmodes/outline.el (outline-flag-region):
5612 Don't bind inhibit-read-only since we don't modify the buffer.
5613 (outline-isearch-open-invisible): Don't jump to overlay-start
5614 since we're trying to unhide text around point.
5615 (outline-discard-overlays): Use dolist.
5616
5617 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5618
5619 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5620
5621 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
5622
5623 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5624
5625 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5626 Fix ARG regexp to skip quoted braces.
5627 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5628 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5629 are (correctly) handled separately).
5630 Remove `caption' and `footnote' from `citations': they contain text.
5631 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5632 (latex-skeleton-end-hook): New function.
5633 (latex-mode): Use it.
5634 (tex-start-tex-marker): Remove.
5635 (tex-send-tex-command): Don't set tex-start-tex-marker.
5636 (tex-error-parse-syntax-table): New var.
5637 (tex-compilation-parse-errors): Use it.
5638 Ignore tex-start-tex-marker. Don't bother with marker-position.
5639 (tex-validate-buffer): Don't bother with marker-position.
5640
5641 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
5642 (flyspell-generic-progmode-verify): Use it.
5643
5644 2000-11-22 Sam Steingold <sds@gnu.org>
5645
5646 * simple.el (delete-trailing-whitespace): New interactive function.
5647
5648 * progmodes/ada-mode.el (ada-mode): Use it instead of
5649 `ada-remove-trailing-spaces'.
5650 (ada-remove-trailing-spaces): Removed.
5651
5652 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
5653
5654 * textmodes/picture.el (picture-clean): Removed.
5655 (picture-mode-exit): Call it instead of `picture-clean'.
5656
5657 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5658
5659 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5660
5661 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5662 jit-lock-fontify-buffer; it should anyway be unneccessary to
5663 do anything special when jit-lock is active.
5664 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5665
5666 2000-11-22 Dave Love <fx@gnu.org>
5667
5668 * calendar/todo-mode.el (todo-top-priorities): Use
5669 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5670
5671 * language/chinese.el, language/cyrillic.el:
5672 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5673 * language/hebrew.el, language/indian.el, language/japanese.el:
5674 * language/korean.el, language/lao.el, language/misc-lang.el:
5675 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5676 Use provide.
5677
5678 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5679 (custom-variable-set): Improve validation error mesage.
5680
5681 * rect.el (string-rectangle): Revert last change.
5682 (string-rectangle-line): New arg DELETE.
5683 (string-rectangle): Check delete-selection-mode.
5684
5685 * emacs-lisp/edebug.el (edebug-version)
5686 (edebug-maintainer-address): Deleted.
5687 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5688 (edebug-read-function): Account for other `'#' read forms.
5689 (edebug-mode-menus): Make some items toggles.
5690 (edebug-outside-unread-command-event, unread-command-event):
5691 Remove these to avoid warnings.
5692
5693 2000-11-22 David Ponce <david@dponce.com>
5694
5695 * recentf.el (recentf-menu-items-for-commands)
5696 (recentf-make-menu-items, recentf-make-menu-item)
5697 (recentf-filter-changer): Added :help and :active menu-item properties.
5698
5699 (recentf-build-dir-rules, recentf-dump-variable)
5700 (recentf-edit-list, recentf-open-files-item)
5701 (recentf-open-files): Replaced unnecessary `mapcar' with new
5702 built-in `mapc'.
5703
5704 2000-11-23 Miles Bader <miles@gnu.org>
5705
5706 * faces.el (menu): Make inverse-video on ttys too.
5707
5708 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5709
5710 * simple.el (comment-line-break-function): Use the new name
5711 indent-new-comment-line -> comment-indent-new-line.
5712 (clone-indirect-buffer): Don't ignore NORECORD.
5713 (next-completion): Properly handle the case where items are adjacent.
5714
5715 * mouse.el (popup-menu): Stupid typo.
5716
5717 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5718
5719 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5720 maintainer, keywords tags.
5721
5722 * rect.el (replace-rectangle): Don't call string-rectangle-line
5723 with too many arguments.
5724
5725 2000-11-22 Andre Spiegel <spiegel@gnu.org>
5726
5727 * ediff-util.el (ediff-file-checked-out-p)
5728 (ediff-file-checked-in-p): Call vc-state instead of
5729 vc-locking-user, which no longer exists.
5730
5731 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5732
5733 2000-11-22 Dave Love <fx@gnu.org>
5734
5735 * md5.el (md5): Provide.
5736 (md5): Fix error call.
5737
5738 2000-11-22 Miles Bader <miles@gnu.org>
5739
5740 * textmodes/refill.el (refill-adjust-ignorable-overlay)
5741 (refill-fill-paragraph-at): Remove debugging code.
5742
5743 * calendar/calendar.el (generate-calendar-window): When we don't
5744 call `fit-window-to-buffer', make sure the top line is fully visible.
5745
5746 * image-file.el (insert-image-file): Don't make `read-only'
5747 property rear-nonsticky.
5748
5749 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5750 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5751 stashing away its original value.
5752 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5753 in the recursive edit.
5754 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5755 (isearch-done): Restore `minibuffer-message-timeout'.
5756
5757 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5758
5759 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5760
5761 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5762
5763 * find-lisp.el (find-lisp-find-files-internal):
5764 Use dolist, when and file-name-as-directory.
5765
5766 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
5767 (define-derived-mode, define-minor-mode): Add specs.
5768
5769 * window.el: General comment and spacing fixes.
5770 (save-selected-window): Use backquotes.
5771 (window-safely-shrinkable-p): New function.
5772 (shrink-window-if-larger-than-buffer): Use it.
5773
5774 * subr.el (make-local-hook): Docstring fix.
5775
5776 * shell.el (shell-mode): Use define-derived-mode.
5777
5778 * newcomment.el (comment-indent): Insert comment before calling
5779 comment-indent-function. Don't insert in column 0.
5780 (comment-dwim): Indent before inserting comment.
5781
5782 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5783 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5784 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5785 Use mapc rather than map.
5786
5787 * files.el (find-buffer-visiting): Compare all attributes before
5788 declaring two files identical (rather than just their inode-no).
5789 (auto-mode-alist): Use \' rather than $.
5790
5791 * which-func.el: Update maintainer line.
5792
5793 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5794 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5795 (uniquify-buffer-file-name): Use it.
5796
5797 2000-11-22 Miles Bader <miles@gnu.org>
5798
5799 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5800 * simple.el (minibuffer-avoid-prompt): New function.
5801
5802 2000-11-21 Gerd Moellmann <gerd@gnu.org>
5803
5804 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5805
5806 2000-11-21 Miles Bader <miles@gnu.org>
5807
5808 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5809 inclusion of `track-mouse'.
5810
5811 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5812 (refill-adjust-ignorable-overlay): New function.
5813 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5814 only the paragraph's tail if possible.
5815 Update `refill-ignorable-overlay'.
5816 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5817
5818 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5819 point inside the fill-prefix.
5820
5821 * textmodes/refill.el (refill-post-command-function): Don't reset
5822 refill-doit in the case where a self-insertion command doesn't
5823 case a refill. Use `refill-fill-paragraph-at', getting position
5824 from `refill-doit'.
5825 (refill-after-change-function): Set `refill-doit' to END.
5826 (refill-fill-paragraph-at): New function, mostly from old
5827 refill-fill-paragraph.
5828 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5829 (refill-pre-command-function): New function.
5830 (refill-mode): Add it to `pre-command-hook'.
5831
5832 2000-11-20 Gerd Moellmann <gerd@gnu.org>
5833
5834 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5835
5836 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5837 javadoc tags.
5838
5839 2000-11-20 Andre Spiegel <spiegel@gnu.org>
5840
5841 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5842 vc.el).
5843
5844 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
5845 require vc.
5846
5847 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
5848 checkouts.
5849
5850 2000-11-20 Dave Love <fx@gnu.org>
5851
5852 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5853
5854 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
5855
5856 * calculator.el (calculator-paste): Use `if' instead of `and'
5857 and `or'.
5858 (calculator-help): Don't use electric-describe-mode for XEmacs.
5859
5860 2000-11-19 Gerd Moellmann <gerd@gnu.org>
5861
5862 * info.el (info-menu-5): Doc fix.
5863
5864 * textmodes/artist.el: New file.
5865
5866 2000-11-19 Andre Spiegel <spiegel@gnu.org>
5867
5868 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
5869 and differentiate according to checkout model.
5870 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5871 since this function is only concerned with master state.
5872
5873 * vc-hooks.el (vc-workfile-unchanged-p)
5874 (vc-default-workfile-unchanged-p): Moved here from vc.el.
5875
5876 * vc.el (vc-workfile-unchanged-p)
5877 (vc-default-workfile-unchanged-p): See above.
5878
5879 2000-11-19 Miles Bader <miles@gnu.org>
5880
5881 * image-file.el (insert-image-file): Make `intangible' and
5882 `read-only' properties rear-nonsticky too.
5883
5884 2000-11-18 Gerd Moellmann <gerd@gnu.org>
5885
5886 * ps-print.el: Update copyright notice.
5887
5888 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5889 (tooltip-show): Use the offsets.
5890
5891 * bindings.el (mode-line-modified): Fix a typo.
5892 (mode-line-toggle-modified, mode-line-widen)
5893 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5894
5895 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5896
5897 * ps-print.el (toplevel): Test for find-coding-system being
5898 fboundp before calling ps-x-find-coding-system.
5899
5900 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5901
5902 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5903 (vc-version-backup-file): Docstring fix.
5904
5905 2000-11-16 Gerd Moellmann <gerd@gnu.org>
5906
5907 * files.el (basic-save-buffer): Don't add a newline if
5908 find-file-literally is non-nil.
5909 (find-file-literally): Extend doc string.
5910
5911 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5912 sort(1) with the `-f' argument.
5913
5914 2000-11-16 Andre Spiegel <spiegel@gnu.org>
5915
5916 * vc.el: Updated backend documentation.
5917 (vc-default-check-headers): New function.
5918
5919 * vc-{cvs,rcs,sccs}.el: Functions reordered.
5920
5921 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
5922 up-to-date.
5923 (vc-do-command): In the asynchronous case, output messages only if
5924 the minibuffer is not active.
5925
5926 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
5927 `vc-cvs-use-edit' is on.
5928 (vc-cvs-checkout): When this is used for reverting the workfile,
5929 make a backup of the original contents and revert to that in case
5930 of error.
5931 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
5932 remote repositories.
5933
5934 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5935 for both version and ratio in the minibuffer.
5936
5937 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
5938 Use vc-do-command to perform the annotation, not call-process.
5939
5940 2000-11-16 Kenichi Handa <handa@etl.go.jp>
5941
5942 * international/quail.el (quail-start-translation): Don't call
5943 `message' before reading key sequence.
5944
5945 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5946
5947 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5948
5949 2000-11-16 Kenichi Handa <handa@etl.go.jp>
5950
5951 * window.el (fit-window-to-buffer): Be sure to acquire at least
5952 one text line even if the buffer is empty.
5953
5954 2000-11-16 Gerd Moellmann <gerd@gnu.org>
5955
5956 * net/ange-ftp.el (ange-ftp-file-writable-p)
5957 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5958 Bind ange-ftp-process-verbose to nil.
5959
5960 2000-11-15 Dave Love <fx@gnu.org>
5961
5962 * wid-edit.el (widget-specify-field, widget-specify-button):
5963 If :help-echo is a function, set help-echo of overlay to
5964 widget-mouse-help.
5965 (widget-mouse-help): New function.
5966 (widget-echo-help): Rewritten for :help-echo functions only taking
5967 a widget arg.
5968
5969 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5970 Use display-graphic-p.
5971 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5972 and that JPEG is available.
5973 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5974
5975 * international/mule-cmds.el (locale-charset-language-names):
5976 Match @euro.
5977
5978 2000-11-15 Gerd Moellmann <gerd@gnu.org>
5979
5980 * faces.el (face-set-after-frame-default):
5981 If `inhibit-default-face-x-resources' is bound, don't intialize the
5982 default face from X resources.
5983
5984 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5985
5986 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5987 Don't set EMACSLOADPATH.
5988
5989 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5990
5991 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5992 texinfo-insert-@url.
5993 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5994 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5995
5996 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5997
5998 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5999 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6000 (checkdoc-minor-keymap): Backward compatibility.
6001 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6002 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6003 (checkdoc-this-string-valid-engine): Be a bit more strict
6004 to avoid matching substrings of `...' quoted vars/funs.
6005 (checkdoc-defun-info): Only look for `interactive' if alone.
6006 (debug-ignored-errors): Add "arg doesn't appear in docstring".
6007
6008 * progmodes/compile.el (grep): `tag-default' can be nil.
6009
6010 * newcomment.el (comment-indent): Paren typo.
6011
6012 2000-11-14 Dave Love <fx@gnu.org>
6013
6014 * calculator.el: New maintainer version.
6015
6016 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
6017
6018 * cmuscheme.el: Doc fixes.
6019 (cmuscheme) <defgroup>: Use `scheme' as parent.
6020 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
6021
6022 * xscheme.el (scheme-program-name): Don't define here.
6023
6024 * progmodes/scheme.el (scheme-program-name): New variable
6025 (originally in cmuscheme).
6026
6027 2000-11-14 Miles Bader <miles@gnu.org>
6028
6029 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6030 Handle header-lines. Don't loop forever if we can't enlarge the
6031 window anymore. Simplify a bit.
6032
6033 2000-11-14 Kenichi Handa <handa@etl.go.jp>
6034
6035 * window.el (fit-window-to-buffer): Don't check
6036 window-text-height. Assure that the last line is fully visible.
6037
6038 * international/quail.el (quail-show-guidance-buf):
6039 Call fit-window-to-buffer to assure the enough height of the guidance
6040 buffer.
6041 (quail-update-guidance): Avoid making the guidance buffer shorter.
6042
6043 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6044
6045 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6046 rather than `prepend' and add an interesting comment.
6047 (tex-math-face, tex-font-lock-syntactic-face-function):
6048 New face and function to use it.
6049 (tex-define-common-keys, tex-mode-map): Use menu-item rather
6050 than `menu-enable' symbol property.
6051 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6052 (tex-mode): Add some latex-mode commands for auto-selection.
6053 Use tex-font-lock-syntactic-face-function.
6054 (tex-insert-quote): Simplify.
6055 (tex-shell): New mode.
6056 (tex-start-shell): Use it.
6057 (tex-shell-proc, tex-shell-buf): New functions.
6058 (tex-send-command): Use it.
6059 (tex-main-file): Fix the meaning of the new arg REALFILE.
6060 (tex-send-tex-command): New function split from `tex-start-tex'.
6061 Set compilation-last-buffer and compilation-parsing-end.
6062
6063 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6064 when it follows non-comment text on the line.
6065
6066 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6067 Set font-lock-defaults.
6068 (lisp-mode-shared-map): Init inside the defvar.
6069 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6070 Use define-derived-mode.
6071
6072 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6073
6074 * faces.el (header-line): Use `:box nil' for color/gs displays too.
6075
6076 2000-11-14 Gerd Moellmann <gerd@gnu.org>
6077
6078 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6079 Don't recursively optimize body because that can lead to infinite
6080 recursion; see comment there.
6081
6082 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
6083
6084 * faces.el (face-spec-set-match-display): Revert the change from
6085 2000-10-24. Add a FIXME for after v21.1.
6086
6087 2000-11-13 Miles Bader <miles@gnu.org>
6088
6089 * textmodes/fill.el (skip-line-prefix): New function.
6090 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
6091 (fill-paragraph): Don't leave point inside the fill-prefix.
6092 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6093 point inside the fill-prefix.
6094
6095 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
6096
6097 * calendar/calendar.el (generate-calendar-window):
6098 Use `fit-window-to-buffer'.
6099
6100 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6101
6102 * gud.el (gud-minor-mode): New var.
6103 (gud-symbol, gud-val): New functions.
6104 (gud-find-file): Copy gud-minor-mode to the new buffer.
6105 (gud-menu-map): Include entries for commands that are not always
6106 available, using :enable to (de)activate them.
6107 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
6108 (gud-mode-map): New map.
6109 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
6110 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6111 Don't set up gud's menu (it's done by the minor-mode).
6112 (gud-minibuffer-local-map): New.
6113 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6114 (gud-query-cmdline): New function.
6115 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6116 (gud-mode): Use define-derived-mode.
6117 Don't set up gud's menu (it's done by the minor-mode).
6118 (gud-chop-words): Remove.
6119 (gud-common-init): Use split-string instead.
6120 (gud-new-keymap, gud-make-debug-menu): Eradicate.
6121
6122 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6123 Add keyword arg :name.
6124
6125 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6126 (diff-count-matches, diff-split-hunk): New functions.
6127 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6128
6129 * pcvs-info.el (cvs-fi-conflict-face): New var.
6130
6131 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6132 Make it into a simple syntax-table, shared among all submodes.
6133 (sh-heredoc-face): Re-introduce.
6134 (sh-font-lock-syntactic-face-function): New function.
6135 (sh-mode): Use it. Also use define-derived-mode.
6136 Remove old bogus setting of indent-region-function.
6137 (sh-set-shell): Don't set the syntax-table any more.
6138 (sh-mode-syntax-table) <defun>: Remove.
6139
6140 2000-11-12 Miles Bader <miles@gnu.org>
6141
6142 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6143 message if interactive.
6144
6145 2000-11-12 Dave Love <fx@gnu.org>
6146
6147 * mail/feedmail.el: Fix header,
6148 (feedmail) <defgroup>: Add :link.
6149
6150 * view.el: Use local-map property, not keymap on mode-line string.
6151
6152 * scroll-all.el (scroll-all-mode): Customize variable.
6153 Add autoload cookie to function.
6154
6155 * lazy-lock.el: Remove compatibility code.
6156
6157 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6158 (finder-help-echo): New variable.
6159 (finder-mouse-face-on-line): Add help-echo stuff.
6160 (finder-list-keywords, finder-list-matches): Use mapc.
6161
6162 * faces.el (face-font-registry-alternatives): Add :version.
6163
6164 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6165 tags-table-list.
6166
6167 * net/browse-url.el (browse-url-browser-function): Update :version.
6168
6169 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
6170 (mail-mode): Use [:alnum:] in some regexps.
6171
6172 2000-11-10 Dave Love <fx@gnu.org>
6173
6174 * ediff.el (ediff-regions-internal, ediff-documentation):
6175 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6176 fundamental mode.
6177
6178 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6179 buffer into fundamental mode.
6180 (ediff-set-difference): Use copy-sequence if available.
6181
6182 * ediff-ptch.el (ediff-dispatch-file-patching-job):
6183 Check ediff-patch-map non-nil.
6184 (ediff-fixup-patch-map, ediff-fixup-patch-map)
6185 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6186 buffer into fundamental mode.
6187
6188 * ediff-merg.el (state-or-merge): Defvar when compiling.
6189
6190 2000-11-10 Jason Rumney <jasonr@gnu.org>
6191
6192 * w32-fns.el (w32-add-charset-info): New function.
6193 (w32-charset-info-alist): Use it.
6194
6195 2000-11-10 Gerd Moellmann <gerd@gnu.org>
6196
6197 * faces.el (face-font-registry-alternatives): New user-option.
6198
6199 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6200
6201 * textmodes/texinfo.el (texinfo-block-default): New var.
6202 (texinfo-insert-block): Use it. Insert a newline if needed.
6203
6204 * textmodes/fill.el (fill-indent-according-to-mode): New var.
6205 (fill-region-as-paragraph): Use it.
6206
6207 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6208 (latex-mode): Tweak tex-*-(head|trail)er regexps.
6209 Tweak paragraph regexps to allow a leading [ \t]*.
6210 (tex-latex-block): Insert a newline if necessary.
6211 (latex-insert-item): Only insert a newline if necessary.
6212 (tex-guess-main-file): New function.
6213 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
6214 Set tex-main-file if TeX-master is provided.
6215 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6216
6217 2000-11-10 Gerd Moellmann <gerd@gnu.org>
6218
6219 * startup.el (command-line): Set the default tooltip-mode
6220 to t for graphical displays which implement x-show-tip.
6221
6222 * tooltip.el (tooltip-mode): Add a comment about startup.el
6223 setting the default value of this user-option.
6224
6225 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
6226
6227 * font-lock.el (font-lock-*-face) <defvar>: Move.
6228 (font-lock-defaults-alist): Mark obsolete.
6229 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6230 (font-lock-mode): Use define-minor-mode.
6231 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6232 (font-lock-turn-off-thing-lock): Be more explicit.
6233 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6234 (font-lock-syntactic-face-function): New var.
6235 (font-lock-fontify-syntactically-region): Use it.
6236 (font-lock-doc-face): New.
6237
6238 * pcvs.el (cvs-enabledp): Ignore errors.
6239 (cvs-commit-filelist): Never query.
6240 (cvs-mode-insert): Always add a terminating / in the initial prompt.
6241 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6242 (cvs-do-removal): Use cvs-partition rather than delete-if.
6243 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6244 cvs-bury-buffer.
6245
6246 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6247 Allow `next' to jump to after the end of the last match.
6248
6249 2000-11-09 Gerd Moellmann <gerd@gnu.org>
6250
6251 * simple.el (byte-compiling-files-p): New function.
6252
6253 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6254 if it is there.
6255
6256 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6257 nil again.
6258
6259 * textmodes/ispell.el (ispell-library-path): Don't call
6260 check-ispell-version when byte-compiling because that starts
6261 an ispell process, and ispell might not be installed.
6262 (toplevel): Don't set up a menu when byte-compiling.
6263
6264 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6265 it, so that a boundp test can be used to determine if we're
6266 currently byte-compiling.
6267
6268 2000-11-09 Dave Love <fx@gnu.org>
6269
6270 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
6271
6272 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6273
6274 * ps-print.el: Patch for variable initialization when spooling.
6275 Doc fix.
6276 (ps-output-list): Fun eliminated.
6277 (ps-begin-file, ps-begin-job): Code fix.
6278
6279 2000-11-08 Dave Love <fx@gnu.org>
6280
6281 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
6282
6283 2000-11-08 Gerd Moellmann <gerd@gnu.org>
6284
6285 * simple.el (shell-command, display-message-or-buffer)
6286 (shell-command-on-region): Mention resize-mini-windows in the doc
6287 string.
6288 (display-message-or-buffer): Take the value of resize-mini-windows
6289 into account.
6290
6291 2000-11-07 Gerd Moellmann <gerd@gnu.org>
6292
6293 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6294
6295 * dired.el (dired-between-files): Add `^. find' as an alternative
6296 to the regular expression, for find-dired.
6297
6298 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6299
6300 * textmodes/texnfo-upd.el: Require texinfo.
6301 (defmacro, defgroup): Remove.
6302 (texinfo-section-to-generic-alist): Remove.
6303 Use texinfo-section-list instead (i.e. level is changed string->int).
6304 (texinfo-filter): New function.
6305 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6306 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6307 Use it. And use regexp-opt.
6308 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6309 (texinfo-update-menu-region-beginning)
6310 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6311 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6312 (texinfo-update-menu-same-level-regexps): Update.
6313 (texinfo-update-node, texinfo-every-node-update)
6314 (texinfo-sequential-node-update): Remove autoload cookie.
6315
6316 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6317 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6318 (texinfo-chapter-level-regexp): Remove.
6319 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6320
6321 2000-11-06 Dave Love <fx@gnu.org>
6322
6323 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
6324
6325 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6326 Match defun*.
6327
6328 2000-11-06 Kenichi Handa <handa@etl.go.jp>
6329
6330 * composite.el (composition-function-table): Variable declaration
6331 moved to src/composite.c.
6332 (compose-chars-after): New optional arg object.
6333
6334 2000-11-06 Gerd Moellmann <gerd@gnu.org>
6335
6336 * bindings.el (mode-line-toggle-read-only)
6337 (mode-line-toggle-modified, mode-line-widen)
6338 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6339 (make-mode-line-mouse2-map): Rewritten.
6340 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6341 functions so that C-h k can show something with a doc string.
6342
6343 * startup.el (fancy-splash-delay): Set to 10 seconds.
6344 (fancy-splash-max-time): New user-option.
6345 (fancy-splash-stop-time): New variable.
6346 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6347 (fancy-splash-screens-1): Throw `stop-splashing' when current
6348 time is greater than fancy-splash-stop-time.
6349
6350 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6351
6352 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6353
6354 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6355 Prompt user for a file rather than raising an error.
6356 (cvs-enabledp): Fix call to cvs-mode-marked.
6357 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6358 (cvs-mode-insert): Use it. Change the init prompt' value.
6359 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6360
6361 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6362 Don't pass default arg to ewoc-locate.
6363 (ewoc-collect): Return result in the right order.
6364
6365 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6366
6367 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6368 (cvs-status-get-tags): Fix regexp.
6369 (cvs-status-trees, cvs-status-cvstrees):
6370 Combine after change hooks and don't sit-for.
6371 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6372 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
6373 Use make-char rather than hard-coded cryptic data.
6374 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6375
6376 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6377
6378 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6379 (cvs-insert-strings): New function.
6380
6381 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
6382
6383 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6384 `mwheel-scroll-amount'.
6385 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6386 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6387 string-matching against the version string.
6388
6389 2000-11-06 Kenichi Handa <handa@etl.go.jp>
6390
6391 * language/thai.el ("Thai"): Set a lisp form that produces
6392 composed string in `sample-text' language info.
6393
6394 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6395 composed string in `sample-text' language info.
6396
6397 * international/mule-cmds.el (describe-language-environment):
6398 Eval `sample-text' data and insert the result.
6399
6400 * international/mule-conf.el (compound-text): Define this coding
6401 system here. Make x-ctext and ctext aliases of it.
6402
6403 * language/european.el (compound-text, ctext): Moved to
6404 international/mule-conf.el.
6405
6406 2000-11-05 Andrew Innes <andrewi@gnu.org>
6407
6408 * w32-fns.el (w32-version): New function.
6409
6410 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
6411
6412 * progmodes/awk-mode.el: Update copyright.
6413 (awk-mode-abbrev-table): Remove.
6414 (awk-font-lock-keywords): Use regexp-opt.
6415 (awk-mode): Use define-derived-mode.
6416
6417 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6418 when extracting a suffix.
6419
6420 2000-11-04 Andre Spiegel <spiegel@gnu.org>
6421
6422 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
6423 auto-save-mode.
6424
6425 2000-11-04 Jason Rumney <jasonr@gnu.org>
6426
6427 * language/european.el (decode-mac-roman): Test against r1 not r0.
6428
6429 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
6430
6431 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6432 (icon-mode): Define indent-line-function.
6433 (icon-comment-indent): Simplify.
6434 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6435
6436 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6437
6438 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6439 Bind change-log-default-mode to defeat the caching done on it.
6440 Don't bother saving excursion any more.
6441
6442 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6443
6444 * frame.el (after-setting-font-hook): Rename hooks -> hook.
6445 (set-frame-font): Use the new name (and the old for compatibility).
6446
6447 * toolbar/tool-bar.el (tool-bar-mode):
6448 * time.el (display-time-mode):
6449 * recentf.el (recentf-mode):
6450 * paren.el (show-paren-mode):
6451 * mwheel.el (mouse-wheel-mode):
6452 * msb.el (msb-mode):
6453 * jka-compr.el (auto-compression-mode):
6454 * image-file.el (auto-image-file-mode):
6455 * hl-line.el (hl-line-mode):
6456 * delsel.el (delete-selection-mode):
6457 * autoinsert.el (auto-insert-mode):
6458 * complete.el (partial-completion-mode): Drop unneeded positional args.
6459
6460 * info.el (Info-mode):
6461 * comint.el (comint-mode): Don't bother with make-local-hook.
6462
6463 * log-edit.el (log-edit-menu): New menu.
6464
6465 2000-11-03 Miles Bader <miles@gnu.org>
6466
6467 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6468 definition, so that trailing spaces are handled properly.
6469 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6470
6471 2000-11-03 Gerd Moellmann <gerd@gnu.org>
6472
6473 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6474 tab character.
6475 (fancy-splash-screens): Set tab-width to 20.
6476
6477 2000-11-03 Dave Love <fx@gnu.org>
6478
6479 * comint.el (comint-completion-addsuffix): Fix custom type.
6480
6481 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6482
6483 * font-lock.el (font-lock-buffers): Remove.
6484 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6485 (font-lock-change-major-mode): Remove.
6486 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6487 (font-lock-default-fontify-region): Extend the multiline
6488 fontification to whole lines.
6489 (font-lock-fontify-anchored-keywords)
6490 (font-lock-fontify-keywords-region): If matching just one
6491 line (with \n) only mark the \n as multiline.
6492
6493 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6494 Correctly handle the case where several :group args are supplied.
6495 Allow :extra-args.
6496 (easy-mmode-define-global-mode): Allow :extra-args.
6497 Correctly handle the case where several :group args are supplied.
6498
6499 2000-11-02 Miles Bader <miles@gnu.org>
6500
6501 * calendar/calendar.el (diary-face, calendar-today-face)
6502 (holiday-face): Remove dependency on `window-system'.
6503
6504 2000-11-02 Ken Raeburn <raeburn@gnu.org>
6505
6506 * Makefile.in (emacs): Set EMACSLOADPATH always.
6507 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
6508 (compile-files): Bomb out if compilation of a file fails.
6509
6510 2000-11-02 Dave Love <fx@gnu.org>
6511
6512 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6513
6514 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6515
6516 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6517 punctuation in the warning inserted into the *mail* buffer.
6518
6519 2000-11-02 Gerd Moellmann <gerd@gnu.org>
6520
6521 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6522 (authors-public-domain-p): New function.
6523 (authors-print): Use it.
6524
6525 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6526
6527 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6528
6529 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6530
6531 * ps-print.el: Extension for even/odd printing. Doc fix.
6532 (ps-print-version): New version number (6.3.1).
6533 (ps-even-or-odd-pages): Customization fix.
6534 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6535 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6536 (ps-page-count): Var replaced by `ps-page-column'.
6537 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6538 (ps-print-sheet-p): New fun.
6539
6540 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6541
6542 * tooltip.el (tooltip-gud-tips-setup): New function.
6543 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6544 (tooltip-mode): Call tooltip-gud-tips-setup.
6545 (tooltip-gud-tips): Use `gud-basic-call' instead of
6546 process-send-string, so the prompt gets frobbed appropriately.
6547 Handle nil return value from `tooltip-gud-print-command'.
6548
6549 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6550
6551 * comint.el (comint-add-to-input-history): New function.
6552 (comint-send-input): Use `comint-add-to-input-history'.
6553
6554 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6555
6556 * info.el (info-menu-header): New face.
6557 (Info-fontify-menu-headers): New function.
6558 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6559
6560 * info.el (Info-insert-dir): Don't include blank lines at
6561 beginning of additional dir files (one is added automatically).
6562
6563 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6564
6565 * emacs-lisp/easy-mmode.el (define-minor-mode):
6566 Revert the latest changes.
6567 Allow the three positional arguments to be skipped and replaced
6568 by keyword arguments.
6569 Add a :toggle argument to determine whether a nil arg means toggle
6570 or means turn-on. The default is unchanged.
6571 Add a call to force-mode-line-update.
6572
6573 2000-11-01 Dave Love <fx@gnu.org>
6574
6575 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6576
6577 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6578
6579 * calendar/calendar.el (diary-face, holiday-face):
6580 Add dark-background variants.
6581
6582 2000-10-31 Sam Steingold <sds@gnu.org>
6583
6584 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6585 `tex-main-file' does not have directory in it.
6586
6587 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6588
6589 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6590
6591 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6592
6593 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6594 functional change.
6595
6596 2000-10-31 Gerd Moellmann <gerd@gnu.org>
6597
6598 * files.el (find-file-noselect): When we expand a wildcard, return
6599 a list of buffers, as we should do according to the doc string.
6600
6601 2000-10-31 Ken Raeburn <raeburn@gnu.org>
6602
6603 * loadup.el (top level): Adjust load path if program name is
6604 "../src/bootstrap-emacs", in case it's not dumped and thus the
6605 load path adjustment hasn't already been done.
6606
6607 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6608
6609 * ps-print.el: Fix bug on selected pages for printing.
6610 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
6611 is on. Try to avoid warning messages when compiling. Doc Fix.
6612 (ps-print-version): New version number (6.3).
6613 (ps-color-device): Use `color-values' to determine if device
6614 supports color.
6615 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6616 (ps-print-page-p): Changed from defsubst to defun.
6617 (ps-page-number): Changed from defmacro to defun.
6618 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6619 printing.
6620 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
6621 (ps-end-file, ps-dummy-page): Funs eliminated.
6622 (ps-print-color-scale): Changed default value.
6623 (ps-page-n-up, ps-print-page-p): New internal vars.
6624 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6625 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6626
6627 * delim-col.el: Little programming improvement.
6628 (delimit-columns-str): New macro.
6629 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6630
6631 2000-10-31 Kenichi Handa <handa@etl.go.jp>
6632
6633 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6634 Moved to european.el.
6635 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6636 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6637 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6638 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
6639
6640 2000-10-30 Dave Love <fx@gnu.org>
6641
6642 * progmodes/cc-menus.el (imenu-generic-expression)
6643 (imenu-progress-message): Only defvar when compiling.
6644
6645 * emacs-lisp/elp.el (elp-unload-hook): New function.
6646
6647 * loadhist.el (unload-feature): Call elp-restore-function,
6648 checking for symbols; don't use elp-restore-all.
6649 (loadhist-hook-functions): Doc fix.
6650
6651 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6652
6653 * log-edit.el (log-edit-confirm): Fix the default.
6654
6655 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6656
6657 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6658 delimit-columns-format.
6659 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6660
6661 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6662
6663 * comint.el (comint-replace-by-expanded-history): Don't use
6664 comint-get-old-input (we're not looking at *old* input).
6665 (comint-get-old-input-default): If using fields, signal an error
6666 when the point is not in an input field.
6667
6668 2000-10-30 Kenichi Handa <handa@etl.go.jp>
6669
6670 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6671 and mule-unicode-e000-ffff.
6672
6673 * international/mule.el (decode-char, encode-char): New functions.
6674 (make-coding-system): Accept a symbol of translation table as a
6675 value of property `safe-chars'.
6676
6677 * international/mule-cmds.el (encode-coding-char): Check property
6678 safe-chars instead of safe-charsets.
6679
6680 * international/fontset.el (fontset-default): Modified for
6681 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6682 (x-font-name-charset-alist): Likewise.
6683 (ccl-encode-unicode-font): New CCL program. Record it in
6684 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6685
6686 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6687 New translation tables.
6688 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6689 programs are modified and moved from mac-win.el.
6690 (mac-roman): Definition of this coding system is modified and
6691 moved from mac-win.el.
6692
6693 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
6694
6695 * ediff-wind.el (ediff-setup-control-frame): Enclose
6696 face-attribute in condition-case to avoid errors in older emacsen.
6697
6698 2000-10-29 Miles Bader <miles@gnu.org>
6699
6700 * custom.el (custom-add-to-group): Allow multiple entries for a
6701 given value OPTION, as long as their widget types are different.
6702 * cus-edit.el (custom-face-value-create): If face name doesn't end
6703 with "face", add such here (similar to custom group widgets).
6704
6705 * comint.el (comint-highlight-prompt): Add :type.
6706
6707 2000-10-28 John Wiegley <johnw@gnu.org>
6708
6709 * calendar/timeclock.el (timeclock-log): Doc fix.
6710 (timeclock-last-event): Doc fix.
6711 (timeclock-log): Kill the timelog buffer after appending a new event.
6712 (timeclock-find-discrep): Use a temp buffer to read in the
6713 timelog, instead of visiting the file.
6714 (timeclock-log-data): A new function, along with a host of helper
6715 functions, for the purpose of making timelog data accessible to
6716 programmers.
6717
6718 * eshell/esh-mode.el (window-height test): Make certain that
6719 `eshell-stringify-t' is non-nil.
6720 (eshell-password-prompt-regexp): Changed to a much simpler
6721 password regexp.
6722 (eshell-send-input): If `eshell-invoke-directly' returns t,
6723 directly invoke the parsed command using `eval'. This improves
6724 turn-around time on simple commands by a factor of three or
6725 greater, such as cd, ls, pwd, etc. -- which get used very often.
6726 It also conserves thousands of cons cells per call (since
6727 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6728 in the Pacific Cookie Company).
6729
6730 * eshell/esh-test.el (eshell-test): Whitespace fix.
6731
6732 * eshell/em-ls.el (eshell-ls-insert-directory):
6733 Make `eshell-ls-initial-args' nil when inserting directory contents.
6734
6735 * eshell/em-script.el (eshell-script-initialize): Add names to
6736 `eshell-complex-commands, since `source' and `.' are complex.
6737
6738 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6739 (eshell-rewrite-while-command): Use `eshell-protect' instead of
6740 `eshell-copy-handles'.
6741 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6742 bodies.
6743 (eshell-separate-commands): Whitespace fix.
6744 (eshell-complex-commands): Added a new list of names, for
6745 determining whether a given command is as simple as it looks.
6746 (eshell-invoke-directly): New function. Returns t if a command
6747 should be invoked directly (using `eval'), rather than indirectly
6748 using `eshell-do-eval'.
6749 (eshell-do-eval): Whitespace fix.
6750
6751 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6752 which provides an emulation of the DOS shell behavior of assuming
6753 that cp/mv/ln should copy/move/link to the current directory.
6754 (eshell-remove-entries): Added a doc string.
6755 (eshell-shuffle-files): Removed the check for `target' being null.
6756 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6757 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6758 it to do a smarter check of whether a destination was provided.
6759 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6760 (eshell/ln): Enable `:preserve-args', and use
6761 `eshell-mvcpln-template' to implement the body of the function.
6762 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6763 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
6764 list after flattening it. This makes it possible to cat files
6765 with numerical names.
6766 (eshell-unix-initialize): Added several names to
6767 `eshell-complex-commands.
6768 (eshell-unix-command-complex-p): Return t if a given command name
6769 may result in external processes being invoked.
6770
6771 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6772 variable nil by default, since it slows down glob processing by a
6773 factor of two or more, and increases memory consumption.
6774
6775 * eshell/em-smart.el: Added a note about how memory consumptive
6776 smart display mode can be (at least this is true in Emacs 21).
6777 (eshell-smart-initialize): Whitespace fix.
6778 (eshell-refresh-windows): Use `if' instead of `when'.
6779 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6780 not necessary.
6781 (eshell-currently-handling-window): Added a missing global variable.
6782
6783 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6784 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6785 Whitespace fix.
6786 (eshell-ls-exclude-hidden): Added this variable in addition to
6787 `eshell-ls-exclude-regexp'. This one prevents files beginning
6788 with . from even being read, which can improve memory consumption
6789 quite a bit.
6790 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6791 read file entries beginning with a dot. In home directories with
6792 lots of hidden files, fully two-thirds of the time spent in ls is
6793 used to read directory entries that are immediately thrown away.
6794 (eshell-ls-initial-args): Added back this configuration variable,
6795 for specifying default initial arguments to every call to ls.
6796 Much faster than using an alias to do the same thing.
6797 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6798 (eshell-ls-dir): Whitespace change.
6799
6800 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6801
6802 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
6803 (eshell-stringify-t): Added a customization variable, to indicate
6804 whether `t' should be rendered as a string at all. If not, one
6805 can still determine if the result of an expression is true using
6806 "file-exists-p FILE && echo true".
6807 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6808 stringify t!
6809
6810 * eshell/esh-module.el: Whitespace fix.
6811
6812 * eshell/em-alias.el (eshell-alias-initialize):
6813 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
6814 (eshell-command-aliased-p): New function that returns t if a
6815 command name names an aliased.
6816
6817 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
6818
6819 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
6820 redrawing the screen when changing cursor color.
6821 (viper-insert-state-pre-command-sentinel)
6822 (viper-replace-state-pre-command-sentinel)
6823 (viper-replace-state-post-command-sentinel):
6824 Use viper-preserve-cursor-color.
6825 Many functions changed to use viper= instead of = when comparing
6826 characters.
6827 * viper-util.el (viper-memq-char,viper=): New functions for
6828 working with characters.
6829 (viper-change-cursor-color): Fixed buglet.
6830 Many functions changed to use viper= instead of = when comparing
6831 characters.
6832 * viper.el (viper-insert-state-mode-list): Added eshell.
6833
6834 * ediff-init.el (ediff-before-setup-hook): New hook.
6835 Several typos fixed in various docstrings.
6836 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
6837 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
6838 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6839 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6840 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6841 (ediff-get-selected-buffers): New function.
6842 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
6843 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6844 Use save-window-excursion.
6845 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
6846 termination check in while loop.
6847 * ediff.el (ediff-get-default-file-name): Better defaults when in
6848 dired buffer.
6849 (ediff-files,ediff-merge-files,ediff-files3)
6850 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
6851
6852 2000-10-28 Dave Love <fx@gnu.org>
6853
6854 * info.el (Info-fontify-node): Add help-echo for menu items.
6855
6856 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6857
6858 * startup.el (normal-top-level): If the value of $TERM indicates
6859 we are running from xterm or one of its work-alikes, default to a
6860 light background mode.
6861
6862 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6863 * faces.el (tty-handle-reverse-video): New function.
6864 (tty-create-frame-with-faces): Call it.
6865
6866 * frame.el (frame-notice-user-settings): Don't apply
6867 default-frame-alist and initial-frame-alist to MS-DOS frames.
6868 Call tty-handle-reverse-video, frame-set-background-mode, and
6869 face-set-after-frame-default for non-MS-DOS frames.
6870
6871 * startup.el (tty-long-option-alist): New variable.
6872 (tty-handle-args): New function.
6873 (command-line): Call tty-handle-args.
6874
6875 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6876 startup.el now does that for all character-terminal frames.
6877
6878 2000-10-28 Miles Bader <miles@gnu.org>
6879
6880 * emacs-lisp/easy-mmode.el (define-minor-mode):
6881 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6882 is global. If :global is followed by a non-nil but non-t value,
6883 make the mode buffer-local, but also generate a `global-MODE'
6884 version using `easy-mmode-define-global-mode'.
6885 Add :conditional-turn-on keyword argument.
6886
6887 2000-10-28 Dave Love <fx@gnu.org>
6888
6889 * international/latin1-disp.el (latin1-char-displayable-p):
6890 Don't use window-system.
6891
6892 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6893
6894 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6895 Don't call find-buffer-file-type-coding-system. Instead, just
6896 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6897 if the file is on an untranslated filesystem.
6898 (add-untranslated-filesystem): Use "D" instead of "f" inside
6899 interactive.
6900
6901 2000-10-27 Dave Love <fx@gnu.org>
6902
6903 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
6904 (refill-mode): Use it.
6905
6906 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6907
6908 * international/quail.el (quail-activate): Don't make-local-hook.
6909
6910 2000-10-27 Andre Spiegel <spiegel@gnu.org>
6911
6912 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
6913 manual backups and file.~<rev>.~ for automatic ones.
6914 (vc-make-version-backup): Don't do it on MS-DOS without long file
6915 names.
6916
6917 * vc.el (vc-version-other-window): If an automatic backup of the
6918 desired version exists, rename it instead of copying it.
6919
6920 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6921 after command. If there's an unexpected error, signal it instead
6922 of being silent.
6923 (vc-cvs-merge-news): Be prepared for no news at all.
6924
6925 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6926
6927 * shell.el (shell): Add BUFFER argument.
6928 * comint.el (make-comint-in-buffer): New function.
6929 (make-comint): Use it.
6930
6931 * faces.el (face-spec-choose): Change syntax so that the list of
6932 attribute-value pairs is now the cdr of each clause, not the cadr.
6933 Detect old-style entries, and handle them. Use pop.
6934
6935 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6936
6937 * cus-edit.el (custom-mode-map): Use a sparse map.
6938 (custom-mode): Don't bother with make-local-hook.
6939
6940 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6941
6942 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6943
6944 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6945
6946 * ps-print.el: Avoid compilation gripes.
6947 (ps-print-version): New version number (6.2.1).
6948
6949 2000-10-26 Dave Love <fx@gnu.org>
6950
6951 * menu-bar.el: Modify some menu item help strings.
6952 (menu-bar-help-menu): Add link to MORE.STUFF.
6953
6954 * cus-edit.el (custom-mode): Add `special' mode-class property.
6955
6956 * wid-browse.el (widget-browse-mode): Likewise.
6957
6958 * wid-edit.el (widget-specify-field): Revert to using local-map
6959 property, not keymap.
6960
6961 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6962
6963 * wid-edit.el (widget-field-end): When checking for a `boundary'
6964 field, do so in the correct buffer.
6965
6966 * simple.el (undo): Correctly distinguish between numeric and
6967 non-numeric prefix args in non-transient-mark-mode, as per the doc
6968 string. When in transient-mark-mode, treat all prefix-args as
6969 numeric.
6970
6971 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6972 Position point on match. Handle N == 0 correctly.
6973
6974 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6975 (comint-mode-map): Reverse order of `comint-write-output' and
6976 `comint-append-output-to-file'.
6977 (comint-append-output-to-file): Reinstate this function, for the
6978 benefit of the menu.
6979
6980 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6981
6982 * vc.el (vc-version-other-window): Bind `file'.
6983
6984 2000-10-25 Gerd Moellmann <gerd@gnu.org>
6985
6986 * Makefile.in (update-authors): New target for maintenance purposes.
6987
6988 * emacs-lisp/authors.el (batch-update-authors): New function.
6989 (authors-fixed-entries): New defconst.
6990 (authors-add-fixed-entries): New function.
6991 (authors): Call it.: Don't process lispref/.
6992
6993 2000-10-25 Jason Rumney <jasonr@gnu.org>
6994
6995 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6996 Merge x w32 and mac definitions.
6997
6998 2000-10-25 Gerd Moellmann <gerd@gnu.org>
6999
7000 * menu-bar.el (menu-bar-options-menu): Add a help string for
7001 `uniquify'.
7002
7003 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
7004
7005 * time-stamp.el (time-stamp-string-preprocess):
7006 Fix a wrong type argument error.
7007
7008 2000-10-25 Miles Bader <miles@gnu.org>
7009
7010 * recentf.el (recentf-mode): Variable removed.
7011 (recentf-mode): Use `define-minor-mode'.
7012
7013 * mwheel.el (mouse-wheel-mode): New global minor mode.
7014 (mwheel-install): Use `mouse-wheel-mode'.
7015
7016 2000-10-25 Dave Love <fx@gnu.org>
7017
7018 * progmodes/cperl-mode.el (cperl-mode):
7019 Set normal-auto-fill-function correctly.
7020
7021 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7022 Don't inherit from global-map and don't nullify menu-bar and tool-bar
7023 bindings.
7024
7025 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
7026
7027 * wid-edit.el (widget-field-at): New function.
7028 (widget-at, widget-field-activate): Use it.
7029 (widget-tabable-at): Use `widget-at'.
7030 (widget-specify-field): If the terminating character of the widget
7031 field (which is read-only) is a newline, put it into a special
7032 `boundary' field so that C-n/C-p act more naturally.
7033 (widget-field-end): Also don't subtract one if a special
7034 `boundary' field has been added after the widget field.
7035
7036 * comint.el (comint-output-filter, comint-send-input):
7037 Don't bother adding stickiness fields to overlays to fool the field
7038 code, since it should notice the overlay insertion-types now.
7039
7040 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7041 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7042 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7043
7044 2000-10-24 Gerd Moellmann <gerd@gnu.org>
7045
7046 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
7047 (authors): Set file coding system to iso-2022-7bit.
7048 Add file-local variables to output buffer.
7049
7050 * files.el (after-find-file): Don't print any warnings if
7051 WARN is nil.
7052
7053 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7054
7055 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7056
7057 * delim-col.el: Now there is a column formatting mechanism.
7058 Modified to customization mechanisms convention. Doc fix.
7059 (columns): New group for delim-col.
7060 (delimit-columns-before, delimit-columns-after)
7061 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7062 (delimit-columns-end): New vars.
7063 (delimit-columns-customize, delimit-columns-format): New funs.
7064 (delimit-columns-region, delimit-columns-rectangle)
7065 (delimit-columns-rectangle-line): Modified to support column
7066 formatting.
7067
7068 2000-10-24 Dave Love <fx@gnu.org>
7069
7070 * log-edit.el (log-edit): Add :version and a :group for vc.
7071
7072 2000-10-24 Gerd Moellmann <gerd@gnu.org>
7073
7074 * files.el (after-find-file): Don't print a message ``New file''
7075 if WARN is nil.
7076
7077 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7078 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
7079 get duplicate tool-bar entries because we'll see the global ones
7080 on more than one path through keymaps.
7081
7082 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7083
7084 * progmodes/cmacexp.el: Change Francesco's email address.
7085
7086 2000-10-24 Kenichi Handa <handa@etl.go.jp>
7087
7088 * window.el (fit-window-to-buffer): Adjust point of the window
7089 buffer, not that of the current buffer.
7090
7091 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
7092
7093 * progmodes/cmacexp.el: Update the euthor's email address.
7094
7095 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7096
7097 * faces.el (face-spec-set-match-display): Add `graphic' display
7098 type (the inverse of `tty'). Use `display-graphic-p' instead of
7099 the window-system variable.
7100
7101 2000-10-24 Kenichi Handa <handa@etl.go.jp>
7102
7103 * international/isearch-x.el (isearch-with-input-method):
7104 Call input-method-function with the first event in
7105 unread-command-events.
7106
7107 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7108
7109 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
7110
7111 2000-10-24 Andrew Choi <akochoi@i-cable.com>
7112
7113 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7114 New charsets.
7115
7116 * term/mac-win.el: Remove definitions of mac-roman-lower and
7117 mac-roman-upper, require dired, and define instead of set
7118 mac-ready-for-drag-n-drop to avoid compilation error.
7119
7120 2000-10-23 Andrew Innes <andrewi@gnu.org>
7121
7122 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7123 Remove superfluous calls to subst-char-in-string; instead apply
7124 expand-file-name after convert-standard-filename to ensure
7125 expected directory separators are used.
7126
7127 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7128
7129 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7130
7131 2000-10-23 Dave Love <fx@gnu.org>
7132
7133 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7134 (tool-bar-add-item): Set foreground and background for XBM icons.
7135
7136 * international/latin1-disp.el (latin1-char-displayable-p):
7137 New function (from Handa).
7138 (latin1-display-check-font): Use it.
7139
7140 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
7141 using :key-sequence, making it much more usable.
7142 Use nconc, not append.
7143 (imenu--create-keymap-1): Avoid append.
7144
7145 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
7146
7147 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7148
7149 [the following changes fix a bug where `define-minor-mode' didn't
7150 correctly generate :require clauses for defcustoms in compiled files]
7151 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7152 (byte-compile-log-file, byte-compile-log-1): Don't set
7153 `byte-compile-current-file' to nil. Instead set
7154 `byte-compile-last-logged-file' to it. Test whether
7155 byte-compile-current-file equals byte-compile-last-logged-file
7156 instead of whether its nil.
7157 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
7158
7159 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7160
7161 * textmodes/refill.el: Fix var names in doc.
7162 (refill-mode): Don't bother with make-local-hook anymore.
7163
7164 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7165
7166 * faces.el (face-user-default-spec, face-default-spec): New functions.
7167 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
7168 (frame-set-background-mode, face-set-after-frame-default):
7169 Use `face-user-default-spec'. Simplify code slightly.
7170
7171 * woman.el (woman-italic-face, woman-bold-face)
7172 (woman-unknown-face): Add dark-background variants.
7173 (woman-default-faces): Renamed from `woman-colour-faces'.
7174 Set using the stored defaults, rather than using hard-wired colors.
7175 (woman-monochrome-faces): Renamed from `woman-black-faces'.
7176 Just make the foreground `unspecified' rather than "black".
7177 (woman-menu): Rename menu entries accordingly.
7178
7179 * faces.el (header-line): Make more reasonable on mono/grayscale
7180 displays.
7181
7182 2000-10-23 Andrew Choi <akochoi@i-cable.com>
7183
7184 * cus-edit.el (custom-button-face): Use 3D look for mac.
7185 (custom-button-pressed-face): Likewise.
7186
7187 * faces.el (set-face-attributes-from-resources): Handle mac frames
7188 in the same way as x and w32 frames.
7189 (face-valid-attribute-values): Likewise.
7190 (read-face-attribute): Likewise.
7191 (defined-colors): Likewise.
7192 (color-defined-p): Likewise.
7193 (color-values): Likewise.
7194 (display-grayscale-p): Likewise.
7195 (face-set-after-frame-default): Likewise.
7196 (mode-line): Same default face as for x and w32.
7197 (tool-bar): Likewise.
7198
7199 * frame.el: Remove call to frame-notice-user-settings at end of
7200 the file.
7201
7202 * info.el (Info-fontify-node): Make underlines invisible for mac
7203 as for x, pc, and w32 frame types.
7204
7205 * term/mac-win.el: New file.
7206
7207 2000-10-22 Dave Love <fx@gnu.org>
7208
7209 * textmodes/refill.el: New file.
7210
7211 2000-10-22 Andre Spiegel <spiegel@gnu.org>
7212
7213 * vc-hooks.el (vc-version-backup-file-name): New optional args
7214 MANUAL and REGEXP.
7215 (vc-delete-automatic-version-backups, vc-make-version-backup):
7216 New functions.
7217 (vc-before-save): Use the latter.
7218 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7219 confusion.
7220
7221 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
7222 expected by vc[-hooks].el.
7223
7224 * vc.el (vc-checkout): Added `-p' suffix in call to
7225 vc-make-version-backups-p; use vc-make-version-backup to actually
7226 make the backup.
7227 (vc-version-other-window, vc-version-backup-file): Handle both
7228 automatic and manual backups.
7229 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7230 of all of them.
7231
7232 2000-10-22 Miles Bader <miles@gnu.org>
7233
7234 * comint.el (comint-highlight-input, comint-highlight-prompt):
7235 Renamed, `-face' at end removed.
7236 (comint-send-input, comint-output-filter): Use renamed faces.
7237
7238 * window.el (fit-window-to-buffer): Change defaulting of
7239 MAX-HEIGHT slightly.
7240
7241 * faces.el (color-values, color-defined-p): Use `member', not
7242 `memq', because it works correctly for strings.
7243 (frame-set-background-mode): Actually, "unspecified-fg" and
7244 "unspecified-bg" *are* strings. Use `member', not `memq', and
7245 `equal', not `eq', when a string value is possible.
7246
7247 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7248
7249 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7250
7251 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
7252
7253 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7254 sh-electric-rparen, sh-electric-less and sh-electric-hash.
7255 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7256 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7257 (sh-font-lock-syntactic-keywords): Use them.
7258 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7259 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7260 (sh-mode): Don't override font-lock-unfontify-region-function.
7261 Use a copy of sh-font-lock-syntactic-keywords.
7262 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7263 Don't call sh-scan-buffer since font-lock does it on the fly.
7264 (sh-get-indent-info): Use `face' rather than `syntax-table'
7265 text-property to detect here-documents.
7266 Replace sh-special-syntax with sh-st-punc.
7267 (sh-prev-line): Use `face' rather than `syntax-table'
7268 text-property to skip over here-documents.
7269 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7270 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7271 (sh-electric-less, sh-set-here-doc-region)
7272 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
7273 (sh-scan-buffer, sh-rescan-buffer): Remove.
7274
7275 2000-10-21 Andrew Innes <andrewi@gnu.org>
7276
7277 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7278 remote (ange-ftp) file names.
7279
7280 2000-10-21 Miles Bader <miles@gnu.org>
7281
7282 * window.el (fit-window-to-buffer): New function.
7283 (shrink-window-if-larger-than-buffer): Use it.
7284 (window-text-height): Don't expect minibuffers to have mode-lines.
7285
7286 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
7287 * international/quail.el (quail-update-guidance):
7288 Use `fit-window-to-buffer' instead of `set-window-text-height'.
7289
7290 * international/quail.el (quail-show-guidance-buf): Make sure
7291 guidance window really has enough room.
7292 (quail-update-guidance): If quail-guidance-win is already shown,
7293 make sure its height is OK.
7294
7295 * window.el (window-text-height, set-window-text-height):
7296 New functions.
7297 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7298 instead of `window-height' & `mode-line-window-height-fudge'.
7299 (mode-line-window-height-fudge): Add FACE parameter.
7300 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7301 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7302
7303 2000-10-20 Miles Bader <miles@gnu.org>
7304
7305 * window.el (height-affecting-face-attributes): Use `defconst'.
7306
7307 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7308 New function, conditionally aliased to `mode-line-window-height-fudge'.
7309 (ispell-help): Use it.
7310 (ispell-choices-win-default-height): Don't include mode-line fudge.
7311 (ispell-choices-win-default-height): New function.
7312 (ispell-show-choices, ispell-command-loop): Use function
7313 `ispell-choices-win-default-height' instead of variable.
7314
7315 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7316
7317 * window.el (mode-line-window-height-fudge): New variable.
7318 (height-affecting-face-attributes): New variable.
7319 (mode-line-window-height-fudge): New function.
7320 (shrink-window-if-larger-than-buffer): Use it.
7321 * help.el (resize-temp-buffer-window): Likewise.
7322
7323 * info.el (Info-fontify-node): Add support for @subsubsection
7324 titles, which use `Info-title-4-face'.
7325 (Info-title-4-face): New face.
7326 (Info-title-3-face): Inherit from Info-title-4-face instead of
7327 variable-pitch.
7328
7329 2000-10-19 Jason Rumney <jasonr@gnu.org>
7330
7331 * dired.el (dired-insert-directory): Do not let errors signalled by
7332 attempt to run dired-free-space-program prevent dired from working.
7333
7334 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7335
7336 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7337
7338 2000-10-19 Gerd Moellmann <gerd@gnu.org>
7339
7340 * dirtrack.el (dirtrack): Fix call to run-hooks.
7341
7342 * cmuscheme.el (cmuscheme-program-name): Renamed from
7343 scheme-program-name because xscheme.el contains a defcustom with
7344 the same name. As a consequence, customizing group `cmuscheme'
7345 loaded `xscheme' which redefined run-scheme.
7346 (run-scheme): Use cmuscheme-program-name.
7347
7348 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
7349
7350 * play/doctor.el (doctor-death): Update the Samaritans'
7351 anonymous address, and add a website for Befrienders International.
7352
7353 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7354
7355 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7356 Avoid compilation gripes. Doc fix.
7357 (ps-print-version): New version number (6.2).
7358 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7359 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7360 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7361 (ps-x-extent-priority, ps-x-extent-start-position)
7362 (ps-x-face-font-instance, ps-x-find-coding-system)
7363 (ps-x-font-instance-properties, ps-x-make-color-instance)
7364 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7365 avoid compilation gripes without defining functions.
7366 (ps-e-find-composition): Alias for function find-composition, to have a
7367 suitable function depending on Emacs version.
7368 (ps-color-device, ps-color-values, ps-face-foreground-name)
7369 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7370 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7371 (ps-print-ensure-fontified): Function definitions surrounded by
7372 `eval-and-compile' to avoid compilation gripes.
7373 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7374 by symbol-value to avoid compilation gripes.
7375 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7376 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7377
7378 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7379
7380 * startup.el (normal-top-level): Call `frame-set-background-mode'
7381 after `frame-notice-user-settings' because the latter doesn't call
7382 the former on a tty.
7383
7384 * faces.el (frame-set-background-mode): `unspecified' &c are
7385 symbols, not strings.
7386
7387 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7388
7389 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7390 why some "light*" colors are deliberately absent from the alist.
7391
7392 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7393 Change colors for tty's, as suggested by Miles Bader.
7394
7395 2000-10-19 Kenichi Handa <handa@etl.go.jp>
7396
7397 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
7398 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
7399 for ISO10646-1 fonts.
7400 (x-font-name-charset-alist): Add an entry for "iso10646-1".
7401
7402 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7403
7404 * faces.el (frame-set-background-mode): If a tty frame defines a
7405 background color, use that to compute the background mode, instead
7406 of always defaulting to "dark".
7407
7408 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7409
7410 * comint.el (comint-write-output): New function.
7411 (comint-mode-map): Add it to the menu.
7412 Bind `C-c C-s' to comint-write-output.
7413
7414 2000-10-18 Gerd Moellmann <gerd@gnu.org>
7415
7416 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7417 Use fancy-splash-delay.
7418
7419 2000-10-18 Alex Schroeder <alex@gnu.org>
7420
7421 * progmodes/sql.el (sql-sybase-options): New option.
7422 (sql-sybase): Use it. Add sql-database to the list of parameters
7423 provided for login. The options -w 2048 -n are not used any more.
7424
7425 * comint.el (comint-read-input-ring): Bugfix such that the first
7426 and the last entry of the input ring file are not lost.
7427
7428 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7429
7430 * ps-print.el: Internal variable changes to defcustom,
7431 make-local-hook changes to defvar. Doc fix.
7432 (ps-print-version): New version number (6.1).
7433 (ps-setup, ps-do-despool): Code fix.
7434 (ps-printer-name): Customization fix.
7435 (ps-printer-name-option): Now is a defcustom instead of an
7436 internal variable.
7437 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7438 (ps-print-begin-column-hook): Now are defvar instead of
7439 make-local-hook.
7440
7441 2000-10-18 Miles Bader <miles@gnu.org>
7442
7443 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7444 (comint-kill-output): Changed into an alias for `comint-delete-output',
7445 and made obsolete.
7446 (comint-mode-map): Rename references to comint-kill-output.
7447
7448 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
7449
7450 * diff-mode.el (diff-header-face, diff-file-header-face)
7451 (diff-changed-face): Add bold and italic attributes to tty faces.
7452 (diff-function-face): New face.
7453 (diff-font-lock-keywords): Use it.
7454
7455 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
7456
7457 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7458 Remove commented-out call to force-mode-line-update.
7459 (comint-kill-output): Use `forward-line 0' instead of
7460 beginning-of-line to make sure we get past the prompt.
7461
7462 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
7463
7464 * diff-mode.el (diff-header-face, diff-file-header-face):
7465 Add specific setting for dark background.
7466 (diff-context-face): Renamed from diff-comment-face.
7467 Set explicitly rather than inheriting from font-lock-comment-face.
7468
7469 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7470
7471 * startup.el (command-line): Move the code which sets the default
7472 TTY colors to before before-init-hook.
7473
7474 2000-10-17 Gerd Moellmann <gerd@gnu.org>
7475
7476 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7477
7478 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7479
7480 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7481 extensions, for MS-DOS.
7482
7483 * diff-mode.el (diff-header-face, diff-file-header-face)
7484 (diff-changed-face): Define tty-specific colors.
7485
7486 2000-10-17 Gerd Moellmann <gerd@gnu.org>
7487
7488 * startup.el (fancy-splash-text): Realign the text.
7489
7490 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7491
7492 * font-lock.el (font-lock-comment-face): Define a separate default
7493 for dark-background tty's.
7494
7495 2000-10-17 Miles Bader <miles@gnu.org>
7496
7497 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7498 being obscured by whizzy mode-lines on graphics displays.
7499
7500 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7501
7502 * info.el (Info-title-1-face, Info-title-2-face)
7503 (Info-title-3-face): Define colors for tty's.
7504 (info-header-node): Remove unneeded tty-specific definition.
7505
7506 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7507
7508 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7509 reverse from the frame parameters, and don't invert foreground and
7510 background colors.
7511
7512 2000-10-16 Miles Bader <miles@gnu.org>
7513
7514 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7515 string "*Info*". Call propertized-buffer-identification to spruce
7516 up the result.
7517
7518 2000-10-16 Gerd Moellmann <gerd@gnu.org>
7519
7520 * help.el: Provide `help' for the sake of define-minor-mode
7521 which generates defcustoms with requires.
7522
7523 * jit-lock.el (jit-lock-after-change): If we're in text that
7524 matches a multi-line font-lock pattern, make sure the whole text
7525 will be redisplayed.
7526
7527 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7528 author's name is unknown.
7529
7530 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7531 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7532 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7533 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7534 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7535 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7536 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7537 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7538 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7539 Add author information.
7540
7541 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7542
7543 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7544 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7545 full-color version (using the Gimp) to eliminate dithering artifacts.
7546
7547 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7548
7549 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7550
7551 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7552
7553 2000-10-15 Dave Love <fx@gnu.org>
7554
7555 * progmodes/sh-script.el: Require skeleton and comint when compiling.
7556
7557 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7558
7559 * whitespace.el: Doc fixes.
7560 (top-level): Don't add hooks here.
7561 (whitespace-running-emacs): Deleted.
7562 (timer): Don't require.
7563 (whitespace): Add back :version conditional on xemacs test.
7564 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7565 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7566 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7567 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7568 Avoid specific xemacs test.
7569 (whitespace-global-mode): New option.
7570 (whitespace-global-mode): New command.
7571 (whitespace-unload-hook): New function.
7572
7573 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
7574 (Info-fontify-node, Info-goto-node, Info-mode-menu)
7575 (Info-fontify-node): `Goto' goes to `Go to'.
7576 (Info-fontify-node): Add help-echo to xref links.
7577
7578 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7579
7580 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7581
7582 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7583
7584 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7585 Use plist-get and allow :inherit.
7586
7587 * emacs-lisp/cl-macs.el (cl-do-arglist):
7588 Use plist-get and plist-member instead of memq.
7589
7590 * emacs-lisp/ewoc.el (ewoc-location): New function.
7591 (ewoc-enter-after, ewoc-enter-before): Document return value.
7592 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7593 Don't need make-local-hook any more.
7594 (cvs-addto-collection): Return the new tin.
7595 (cvs-mode-insert): Jump to the new line.
7596
7597 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7598
7599 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7600
7601 * font-lock.el (font-lock-syntactically-fontified): New var.
7602 (font-lock-fontify-syntactic-keywords-region): Use it.
7603 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7604
7605 * diff-mode.el (diff-find-file-name): Fix regexp.
7606
7607 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7608 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7609
7610 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7611 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7612 (sh-mode): Don't make all vars local here.
7613 (sh-kw): Reformat.
7614 (sh-set-shell): Use dolist. Don't set indent-region-function.
7615 (sh-mode-syntax-table): Use pop.
7616 (sh-remember-variable): Use push.
7617 (sh-help-string-for-variable): Use memq.
7618 (sh-safe-backward-sexp): Remove.
7619 (sh-safe-forward-sexp): Add ARG.
7620 (sh-get-indent-info, sh-prev-stmt): Use it.
7621 (sh-prev-line): Simplify by using forward-comment.
7622 (sh-this-is-a-continuation): Simplify.
7623 (sh-learn-buffer-indent): Use dolist.
7624 (sh-do-nothing): Remove.
7625 (sh-set-char-syntax, sh-set-here-doc-region):
7626 Use inhibit-modification-hooks.
7627 (sh-name-style): Use mapcar and push.
7628 (sh-load-style): Use dolist.
7629 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7630 (sh-case, sh-while-getopts): Use propertize directly rather
7631 than sh-electric-rparen.
7632
7633 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7634
7635 * textmodes/tex-mode.el: Require CL when compiling.
7636 (tex-mode-syntax-table): Init immediately.
7637 (tex-mode-map): Bind M-RET to latex-insert-item.
7638 (latex-mode): Set indent-line-function to latex-indent.
7639 (tex-common-initialization): Don't setup the syntax-table any more.
7640 (latex-insert-item): New skeleton.
7641 (tex-next-unmatched-end): Fix copy/paste braino.
7642 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
7643 (latex-indent, latex-find-indent): New functions.
7644 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
7645 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7646 (tex-compilation-parse-errors): Use with-syntax-table.
7647
7648 2000-10-15 Miles Bader <miles@gnu.org>
7649
7650 * font-lock.el (font-lock-comment-face): Change dark-background,
7651 color, non-tty, default to `chocolate1'.
7652
7653 2000-10-13 John Wiegley <johnw@gnu.org>
7654
7655 * eshell/esh-util.el (require): Added a missing `require' form,
7656 needed when compiling (for an ange-ftp macro definition).
7657
7658 2000-10-13 Dave Love <fx@gnu.org>
7659
7660 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7661
7662 2000-10-13 Gerd Moellmann <gerd@gnu.org>
7663
7664 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
7665
7666 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
7667 transparent -colors 8).
7668
7669 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7670
7671 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7672 that breaks with old list format timestamps.
7673 (time-stamp-warn-inactive, time-stamp-old-format-warn)
7674 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
7675
7676 2000-10-13 John Wiegley <johnw@gnu.org>
7677
7678 * align.el, pcomplete.el, calendar/timeclock.el,
7679 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7680
7681 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
7682 faulty math, where holiday hours were being computing as seconds.
7683
7684 2000-10-13 John Wiegley <johnw@gnu.org>
7685
7686 * desktop.el (desktop-buffer-modes-to-save): Added a global for
7687 specifying what "other" kinds of buffers should be saved.
7688 This used to be hard-coded.
7689 (desktop-buffer-misc-functions): A global for specifying how
7690 auxiliary data should be determined for special buffer types.
7691 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7692 instead of hard-coding the special buffer types.
7693 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7694 auxiliary data, instead of hard-coding for Info buffers and dired.
7695 (desktop-buffer-info-misc-data): Aux function for determining Info
7696 buffer auxiliary info.
7697 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7698 (desktop-buffer-info): Changed this function to use the info
7699 gathered above.
7700 (desktop-create-buffer): Be a little more careful about what
7701 `minor-mode' means before calling it. This is important for some
7702 buffer types.
7703
7704 2000-10-13 John Wiegley <johnw@gnu.org>
7705
7706 * eshell/esh-util.el: Added a global form which declares an
7707 autoload for `parse-time-string', if that function is not already
7708 defined, and if parse-time.el is available on the user's system.
7709
7710 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7711 to be aware of ange-ftp user info.
7712 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
7713 (eshell-ls-annotate): Use `eshell-file-attributes'.
7714 (eshell-ls-file): Made the user-id printing code a bit smarter.
7715
7716 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7717 allow identification of alias user ids in remote directories.
7718 It's manual, but there's no other way to know when the current user
7719 on the local machine, is also the owning user on the remote machine.
7720 (fboundp): Bind `ange-cache'.
7721 (eshell-directory-files-and-attributes): Re-organized the logic a
7722 bit to use `eshell-file-attributes' instead of `file-attributes'.
7723 The former is more sensitive to directories that are read via FTP,
7724 and knows how to use ange-ftp to determine full attribute
7725 information, instead of just the name and last modtime.
7726 (eshell-current-ange-uids): Return the current user id when in a
7727 remote directory.
7728 (eshell-parse-ange-ls): Parse a full directory listing that has
7729 been returned by ange-ftp.
7730 (eshell-file-attributes): This beefed up version of
7731 `file-attributes' is only special if the user is currently in a
7732 remote directory, in which case it does a lot of work to find out
7733 what the real attributes of a file are, as they appear on the
7734 remote machine. This makes usage of remote directories (i.e.,
7735 ange-ftp pathnames) much more useful. You can now use Eshell as a
7736 full-fledged FTP client, with much more manipulation ability than
7737 most other clients.
7738
7739 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7740 variable, which means that Eshell's du should always be preferred
7741 in remote directories.
7742 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7743 just `file-attributes'.
7744 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7745 when reading remote directories. This is an Eshell-specific
7746 variable (not part of ange-ftp).
7747 (eshell/ln): Bind `ange-cache'.
7748 (eshell/du): Added some extra logic for determining when to use
7749 Eshell's du (which is slow), and when to use the external version
7750 (which may or may not exist).
7751
7752 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7753 Call `eshell-interactive-process', rather than using
7754 `get-buffer-process', since backgrounded processes don't count in
7755 the context of this function's logic.
7756
7757 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7758 `forward-char', so that null strings are parsed correctly.
7759
7760 2000-09-13 John Wiegley <johnw@gnu.org>
7761
7762 * eshell/em-pred.el (eshell-pred-file-type)
7763 (eshell-pred-file-links, eshell-pred-file-size):
7764 Use `eshell-file-attributes'. This is more correct over ange-ftp.
7765
7766 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7767 that remote file globbing is more efficient.
7768
7769 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7770 gathering the files and attributes within a directory.
7771
7772 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7773 the command line is a special file (not a regular file, directory
7774 or symlink), always attempt to call the external version of cat.
7775
7776 2000-09-13 John Wiegley <johnw@gnu.org>
7777
7778 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7779 Eshell-friendly version of find-tag.
7780
7781 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7782
7783 * image-file.el (image-file-name-extensions)
7784 (image-file-name-regexps): Add autoload cookies.
7785
7786 2000-10-13 Kenichi Handa <handa@etl.go.jp>
7787
7788 * international/mule-cmds.el (select-safe-coding-system): If FROM
7789 is string, show it in *Warning* buffer.
7790
7791 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7792
7793 * startup.el (normal-top-level): Use display-popup-menus-p instead
7794 of window-system.
7795 (command-line): Use display-graphic-p instead of window-system.
7796 (command-line-1): Use display-popup-menus-p and display-mouse-p
7797 instead of window-system.
7798
7799 2000-10-12 Sam Steingold <sds@gnu.org>
7800
7801 * tooltip.el (tooltip-use-echo-area): New user variable.
7802 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7803
7804 2000-10-12 Dave Love <fx@gnu.org>
7805
7806 * recentf.el: Maintainer's checkdoc fixes.
7807
7808 * startup.el (normal-top-level-add-subdirs-to-load-path):
7809 Use character class, not ASCII when matching file names.
7810 (fancy-splash-head): Add trailing slash to URL.
7811 (command-line): Don't require XPM support for toolbar.
7812
7813 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7814 (cperl-invalid-face): Revert last change.
7815 (cperl-init-faces): Quote cperl-invalid-face.
7816
7817 2000-10-12 Kenichi Handa <handa@etl.go.jp>
7818
7819 * startup.el (fancy-splash-text): Remove superfluous quote.
7820
7821 2000-10-12 Gerd Moellmann <gerd@gnu.org>
7822
7823 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7824 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7825 (command-line-1): Don't use fancy-splash-pending-command.
7826 (fancy-splash-screens-1): Goto point-min after inserting text.
7827
7828 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7829
7830 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7831 instead of shared-lisp-mode-map.
7832
7833 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7834
7835 * faces.el (header-line): Change tty-variant to use underlining.
7836
7837 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7838 (isearch-highlight): Restore lazy-isearch face properties at old
7839 position, and suppress them at new position.
7840 (isearch-dehighlight): Restore lazy-isearch face properties.
7841 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7842 over the real isearch overlay, but in that case, don't give it a
7843 face property. Use `push'.
7844
7845 2000-10-12 Kenichi Handa <handa@etl.go.jp>
7846
7847 * man.el (Man-getpage-in-background): Fix previous change.
7848 Decode the process output only when we are in multibyte mode.
7849
7850 2000-10-11 Dave Love <fx@gnu.org>
7851
7852 * info.el (Info-mode-menu): Fix some help.
7853 (info-tool-bar-map): Add entry for Info-last.
7854
7855 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7856 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7857 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7858 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7859 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7860 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7861 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7862 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7863 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7864 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7865 Reduce colour requirements to 25 overall. (Probably wants
7866 revisiting from the originals to reduce further.)
7867
7868 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7869
7870 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7871 buffer-file-coding-system, instead of raw-text.
7872 (dehexlify-buffer): Bind coding-system-for-read to
7873 buffer-file-coding-system, instead of raw-text.
7874
7875 2000-10-11 Sam Steingold <sds@gnu.org>
7876
7877 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
7878 `underline' - fixes the bug introduced on 2000-09-21.
7879
7880 2000-10-11 Dave Love <fx@gnu.org>
7881
7882 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7883 Avoid compiler warnings.
7884 (scheme-mode): Doc fix.
7885 (scheme-font-lock-keywords-1): Match `define-syntax'.
7886
7887 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
7888
7889 * faces.el (frame-set-background-mode): Pay attention to saved
7890 face specs as well as default ones. Only do anything if the
7891 bg-mode or display-type has actually changed. Use `dolist'.
7892 (region): Make dark-background `region' face less in-your-face.
7893
7894 2000-10-10 Sam Steingold <sds@gnu.org>
7895
7896 * chistory.el, ielm.el, ledit.el:
7897 * progmodes/inf-lisp.el, progmodes/scheme.el:
7898 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7899
7900 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7901
7902 * textmodes/texinfo.el: Update copyright and fix typo.
7903
7904 * desktop.el (desktop-modes-not-to-save): New var.
7905 (desktop-save-buffer-p): Use it.
7906 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7907 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7908
7909 2000-10-10 Dave Love <fx@gnu.org>
7910
7911 * toolbar/tool-bar.el (tool-bar-add-item)
7912 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
7913
7914 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7915 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7916 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7917 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7918 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7919 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7920 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7921 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7922 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7923 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7924 the .xpms; probably need retouching.
7925
7926 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7927
7928 * subr.el (add-to-list): Add optional argument APPEND.
7929 * battery.el (display-battery): Use `add-to-list'.
7930
7931 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7932
7933 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7934 properties.
7935 (zone, zone-when-idle, zone-leave-me-alone)
7936 (zone-pgm-whack-chars): Use new symbol properties.
7937
7938 * battery.el (display-battery): Doc spelling fix.
7939
7940 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7941 property.
7942
7943 2000-10-09 Dave Love <fx@gnu.org>
7944
7945 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7946 has been initialized before calling tool-bar-setup.
7947 (tool-bar-add-item-from-menu): Add autoload cookie.
7948
7949 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7950
7951 * menu-bar.el (send-mail-item-name): New function.
7952 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7953 of mail-user-agent in the menu. Don't display the "Send Mail"
7954 item if mail-user-agent is nil or its value is ignore.
7955 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7956 if read-mail-command is nil or its value is ignore.
7957
7958 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7959
7960 2000-10-09 Miles Bader <miles@gnu.org>
7961
7962 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7963 Correct image size.
7964 * toolbar/left_arrow.xpm: Correct image size.
7965
7966 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7967 will be done by the definition of `auto-compression-mode' if
7968 necessary. Move code to uninstall existing file-name handler
7969 before definition of `auto-compression-mode'.
7970
7971 * image-file.el (auto-image-file-mode): Move to the end of the
7972 file, because `define-minor-mode' actually calls the mode-function
7973 if the associated variable is non-nil, which requires that all
7974 needed functions be already defined.
7975
7976 * mouse.el (popup-menu): Balance parens.
7977
7978 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7979
7980 * mouse.el (popup-menu): Move the command call outside the loop
7981 so that popup-menu returns whatever the command returns.
7982
7983 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7984 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7985 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7986 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7987
7988 * vc.el (vc-version-diff): diff-switches can be a list.
7989 Use relative filenames for prettier output.
7990
7991 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7992 (vc-post-command-functions): Remove old-VC compatibility code.
7993
7994 * newcomment.el (comment-indent-default): Autoload.
7995
7996 * font-lock.el (font-lock-defaults): Make buffer-local.
7997 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7998 (font-lock-choose-keywords):
7999 Ignore LEVEL unless KEYWORDS is a list of syms.
8000 (c-keywords, c++-keywords, objc-keywords, java-keywords):
8001 Don't wrap regexp-opt things in \(...\) unnecessarily.
8002
8003 * jit-lock.el: Don't require font-lock any more.
8004 (jit-lock-functions): Make buffer-local.
8005 (jit-lock-saved-fontify-buffer-function): Remove.
8006 (jit-lock-mode): Remove autoload cookie.
8007 Remove font-lock specific code.
8008 (jit-lock-unregister): Don't bother handling complex hooks any more.
8009 (jit-lock-refontify): New function.
8010 (jit-lock-fontify-buffer): Use it.
8011 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8012 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8013 Add optional args START and END.
8014 Never call font-lock-fontify-region directly.
8015 (jit-lock-function, jit-lock-stealth-fontify): Use it.
8016
8017 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8018
8019 2000-10-08 Dave Love <fx@gnu.org>
8020
8021 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8022
8023 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8024
8025 * play/studly.el (studlify-region, studlify-word): Add autoload
8026 cookie.
8027
8028 * play/morse.el (morse-region, unmorse-region): Add autoload
8029 cookie.
8030
8031 * play/spook.el (spook-phrases-file): Use expand-file-name, not
8032 concat.
8033
8034 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8035 insist on symbols starting with word syntax.
8036 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8037 (eval-defun-1): Doc fix.
8038 (indent-sexp): Use nconc to build up indent-stack.
8039
8040 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8041 Gnus with little use.
8042 (mail-setup-hook): Add mail-abbrevs-setup to options.
8043
8044 * recentf.el: Doc fixes.
8045
8046 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8047 Clean up remainder.
8048
8049 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
8050 without timezone and (8) with timezone to enforce some whitespace.
8051 Simplify code somewhat.
8052
8053 * options.el (list-options): Doc that you should use customize.
8054
8055 * iswitchb.el (iswitchb-mode): Add :require.
8056
8057 * info.el (Info-goto-node, Info-menu): Doc fix.
8058 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8059 (info-tool-bar-map): New variable.
8060 (Info-mode): Use it.
8061 (Info-edit-map): Define all in defvar.
8062 (speedbar-attached-frame): Avoid compiler warning.
8063
8064 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8065 (global-map): Bind [tool-bar] to a filtered map.
8066 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
8067 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8068 Allow PBM icons.
8069 (tool-bar-setup): Adjust calls of tool-bar-add-item.
8070
8071 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8072 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8073 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
8074 icons, except up_arrow, which is left-arrow rotated.
8075
8076 * imenu.el (imenu-add-to-menubar): Fix last change.
8077
8078 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
8079
8080 * generic-x.el (rul-generic-mode): Remove eval-when-compile
8081 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
8082
8083 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8084
8085 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8086 typos in doc strings.
8087
8088 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8089 the doc strings how to customize Font Lock faces.
8090
8091 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8092 computing growth when dragging the header line.
8093
8094 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8095
8096 * simple.el (kill-line): Doc fix.
8097
8098 2000-10-08 Miles Bader <miles@gnu.org>
8099
8100 * faces.el (secondary-selection): Make foreground visible on tty.
8101
8102 * jka-compr.el (auto-compression-mode): Move to the end of the
8103 file, because `define-minor-mode' actually calls the mode-function
8104 if the associated variable is non-nil, which requires that all
8105 needed functions be already defined.
8106 (with-auto-compression-mode): Add autoload cookie.
8107
8108 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8109
8110 * files.el (find-backup-file-name) [ms-dos]: If support for long
8111 file names is not available, behave as if version-control were set
8112 to never.
8113
8114 2000-10-07 Dave Love <fx@gnu.org>
8115
8116 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8117 (browse-url-gnome-moz): New function.
8118 (browse-url-browser-function): Use it.
8119 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8120
8121 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
8122
8123 * indent.el (tab-always-indent): New var.
8124 (indent-for-tab-command): Use it.
8125
8126 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8127 raise an error. This way it can still default to a sane value.
8128
8129 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8130
8131 * startup.el (fancy-splash-screens): Use local rather than global map.
8132 Don't use `update-menu-bindings' any more.
8133 Get rid of assumptions about keymap representation.
8134
8135 2000-10-06 Dave Love <fx@gnu.org>
8136
8137 * textmodes/fill.el (sentence-end-double-space)
8138 (sentence-end-without-period): Doc fix.
8139 (adaptive-fill-regexp): Purecopy.
8140 (unjustify-current-line): Use line-end-position.
8141 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8142
8143 * net/eudc-vars.el (eudc): Add :version, :link.
8144
8145 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8146
8147 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8148 Fix for define-minor-mode.
8149 (function-at-point): Alias to function-called-at-point.
8150
8151 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8152
8153 * simple.el (backward-word): Doc fix.
8154
8155 * image-file.el (image-file-name-regexp): image-file-regexps ->
8156 image-file-name-regexps.
8157 (image-file-name-extensions): Add pbm.
8158
8159 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8160
8161 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8162 and add filename to the names so that diff-mode can jump to source.
8163
8164 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8165 (tex-font-lock-keywords, tex-font-lock-keywords-2)
8166 (tex-font-lock-keywords-1): Remove.
8167 (font-lock-turn-on-thing-lock): Use jit-lock-register.
8168 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8169 (font-lock-default-fontify-region):
8170 Expand beg..end correctly when just following a multiline region.
8171 (font-lock-fontify-anchored-keywords):
8172 Include the anchor text as part of the multiline.
8173
8174 2000-10-06 Gerd Moellmann <gerd@gnu.org>
8175
8176 * loadup.el (toplevel): Load `loaddefs' before `help' because the
8177 latter needs the autoloaded define-minor-mode macro during the
8178 bootstrap.
8179
8180 * startup.el (command-line): For now, activate tool-bar-mode only
8181 if XPM images are supported.
8182
8183 * mouse.el (mouse-drag-header-line): Don't allow resizing a
8184 window by dragging a header-line at the top of the frame; that's
8185 confusing because the header-line doesn't move.
8186 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8187 of treating the event as a list. Some cleanup.
8188
8189 2000-10-06 Miles Bader <miles@gnu.org>
8190
8191 * simple.el (display-message-or-buffer): New function.
8192 (shell-command-on-region): Use `display-message-or-buffer'.
8193
8194 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8195 docstring parts.
8196
8197 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8198 (smbclient-prompt-regexp): Add usage note to doc string.
8199 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8200 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8201 Use add-hook for adding the comint filter function, and only do so
8202 if it's not already in the global hook list.
8203 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8204 to `make-local-variable'.
8205 (nslookup-font-lock-keywords): Remove prompt entry.
8206 (nslookup): Don't set the process-filter.
8207 (finger): Exit the loop correctly when the regexps list runs out.
8208 (ftp, smbclient, smbclient-list-shares):
8209 Set the real major mode immediately, not after execing.
8210 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8211
8212 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8213
8214 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
8215
8216 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8217
8218 * which-func.el (which-func-format): Remove spurious space.
8219 (which-func-mode): Don't make it permanent-local.
8220 (which-func-ff-hook): Allow which-func-maxout to be nil.
8221 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
8222 (which-func-mode): Simplify.
8223 Use post-command-idle-hook rather than post-command-hook.
8224 Go through all buffers and update their state.
8225 (which-function): Also try add-log-current-defun-function.
8226
8227 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8228 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8229 Update call to with-vc-properties accordingly.
8230 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8231 (vc-revert-buffer): More careful about window selection and deletion.
8232 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8233
8234 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8235 (cvs-retrieve-revision): Reuse a pre-existing buffer.
8236 (cvs-dired-action): Change the default to quickdir.
8237
8238 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8239 if comment-indent-function returns nil.
8240 (comment-indent-default): New function.
8241 (comment-indent-function): Use it and document the new semantics.
8242
8243 * image-file.el: Docstring fixes.
8244
8245 * help.el (help-xref-on-pp): Use match-string.
8246 (describe-variable): New arg BUFFER.
8247 Store the current buffer in the help-xref-stack.
8248 (temp-buffer-resize-mode): Use define-minor-mode.
8249
8250 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8251 consistently with its docstring.
8252 Set jit-lock-first-unfontify-pos in an idempotent way.
8253 (jit-lock-register): Autoload and add arg CONTEXTUAL.
8254
8255 2000-10-05 Alex Schroeder <alex@gnu.org>
8256
8257 * sql.el (sql-mysql-options): New variable.
8258 (sql-mysql): Use it.
8259
8260 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8261
8262 * image.el (image): New group.
8263
8264 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8265 (smerge-base-face, smerge-markers-face): Add dark-background variants.
8266
8267 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8268
8269 * net/net-utils.el (nslookup-font-lock-keywords)
8270 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8271 Ignore the value of wqindow-system; always define keywords
8272
8273 2000-10-05 Kenichi Handa <handa@etl.go.jp>
8274
8275 * startup.el (fancy-splash-screens): Remove the code for
8276 debugging; `(trace-to-stderr "EXITTT\n")'.
8277
8278 2000-10-05 Miles Bader <miles@gnu.org>
8279
8280 * diff-mode.el (diff-goto-source): Update call to
8281 `diff-hunk-status-msg' to reflect new REV variable.
8282
8283 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
8284
8285 * progmodes/icon.el (icon-mode):
8286 Don't gratuitously override the default for comment-column.
8287
8288 * vc-hooks.el (vc-mode-line): Fix interactive spec.
8289
8290 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8291 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8292 (jit-lock-functions): New var.
8293 (jit-lock-function-1): Use it if non-nil.
8294 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8295 Set the `fontified' property before doing the fontification to avoid
8296 repeatedly going through the same error.
8297 Don't turn errors into messages.
8298 (jit-lock-register, jit-lock-unregister): New functions.
8299
8300 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8301 Use with-current-buffer.
8302
8303 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8304 Turn comment into docstring.
8305
8306 * apropos.el (apropos-mode): Use define-derived-mode.
8307
8308 2000-10-04 Gerd Moellmann <gerd@gnu.org>
8309
8310 * startup.el (fancy-splash-pending-command): New variable.
8311 (fancy-splash-pre-command): New function.
8312 (fancy-splash-screens): Rewritten.
8313 (command-line-1): If fancy-splash-pending-command is set, call it
8314 interactively.
8315
8316 2000-10-04 Dave Love <fx@gnu.org>
8317
8318 * toolbar/tool-bar.el (tool-bar-setup): New function.
8319 (tool-bar-mode): Use it.
8320
8321 * subr.el (substitute-key-definition): Doc fix.
8322 (play-sound-file): New command.
8323
8324 2000-10-04 Andre Spiegel <spiegel@gnu.org>
8325
8326 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8327 vc-version-backup-file-name): New functions.
8328
8329 * files.el (basic-save-buffer): Call vc-before-save before saving.
8330
8331 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8332 vc-cvs-stay-local-p.
8333
8334 * vc.el (vc-revert-buffer): Handle empty diff properly.
8335 (vc-version-backup-file): New function.
8336 (vc-checkout): Create a version backup if necessary.
8337 (vc-checkin): If a version backup file exists, delete it.
8338 (vc-version-diff): Diff locally using version backups, if available.
8339 (vc-revert-file): If there's a version backup, revert locally.
8340 (vc-transfer-file): Use version backup for base version, if
8341 available. If not, ask for confirmation whether to get it from the
8342 server. Update mode line before check-in.
8343
8344 2000-10-04 Dave Love <fx@gnu.org>
8345
8346 * toolbar/tool-bar.el (tool-bar-setup): New function.
8347 (tool-bar-mode): Use it.
8348
8349 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8350
8351 * net/net-utils.el (nslookup-font-lock-keywords)
8352 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8353 Only set if window-system is non-nil
8354 (net-utils-run-program): Returns buffer.
8355 (network-connection-reconnect): Added this function.
8356
8357 * generic.el:
8358 Incorporates extensive cleanup and docfixes by
8359 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8360 Uses cl compile-time macros.
8361 (generic-mode-name, generic-comment-list)
8362 (generic-keywords-list, generic-font-lock-expressions)
8363 (generic-mode-function-list, generic-mode-syntax-table):
8364 Removed variables.
8365 (generic-mode-alist): Renamed to generic-mode-list.
8366 (generic-find-file-regexp): Default changed to "^#".
8367 (generic-read-type): Uses completing read on generic-mode-list.
8368 (generic-mode-sanity-check): removed this function.
8369 (generic-add-to-auto-mode): Removed this function
8370 (generic-mode-internal): Bind mode-specific definitions
8371 into function instead of putting them in alist.
8372 (generic-mode-set-comments): Reworked extensively.
8373 (generic-mode-find-file-hook): Simplified regexp searching
8374 (generic-make-keywords-list): Omit extra pair of parens
8375
8376 * find-lisp.el (find-lisp-find-files-internal):
8377 Make sure directory name ends with "/".
8378
8379 * generic-x.el (apache-conf-generic-mode):
8380 Regexp now allows leading whitespace.
8381 (rc-generic-mode): Added eval-when-compile
8382 around generic-make-keywords-list.
8383 Deleted duplicate regexp
8384 (rul-generic-mode): Added eval-when-compile
8385 around generic-make-keywords-list.
8386 (etc-fstab-generic-mode): New generic mode.
8387 (rul-generic-mode): Removed one eval-when-compile
8388 which caused a max-specpdl-size exceeded error.
8389
8390 2000-10-04 Miles Bader <miles@gnu.org>
8391
8392 * simple.el (minibuffer-temporary-goal-position): New variable.
8393 (next-history-element): Try to keep the position of point in the
8394 input string constant.
8395
8396 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8397 (dired-do-create-files): If there's only one file, pass it in as
8398 the DEFAULT arg to dired-mark-read-file-name.
8399
8400 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
8401
8402 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8403 (diff-goto-source): Be smarter when choosing REVERSE or not.
8404
8405 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8406 (texinfo-mode-menu): Add an explicit shortcut for update all.
8407
8408 2000-10-03 Andre Spiegel <spiegel@gnu.org>
8409
8410 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8411 factorize backend-specific code cleanly (this was essentially
8412 conceived by Stefan Monnier).
8413 (vc-unregister): Function removed.
8414 (vc-revert-file): New function.
8415 (vc-revert-buffer): Delegate some of the work to it.
8416
8417 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8418 default branch unconditionally.
8419 (vc-rcs-set-default-branch): New function.
8420 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8421 (vc-rcs-checkin): If an appropriate default branch has been set,
8422 force creation of that branch.
8423 (vc-rcs-receive-file): Rewritten to contain only backend-specific
8424 code (as suggested by Stefan Monnier).
8425
8426 2000-10-02 Gerd Moellmann <gerd@gnu.org>
8427
8428 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8429 highlighting overlay with a different face over the overlay
8430 isearch uses to highlight the current match because that can lead
8431 to bad face combinations.
8432
8433 * loadup.el (toplevel): Load faces before isearch.
8434
8435 * isearch.el (isearch-faces): New custom group.
8436 (isearch): New defface; was already tested for in the code.
8437 (isearch-lazy-highlight-face): Changed to defface from defcustom.
8438 (isearch-highlight): Always use face `isearch'.
8439
8440 2000-10-02 Dave Love <fx@gnu.org>
8441
8442 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8443 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
8444 comparison of opcode with operand.
8445
8446 2000-10-03 Miles Bader <miles@gnu.org>
8447
8448 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8449 buffer, since the echo area will now grow to accommodate them.
8450
8451 2000-10-02 Andre Spiegel <spiegel@gnu.org>
8452
8453 * vc-hooks.el (vc-registered): If FILE used to be registered under
8454 a certain backend, try that one first.
8455
8456 * vc.el (vc-responsible-backend): Undo the previous change in the
8457 argument list. Handle multiple backends correctly.
8458 (vc-find-new-backend): Function removed.
8459 (vc-register): Use vc-responsible-backend, as before.
8460 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8461
8462 2000-10-02 Gerd Moellmann <gerd@gnu.org>
8463
8464 * startup.el (fancy-splash-head): Change message below the
8465 logo.
8466
8467 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8468
8469 * diff-mode.el (diff-goto-source): Emit a status message.
8470 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8471 (diff-test-hunk): Fix doc string.
8472 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8473 (diff-advance-after-apply-hunk): New variable.
8474 (diff-apply-hunk): Don't return a value.
8475
8476 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8477
8478 * vc.el (vc-editable-p): Minor optimization.
8479 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8480 (vc-find-new-backend): New function split from vc-responsible-backend.
8481 (vc-register): Use it.
8482 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8483 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8484 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8485 (vc-clear-headers): Don't use find-file.
8486 (vc-revert-buffer): Use `and' again (must have been a braino).
8487 (vc-switch-backend): Only prompt if requested.
8488 Short circuit if nothing is to be done.
8489 Don't use vc-resynch-buffer which could lose unsaved editing.
8490 (vc-default-receive-file): Update call to vc-unregister.
8491 (with-vc-file, vc-next-action-on-file):
8492 Use vc-backend rather than vc-registered.
8493 (vc-next-action-on-file): Use intern-soft.
8494 Deal with read-only *vc-diff* buffer.
8495 (vc-transfer-file): Docstring fix.
8496
8497 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8498 (vc-rcs-receive-file): Avoid with-vc-properties.
8499 Update call to vc-unregister.
8500 Use constant `RCS' rather than (dynamically bound) var `backend'.
8501
8502 2000-10-01 Andre Spiegel <spiegel@gnu.org>
8503
8504 * vc.el (vc-next-action-on-file): Update mode line only if file
8505 is visited.
8506 (vc-start-entry): New argument initial-contents. Don't visit the file
8507 if it isn't already visited. Brought documentation up-to-date.
8508 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8509 (vc-checkin): New optional arg initial-contents, which is passed to
8510 vc-start-entry.
8511 (vc-finish-logentry): Make sure to bury log buffer only if there
8512 really is one. Call `vc-resynch-buffer' on log-file, not
8513 buffer-file-name.
8514 (vc-default-comment-history, vc-default-wash-log): New functions.
8515 (vc-index-of): Removed.
8516 (vc-transfer-file): Make do without the above.
8517 (vc-default-receive-file): Call comment-history unconditionally. Pass
8518 the resulting string to vc-checkin, instead of inserting it into the
8519 comment ring.
8520
8521 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8522 unconditionally. Use the comments as initial contents of the log
8523 entry buffer. Document the trick to force branch creation with no
8524 changes.
8525
8526 2000-10-01 Miles Bader <miles@gnu.org>
8527
8528 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8529 `recenter' with an arg to prevent redrawing the display.
8530
8531 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8532
8533 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8534
8535 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8536
8537 * progmodes/c-mode.el (c-mode):
8538 Don't gratuitously override the default for comment-column.
8539
8540 * textmodes/tex-mode.el (latex-metasection-list): New var.
8541 (latex-imenu-create-index): Use it.
8542 Move the regexp construction outside loops (and use push).
8543 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8544 (tex-font-lock-keywords): Moved from font-lock.el.
8545 (tex-comment-indent): Remove.
8546 (tex-common-initialization): Don't set comment-indent-function.
8547 (latex-block-default): New var.
8548 (tex-latex-block): Use it to provide a default choice.
8549 Add any unknown choice to latex-block-names.
8550 Insert [...] after {...}.
8551 (tex-last-unended-begin): Simplify regexp.
8552 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8553 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8554 (latex-mode): Set forward-sexp-function.
8555
8556 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8557 Add regexp for @ignore ... @end ignore.
8558 (texinfo-heading-face): New face.
8559 (texinfo-font-lock-keywords): Use it.
8560 (texinfo-mode-menu): New menu.
8561 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8562 New functions.
8563 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8564 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8565 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8566 Remove declaration.
8567 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8568
8569 * delsel.el (delete-selection-mode): Use define-minor-mode.
8570
8571 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8572
8573 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8574
8575 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8576
8577 2000-09-30 Gerd Moellmann <gerd@gnu.org>
8578
8579 * replace.el (keep-lines-read-args): New function.
8580 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8581 read arguments interactively. Add parameters RSTART and REND.
8582 Operate on the active region in Transient Mark mode.
8583
8584 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8585
8586 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8587 (authors-obsolete-files-regexps): New variable.
8588 (authors-add): Don't record changes in obsolete files.
8589
8590 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8591
8592 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8593
8594 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8595 (comment-indent): Make sure there's a space between code and comment.
8596 Shift comments left to avoid going past fill-column.
8597
8598 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8599
8600 * startup.el (startup-echo-area-message): New function.
8601 (display-startup-echo-area-message): Use it.
8602 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8603 (fancy-splash-default-action): New function.
8604 (fancy-splash-screens-1): New function.
8605 (fancy-splash-head): Put a help-echo and a keymap under the image.
8606
8607 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8608
8609 * diff-mode.el (diff-add-log-file-name): Remove.
8610 (diff-mode): Use add-log-buffer-file-name-function.
8611
8612 * add-log.el (find-change-log): New arg BUFFER-FILE.
8613 (add-log-file-name): Obey add-log-file-name-function.
8614 (add-log-buffer-file-name-function): New var.
8615 (add-change-log-entry): Use it.
8616
8617 2000-09-29 Miles Bader <miles@gnu.org>
8618
8619 * image-file.el (image-file-name-extensions): New variable.
8620 (image-file-name-regexps): Renamed from `image-file-regexps'.
8621 New default value is nil. Call `auto-image-file-mode'.
8622 (image-file-name-regexp): New function.
8623 (auto-image-file-mode): New minor mode.
8624 (insert-image-file): Don't make conditional on the image-file
8625 handler being enabled.
8626 (image-file-handler): Make the call here conditional instead.
8627 (set-image-file-handler-enabled, enable-image-file-handler)
8628 (disable-image-file-handler): Functions removed.
8629
8630 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8631 string.
8632
8633 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8634
8635 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8636 it's a function from CL.
8637 (latex-imenu-create-index): Replace eval-when-compile with progn
8638 because latex-section-alist is not bound while compiling.
8639
8640 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8641
8642 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8643 (outline-mode): Use define-derived-mode.
8644
8645 * progmodes/perl-mode.el (perl-mode):
8646 * progmodes/awk-mode.el (awk-mode):
8647 * progmodes/asm-mode.el (asm-mode):
8648 Don't gratuitously override the default for comment-column.
8649
8650 * emacs-lisp/lisp.el (lisp-complete-symbol):
8651 Distinguish the let-binding case from the funcall case.
8652 (forward-sexp-function): New variable.
8653 (forward-sexp): Use it.
8654
8655 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8656 (easy-mmode-defmap): Remove the now useless autoload.
8657
8658 * time.el (display-time-mode): Use define-minor-mode.
8659
8660 * subr.el (add-minor-mode): Don't eval NAME.
8661 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8662 Use if rather than cond.
8663
8664 * simple.el (read-expression-map): Define more properly.
8665 (comment-indent-hook): Remove.
8666 (string-to-syntax): Bug fix.
8667
8668 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8669 (cvs-ediff-diff): Fix typo.
8670 (cvs-revert-if-needed): Don't bother preserving read-only.
8671
8672 * paren.el (show-paren-mode): Use define-minor-mode.
8673
8674 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8675 (toggle-auto-compression): Remove.
8676 (jka-compr-build-file-regexp): Remove useless grouping.
8677
8678 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8679 Avoid user-reserved bindings.
8680 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8681 (diff-header-face): Revert to grey85.
8682
8683 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8684
8685 * complete.el (partial-completion-mode) <defcustom>: Remove.
8686 (partial-completion-mode): Use define-minor-mode.
8687 (PC-do-completion): Understand `completion-auto-help = delay'
8688 to mean to popup the completion buffer only the second time.
8689 (PC-include-file-all-completions, PC-include-file-all-completions)
8690 (PC-include-file-all-completions): Don't quote lambda.
8691
8692 * comint.el (comint-mode-hook): Docstring fix.
8693 (comint-mode): Use define-derived-mode.
8694 (comint-mode-map): Remove obsolete comment.
8695 (make-comint): Minor stylistic change.
8696 (comint-insert-clicked-input): Be more careful to find the overlay.
8697 Use this-command-keys rather than hardcoding mouse-2.
8698
8699 * font-lock.el: Replace confusing (,@ with ,
8700 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8701 Don't use regexp-opt-depth. Spice up the regexp for args.
8702 Don't distinguish between cmds that can take an opt arg or not.
8703 Use `append' and `prepend' rather than `keep'.
8704
8705 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8706 (latex-outline-regexp): New var.
8707 (latex-outline-level): New fun.
8708 (latex-section-alist): New var.
8709 (latex-imenu-create-index): Use it. Use `push' as well.
8710 (tex-shell-map): Initialize it properly.
8711 (tex-mode): Minor stylistic change.
8712 (plain-tex-mode): Use define-derived-mode.
8713 (latex-mode): Use define-derived-mode.
8714 Construct the paragraph regexps in a more readable way.
8715 Set the buffer-local outline-{level,regexp} vars.
8716 (slitex-mode): Derive from latex-mode.
8717 (tex-common-initialization): Don't kill-all-vars anymore.
8718 Add setting for comment-add and font-lock-defaults.
8719 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8720 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8721 (tex-start-tex): New arg DIR (and send a chdir command for it).
8722 Also display the shell buffer and save it in tex-last-buffer-texed.
8723 (tex-region): Use expand-file-name rather than concat.
8724 Remove code made useless by changes in tex-start-tex.
8725 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8726
8727 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8728
8729 2000-09-28 Dave Love <fx@gnu.org>
8730
8731 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8732
8733 2000-09-28 Gerd Moellmann <gerd@gnu.org>
8734
8735 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8736 `append'.
8737
8738 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8739
8740 * info.el (Info-extract-pointer): Undo last change.
8741 Instead, fix the position of the `bound' arg to re-search-backward.
8742
8743 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8744
8745 * info.el (Info-extract-pointer):
8746 Widen more carefully, to avoid finding pointers in other nodes.
8747 (Info-index): Use push.
8748
8749 2000-09-27 Gerd Moellmann <gerd@gnu.org>
8750
8751 * frame.el (set-frame-font): Remove call to obsolete function
8752 frame-update-faces.
8753 (set-foreground-color, set-background-color): Likewise for
8754 frame-update-face-colors.
8755
8756 2000-09-27 Miles Bader <miles@gnu.org>
8757
8758 * image-file.el: New file.
8759
8760 2000-09-27 Gerd Moellmann <gerd@gnu.org>
8761
8762 * frame.el (frame-notice-user-settings): Don't call
8763 frame-update-faces, which is a no-op now.
8764
8765 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8766 tool-bar-lines.
8767
8768 2000-09-27 Dave Love <fx@gnu.org>
8769
8770 * mouse.el: Fix last change.
8771
8772 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8773
8774 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8775
8776 2000-09-22 Kenichi Handa <handa@etl.go.jp>
8777
8778 * international/quail.el (quail-help): The output message is
8779 improved.
8780
8781 2000-09-26 Dave Love <fx@gnu.org>
8782
8783 * mouse.el (popup-menu): If POSITION is nil, set it using
8784 mouse-position.
8785
8786 2000-09-25 Sam Steingold <sds@gnu.org>
8787
8788 * net/browse-url.el (browse-url-file-url): Check for null maps.
8789
8790 2000-09-26 Gerd Moellmann <gerd@gnu.org>
8791
8792 * frame.el (frame-notice-user-settings): Don't add a
8793 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8794
8795 * frame.el (frame-notice-user-settings):
8796 Make tool-bar-mode and default-frame-alist consistent.
8797
8798 * toolbar/tool-bar.el (tool-bar-help): New function.
8799
8800 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8801
8802 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8803 current-load-list in top-level forms. Else this leaks a cons cell
8804 every time a defun is called.
8805
8806 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8807
8808 2000-09-25 Dave Love <fx@gnu.org>
8809
8810 * startup.el (fancy-splash-head): Check XPM is available.
8811
8812 * autoinsert.el (auto-insert): Doc fix.
8813 (auto-insert-alist): Following GNU notices, don't say `copyright
8814 _by_'. Use line-beginning-position.
8815 (auto-insert): Check buffer-file-name is non-nil before use.
8816
8817 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8818
8819 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8820 starting with `@def' or `@multitable', in addition to ones
8821 specified by the user in auto-fill-inhibit-regexp.
8822
8823 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
8824
8825 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8826 rmail-dont-reply-to-names matches the empty string.
8827
8828 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8829
8830 * startup.el (command-line-1, fancy-splash-text): Change the
8831 text to sound more friendly.
8832
8833 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8834
8835 * progmodes/hideshow.el: Update author email address.
8836 Generally, sync w/ maintainer version 5.22.
8837 (hs-hide-all-non-comment-function): New var.
8838 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8839 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8840 (hs-show-region): Delete this command.
8841 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8842
8843 2000-09-22 Dave Love <fx@gnu.org>
8844
8845 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8846 (hl-line-highlight): Specify buffer when moving overlay.
8847
8848 * progmodes/fortran.el (fortran-mode): Locally set
8849 normal-auto-fill-function.
8850 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8851 (fortran-mode-map): Adjust auto-fill menu entry.
8852
8853 2000-09-22 Gerd Moellmann <gerd@gnu.org>
8854
8855 * vc-rcs.el (toplevel): Require `vc' when compiling.
8856
8857 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8858
8859 2000-09-22 Andre Spiegel <spiegel@gnu.org>
8860
8861 * vc.el (vc-switch-backend): Signal an error if the file is not
8862 registered under the new backend.
8863
8864 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8865 without explicit revision number.
8866
8867 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8868
8869 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8870 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8871 (diff-xor): New function.
8872 (diff-find-source-location): Use it. Fix a stupid name clash.
8873 (diff-hunk-status-msg): New function.
8874 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8875 (diff-test-hunk): Use diff-find-source-location.
8876 (diff-goto-source): Favor the `reverse'.
8877 (diff-hunk-text): Properly handle one-sided context diffs.
8878 (diff-apply-hunk): When done, advance to the next hunk.
8879
8880 2000-09-21 Gerd Moellmann <gerd@gnu.org>
8881
8882 * startup.el (command-line): If frame was created with a non-zero
8883 tool-bar-lines parameter, switch tool-bar-mode on.
8884
8885 * add-log.el (change-log-date-face, change-log-name-face)
8886 (change-log-email-face, change-log-file-face)
8887 (change-log-list-face, change-log-conditionals-face)
8888 (change-log-function-face, change-log-acknowledgement-face):
8889 New faces, inheriting from font-lock faces.
8890 (change-log-font-lock-keywords): Use them.
8891
8892 2000-09-21 Dave Love <fx@gnu.org>
8893
8894 * progmodes/cperl-mode.el (top-level): Clean up
8895 `eval-when-compile's and assorted defvars.
8896 (cperl-invalid-face): Don't double-quote value. Change custom
8897 type.
8898 (cperl-mode): Set normal-auto-fill-function and don't zap
8899 auto-fill-function.
8900 (cperl-imenu--function-name-regexp-perl): Renamed from
8901 imenu-example--function-name-regexp-perl.
8902 (cperl-imenu--create-perl-index): Renamed from
8903 imenu-example--create-perl-index.
8904 (cperl-xsub-scan): Don't require cl.
8905
8906 * msb.el (msb-mode-map): Use substitute-key-definition.
8907 (msb-mode): Use msb-mode-map.
8908
8909 2000-09-21 Andre Spiegel <spiegel@gnu.org>
8910
8911 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8912 New functions.
8913 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8914 (vc-switch-backend): New function.
8915 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8916 (vc-register): Fix prompt.
8917 (vc-unregister, vc-default-unregister): New functions.
8918 (vc-version-diff): Handle empty buffer in sentinel.
8919
8920 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8921 (vc-rcs-state-heuristic): Use it to guess the state of files with
8922 non-strict locking.
8923 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8924 been set with -b, but not created yet.
8925 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8926 contents in order to find the state.
8927 (vc-rcs-checkin): Allow creation of branches with no changes.
8928 (vc-rcs-unregister, vc-rcs-receive-file)
8929 (vc-rcs-set-non-strict-locking): New functions.
8930
8931 * vc-hooks.el (vc-name): Force correct computation of the value
8932 in case it is missing.
8933
8934 2000-09-21 Gerd Moellmann <gerd@gnu.org>
8935
8936 * startup.el (fancy-splash-tail): Use a different foreground
8937 color on a dark frame background.
8938
8939 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8940
8941 * info.el: Use the correct capitalization when making Info-mode
8942 and Info-edit-mode `special' modes.
8943
8944 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8945
8946 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8947 (diff-mode): Add support for add-log.el.
8948 (diff-hunk-text): Use char offsets rather than line offsets.
8949 (diff-find-source-location): Replace LINE with line-offset (nil
8950 if not found) and always set POS to a meaningful position.
8951 Adapt to the new char-offsets.
8952 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8953 Adapt to the new diff-find-source-location.
8954 (diff-goto-source): Adapt to the new diff-find-source-location.
8955
8956 * add-log.el (add-log-file-name): New function (split out of
8957 add-change-log-entry).
8958 (add-change-log-entry): Use it.
8959 Call add-log-file-name-function with the changelog file name if
8960 the current buffer is not associated with any file.
8961 Avoid find-file if the selected window is dedicated.
8962
8963 * diff-mode.el (diff-find-source-location):
8964 Move code from diff-apply-hunk. Return buffer rather than file.
8965 (diff-apply-hunk): Use the new result from diff-find-source-location.
8966 (diff-goto-source): Use the new diff-find-source-location.
8967
8968 2000-09-20 Dave Love <fx@gnu.org>
8969
8970 * iswitchb.el: Some doc fixes.
8971 (iswitchb-mode-map): Define completely initially. Inherit
8972 minibuffer-local-map.
8973 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8974 fundamental-mode.
8975 (iswitchb-global-map): New variable.
8976 (iswitchb-summaries-to-end): Amalgamate regexps.
8977 (iswitchb-mode): New.
8978 (iswitchb-mode-hook): New variable.
8979 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8980 `extensions'.
8981
8982 2000-09-20 Gerd Moellmann <gerd@gnu.org>
8983
8984 * ehelp.el (electric-help): New defgroup.
8985 (electric-help-shrink-window): New user-option.
8986 (with-electric-help): Use it.
8987
8988 * window.el (shrink-window-if-larger-than-buffer): If face
8989 `mode-line' has a :box, and we're on a graphical frame, add 1
8990 to the needed window height.
8991
8992 * frame.el (frame-notice-user-settings): Add a last parameter nil
8993 to a call to `append', because the last list passed to `append' is
8994 not copied, and so subsequent calls to assq-delete-all will modify
8995 default-frame-alist.
8996
8997 * startup.el (fancy-splash-image): Change :type.
8998 (fancy-splash-head): Use an XBM image if appropriate.
8999 (command-line-1): Show splash screens in more cases.
9000
9001 * startup.el (fancy-splash-text): Don't quote faces.
9002
9003 * dired.el (dired-font-lock-keywords): Undo last change.
9004 (dired-readin): Bind indent-tabs-mode to nil.
9005
9006 * startup.el (fancy-splash-head): If frame's background mode
9007 is `dark', change the black background of the image to gray.
9008 (fancy-splash-screens): Display startup echo area message.
9009 (display-startup-echo-area-message): New function.
9010
9011 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
9012
9013 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9014
9015 * info.el (info-header-node): Tweak for color ttys.
9016
9017 * faces.el (face-valid-attribute-values): Make sure directories we
9018 search for stipples both exist and are readable before trying to
9019 search them.
9020
9021 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9022 in the dry-run case.
9023
9024 * jka-compr.el (with-auto-compression-mode): New macro.
9025
9026 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9027 (custom-group-tag-face, custom-variable-tag-face): Use relative
9028 :height and inherit from `variable-pitch' face instead of
9029 hardwiring :family.
9030 * hi-lock.el (hi-black-hb): Likewise.
9031
9032 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9033 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9034 toolbar-add-item, if image doesn't have a mask add a `:mask
9035 heuristic'.
9036
9037 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
9038
9039 * diff-mode.el: Docstring fixes.
9040 (diff-header-face, diff-comment-face): New faces.
9041 (diff-font-lock-keywords): Highlight a bit differently.
9042 (diff-find-source-location): Don't return SPAN any more.
9043 (diff-hunk-text): Don't bother erasing the temp buffer.
9044 (diff-find-text): Drop argument LINE.
9045 (diff-apply-hunk): Update calls to diff-find-text.
9046 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9047
9048 * calendar/calendar.el: Docstring fixes.
9049 (calendar-make-alist): Don't quote lambda.
9050 (calendar-star-date): Use make-local-variable.
9051
9052 2000-09-19 Dave Love <fx@gnu.org>
9053
9054 * toolbar/tool-bar.el: Renamed from toolbar.el.
9055 Change `toolbar' to `tool-bar' generally in symbols.
9056 Make some items invisible in `special' major modes.
9057 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9058 Add arg PROPS.
9059
9060 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9061 Add :version here.
9062 (fancy-splash-delay, fancy-splash-image): Remove :version here.
9063
9064 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9065
9066 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9067
9068 * files.el (find-file-suppress-same-file-warnings): New user-option.
9069 (find-file-noselect): Use it.
9070
9071 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9072 (fancy-splash-screen): Defgroup.
9073
9074 * add-log.el (change-log-font-lock-keywords): Match names
9075 more exactly for the case that font-lock-constant-face is
9076 underlined.
9077
9078 2000-09-19 Richard M. Stallman <rms@gnu.org>
9079
9080 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9081
9082 2000-09-19 Andre Spiegel <spiegel@gnu.org>
9083
9084 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9085
9086 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9087
9088 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9089 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9090 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9091 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9092 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9093 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9094 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9095 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9096 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9097 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9098 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9099 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9100
9101 * startup.el (fancy-splash-text): New variable.
9102 (fancy-splash-delay, fancy-splash-image): New user-options.
9103 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9104 (fancy-splash-screens): New functions.
9105 (command-line-1): If display has a `display' frame parameter, has
9106 colors, and we have XPM support, show more fancy splash screens.
9107
9108 2000-09-19 Dave Love <fx@gnu.org>
9109
9110 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
9111 with null `help'. Use modern backquote syntax.
9112
9113 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9114
9115 * font-lock.el (font-lock-mode): Change message telling the user
9116 that ``the buffer is too big''.
9117
9118 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9119 for instance for the case that tab-width is 2.
9120
9121 2000-09-18 Gerd Moellmann <gerd@gnu.org>
9122
9123 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9124 toolbar-add-item, if image doesn't have a mask add a `:mask
9125 heuristic'.
9126
9127 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
9128
9129 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9130 and return a cons if it's non-nil.
9131 (diff-apply-hunk): Try to jump to the line in the source text
9132 corresponding to the position of point in the in the hunk.
9133
9134 * info.el (Info-title-3-face, Info-title-2-face)
9135 (Info-title-1-face): Use face inheritance and relative sizes
9136 instead of hard-wiring things.
9137
9138 * faces.el (secondary-selection): Make dark-background variant sane.
9139
9140 2000-09-16 Andrew Innes <andrewi@gnu.org>
9141
9142 * makefile.w32-in (compile-files-CMD): No need to make .elc files
9143 read-only, since they aren't under VC now.
9144
9145 2000-09-17 Dave Love <fx@gnu.org>
9146
9147 * tmm.el: Replace mapcar with mapc in several places.
9148
9149 * loadhist.el (unload-feature): Maybe call elp-restore-list and
9150 ad-unadvise.
9151
9152 * international/latin1-disp.el: New file.
9153
9154 * calendar/cal-move.el (scroll-calendar-left)
9155 (scroll-calendar-right): Make arg optional (for active mode line).
9156
9157 * calendar/calendar.el (calendar-mode-line-format): Make fields
9158 mouse-sensitive.
9159 (calendar-read-date, calendar-read-date, calendar-window-list):
9160 Unquote lambda.
9161 (calendar-month-name): Use aref, not sref.
9162
9163 * view.el (minor-mode-alist): Propertize the string.
9164
9165 * international/characters.el (standard-case-table): Add entries
9166 for Greek.
9167
9168 2000-09-18 Miles Bader <miles@gnu.org>
9169
9170 * info.el (info-node, info-xref): Add dark-background variants.
9171
9172 * faces.el (header-line): Change defaults to be less confusing
9173 when mixed with mode-lines.
9174
9175 * info.el (Info-fontify-node): Make a few cleanups.
9176 Add extra `help-echo' and `local-map' props to node xrefs.
9177 Use header-specific faces for node-names & xrefs.
9178 (Info-use-header-line): New variable.
9179 (info-header-xref, info-header-node): New faces.
9180 (Info-setup-header-line): New function.
9181 (Info-select-node): Call Info-setup-header-line when enabled.
9182 (Info-extract-pointer): Work even if the header line is hidden.
9183 (Info-header-line): New variable.
9184
9185 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
9186
9187 * vms-patch.el (print-region-function): Don't quote lambda.
9188
9189 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9190
9191 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9192 (lm-get-header-re): Allow spaces between the header and the colon.
9193 (lm-header): Allow $ in non-RCS headers.
9194 (lm-header-multiline): Put the strings back into order.
9195 Stop at an empty line. Don't require two space chars if the
9196 line is clearly not another header line.
9197
9198 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9199 (popup-menu-popup): Remove.
9200
9201 2000-09-15 Gerd Moellmann <gerd@gnu.org>
9202
9203 * toolbar/toolbar.el (toolbar-add-item): Use the same image
9204 specification if or if not tool-bar item contains an `:enabled'
9205 property.
9206
9207 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9208 current buffer has no file name.
9209
9210 2000-09-15 Dave Love <fx@gnu.org>
9211
9212 * strokes.el: Sync with maintainer's current version with changes
9213 for Emacs, but avoid runtime cl and levents.
9214 (toplevel): Change autoloads and compilation requires.
9215 (strokes-version, strokes-bug-address, strokes-lift): Values
9216 changed.
9217 (strokes-xpm-header, strokes-insinuated): New variable.
9218 (strokes): Add :link.
9219 (strokes-mode): Customized.
9220 (strokes-while-inhibiting-garbage-collector): New macro.
9221 (strokes-remassoc): Avoid remove-if.
9222 (strokes-fix-button2-command): Don't use ad-do-it.
9223 (strokes-insinuate): New function.
9224 (strokes-button-press-event-p, strokes-button-release-event-p):
9225 New functions, used instead of non-`strokes-' versions..
9226 (strokes-mouse-event-p): Rewritten.
9227 (strokes-event-closest-point): Avoid event-point.
9228 (strokes-get-grid-position): Avoid cdadr, caadr
9229 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9230 functions.
9231 (strokes-help): Use with-output-to-temp-buffer.
9232 (strokes-window-configuration-changed-p): New function.
9233 (strokes-update-window-configuration): Use buffer-live-p,
9234 strokes-window-configuration-changed-p.
9235 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
9236 (strokes-char-face): New face.
9237 (strokes-char-table, strokes-base64-chars): New variable.
9238 (strokes-xpm-for-stroke, strokes-list-strokes)
9239 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9240 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9241 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9242 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9243 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9244 functions.
9245
9246 2000-09-15 Gerd Moellmann <gerd@gnu.org>
9247
9248 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9249
9250 * image.el (create-image): Doc fix.
9251
9252 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9253 instead of `:heuristic-mask t'.
9254
9255 2000-09-14 Andrew Innes <andrewi@gnu.org>
9256
9257 * makefile.w32-in: Revert to Unix line endings.
9258
9259 2000-09-14 Andrew Innes <andrewi@gnu.org>
9260
9261 * makefile.w32-in: Add bootstrap support. Also copy lisp source
9262 when installing.
9263
9264 * makefile.nt (DONTCOMPILE): Fix typo.
9265
9266 * shell.el (shell-write-history-on-exit): New function.
9267 (shell-dumb-shell-regexp): New custom variable.
9268 (shell-mode): Make shell-write-history-on-exit the process
9269 sentinel if shell name matches shell-dumb-shell-regexp.
9270
9271 * w32-fns.el: Comment out before-init-hook function which resets
9272 source-directory based; this breaks bootstrap.
9273
9274 2000-09-14 Dave Love <fx@gnu.org>
9275
9276 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9277 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9278 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9279 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9280 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9281 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9282 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
9283 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
9284 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9285
9286 * toolbar/toolbar.el: New.
9287
9288 * subdirs.el: Add toolbar.
9289
9290 2000-09-14 Gerd Moellmann <gerd@gnu.org>
9291
9292 * indent.el (indent-for-tab-command): Doc fix.
9293
9294 2000-09-14 Alex Schroeder <alex@gnu.org>
9295
9296 * ansi-color.el (ansi-colors): Doc change.
9297 (ansi-color-get-face): Simplified regexp.
9298 (ansi-color-faces-vector): Added more faces, doc change.
9299 (ansi-color-names-vector): Doc change.
9300 (ansi-color-regexp): Simplified regexp.
9301 (ansi-color-parameter-regexp): New regexp.
9302 (ansi-color-filter-apply): Doc change.
9303 (ansi-color-filter-region): Doc change.
9304 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9305 deal with zero length parameters.
9306 (ansi-color-apply-on-region): Doc change.
9307 (ansi-color-map): Doc change.
9308 (ansi-color-map-update): Removed debugging message.
9309 (ansi-color-get-face-1): Added condition-case to trap
9310 args-out-of-range errors.
9311 (ansi-color-get-face): Doc change.
9312 (ansi-color-make-face): Removed.
9313 (ansi-color-for-shell-mode): New option.
9314
9315 2000-09-13 Kenichi Handa <handa@etl.go.jp>
9316
9317 * international/quail.el (quail-start-translation): Translate KEY
9318 if necessary even if it doesn't have any mapping in the current
9319 input method.
9320 (quail-start-conversion): Likewise.
9321 (quail-help): The output message is improved.
9322
9323 2000-09-13 Miles Bader <miles@gnu.org>
9324
9325 * comint.el (comint-output-filter): Revert to using
9326 `insert-before-markers'. Add bletcherous hack to undo damage
9327 caused by `insert-before-markers'. Put `front-sticky' property on
9328 overlays created here so that the field code understands how the
9329 overlay works. Use a let when making comint-last-prompt-overlay,
9330 so that the code is easier to read.
9331
9332 2000-09-13 Dave Love <fx@gnu.org>
9333
9334 * wid-edit.el (widget-default-format-handler): DTRT when
9335 doc-property is a function.
9336
9337 2000-09-12 Francesco Potorti` <pot@gnu.org>
9338
9339 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9340 filed name if it's not there.
9341
9342 2000-09-12 Dave Love <fx@gnu.org>
9343
9344 * simple.el (read-mail-command): Doc fix.
9345 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9346
9347 * vc.el (vc-dired-listing-switches): Fix :version.
9348
9349 * vc-hooks.el: Doc fixes.
9350
9351 * subr.el (add-minor-mode): Use toggle-fun arg.
9352
9353 * speedbar.el: Add :version to several defcustoms.
9354
9355 * imenu.el (imenu--truncate-items, imenu--cleanup)
9356 (imenu--generic-function): Avoid mapcar.
9357 (imenu--replace-spaces): Function removed.
9358 (imenu--completion-buffer): Use subst-char-in-string.
9359 (imenu-add-to-menubar): Use keymap inheritance.
9360
9361 2000-09-12 Miles Bader <miles@gnu.org>
9362
9363 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9364 (diff-mode-map): Bind `diff-test-hunk'.
9365 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9366
9367 2000-09-11 Gerd Moellmann <gerd@gnu.org>
9368
9369 * bytecomp.el (byte-compile-defvar): Undo last change
9370 because it breaks '(make-variable-buffer-local (defvar ...)'
9371 which is used at least in dired.
9372
9373 2000-09-12 Kenichi Handa <handa@etl.go.jp>
9374
9375 * international/quail.el (quail-define-package): Docstring
9376 modified.
9377
9378 2000-09-12 Kenichi Handa <handa@etl.go.jp>
9379
9380 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9381 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9382 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
9383 docstring of "chinese-py".
9384
9385 * international/quail.el (quail-translation-docstring): New
9386 variable.
9387 (quail-show-keyboard-layout): Docstring modified.
9388 (quail-select-current): Likewise.
9389 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9390 infinite recursive call.
9391 (quail-help): Check quail-translation-docstring. Format of the
9392 output changed.
9393 (quail-help-insert-keymap-description): Adjusted for the above
9394 change.
9395
9396 2000-09-11 Gerd Moellmann <gerd@gnu.org>
9397
9398 * bytecomp.el (byte-compile-defvar): Only cons onto
9399 current-load-list in top-level forms. Else this leaks a cons cell
9400 every time a defun is called.
9401
9402 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
9403
9404 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9405 Now understands non-unified diffs. Some functionality moved into
9406 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
9407 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
9408 modify anything. Only reposition point in the patched file if the
9409 patch succeeds. Only pop up another window if POPUP is true.
9410 Emit a message describing what happened if successful, and at what
9411 line-offset. Automatically detect reversed hunks and do something
9412 appropriate.
9413 (diff-hunk-text, diff-find-text): New functions.
9414 (diff-filter-lines): Function removed.
9415 (diff-test-hunk): New function.
9416 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9417
9418 2000-09-10 Dave Love <fx@gnu.org>
9419
9420 * textmodes/tildify.el: Minor doc/commentary fixes.
9421 (tildify) <defgroup>: Add :version.
9422
9423 * faces.el (face-x-resources): Make custom type more specific.
9424 (frame-background-mode): Use mapc.
9425 (region) <defcustom>: Add :version.
9426
9427 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
9428
9429 * vc-sccs.el (vc-sccs-register):
9430 * vc-rcs.el (vc-rcs-register):
9431 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9432 * vc.el (vc-register): Clear file's properties.
9433
9434 2000-09-08 Gerd Moellmann <gerd@gnu.org>
9435
9436 * faces.el (face-spec-set): Only face-spec-reset-face when
9437 ATTRS is non-nil.
9438
9439 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9440
9441 * help.el (help-insert-xref-button): Fix a typo in doc string.
9442
9443 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9444
9445 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9446 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9447 methods.
9448
9449 * menu-bar.el (read-mail-item-name): New function.
9450 (menu-bar-tools-menu): Use it to compute and display the package
9451 used to read email.
9452 (menu-bar-tools-menu): Fix typo in GUD's help string.
9453
9454 2000-09-07 Dave Love <fx@gnu.org>
9455
9456 * diff-mode.el (diff-mouse-goto-source): New function.
9457
9458 * vc-sccs.el: Doc fixes.
9459 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9460
9461 * vc-rcs.el: Doc fixes.
9462 (vc-rcs-register-switches, vc-rcs-checkin-switches)
9463 (vc-rcs-checkout-switches, vc-rcs-header)
9464 (vc-rcs-master-templates): Add or change :version.
9465
9466 * vc-cvs.el: Doc fixes.
9467 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9468 (vc-cvs-stay-local): Add :version.
9469
9470 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9471
9472 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9473
9474 * international/quail.el (quail-help): Fix previous change.
9475
9476 2000-09-07 Gerd Moellmann <gerd@gnu.org>
9477
9478 * faces.el (color-values): Doc fix.
9479
9480 * faces.el (frame-set-background-mode): Use frame-parameter
9481 instead of frame-parameters.
9482
9483 * frame.el (filtered-frame-list): Reduce consing.
9484 (frames-on-display-list): Call frame-parameter instead of
9485 frame-parameters.
9486
9487 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9488
9489 * language/devan-util.el (devanagari-to-indian-region): In the
9490 loop, change the following char, not preceding char.
9491
9492 2000-09-07 Gerd Moellmann <gerd@gnu.org>
9493
9494 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9495 instead of frame-parameters.
9496
9497 * faces.el (set-face-attribute): Simplify by calling
9498 internal-set-lisp-face-attribute with FRAME being 0.
9499
9500 * vc.el: Remove `Id' version control keyword.
9501
9502 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9503
9504 * help.el (help-make-xrefs): Adjusted for the change of
9505 help-xref-mule-regexp.
9506 (help-insert-xref-button): New function.
9507
9508 * international/mule-cmds.el (help-xref-mule-regexp-template):
9509 Include the pattern for character set.
9510 (leim): New group.
9511
9512 * international/quail.el: Don't require face.
9513 (quail): New group.
9514 (quail-other-command): Dummy command to make quail-help work better.
9515 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9516 (quail-keyboard-layout-substitution): New variable.
9517 (quail-update-keyboard-layout): New function.
9518 (quail-keyboard-layout-type): New customizable variable.
9519 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9520 (quail-keyboard-translate): Pay attention to
9521 quail-keyboard-layout-substitution.
9522 (quail-insert-kbd-layout): New function.
9523 (quail-show-keyboard-layout): New function.
9524 (quail-get-translation): If the definition is a vector of length
9525 1, and the element is a string of length 1, return the character
9526 in that string.
9527 (quail-update-current-translations): Fix the case of
9528 relative-index out of range.
9529 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9530 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9531 Show key sequences for all available characters.
9532 (quail-help-insert-keymap-description): Don't show such verbose
9533 key bindings as quail-self-insert-command.
9534
9535 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9536 Format changed, and each element now have extra documentations.
9537 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9538 Adjusted for the change of quail-cxterm-package-ext-info.
9539
9540 2000-09-06 Gerd Moellmann <gerd@gnu.org>
9541
9542 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9543 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9544 during bootstrap.
9545
9546 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9547
9548 * vc.el: (toplevel): Don't require `dired' at run-time.
9549 (vc-dired-resynch-file): Remove autoload cookie.
9550
9551 2000-09-05 Andre Spiegel <spiegel@gnu.org>
9552
9553 * vc.el: Made several backend functions optional.
9554 (vc-default-responsible-p): New function.
9555 (vc-merge): Use RET for first version to trigger merge-news, not
9556 prefix arg.
9557 (vc-annotate): Handle backends that do not support annotation.
9558 (vc-default-merge-news): Removed. The existence of a merge-news
9559 implementation is now checked on caller sites.
9560
9561 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9562 case.
9563
9564 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9565 special case that has been removed from the default in vc-hooks.el.
9566
9567 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9568
9569 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9570
9571 2000-09-05 Andre Spiegel <spiegel@gnu.org>
9572
9573 * vc-hooks.el: Require vc during compilation.
9574 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9575 macro `with-vc-properties' in vc.el.
9576 (vc-file-getprop): Doc fix.
9577 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9578
9579 * vc.el: Require dired-aux during compilation.
9580 (vc-name-assoc-file): Moved to vc-sccs.el.
9581 (with-vc-properties): New macro.
9582 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9583 vc-finish-steal): Use it.
9584 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9585 to the backend-specific function is now supposed to do the checkout,
9586 too.
9587 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9588
9589 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9590 set file properties; that gets done in the generic code now.
9591
9592 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9593 Changed parameter list, added code from vc.el that does the
9594 checkout, possibly with a double-take.
9595
9596 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9597 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9598 the above under the new name.
9599 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9600 parameter list, added checkout command.
9601 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9602 properties; that gets done in the generic code now.
9603
9604 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9605
9606 * vc.el: Docstring fixes (courtesy of checkdoc).
9607
9608 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9609
9610 * vc.el (vc-checkout-writable-buffer-hook)
9611 (vc-checkout-writable-buffer): Remove.
9612 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9613 (vc-log-mode): Make it into a clean derived major mode.
9614 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9615 vc-log-mode if log-edit is not available.
9616 (vc-dired-mode-map): Don't set-keymap-parent yet.
9617 (vc-dired-mode): Do set-keymap-parent here.
9618 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9619
9620 2000-09-05 Gerd Moellmann <gerd@gnu.org>
9621
9622 * faces.el (set-face-attribute, face-spec-reset-face)
9623 (face-spec-set): Avoid consing by removing calls to `apply'.
9624
9625 * frame.el (frame-parameter): Move to C code.
9626
9627 2000-09-05 Dave Love <fx@gnu.org>
9628
9629 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9630 insert-before-markers-and-inherit. Now checked systematically!
9631
9632 2000-09-05 Alex Schroeder <alex@gnu.org>
9633
9634 * sql.el (sql-postgres): Use sql-postgres-options.
9635 (sql-postgres-options): New variable.
9636
9637 2000-09-05 Alex Schroeder <alex@gnu.org>
9638
9639 * sql.el (sql-mode-menu): Work around missing variable mark-active
9640 in XEmacs.
9641 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9642 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9643 compatibility.
9644
9645 2000-09-04 Gerd Moellmann <gerd@gnu.org>
9646
9647 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9648
9649 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9650
9651 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9652
9653 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9654
9655 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9656 don't support anything else under SCCS yet.
9657
9658 * vc-hooks.el: Minor doc fixes.
9659
9660 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9661
9662 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9663 not necessary. If verbose in state `needs-patch', do the same as
9664 under `up-to-date'. When NOT verbose and `needs-patch', check out
9665 latest version instead of `merge-news'.
9666 (vc-next-action-dired): Don't mess with default-directory here; it
9667 breaks other parts of dired. It is the job of the
9668 backend-specific functions to adjust it temporarily if they need it.
9669 (vc-next-action): Remove a special CVS case.
9670 (vc-clear-headers): New optional arg FILE.
9671 (vc-checkin, vc-checkout): Set properties vc-state and
9672 vc-checkout-time properly.
9673 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9674 (vc-print-log): Use new backend function `show-log-entry'.
9675 (vc-cancel-version): Do the checks in a different order. Added a
9676 FIXME concerning RCS-only code.
9677
9678 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9679 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9680
9681 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9682
9683 * vc-hooks.el (vc-default-mode-line-string): Show state
9684 `needs-patch' as a `-' too.
9685
9686 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9687
9688 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9689 (vc-default-could-register): New function.
9690 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9691 (vc-resynch-buffer): Call vc-dired-resynch-file.
9692 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9693 vc-resynch-buffer instead of vc-resynch-window.
9694 (vc-next-action-dired): Don't redisplay here, that gets done as a
9695 result of the individual file operations.
9696 (vc-retrieve-snapshot): Corrected prompt order.
9697
9698 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9699
9700 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9701 as well.
9702 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9703 hostname regexps. Updated all callers.
9704 (vc-cvs-responsible-p): Handle directories as well.
9705 (vc-cvs-could-register): New function.
9706 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9707 properties up-to-date.
9708
9709 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9710 user whether to create one.
9711
9712 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9713
9714 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9715 check out a non-existing file.
9716
9717 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9718 workfile does not exist.
9719
9720 * vc.el (vc-version-diff): Use `require' to check for existence of
9721 diff-mode.
9722
9723 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9724
9725 * vc-cvs.el (vc-cvs-registered): Use new function
9726 vc-cvs-parse-entry to do the actual work.
9727
9728 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9729
9730 * vc-hooks.el (vc-find-backend-function): If function doesn't
9731 exist, return nil instead of error.
9732 (vc-call-backend): Doc fix.
9733
9734 * vc.el (vc-do-command): Doc fix.
9735 (vc-finish-logentry): When checking in from vc-dired, choose the
9736 right backend for logentry check.
9737 (vc-dired-mode-map): Inherit from dired-mode-map.
9738 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9739 simplified.
9740 (vc-dired-state-info): Removed, updated caller.
9741 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9742 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9743 (vc-dired-listing-switches): New variable.
9744 (vc-directory): Use it, instead of dired-listing-switches.
9745
9746 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9747 (vc-cvs-dir-state): New function.
9748 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9749 (vc-cvs-parse-entry): New function, also to be used in
9750 vc-cvs-registered.
9751
9752 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9753
9754 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9755 *or* single-window-frames.
9756
9757 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9758
9759 * vc.el (vc-update-changelog): Split into generic part and default
9760 implementation. Doc string adapted.
9761 (vc-default-update-changelog): New function. Call the `rcs2log'
9762 script in exec-directory, to fix a long-standing nuisance.
9763
9764 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9765 simply signals an error.
9766
9767 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9768
9769 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9770 control-flow more clear and to avoid running `cvs' twice.
9771
9772 * vc.el (vc-next-action-on-file): Doc fix.
9773 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9774 (vc-print-log): Eval `file' before constructing the continuation.
9775
9776 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9777
9778 * vc.el (vc-next-action-on-file): Corrected several messages.
9779 (vc-merge): Add prefix arg `merge-news'; handle it.
9780
9781 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9782 is not reached. It is.
9783 (vc-cvs-merge): Set state to 'edited after merge.
9784 (vc-cvs-merge-news): Set workfile version to nil if not known.
9785 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9786
9787 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9788 via stdout. (Merge from main line.)
9789
9790 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9791
9792 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9793 detection.
9794
9795 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9796
9797 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9798 against kill-all-local-variables.
9799 (vc-log-edit): Don't save vc-parent-buffer any more.
9800 (vc-last-comment-match): Initialize to an empty string.
9801 (vc-post-command-functions): New hook.
9802 (vc-do-command): Run it.
9803 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9804 (vc-finish-logentry): Only add the comment to the ring if it's
9805 different from the last comment entered.
9806 (vc-new-comment-index): New function.
9807 (vc-previous-comment): Use it. Make the minibuffer message
9808 slightly less terse.
9809 (vc-comment-search-reverse): Make it work forward as well. Don't
9810 set vc-comment-ring-index if no match is found. Use
9811 vc-new-comment-index.
9812 (vc-comment-search-forward): Use vc-comment-search-reverse.
9813 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9814 define-derived-mode will do it for us. Bind `v' to a keymap that
9815 inherits from vc-prefix-map so that we can bind `vt' without
9816 binding C-x v t.
9817 (vc-retrieve-snapshot): Parenthesis typo.
9818
9819 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9820 to 1. Make sure to switch to *vc* before looking for an error
9821 message. Use vc-parse-buffer.
9822
9823 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9824
9825 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9826 and NAME.
9827 (vc-retrieve-snapshot): Split into two parts.
9828 (vc-default-retrieve-snapshot): New function.
9829
9830 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9831 (vc-cvs-retrieve-snapshot): New function (untested).
9832 (vc-cvs-stay-local): Default to t.
9833 (vc-cvs-remote-p): New function and property.
9834 (vc-cvs-state): Stay local only if the above is t.
9835 (vc-handle-cvs): Removed.
9836 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9837 done via vc-handled-backends now.
9838 (vc-cvs-header): Escape Id.
9839
9840 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9841
9842 * vc.el (vc-do-command): Remove unused commands.
9843 (vc-version-diff): Make sure default-directory ends with a slash.
9844 Move the window commands into a vc-exec-after.
9845 (vc-print-log): Move more of the code into the `vc-exec-after'.
9846
9847 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9848
9849 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9850 (vc-print-log): Search current revision from beginning of buffer.
9851 (vc-revert-buffer): Clear echo area after the diff is finished.
9852 (vc-prefix-map): Removed definition of "t" for terse display in vc
9853 dired.
9854 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9855 definition of "vt" for terse display.
9856 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9857
9858 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9859
9860 * vc.el (vc-exec-after): Avoid caddr.
9861
9862 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9863
9864 * vc.el (vc-exec-after): New function.
9865 (vc-do-command): Use it to add a termination message for async
9866 procs.
9867 (vc-checkout): Try to handle a missing-backend situation.
9868 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9869 of a directory with a backend using async diffs.
9870 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9871 present.
9872
9873 * vc-sccs.el (vc-sccs-state-heuristic): Use
9874 file-ownership-preserved-p.
9875
9876 * vc-rcs.el (vc-rcs-state-heuristic): Use
9877 file-ownership-preserved-p.
9878 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9879
9880 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9881
9882 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9883 vc-do-command.
9884
9885 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9886 when there are no changes.
9887
9888 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9889
9890 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9891
9892 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9893
9894 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9895
9896 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9897
9898 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9899 the `fset' outside of the defvar so that it works even if
9900 vc-prefix-map was already defined.
9901 (vc-setup-buffer): New function, split out of vc-do-command.
9902 (vc-do-command): Allow BUFFER to be t to mean `just use the
9903 current buffer without any fuss'.
9904 (vc-version-diff): Change the `diff' backend operation to just put
9905 the diff in the current buffer without erasing it. Always use
9906 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9907 shrink-window-if-larger-than-buffer.
9908 (vc-print-log): Change the `print-log' backend operation to just
9909 put the log in the current buffer without erasing it. Protect
9910 shrink-window-if-larger-than-buffer.
9911 (vc-update-change-log): Fix setd typo.
9912
9913 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9914 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9915
9916 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9917 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9918 CMP.
9919
9920 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9921 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9922 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9923
9924 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9925
9926 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9927 not possible, use vc-BACKEND-workfile-unchanged-p.
9928 (vc-default-workfile-unchanged-p): New function. Delegates to a
9929 full vc-BACKEND-diff.
9930
9931 * vc-hooks.el (vc-simple-command): Removed.
9932
9933 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9934 instead of vc-simple-command.
9935 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9936 avoid doing a diff when opening a file.
9937 (vc-rcs-state): Added check for unlocked-changes.
9938 (vc-rcs-header): Escape Id.
9939 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9940 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9941 version.
9942
9943 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9944 (vc-sccs-diff): Remove optional arg CMP.
9945 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9946 SCCS-specific function.
9947
9948 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9949 vc-simple-command.
9950
9951 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9952
9953 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9954 (with-vc-file, vc-merge): Use vc-editable-p.
9955 (vc-do-command): Remove unused var vc-file and fix the
9956 doubly-defined `status' var. Add a user message when starting an
9957 async command.
9958 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9959 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9960 Use with-current-buffer.
9961 (vc-buffer-sync): Use unless.
9962 (vc-next-action-on-file): If the file is 'edited by read-only,
9963 make it read-write instead of trying to commit.
9964 (vc-version-diff, vc-update-change-log): Use `setq
9965 default-directory' rather than `cd'.
9966 (vc-log-edit): Don't forget to set default-directory in the
9967 buffer.
9968
9969 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9970 (vc-sccs-state-heuristic): Use file-writable-p instead of
9971 comparing userids.
9972 (vc-sccs-checkout): Use `unless'.
9973
9974 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9975 of comparing userids.
9976 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9977 Simplify the logic by eliminating unreachable code.
9978 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9979 just do a recursive call if we need to retry.
9980 (vc-rcs-checkout): Handle the case where rcs is missing by making
9981 the buffer read-write if requested and re-signalling the error.
9982
9983 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9984
9985 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9986
9987 * vc-hooks.el (vc-handled-backends): Docstring change.
9988 (vc-ignore-vc-files): Mark obsolete.
9989 (vc-registered): Check vc-ignore-vc-files.
9990 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9991 vc-ignore-vc-files.
9992
9993 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9994
9995 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9996
9997 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9998 files since ange-ftp already has vc-registered return nil.
9999
10000 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10001 (vc-sccs-workfile-version): Use with-temp-buffer and new
10002 vc-parse-buffer and don't bother setting the property.
10003 (vc-sccs-add-triple): Use with-current-buffer and
10004 find-file-noselect.
10005 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10006
10007 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
10008 derives from the old vc-parse-buffer but uses the revision number
10009 rather than the date (much easier to compare robustly).
10010 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
10011 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
10012 locking-user more directly. Check strict locking and set
10013 checkout-model appropriately.
10014 (vc-rcs-parse-locks): Remove.
10015 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10016 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10017 (vc-rcs-system-release): Use with-current-buffer and
10018 vc-parse-buffer.
10019 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10020
10021 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10022 (vc-simple-command): Docstring fix.
10023 (vc-registered): Align the way the file-handler is called with the
10024 way the function itself works.
10025 (vc-file-owner): Remove.
10026
10027 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
10028 extraction of fields and call to file-attributes because of a
10029 temporary bug in rcp.el.
10030 (vc-cvs-fetch-status): Use with-current-buffer.
10031
10032 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10033
10034 * vc.el (vc-do-command): Use file-relative-name.
10035 (vc-responsible-backend): Use vc-backend if possible.
10036 (vc-create-snapshot): Improve the `interactive' spec. Add support
10037 for branches and dispatch to backend-specific `create-snapshot'.
10038 (vc-default-create-snapshot): New function, containing the bulk of
10039 the old vc-create-snapshot.
10040 (vc-retrieve-snapshot): Improve the interactive spec.
10041
10042 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10043 (vc-backend-hook-functions): Remove.
10044 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10045 (vc-backend): Reintroduce the test for `file = nil' now that I
10046 know why it was there (and added a comment to better remember).
10047
10048 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10049 code from vc-sccs-hooks.el.
10050 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
10051 'vc anymore.
10052 (vc-sccs-responsible-p): Use expand-file-name instead of concat
10053 and file-directory-p instead of file-exists-p.
10054 (vc-sccs-check-headers): Simplify the regexp.
10055
10056 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10057 from vc-rcs-hooks.el. Don't require 'vc anymore.
10058 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10059 file-directory-p instead of file-exists-p.
10060
10061 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10062 from vc-cvs-hooks.el.
10063 (proto vc-cvs-registered): Require 'vc-cvs instead of
10064 'vc-cvs-hooks. Don't require 'vc anymore.
10065 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10066 file-directory-p instead of file-exists-p.
10067 (vc-cvs-create-snapshot): New function, replacing
10068 vc-cvs-assign-name.
10069 (vc-cvs-assign-name): Remove.
10070
10071 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10072
10073 * vc-cvs.el (vc-cvs-header): New var.
10074
10075 * vc-rcs.el (vc-rcs-exists): Remove.
10076 (vc-rcs-header): New var.
10077
10078 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10079 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10080 (vc-sccs-header): New var.
10081
10082 * vc.el (vc-do-command): Get rid of the `last' argument.
10083 (vc-header-alist): Remove, replaced by vc-X-header.
10084 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10085 (vc-dired-hook): Use expand-file-name instead of concat.
10086 (vc-directory): Use file-name-as-directory.
10087 (vc-snapshot-precondition, vc-create-snapshot)
10088 (vc-retrieve-snapshot): Allow the command to operate on any
10089 directory.
10090
10091 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10092 just removing the 'WORKFILE argument or by removing the 'MASTER
10093 argument and replacing `file' with (vc-name file).
10094
10095 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10096
10097 * vc.el: Update Copyright and add a crude list of backend funs.
10098 (vc-writable-p): New function.
10099 (with-vc-file): Use vc-writable-p.
10100 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10101 (vc-register): Avoid vc-name.
10102 (vc-locking-user): Remove.
10103 (vc-steal-lock): Make the `owner' arg non-optional.
10104 (vc-merge): Use vc-writable-p instead of vc-locking-user and
10105 vc-checkout-model.
10106 (vc-default-dired-state-info): Use vc-state instead of
10107 vc-locking-user and return special strings for special states.
10108 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10109 and get rid of one of the special CVS cases.
10110 (vc-cancel-version): prettify error message with \\[...].
10111 (vc-rename-master): New function.
10112 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10113 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10114 the CVS special case generic.
10115 (vc-default-record-rename): Remove.
10116 (vc-file-tree-walk-internal): Only call FUNC for files that are
10117 under control of some VC backend and replace `concat' with
10118 expand-file-name.
10119 (vc-file-tree-walk): Update docstring.
10120 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10121 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10122
10123 * vc-sccs.el (vc-sccs-rename-file): Renamed from
10124 vc-sccs-record-rename. Use `find-file-noselect' rather than
10125 `find-file' and call `vc-rename-master' to do the actual move.
10126 (vc-sccs-diff): Remove unused `backend' variable.
10127
10128 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10129 to delay loading of vc-sccs until it is really used.
10130 (vc-sccs-master-templates): Preload.
10131 (vc-sccs-state): Update call to vc-sccs-parse-locks.
10132 (vc-sccs-project-dir): Remove (merged into
10133 vc-sccs-search-project-dir).
10134 (vc-sccs-search-project-dir): Rewrite using file name handling ops
10135 rather than `concat', make sure it is preloaded and don't bother
10136 to check that the file actually exists.
10137 (vc-sccs-parse-locks): Remove unused `file' argument, remove
10138 `locks' argument (use buffer's content instead) and eliminate n^2
10139 behavior.
10140
10141 * vc-rcs.el: Update Copyright.
10142 (vc-rcs-rename-file): New function.
10143 (vc-rcs-diff): Remove unused `backend' variable.
10144
10145 * vc-hooks.el: Update Copyright.
10146 (vc-backend): Don't accept a nil argument any more.
10147 (vc-up-to-date-p): Turn into a defsubst.
10148 (vc-possible-master): New function.
10149 (vc-check-master-templates): Use `vc-possible-master' and allow
10150 funs in vc-X-master-templates to return a non-existent file.
10151
10152 * vc-cvs.el: Update Copyright.
10153 (vc-cvs-diff): Remove unused `backend' variable.
10154 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10155
10156 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10157
10158 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10159
10160 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10161 since it can be called from vc-rcs.el.
10162 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10163
10164 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10165
10166 * vc.el (vc-version-diff): Expand file name read from the
10167 minibuffer. Handle the case when a previous version number can't
10168 be guessed. Give suitable messages when there were no differences
10169 found.
10170 (vc-clear-headers): Call backend-specific implementation, if one
10171 exists.
10172 (vc-cancel-version): Made error checks generic. When done, clear
10173 headers generically, too.
10174
10175 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10176 from vc-clear-headers in vc.el.
10177
10178 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10179 correctly.
10180 (vc-rcs-latest-on-branch-p): Made second argument VERSION
10181 optional. Handle the case when it's not there.
10182
10183 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10184
10185 * vc.el (vc-locking-user): Moved from vc-hooks.el.
10186
10187 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10188
10189 * vc-hooks.el (vc-loadup): Remove.
10190 (vc-find-backend-function): Use `require'. Also, handle the case
10191 where vc-BACKEND-hooks.el doesn't exist.
10192 (vc-call-backend): Cleanup.
10193
10194 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10195
10196 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10197 vc-rcs-grab-templates)
10198 (vc-rcs-registered): Remove. The default function works as well.
10199 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10200 vc-sccs-grab-templates)
10201 (vc-sccs-registered): Remove. The default function works as well.
10202
10203 * vc.el (vc-version-diff): Left out a vc- in call to
10204 vc-call-backend.
10205 (vc-default-dired-state-info, vc-default-record-rename)
10206 (vc-default-merge-news): Update for the new backend argument.
10207
10208 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10209 using the default function.
10210 (vc-call-backend): If calling the default function, pass it the
10211 backend as first argument. Update the docstring accordingly.
10212 (vc-default-state-heuristic, vc-default-mode-line-string): Update
10213 for the new backend argument.
10214 (vc-make-backend-sym): Renamed from vc-make-backend-function.
10215 (vc-find-backend-function): Use the new name.
10216 (vc-default-registered): New function.
10217
10218 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10219
10220 * vc.el (vc-merge): Use vc-find-backend-function.
10221
10222 * vc-hooks.el (vc-backend-functions): Remove.
10223 (vc-loadup): Don't setup 'vc-functions.
10224 (vc-find-backend-function): New function.
10225 (vc-call-backend): Use above fun and populate 'vc-functions
10226 lazily.
10227 (vc-backend-defines): Remove.
10228
10229 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10230
10231 * vc.el (vc-register): Put a FIXME note for a newly found bug.
10232 Call vc-call-backend without the leading vc-.
10233 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10234 (vc-check-headers): Call vc-call-backend without the leading vc-.
10235 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10236 (vc-annotate-display): Replace confusing use of `cond' with `or'.
10237 Call vc-call-backend without the leading vc-.
10238
10239 * vc-cvs.el (tail): Provide vc-cvs.
10240 * vc-sccs.el (tail): Provide vc-sccs.
10241 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10242
10243 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10244 (vc-make-backend-function, vc-call): Pass names without leading
10245 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10246 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10247 (vc-call-backend): Always try to load vc-X-hooks.
10248 (vc-registered): Remove vc- in call to vc-call-backend.
10249
10250 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10251
10252 * vc.el (vc-process-filter): New function.
10253 (vc-do-command): Setup `vc-process-filter' for the async process.
10254 (vc-maybe-resolve-conflicts): New function to reduce
10255 code-duplication. Additionally, it puts the buffer in
10256 `smerge-mode' if applicable.
10257 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10258 calling `merge-news'.
10259 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10260 (vc-log-edit): New function. Replacement for `vc-log-mode' by
10261 interfacing to log-edit.el.
10262 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10263 log-edit is available.
10264 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10265
10266 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10267
10268 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10269 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10270 defvar and the initialization.
10271 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10272
10273 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10274 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10275
10276 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10277
10278 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10279
10280 * vc.el (vc-file-clear-masterprops): Removed.
10281 (vc-checkin, vc-revert-buffer): Removed calls to the above.
10282 (vc-version-diff): Use buffer-size without argument.
10283 (vc-register): Heed vc-initial-comment.
10284
10285 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10286 default branch.
10287
10288 * vc-rcs.el (vc-rcs-register): Parse command output to find master
10289 file name and workfile version.
10290 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10291
10292 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10293 vc-file-clear-masterprops.
10294
10295 * vc-sccs.el (vc-sccs-checkout): Removed call to
10296 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10297 rather than user login name.
10298
10299
10300 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10301
10302 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10303 `want-differences-if-changed' and simplify.
10304 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10305 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10306 output (which is invalid for async vc-diff) to decide whether to
10307 do the revert silently or not.
10308
10309 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10310
10311 * vc-hooks.el (vc-loadup): Load files quietly.
10312 (vc-call-backend): Oops, brain fart.
10313
10314 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10315
10316 * vc-cvs.el (vc-cvs-state): Typo.
10317 (vc-cvs-merge-news): Return the status code rather than the error msg.
10318
10319 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10320
10321 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10322 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10323 vc-state or vc-up-to-date-p.
10324 (vc-merge): Use vc-backend-defines to check whether merging is
10325 possible. Set state to 'edited after successful merge.
10326
10327 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10328 return that name. Redocumented.
10329
10330 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10331
10332 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10333 new `vc-state' semantics.
10334 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10335 'vc-locking-user to the current user.
10336 (vc-merge): Inline vc-backend-merge. Comment out code that I
10337 don't understand and hence can't adapt to the new `vc-state' and
10338 `vc-locking-user' semantics.
10339 (vc-backend-merge): Remove.
10340
10341 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10342 rather than 'vc-locking-user.
10343
10344 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10345
10346 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10347 (vc-state): Don't use 'reserved any more. Just use the same
10348 convention as the one used for vc-<backend>-state where the
10349 locking user (as a string) is returned.
10350 (vc-locking-user): Update, based on the above convention. The
10351 'vc-locking-user property has disappeared.
10352 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10353
10354 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10355 with a heuristic one.
10356 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10357 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10358 error. That allows us to get to 'needs-merge even in the
10359 stay-local case. There's still no way to detect 'needs-patch in
10360 such a setup (or to force an update for that matter).
10361 (vc-cvs-logentry-check): Remove, the default works as well.
10362
10363 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10364
10365 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10366
10367 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10368 major-mode in which the buffer might have been put earlier. Use
10369 `remove' and `when'. Allow `okstatus' to be `async' and use
10370 `start-process' in this case.
10371 (vc-version-diff): Handle the case where the diff looks empty
10372 because of the use of an async process.
10373
10374 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10375
10376 * vc.el (vc-next-action-on-file): Removed optional parameter
10377 `simple'. Recompute state unconditionally.
10378 (vc-default-toggle-read-only): Removed.
10379
10380 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10381 (vc-toggle-read-only): Undid prev change.
10382
10383 * vc-cvs.el (vc-cvs-stay-local): Renamed from
10384 vc-cvs-simple-toggle. Redocumented.
10385 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10386 (vc-cvs-toggle-read-only): Removed.
10387
10388 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10389
10390 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10391 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10392 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10393 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
10394 still is. So maybe it should be removed.
10395 (vc-head-version, vc-find-binary): Remove.
10396 (vc-recompute-state): Move from vc-hooks.el.
10397 (vc-next-action-on-file): Add a `simple' argument to allow
10398 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10399 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10400 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10401 (vc-dired-mode-map): Properly defvar it.
10402 (vc-print-log): Call log-view-mode if available.
10403 (small-temporary-file-directory): defvar instead of use boundp.
10404 (vc-merge-news): Moved to vc-cvs.el.
10405 (vc-default-merge-news): New function.
10406
10407 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10408 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10409 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10410 unknown `vc-latest-version' function. It should probably refer to
10411 vc-workfile-version or somesuch, but it's very unclear to me and I
10412 don't have SCCS to test things.
10413
10414 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10415 (vc-sccs-state-heuristic): Fix typo.
10416 (vc-sccs-workfile-unchanged-p): Add missing argument.
10417
10418 * vc-rcs.el: Require vc and vc-rcs-hooks.
10419 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10420 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10421 (vc-release-greater-or-equal-p): Move from vc.
10422 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10423 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10424 (vc-rcs-checkout): Add a missing `new-version' argument in the
10425 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
10426
10427 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10428 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10429 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10430 than the apparently unbound `workfile-version'.
10431
10432 * vc-hooks.el (vc-master-templates): Def the obsolete var.
10433 (vc-file-prop-obarray): Use `make-vector'.
10434 (vc-backend-functions): Add new hookable functions
10435 vc-toggle-read-only, vc-record-rename and vc-merge-news.
10436 (vc-loadup): If neither backend nor default functions exist, use
10437 the backend function rather than nil.
10438 (vc-call-backend): If the function if not bound yet, try to load
10439 the non-hook file to see if it provides it.
10440 (vc-call): New macro plus use it wherever possible.
10441 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10442 nor `vc-find-binary' since it's only called from
10443 vc-mistrust-permission which is only used once the backend is known.
10444 (vc-checkout-model): Fix parenthesis.
10445 (vc-recompute-state, vc-prefix-map): Move to vc.el.
10446
10447 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10448 (vc-cvs-release, vc-cvs-system-release): Remove.
10449 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10450 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10451 status symbols.
10452 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10453 (vc-cvs-toggle-read-only): First cut at a function to allow a
10454 cvs-status-free vc-toggle-read-only.
10455 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10456 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10457 vc-cvs-status. Also set vc-state rather than vc-locking-user.
10458 (vc-cvs-checkout): Modify access rights directly if the user
10459 requested not to use `cvs edit'. And refresh the mode line.
10460
10461 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10462 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10463
10464 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10465
10466 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10467 workfile' that got lost when the code was extracted from vc.el.
10468 And merged the tail with the rest of the code (not possible in the
10469 old vc.el where the tail was shared among all backends). And
10470 explicitly set the state to 'edited if `writable' is set.
10471
10472 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10473 (vc-cvs-state): Be careful to return the value from
10474 vc-cvs-parse-state.
10475 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10476 property but return it instead. Also be careful to handle a nil
10477 or "" `rev' when workfile is non-nil (it was handled properly when
10478 workfile was nil).
10479
10480 * vc.el: Removed those pesky unnecessary `(function' quotes.
10481 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10482 directly in the defvar.
10483 (vc-do-command): Bind inhibit-read-only so as to properly handle
10484 the case where the destination buffer has been made read-only.
10485 (vc-diff): Delegate to vc-version-diff in all cases.
10486 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10487 (vc-annotate-mode-variables): Removed (code moved partly to
10488 defvars and partly to vc-annotate-add-menu).
10489 (vc-annotate-mode): Turned into a derived-mode.
10490 (vc-annotate-add-menu): Moved in code in
10491 vc-annotate-mode-variables.
10492 (vc-update-change-log): Use make-temp-file if available.
10493
10494 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10495
10496 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10497 `vc-checkout-model' updated to `vc-cvs-update-model'.
10498
10499 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10500
10501 * vc.el (vc-next-action-on-file): Added handling of state
10502 `unlocked-changes'.
10503 (vc-checkout-carefully): Is now practically obsolete, unless the
10504 above is too slow to be enabled unconditionally.
10505 (vc-update-change-log): Fixed typo.
10506
10507 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10508
10509 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10510 Now handles state `unlocked-changes'.
10511 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10512
10513 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10514
10515 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10516 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10517 `unlocked-changes'.
10518 (vc-rcs-workfile-unchanged-p): Renamed from
10519 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10520 function yet, but supposed to become one soon.
10521
10522 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10523 `vc-steal-lock'.
10524 (vc-call-backend): Changed error message.
10525 (vc-state): Added description of state `unlocked-changes'.
10526
10527 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10528
10529 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10530 always return t in CVS-controlled directories.
10531
10532 * vc.el (vc-responsible-backend): New function.
10533 (vc-register): Largely rewritten.
10534 (vc-admin): Removed (implementation moved into vc-register).
10535 (vc-checkin): Redocumented.
10536 (vc-finish-logentry): If no backend defined yet (because we are in
10537 the process of registering), use the responsible backend.
10538
10539 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10540 Updated function lists.
10541 (vc-call-backend): Fixed typo.
10542
10543 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10544 New functions.
10545 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10546 Removed query option. Redocumented.
10547
10548 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10549
10550 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10551
10552 * vc.el: Updated callers of `vc-checkout-required' to use
10553 `vc-checkout-model'.
10554
10555 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10556
10557 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10558 stuff updated to reference this function instead of the old
10559 `vc-backend-release-p'.
10560
10561 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10562
10563 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10564 vc-checkout-model. Return appropriate values. Updated callers.
10565
10566 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10567
10568 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10569 (vc-backend-revert): Function moved into `vc-revert';
10570 `vc-next-action' must be updated to accomodate this change.
10571 (vc-backend-steal): Function moved into `vc-finish-steal'.
10572 (vc-backend-logentry-check): Function moved into
10573 `vc-finish-logentry'.
10574 (vc-backend-printlog): Function moved into `vc-print-log'.
10575 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10576 (vc-backend-assign-name): Function moved into
10577 `vc-create-snapshot'.
10578
10579 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10580
10581 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10582 Rename to vc-checkout-model. Return appropriate values.
10583 Update callers.
10584
10585 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10586 to vc-checkout-model.
10587 (vc-checkout-required): Rename to vc-checkout-model.
10588 Re-implement and re-comment.
10589 (vc-after-save): Use vc-checkout-model.
10590
10591 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10592
10593 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10594 Update to use the vc-BACKEND-diff functions instead.
10595 `vc-diff' is now working.
10596
10597 * vc-rcs.el (vc-rcs-logentry-check): New function.
10598
10599 * vc-cvs.el (vc-cvs-logentry-check): New function.
10600
10601 * vc-sccs.el (vc-sccs-diff): Function changed name from
10602 `vc-backend-diff'. This makes `vc-diff' work.
10603
10604 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10605 of functions possibly implemented in a vc-BACKEND library.
10606 (vc-checkout-required): Fix bug that caused an error to be
10607 signaled during `vc-after-save'.
10608
10609 * vc.el: Fix typo.
10610 This checkin is made with our new VC code base for the very first time.
10611 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10612
10613 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10614 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10615
10616 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10617 updated to `vc-uses-locking'.
10618 (vc-checkout-required): Call to backend function.
10619 `vc-checkout-required' updated to `vc-uses-locking' instead.
10620
10621 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10622 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10623
10624 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10625 to match the split into various backends.
10626 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10627 (vc-retrieve-snapshot): Bug fix.
10628
10629 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10630
10631 * vc-sccs.el (vc-sccs-release): Doc fix.
10632
10633 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10634
10635 * vc.el (vc-next-action-on-file): Bug found and fixed.
10636 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10637 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10638
10639 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10640 (vc-rcs-checkout): Name space cleaned up. No more revision number
10641 crunching function names that are not prefixed with vc-rcs.
10642 (vc-rcs-checkout-model): Function added. References to
10643 `vc-checkout-model' replaced.
10644
10645 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10646
10647 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10648 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10649 still need to be split, and implemented for RCS).
10650
10651 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10652
10653 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10654
10655 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10656 required by the vc.el file.
10657
10658 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10659 required by the vc.el file.
10660 (vc-rcs-exists): Function added.
10661
10662 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10663 required by the vc.el file.
10664
10665 * vc.el (vc-admin): Updated to handle selection of appropriate
10666 backend. Current implementation is crufty and need re-thinking.
10667
10668 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10669
10670 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10671
10672 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10673 beginning of annotate buffers correctly.
10674
10675 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10676 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10677 functionality updated quite a lot to support multiple backends.
10678 Variables `vc-annotate-mode', `vc-annotate-buffers',
10679 `vc-annotate-backend' added.
10680
10681 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10682 `vc-annotate-difference' added to supported backend functions.
10683
10684 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10685
10686 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10687 Use with-temp-file instead of /bin/sh. Merged from mainline
10688
10689 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10690
10691 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10692
10693 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10694
10695 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10696
10697 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10698
10699 * vc-hooks.el: vc-state-heuristic added to
10700 vc-backend-hook-functions.
10701
10702 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10703
10704 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10705
10706 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10707 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10708 state to `reserved'.
10709
10710 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10711 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10712
10713 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10714
10715 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10716 untouched.
10717
10718 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10719
10720 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10721 if defined. (Merged from main line, slightly adapted.)
10722
10723 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10724 millenium problem (merged from mainline).
10725
10726 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10727
10728 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10729 part and moved the non-BACKEND stuff to vc.el.
10730
10731 * vc.el: Split the annotate feature into a BACKEND specific part
10732 and moved it from the vc-cvs.el file to this one.
10733
10734 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10735
10736 * vc-hooks.el: Implement new state model.
10737 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10738 (vc-locking-user): Simplify. Now only needed if the file is
10739 locked by somebody else.
10740 (vc-lock-from-permissions): Remove. Functionality is in
10741 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10742 (vc-mode-line-string): New name for former vc-status. Adapted.
10743 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10744
10745 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10746 Various simplifications and adaptations all over the place.
10747
10748 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10749 Simplify and adapt the rest.
10750
10751 * vc.el (vc-resynch-window): Add TODO comment: check for
10752 interaction with view mode according to recent RCS change.
10753 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10754
10755 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10756
10757 * vc.el: Convert the remaining function comments to docstrings.
10758
10759 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10760
10761 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10762 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10763 (vc-minor-part, vc-previous-version): Functions that operate and
10764 compare revision numbers got proper documentation. Comments added
10765 about their possible removal.
10766
10767 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10768
10769 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10770 the vc-backend.el files.
10771
10772 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10773
10774 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10775 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10776 (vc-rcs-previous-version): Functions added.
10777
10778 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10779
10780 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10781
10782 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10783
10784 * vc-hooks.el (vc-master-templates): Is really obsolete.
10785 Comment out the definition for now. What is the right procedure
10786 to get rid of it?
10787 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10788 rewritten.
10789 (vc-default-registered): Remove.
10790 (vc-check-master-templates): New function; does mostly what the
10791 above did before.
10792 (vc-locking-user): Don't rely on the backend to set the property.
10793
10794 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10795 Rewrite documentation.
10796 (vc-rcs-templates-grabbed): New variable.
10797 (vc-rcs-grab-templates): New function.
10798 (vc-rcs-registered): Rewrite to use above mechanism.
10799
10800 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10801 Rewrite documentation.
10802 (vc-sccs-templates-grabbed): New variable.
10803 (vc-sccs-grab-templates): New function.
10804 (vc-sccs-registered): Rewrite to use above mechanism.
10805 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10806 Don't throw the result, simply return it.
10807
10808 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10809 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10810 (vc-cvs-registered): Does the check itself now. Simplify.
10811
10812 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10813 from main line.
10814
10815 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10816
10817 * vc-cvs.el (vc-cvs-diff): New function.
10818
10819 * vc-sccs.el (vc-sccs-diff): New function.
10820
10821 * vc-rcs.el (vc-rcs-diff): New function.
10822 (vc-rcs-checkout): Bug (typo) found and fixed.
10823 (vc-rcs-register-switches): New variable.
10824
10825 * vc.el (vc-backend-diff): Function removed and placed in the
10826 backend files.
10827
10828 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10829
10830 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10831
10832 * vc.el (vc-backend-checkout): Function removed and replaced in
10833 the vc-backend.el files.
10834
10835 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10836
10837 * vc.el (vc-backend-admin): Removed and replaced in the
10838 vc-backend.el files.
10839
10840 * vc.el (Martin): Removed all the annotate functionality since it
10841 is CVS backend specific.
10842
10843 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10844
10845 * spec.txt: Added specification of vc-state.
10846
10847 * vc-sccs-hooks.el (vc-sccs-master-properties):
10848 Remove handling of vc-latest-version and
10849 vc-your-latest-version. What used to be vc-latest-version, is now
10850 returned as vc-workfile-version.
10851 (vc-sccs-workfile-version): Adapt.
10852
10853 2000-09-04 Dave Love <fx@gnu.org>
10854
10855 * vc.el: [Merged from mainline.]
10856 (vc-dired-mode): Make the dired-move-to-filename-regexp
10857 regexp match the date, to avoid treating date as file size.
10858 Add YYYY S option to WESTERN/
10859
10860 2000-09-04 Dave Love <fx@gnu.org>
10861
10862 * vc.el: Require `compile' when compiling.
10863 (vc-logentry-check-hook): New option.
10864 (vc-steal-lock): Use compose-mail.
10865 (vc-dired-mode-map): Defvar when compiling.
10866 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10867 vc-sccs.el and renamed. Callers changed.
10868 (vc-backend-checkout, vc-backend-logentry-check)
10869 (vc-backend-merge-news): Doc fix.
10870 (vc-default-logentry-check): New function.
10871 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10872 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10873 (vc-backend-merge): Doc fix. Use backend functions.
10874 (vc-check-headers): Use backend functions.
10875
10876 * vc-cvs.el: Require vc when compiling.
10877 (vc-cvs-register-switches): Doc fix.
10878 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10879 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10880 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10881 New functions (code from vc.el).
10882 (vc-annotate-display-default): Fix interactive spec.
10883 (vc-annotate-time-span): Doc fix.
10884
10885 * vc-rcs.el: Require vc when compiling.
10886 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10887 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10888 (vc-rcs-checkin): New functions (code from vc.el).
10889 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10890 Doc fix.
10891 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10892
10893 * vc-sccs.el: Require vc when compiling.
10894 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10895 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10896 (vc-sccs-revert)
10897 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10898 from vc.el).
10899 (vc-sccs-add-triple, vc-sccs-record-rename)
10900 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10901 (vc-sccs-admin): Doc fix.
10902
10903 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10904
10905 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10906 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10907 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10908 from vc.el.
10909
10910 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10911
10912 * vc-cvs.el: Moved the annotate functionality from vc.el.
10913 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10914
10915 2000-09-04 Dave Love <fx@gnu.org>
10916
10917 * vc.el (vc-backend-release): Call vc-system-release.
10918
10919 * vc-sccs.el (vc-sccs-system-release):
10920 Renamed from vc-sccs-backend-release.
10921
10922 * vc-rcs.el (vc-rcs-system-release):
10923 Renamed from vc-rcs-backend-release.
10924
10925 * vc-cvs.el (vc-cvs-system-release):
10926 Renamed from vc-cvs-backend-release.
10927
10928 2000-09-04 Dave Love <fx@gnu.org>
10929
10930 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10931 backend files.
10932 (vc-backend-release): Dispatch to backend functions.
10933 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10934 probably needs attention.]
10935
10936 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10937 (vc-sccs-backend-release): New function.
10938
10939 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10940 (vc-cvs-backend-release): New function.
10941
10942 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10943 Doc fix.
10944 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10945 (vc-default-dired-state-info): New function.
10946 (vc-dired-state-info): Dispatch to backends.
10947 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10948
10949 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10950 from vc.el and renamed.
10951
10952 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10953
10954 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10955 (vc-version-other-window, vc-backend-assign-name): Removed
10956 references to vc-latest-version; sometimes changed into
10957 vc-workfile-version.
10958
10959 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10960 vc-rcs-master-workfile-version.
10961 (vc-rcs-workfile-version): Use the above. Don't call
10962 vc-latest-version (that was unreachable code, anyway).
10963 (vc-rcs-fetch-master-properties): Doc fix.
10964
10965 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10966 (vc-backend-hook-functions): Removed them from this list, too.
10967 (vc-fetch-properties): Removed.
10968 (vc-workfile-version): Doc fix.
10969
10970 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10971 (vc-rcs-workfile-version, vc-rcs-locking-user)
10972 (vc-rcs-uses-locking): Use it.
10973
10974 * vc-hooks.el (vc-consult-rcs-headers):
10975 Moved into vc-rcs-hooks.el, under the name
10976 vc-rcs-consult-headers.
10977
10978 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10979 headers.
10980 (vc-cvs-find-master): Use this name only; correct different
10981 versions of the name.
10982
10983 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10984 New functions.
10985 (vc-sccs-locking-user): Use the latter.
10986
10987 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10988 New functions.
10989
10990 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10991 Moved into both
10992 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10993 functions are implementation details of those two backends.
10994
10995 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10996
10997 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10998 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10999
11000 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11001 (vc-sccs-parse-locks): SCCS-specific code moved here from
11002 vc-hooks.
11003
11004 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11005 code moved here from vc-hooks.
11006
11007 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11008 into back-end specific parts and removed. Callers not updated
11009 yet; because I guess these callers will disappear into back-end
11010 specific files anyway.
11011
11012 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11013
11014 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11015 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11016 `vc-uses-locking'.
11017
11018 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11019 Store yes/no in the property, and return t/nil. Updated all
11020 callers.
11021
11022 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11023 vc-sccs-uses-locking. Don't set property.
11024 (vc-sccs-locking-user): Don't set property.
11025
11026 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11027 vc-cvs-uses-locking. Don't set property here; leave that to
11028 vc-hooks.
11029 (vc-cvs-locking-user): Reflect above change. Streamlined.
11030
11031 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11032 vc-rcs-uses-locking.
11033 (vc-rcs-locking-user): Reflect above change.
11034
11035 2000-09-04 Dave Love <fx@gnu.org>
11036
11037 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11038
11039 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11040
11041 * vc-hooks.el (vc-checkout-model): Punt to backends.
11042
11043 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11044
11045 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11046
11047 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11048 New functions.
11049
11050 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11051 New functions.
11052
11053 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11054 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11055
11056 * vc-hooks.el (vc-default-locking-user): New function.
11057 (vc-locking-user, vc-workfile-version): Punt to backends.
11058
11059 2000-09-04 Dave Love <fx@gnu.org>
11060
11061 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11062 (vc-master-workfile-version): Moved from vc-hooks.
11063
11064 * vc-rcs-hooks.el: Fix duplicate code in last change.
11065
11066 * vc-rcs-hooks.el: Require vc-hooks when compiling.
11067 (vc-rcs-master-templates): Improve :type.
11068 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11069 vc-master-workfile-version): Moved from vc-hooks.
11070
11071 * vc-sccs-hooks.el: Require vc-hooks when compiling.
11072 (vc-sccs-master-templates): Improve :type.
11073 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11074
11075 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11076
11077 * vc-cvs-hooks.el: Require vc-hooks when compiling.
11078 (vc-cvs-master-templates): Improve :type. Use
11079 vc-cvs-find-cvs-master.
11080 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11081 from vc-hooks.
11082 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11083
11084 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11085 Moved to vc-cvs-hooks.
11086
11087 * vc-hooks.el: Add doc strings in various places. Simplify the
11088 minor mode setup.
11089 (vc-handled-backends): New user variable.
11090 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11091 simplification.
11092
11093 2000-09-04 Dave Love <fx@gnu.org>
11094
11095 * vc.el: Some doc fixes for autoloaded and interactive functions.
11096 Fix compilation warnings from ediff stuff.
11097 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11098
11099 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11100
11101 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11102
11103 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11104
11105 2000-09-04 Dave Love <fx@gnu.org>
11106
11107 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11108 New variable.
11109 (vc-make-backend-function, vc-loadup, vc-call-backend)
11110 (vc-backend-defines): New functions.
11111
11112 * vc-hooks.el: Various doc fixes.
11113 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11114 (vc-match-substring): Function removed. Callers changed to use
11115 match-string.
11116 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11117 Simplify.
11118
11119 2000-09-04 Dave Love <fx@gnu.org>
11120
11121 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11122 type.
11123 (vc-sccs-project-dir, vc-search-sccs-project-dir)
11124 (vc-sccs-registered): Doc fix.
11125
11126 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11127 (vc-cvs-registered): Doc fix.
11128
11129 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11130 (vc-rcs-registered): Doc fix.
11131
11132 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11133
11134 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11135
11136 * vc-hooks.el: vc-registered has been renamed
11137 vc-default-registered. Some functions have been moved to the
11138 backend specific files. they all support the
11139 vc-BACKEND-registered functions.
11140
11141 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11142
11143 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11144
11145 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11146
11147 2000-09-04 Dave Love <fx@gnu.org>
11148
11149 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11150 menu-bar-update-hook.
11151
11152 * help.el (help-manyarg-func-alist): Add
11153 find-operation-coding-system.
11154
11155 * wid-edit.el (widget-sexp-validate): Fix garbled code.
11156
11157 * custom.el (custom-set-variables): Print message about errors in
11158 setting.
11159
11160 2000-09-03 Andrew Innes <andrewi@gnu.org>
11161
11162 * makefile.w32-in: Change to DOS line endings.
11163
11164 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11165
11166 * mouse.el (mouse-popup-menubar): Supply the prompt string for
11167 minor-mode keymaps, if they don't have one.
11168
11169 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11170
11171 * eshell/esh-module.el (eval-when-compile): Don't lose if
11172 esh-module.el's file name is truncated to DOS 8+3 limits.
11173
11174 2000-09-01 John Wiegley <johnw@gnu.org>
11175
11176 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11177 predicate, which caused entries in the completion list to be
11178 doubled.
11179
11180 2000-08-30 John Wiegley <johnw@gnu.org>
11181
11182 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11183 sending to subprocesses. Also, hook pre-command-hook if
11184 `eshell-send-direct-to-subprocesses' is non-nil.
11185 (eshell-send-direct-to-subprocesses): New config variable. If t,
11186 subprocess input is send immediately.
11187 (eshell-toggle-direct-send): New function.
11188 (eshell-self-insert-command): New function.
11189 (eshell-intercept-commands): New function.
11190 (eshell-send-input): If direct subprocess sending is enabled,
11191 don't echo any input to the Eshell buffer. Let the subprocess
11192 handle that. This requires "stty echo" in bash, for example.
11193
11194 2000-08-28 John Wiegley <johnw@gnu.org>
11195
11196 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11197 completion function for Eshell's implementation of `unset'.
11198
11199 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11200
11201 * info.el (Info-directory-list): Doc fix.
11202
11203 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
11204
11205 * filecache.el (file-cache-add-directory-using-find): Don't quote
11206 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11207
11208 2000-08-31 Kenichi Handa <handa@etl.go.jp>
11209
11210 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11211 coding systems.
11212
11213 2000-08-30 Andrew Innes <andrewi@gnu.org>
11214
11215 * timer.el (run-with-idle-timer): Undo last change, so that timer
11216 is not activated immediately if Emacs is already idle. Some
11217 existing code relies on this behaviour.
11218
11219 2000-08-30 Miles Bader <miles@gnu.org>
11220
11221 * frame.el (set-frame-font): Do completion of font-name for
11222 interactive use.
11223
11224 2000-08-30 Kenichi Handa <handa@etl.go.jp>
11225
11226 * international/quail.el (quail-start-translation): Bind locally
11227 last-command-event, last-command, and this-command.
11228 (quail-start-conversion): Likewise.
11229 (quail-self-insert-command): Fix docstring.
11230
11231 2000-08-29 Gerd Moellmann <gerd@gnu.org>
11232
11233 * progmodes/executable.el
11234 (executable-make-buffer-file-executable-if-script-p): Check that
11235 buffer contains at least 2 characters.
11236
11237 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
11238
11239 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11240
11241 2000-08-29 Dave Love <fx@gnu.org>
11242
11243 * diff-mode.el (diff-mode) <defgroup>: Add :version.
11244 (diff-mode-shared-map): Bind mouse-2.
11245 (diff-imenu-generic-expression): New variable.
11246 (diff-mode): Use it.
11247
11248 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11249 (mouse-popup-menubar): Add minor mode menus.
11250 (popup-menu): Check for lookup-key returning number.
11251
11252 2000-08-29 Miles Bader <miles@gnu.org>
11253
11254 * comint.el (comint-send-input): Create overlays using the proper
11255 front/read-advance arguments.
11256
11257 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11258
11259 * ps-print.el: Even/odd pages printing. Doc fix.
11260 (ps-print-version): New version number (6.0).
11261 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11262 (ps-background, ps-begin-file, ps-begin-job): Code fix.
11263 (ps-print-duplex-feature): Variable eliminated.
11264 (ps-even-or-odd-pages): New variable.
11265
11266 * progmodes/ebnf2ps.el: Doc fix.
11267 (ebnf-version): New version (3.3).
11268 (ebnf-user-arrow): Change variable customization to sexp.
11269 (ebnf-user-arrow): Function eliminated.
11270 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11271
11272 2000-08-29 Kenichi Handa <handa@etl.go.jp>
11273
11274 * help.el (help-xref-mule-regexp): New variable.
11275 (help-make-xrefs): Handle help-xref-mule-regexp.
11276
11277 * international/mule-cmds.el (help-xref-mule-regexp-template): New
11278 variable.
11279 (describe-input-method): Temporarily activate the specfied input
11280 method to display the information.
11281 (describe-language-environment): Hyperlinks to mule related items.
11282
11283 * international/mule-diag.el (charset-multibyte-form-string): New
11284 function.
11285 (list-character-sets-1): Use charset-multibyte-form-string.
11286 (describe-character-set): New function.
11287 (describe-coding-system): Hyperlinks to safe character sets.
11288
11289 * international/quail.el (quail-help): New arg PACKAGE.
11290 Hyperlinks to mule related items.
11291 (quail-help-insert-keymap-description): Use
11292 substitute-command-keys instead of describe-bindings.
11293 (quail-translation-help): Hyperlinks to mule related items.
11294
11295 2000-08-28 John Wiegley <johnw@gnu.org>
11296
11297 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11298 have a defsubst call itself. Made `eshell-flatten-list' back into
11299 a function again.
11300
11301 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11302 catch, in case re-centering point at bottom messes up the display.
11303 This happens frequently in Emacs 21, due I believe to variable
11304 line heights.
11305
11306 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11307 to call `find-tag-interactive'.
11308
11309 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11310 the list of remember directories.
11311
11312 2000-08-28 John Wiegley <johnw@gnu.org>
11313
11314 * align.el: Test align-region-separate to see if it's a symbol.
11315
11316 2000-08-28 John Wiegley <johnw@gnu.org>
11317
11318 * eshell/esh-util.el (eshell-flatten-list): Made this function
11319 into a defsubst form. It gets used very frequently, although
11320 calls don't occur all that often.
11321
11322 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11323 examining it.
11324
11325 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11326 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11327 `eshell-protect'.
11328 (eshell-copy-handles): Created a new macro for duplicating the
11329 current set of open handles. This is needed by the looping
11330 functions.
11331 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11332 is not incorrectly stomped on.
11333
11334 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11335 declaration for pcomplete-use-paring.
11336 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11337 value of eshell-cmpl-use-paring.
11338 * pcomplete.el (pcomplete-use-paring): New config variable, to
11339 indicate whether paring should be used.
11340 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11341 completion alternatives that have already been used.
11342
11343 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11344 bound to C-c C-y, which will repeat the previous N arguments
11345 (based on prefix argument).
11346 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11347
11348 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11349 if there is no *Help* buffer. This is for XEmacs, which renames
11350 its help buffers uniquely. TODO: Find out what the current buffer
11351 name to delete is.
11352
11353 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11354 first entry that correlates to a passwd/group number. Later
11355 entries (used for group/user name aliasing to multiple IDs) are
11356 ignored.
11357
11358 * eshell/em-xtra.el (eshell/expr):
11359 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11360 (eshell-grep, eshell/diff, eshell/locate):
11361 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11362 argument list, before passing it to the system command.
11363
11364 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11365 `find-tag' for use at final position in Eshell buffers (which
11366 otherwise triggers an error on Emacs 21).
11367 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11368 buffer, if it is currently bound to `find-tag'.
11369
11370 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11371 in the list of matched Makefile names.
11372 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11373 directory, prefer its contents to Makefile.
11374
11375 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11376 directory parts (like "cd old new", or "cd =regexp"), are now case
11377 sensitive on non-Windows/DOS platforms.
11378
11379 * eshell/esh-mode.el (eshell-parse-command-input): When a user
11380 types RET after an open delimiter (like "), display a message
11381 indicating that Eshell is waiting for the closing delimiter.
11382
11383 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11384 environment variables.
11385
11386 * eshell/em-unix.el (eshell/diff): Added logic to fail more
11387 gracefully if the user enters incorrect arguments.
11388
11389 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11390 Eshell buffers.
11391
11392 * eshell/esh-var.el (eshell-interpolate-variable):
11393 * eshell/esh-mode.el (eshell-move-argument):
11394 * eshell/em-unix.el (eshell-du-sum-directory):
11395 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11396 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11397 (not (= ...)).
11398
11399 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11400 to ensure the `preserve' flag gets propagated when doing recursive
11401 directory copies.
11402
11403 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
11404
11405 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11406 Don't convert \n into \0177 in memory.
11407 (eshell-read-history, eshell-write-history): Convert \n to \0177,
11408 and back again, when reading and writing.
11409
11410 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
11411
11412 * eshell/esh-util.el (eshell-processp): Added to relieve constant
11413 testing of `fboundp' on `processp'.
11414
11415 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11416 (eshell/jobs): Don't call process-list if it is not bound.
11417 (eshell-gather-process-output): Support systems where async
11418 subprocesses aren't supported.
11419 (eshell-scratch-buffer, eshell-last-sync-output-start): New
11420 variables.
11421
11422 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11423 eshell-do-eval returns t.
11424 (eshell-do-pipelines-synchronously): New defmacro.
11425 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11426 when async subprocesses aren't supported.
11427 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
11428 if async subprocesses aren't supported.
11429 (eshell-resume-command): Don't assume STATUS is a string.
11430
11431 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11432
11433 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11434 (eshell-close-target, eshell-get-target): Use eshell-processp.
11435 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11436 fix.
11437 (eshell-get-target, eshell-create-handles): Doc fix.
11438
11439 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
11440
11441 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11442 criterion to include commands that output something, as long as it
11443 leaves both the command and the end-of-buffer visible when the
11444 command has exited.
11445 (eshell-review-quick-commands): Adjust the help doc string
11446 accordingly.
11447
11448 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
11449
11450 * locate.el (locate): Cleaned up locate command's interactive prompting
11451 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11452
11453 * filecache.el (file-cache-case-fold-search): New variable
11454 (file-cache-assoc-function): New variable
11455 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11456 Use file-cache-case-fold-search variable
11457 (file-cache-add-file): Use file-cache-assoc-function
11458 (file-cache-delete-file): likewise
11459 (file-cache-directory-name): likewise
11460 (file-cache-debug-read-from-minibuffer): likewise
11461
11462 2000-08-28 Gerd Moellmann <gerd@gnu.org>
11463
11464 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11465 (abbrev-table-name): New function.
11466 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11467 If non-nil list local abbrev, only.
11468
11469 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11470
11471 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11472 from Gnus support code, and use special article copy buffer
11473 `(gnus-original-article-buffer)' instead. This allows to get rid
11474 of article-hide-headers usage (which breaks in the latest Gnus
11475 version). Thanks to Detlev Zundel.
11476
11477 2000-08-28 Kenichi Handa <handa@etl.go.jp>
11478
11479 * international/quail.el (quail-use-package): Hide "... loaded"
11480 message.
11481 (quail-start-translation, quail-start-conversion): Likewise.
11482
11483 * international/kkc.el (kkc-region): Hide "... loaded" message.
11484
11485 2000-08-27 Dave Love <fx@gnu.org>
11486
11487 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11488
11489 2000-08-27 Miles Bader <miles@gnu.org>
11490
11491 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11492
11493 2000-08-27 Kenichi Handa <handa@etl.go.jp>
11494
11495 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11496 'ja-dic-cnv), not (require 'skkdic-cnv).
11497
11498 2000-08-26 Miles Bader <miles@gnu.org>
11499
11500 * faces.el (face-x-resources): Add entry for :inherit.
11501 * cus-face.el (custom-face-attributes): Add support for :inherit
11502 attribute. Add support for relative face heights.
11503 (custom-face-attributes-get): Treat `nil' as being a default value
11504 for :inherit (as well as `unspecified').
11505
11506 * faces.el (set-face-attribute): Update doc string.
11507 (face-attribute-name-alist): Add :inherit.
11508 (face-valid-attribute-values): Handle :inherit.
11509 (face-read-string): Rephrase prompt to be less confusing.
11510 Assume that DEFAULT is a string, since we must return a string.
11511 (face-read-integer): Use `format' to turn DEFAULT into an
11512 acceptable default for face-read-string. Match NEW-VALUE against
11513 the string "unspecified", not the symbol `unspecified', since
11514 that's what face-read-string returns.
11515 (read-face-attribute): Lookup a name for old-value in valid, and
11516 use it as a default if we find one. Treat all values from
11517 face-read-string as strings. If the default is used, don't do any
11518 more processing on the value, just use the old value directly.
11519 (read-face-and-attribute, modify-face): Tweak prompt.
11520 (read-face-name): Don't assume prompt ends with a space.
11521
11522 * faces.el (describe-face): Add support for :inherit attribute.
11523
11524 2000-08-25 Kenichi Handa <handa@etl.go.jp>
11525
11526 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11527 concat doesn't accept interger.
11528
11529 * international/kkc.el: Remove SKK from Keywords. Require
11530 ja-dic-utl instead of skkdic-utl.
11531
11532 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11533 Provide ja-dic-cnv instead of skkdic-cnv.
11534 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11535 (iso-2022-7bit-short): Add safe-charsets property.
11536 (skkdic-convert-postfix): Search Japanese chou-on character in
11537 addition to Hiragana character.
11538 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11539 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11540 (batch-skkdic-convert): Likewise.
11541
11542 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11543 Provide ja-dic-utl instead of skkdic-utl.
11544 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11545
11546 2000-08-24 Dave Love <fx@gnu.org>
11547
11548 * disp-table.el (standard-display-default): Make the test of `l'
11549 useful.
11550
11551 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11552 mod sample text.
11553
11554 * international/iso-ascii.el: Make pilcrow convenient string
11555 consistent with section.
11556 (iso-ascii-display): Set up multibyte characters as well as
11557 unibyte.
11558
11559 2000-08-24 Kenichi Handa <handa@etl.go.jp>
11560
11561 * international/mule-cmds.el (reset-language-environment): Set
11562 default-process-coding-system to '(undecided . iso-latin-1), which
11563 makes process I/O almost consistent with file I/O. Call this
11564 function when mule-cmds.el[c] is loaded.
11565
11566 2000-08-22 Andrew Innes <andrewi@gnu.org>
11567
11568 * makefile.w32-in: New file.
11569
11570 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11571
11572 * comint.el (comint-output-filter): Compare end of
11573 comint-last-output-overlay with the start of the newly inserted
11574 text, not the end, when deciding whether to extend it.
11575 Set saved-point's insertion type to advance after insertion.
11576
11577 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11578 since this is now done independently of font-lock mode.
11579
11580 2000-08-21 Gerd Moellmann <gerd@gnu.org>
11581
11582 * server.el (server-kill-new-buffers): New user option.
11583 (server-existing-buffer): New buffer-local variable.
11584 (server-visit-files): When using an existing buffer, set
11585 server-existing-buffer to t.
11586 (server-buffer-done): If server-kill-new-buffers is t, kill the
11587 buffer, unless it was already present before visiting it with
11588 Emacs server.
11589
11590 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11591
11592 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11593 even if the display doesn't support colors: some displays will
11594 support bold/underline faces.
11595
11596 2000-08-21 Gerd Moellmann <gerd@gnu.org>
11597
11598 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11599
11600 * startup.el (command-line): If user's init file had an error,
11601 add explanatory text to *Messages*.
11602
11603 2000-08-21 Kenichi Handa <handa@etl.go.jp>
11604
11605 * man.el (Man-getpage-in-background): Decode the process output by
11606 the system locale coding system.
11607
11608 2000-08-20 Dave Love <fx@gnu.org>
11609
11610 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11611 Don't test x-popup-menu.
11612 (function) <complete-function>: Complete only fbound symbols.
11613 <validate, value>: New.
11614 (variable) <complete-function>: Complete only bound symbols.
11615 (coding-system): Add :base-only, :complete-function, :validate,
11616 :value, :prompt-match.
11617 (widget-coding-system-prompt-value): Use read-coding-system and
11618 act on :base-only.
11619 (editable-field): Add :help-echo.
11620 (widget-push-button-gui, widget-push-button-cache)
11621 (widget-gui-action, widget-editable-list-gui): COmment out, along
11622 with uses.
11623 (widget-at): Make arg optional.
11624 (widget-echo-help): Adjust for current help-echo calling sequence.
11625 (widget-specify-field, widget-specify-button)
11626 (widget-specify-insert, widget-get-sibling, widget-image-find)
11627 (widget-convert, widget-insert, widget-leave-text)
11628 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11629 (widget-setup, widget-field-find, widget-before-change)
11630 (widget-after-change, widget-default-complete)
11631 (widget-default-create, widget-default-delete)
11632 (widget-push-button-value-create, editable-field)
11633 (widget-field-prompt-value, widget-field-validate)
11634 (widget-choice-value-create, widget-choice-action)
11635 (widget-choice-validate, widget-checklist-add-item)
11636 (widget-radio-add-item, widget-radio-chosen)
11637 (widget-radio-value-inline, widget-editable-list-value-create)
11638 (widget-editable-list-entry-create)
11639 (widget-documentation-link-add)
11640 (widget-documentation-string-value-create)
11641 (widget-regexp-validate, widget-file-complete)
11642 (widget-sexp-validate, widget-plist-convert-widget)
11643 (widget-plist-convert-widget, widget-alist-convert-widget)
11644 (widget-alist-convert-widget, widget-color-complete): Simplify,
11645 particularly to avoid bindings which aren't optimized out.
11646
11647 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11648 Doc fix.
11649 (down-list, backward-up-list, up-list, kill-sexp)
11650 (backward-kill-sexp, mark-sexp): Make arg optional.
11651 (lisp-complete-symbol): Add optional arg PREDICATE.
11652
11653 * cus-start.el: Add display-buffer-reuse-frames,
11654 file-coding-system-alist.
11655
11656 2000-08-20 Gerd Moellmann <gerd@gnu.org>
11657
11658 * startup.el (command-line): Clear realized faces after
11659 modifying TTY color mappings.
11660
11661 2000-08-20 Miles Bader <miles@gnu.org>
11662
11663 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11664 merely a subset of FACE's attributes.
11665
11666 2000-08-19 Miles Bader <miles@gnu.org>
11667
11668 * comint.el (comint-output-filter): Save the point with a marker,
11669 not just a buffer position.
11670
11671 * international/mule.el (set-buffer-process-coding-system): Make
11672 interactive prompt less confusing.
11673
11674 2000-08-19 Gerd Moellmann <gerd@gnu.org>
11675
11676 * hilit-chg.el: General cleanup of doc strings, comments and
11677 code formatting.
11678
11679 2000-08-19 Miles Bader <miles@gnu.org>
11680
11681 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11682 Compiler macro removed; beginning-of-line is no longer always
11683 equivalent to forward-line, in the presence of fields.
11684
11685 * comint.el (comint-output-filter): Remove ad-hoc saving of
11686 restriction, and just use save-restriction, now that it works
11687 correctly. Don't adjust comint-last-input-start to account for
11688 our insertion; it shouldn't have moved because we don't use
11689 insert-before-markers anymore. Comment out call to
11690 `force-mode-line-update'; why is it here?
11691
11692 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11693 while checking for prompt to delete. Use `forward-line 0'
11694 instead of beginning-of-line.
11695 (gud-filter): Temporarily widen gud comint buffer while
11696 examining output.
11697
11698 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11699
11700 * progmodes/sh-script.el: Big bag of typos.
11701
11702 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11703 check since ispell-process is not bound when ispell is not yet loaded.
11704
11705 2000-08-18 Dave Love <fx@gnu.org>
11706
11707 * image.el (find-image): Copy `spec' before using plist-put.
11708
11709 2000-08-18 Gerd Moellmann <gerd@gnu.org>
11710
11711 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11712 `portugues'.
11713
11714 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11715 backward-kill-sexp, analogous to kill-sexp.
11716
11717 * progmodes/icon.el (icon-indent-line)
11718 (icon-is-continuation-line): Handle comments specially.
11719
11720 2000-08-17 Ken Stevens <k.stevens@ieee.org>
11721
11722 * ispell.el: Set to standard author/maintainer/keyword fields.
11723 Fine tuning to menu map appearance and operation, and added help.
11724 Remove `start' and `end' error messages when compiling.
11725 (ispell-choices-win-default-height): Fixed comment string.
11726 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11727 castellano8 dictionaries.
11728 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11729 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11730 dictionary, added italiano dictionary.
11731 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11732 word character
11733 (ispell-tex-skip-alists): Added psfig support.
11734 (ispell-skip-html): Renamed from ispell-skip-sgml.
11735 (ispell-begin-skip-region-regexp, ispell-skip-region)
11736 (ispell-minor-check): Improved html skipping support to skip across
11737 code, and recognize `&' commands without propper `;' syntax;
11738 (ispell-process-line): Fix alignment error when manually
11739 correcting spelling.
11740 (ispell): Fix comment string.
11741 (ispell-add-per-file-word-list): Always put word list on new line.
11742
11743 2000-08-17 Gerd Moellmann <gerd@gnu.org>
11744
11745 * format.el (format-encode-run-method): Fix error message to say
11746 `encode' instead of `decode'. Use save-window-excursion around
11747 shell-command-on-region as in format-decode-run-method because
11748 shell-command-on-region can display a buffer with error output.
11749 (format-decode): Don't record undo information for the decoding.
11750 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11751 that number part of the temporary buffer name so that more than
11752 one decoding using a temporary buffer can happen safely.
11753
11754 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11755 of `A-z' in the regexp.
11756
11757 * hilit-chg.el: Fix typos in commentary.
11758
11759 * help.el (view-emacs-news): Rewritten for new naming scheme
11760 for old NEWS files.
11761
11762 * startup.el (command-line): Pop to *Messages* in case an error
11763 is signaled while loading user-init-file.
11764
11765 2000-08-17 Andreas Schwab <schwab@suse.de>
11766
11767 * files.el (insert-directory): Don't lose original file name,
11768 undoing an undocumented change.
11769
11770 2000-08-17 Alex Schroeder <alex@gnu.org>
11771
11772 * sql.el (sql-magic-go): Use comint-bol.
11773 (sql-copy-column): Use comint-line-beginning-position.
11774 (comint-line-beginning-position): Define a replacement for
11775 comint-line-beginning-position if it is not fboundp.
11776
11777 2000-08-17 Alex Schroeder <alex@gnu.org>
11778
11779 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11780 it didn't have any effect anyway.
11781
11782 2000-08-17 Alex Schroeder <alex@gnu.org>
11783
11784 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11785 --pset and pager=off instead of sending \\o|cat at the beginning
11786 of the session.
11787
11788 2000-08-17 Miles Bader <miles@gnu.org>
11789
11790 * progmodes/octave-inf.el: Add compatibility definition of
11791 comint-line-beginning-position.
11792
11793 2000-08-17 Kenichi Handa <handa@etl.go.jp>
11794
11795 * startup.el (normal-top-level): Look in each dir in load-path for
11796 a leim-list.el file too. This assures of loading leim-list.el
11797 that is created at Emacs installation time even if a user have his
11798 own leim-list.el.
11799
11800 2000-08-17 Miles Bader <miles@gnu.org>
11801
11802 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11803 foreground color to black if the background is dark.
11804
11805 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11806
11807 * loadhist.el (unload-feature): Typo.
11808
11809 * finder.el (finder-compile-keywords):
11810 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11811 to the generated file.
11812
11813 * mail/mh-e.el (mh-make-local-vars):
11814 Replace make-variable-buffer-local with make-local-variable.
11815
11816 * play/landmark.el:
11817 * options.el (Edit-options-{set,toggle,t,nil}):
11818 * mail/mailabbrev.el (mail-abbrevs-mode):
11819 * textmodes/tex-mode.el (tex-expand-files):
11820 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11821
11822 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11823
11824 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11825 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11826 Allow going past the last element.
11827 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11828 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11829 (cvs-mouse-toggle-mark): Don't move point.
11830 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11831
11832 * progmodes/compile.el (grep): Provide a default set of files.
11833 (next-error): Docstring fix.
11834 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11835
11836 * emacs-lisp/easy-mmode.el (define-minor-mode):
11837 Use `symbol-value' to keep the byte-compiler quiet.
11838
11839 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11840 (diff-find-source-location): New fun, extracted from diff-goto-source.
11841 (diff-goto-source): Use it.
11842 (diff-next-complex-hunk, diff-filter-lines): New function.
11843 (diff-apply-hunk): New command.
11844
11845 * smerge-mode.el (smerge-mode-menu): Doc fix.
11846
11847 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11848
11849 2000-08-16 Dave Love <fx@gnu.org>
11850
11851 * windmove.el (windmove) <defgroup>: Add :version.
11852
11853 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11854 (goto-address-fontify-p, goto-address-highlight-p)
11855 (goto-address-url-face, goto-address-url-mouse-face)
11856 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11857 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11858 (goto-address-fontify, goto-address-at-mouse): Simplify,
11859 (goto-address-at-point): browse-url-url-at-point,
11860 goto-address-find-address-at-point can return nil.
11861 (goto-address-find-address-at-point): Return nil on failure.
11862
11863 * align.el (align) <defgroup>: Add :version.
11864
11865 * calculator.el (calculator): Add :version.
11866 (calculator): Use two lines for calculator window if `modeline'
11867 face is boxed.
11868
11869 * play/5x5.el: Doc fixes.
11870 (5x5) <defgroup>: Add :version.
11871
11872 * play/fortune.el (fortune) <defgroup>: Add :version.
11873 (fortune-append): Fix error message.
11874 (fortune-from-region): Doc fix.
11875
11876 * play/pong.el (pong): Doc fix.
11877
11878 * play/morse.el: Keywords, commentary, autoloads.
11879
11880 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11881
11882 * desktop.el (desktop-save): Don't look at symbol-value of a
11883 member of minor-mode-alist, unless it is boundp.
11884
11885 2000-08-16 Sam Steingold <sds@gnu.org>
11886
11887 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11888 `while'; use `with-current-buffer' instead of `save-excursion'.
11889 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11890
11891 2000-08-16 Kenichi Handa <handa@etl.go.jp>
11892
11893 * international/ccl.el (declare-ccl-program): Docstring modified.
11894 (ccl-execute-with-args): Likewise.
11895
11896 2000-08-16 Miles Bader <miles@gnu.org>
11897
11898 * progmodes/sql.el: Add compatibility definition of
11899 comint-line-beginning-position.
11900
11901 2000-08-15 Gerd Moellmann <gerd@gnu.org>
11902
11903 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11904 'buffer-menu' property.
11905 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11906 fails.
11907 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11908 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11909 wasn't killed.
11910
11911 * buff-menu.el (list-buffers-noselect): Don't display the
11912 *Buffer List* buffer.
11913
11914 * font-lock.el: Require jit-lock to prevent a very late
11915 `Loading jit-lock' message.
11916
11917 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11918 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11919 mail address.
11920
11921 2000-08-15 Miles Bader <miles@gnu.org>
11922
11923 * textmodes/ispell.el (ispell-graphic-p): New constant.
11924 (ispell-choices-win-default-height, ispell-help): Use
11925 `ispell-graphic-p' instead of `xemacsp'.
11926
11927 2000-08-15 Dave Love <fx@gnu.org>
11928
11929 * simple.el: Autoload widget-convert when compiling.
11930 (mail-user-agent): Doc fix.
11931
11932 * help.el (function-called-at-point, variable-at-point): Use
11933 with-syntax-table.
11934 (help-manyarg-func-alist): Add insert-and-inherit.
11935
11936 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11937
11938 * delsel.el (delsel-unload-hook): New function.
11939
11940 * find-file.el: Doc fixes. Move provide to end.
11941 (ff) <defgroup>: Add :link.
11942 (ff-goto-click): Deleted.
11943 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11944 Use mouse-set-point.
11945
11946 * textmodes/tildify.el: Doc fixes.
11947 (tildify) <defgroup>: Add:version.
11948
11949 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11950 (glasses-custom-set): Use set-default, not set.
11951 (minor-mode-alist): Propertize the lighter.
11952 (glasses-mode): Provide optional arg.
11953
11954 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11955 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11956 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11957 option. Provide :type.
11958 (cwarn-configuration): Provide :type.
11959 (cwarn-mode): Doc fix.
11960
11961 * add-log.el (change-log-merge): Doc fix.
11962 (change-log-redate): New command.
11963
11964 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11965 Doze and Dog.
11966 (browse-url): Use dolist, not mapcar.
11967 (browse-url-at-point): Check for null url.
11968 (browse-url-event-buffer, browse-url-event-point): Functions
11969 deleted.
11970 (browse-url-at-mouse, browse-url-netscape): Simplify.
11971
11972 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11973 modes.
11974 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11975 Fix previous change to mapcan.
11976 (msb--init-file-alist, msb--add-separators)
11977 (msb--make-keymap-menu): Simplify.
11978 (msb--choose-file-menu): Use copy-sequence.
11979 (msb-mode-map): Add title to keymap.
11980 (msb-unload-hook): New function.
11981
11982 * bs.el: Fix indentation.
11983 (bs) <defgroup>: Add :links.
11984 (bs-show): Doc fix.
11985 (bs-apply-sort-faces): Don't use window-system.
11986 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11987
11988 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11989
11990 * calendar/timeclock.el (timeclock-file): Run .timelog through
11991 convert-standard-filename.
11992
11993 2000-08-14 Gerd Moellmann <gerd@gnu.org>
11994
11995 * emacs-lisp/authors.el: New file.
11996
11997 * paren.el (show-paren-priority): New user option.
11998 (show-paren-function): Set overlay priorities to
11999 show-paren-priority.
12000
12001 2000-08-14 Miles Bader <miles@gnu.org>
12002
12003 * comint.el (comint-bol): Use `forward-line 0' instead of calling
12004 beginning-of-line with inhibit-field-text-motion bound.
12005
12006 2000-08-14 Gerd Moellmann <gerd@gnu.org>
12007
12008 * calendar/timeclock.el: New file.
12009
12010 2000-08-14 David Ponce <david@dponce.com>
12011
12012 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12013 `widget-button-click'. so that one can use left mouse button to
12014 click on dialog buttons.
12015
12016 2000-08-14 Emmanuel Briot <briot@gnat.com>
12017
12018 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12019 identifiers, since XML is case sensitive
12020
12021 2000-08-12 Miles Bader <miles@gnu.org>
12022
12023 * comint.el (comint-output-filter): Don't bother frobbing
12024 window-start, it doesn't seem to be necessary.
12025
12026 * comint.el (comint-send-string, comint-send-region): Make into
12027 real functions. Snapshot the prompt before sending.
12028
12029 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12030
12031 * info.el (Info-find-emacs-command-nodes): Rewrite to use
12032 technique similar to Info-index, instead of relying on specific
12033 names of relevant Index nodes.
12034 (Info-goto-emacs-command-node): Bind Info-history to nil when
12035 going to the first node found by Info-find-emacs-command-nodes.
12036
12037 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12038
12039 * menu-bar.el (menu-bar-help-menu): Add a :help string.
12040
12041 2000-08-10 Miles Bader <miles@gnu.org>
12042
12043 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12044
12045 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12046
12047 * info.el (Info-file-list-for-emacs): More elements for the
12048 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12049 and woman manuals.
12050
12051 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
12052
12053 * comint.el (comint-send-input): Make the newline boundary overlay
12054 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
12055 (comint-output-filter): Use `insert' instead of
12056 `insert-before-markers'. Extend comint-last-output-overlay when
12057 necessary since we can't rely on insert-before-markers to do it.
12058 * gud.el (gud-filter): Use `with-current-buffer' instead of
12059 save-excursion when inserting the output, so that point gets
12060 updated correctly; the old method relied on a rather dodgy
12061 side-effect of comint-output-filter to avoid the effect of
12062 save-excursion.
12063
12064 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12065
12066 * files.el (recover-file): Call insert-directory instead of
12067 invoking `ls' directly.
12068
12069 2000-08-10 Miles Bader <miles@gnu.org>
12070
12071 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12072 (comint-last-prompt-overlay): New variables.
12073 (comint-output-filter): Implement prompt highlighting.
12074 (comint-snapshot-last-prompt): New function.
12075 (comint-send-input): Snapshot the last prompt.
12076 Use comint-highlight-input-face.
12077 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12078 Use defface instead of defcustom.
12079 (send-invisible, comint-send-eof): Snapshot the last prompt.
12080 (comint-delchar-or-maybe-eof): Use comint-send-eof.
12081 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12082
12083 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
12084
12085 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12086 (regexp-opt-group): Use a list of chars for `letters'.
12087 (regexp-opt-charset): `chars' is now a list of chars.
12088 Use a char-table rather than a vector so it works for multibyte chars.
12089
12090 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
12091 Set cvs-minor-current-files to the selected fileinfo.
12092 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12093 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12094
12095 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
12096
12097 * files.el (insert-directory): Don't call access-file on
12098 directories on DOS and Windows.
12099
12100 2000-08-09 Kenichi Handa <handa@etl.go.jp>
12101
12102 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12103 longer if necessary.
12104 (ccl-embed-code): Call ccl-embed-data to store CODE in
12105 ccl-program-vector.
12106
12107 2000-08-09 Miles Bader <miles@gnu.org>
12108
12109 * comint.el (comint-output-filter): Properly handle the case where
12110 the text surrounded by comint-last-output-overlay was deleted.
12111
12112 2000-08-08 Gerd Moellmann <gerd@gnu.org>
12113
12114 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12115 non-nil.
12116 (Info-file-list-for-emacs): Remove "info" from the list because
12117 that leads to trying to use the documentation from file `info'
12118 in various situations where it isn't appropriate, for instance
12119 C-h C-k C-h i.
12120
12121 * ffap.el (ffap-read-file-or-url-internal): Handle case that
12122 DIR and/or STRING are nil.
12123
12124 * progmodes/compile.el (compilation-setup): Make variable
12125 compilation-error-screen-columns buffer-local, as some comment
12126 in the code suggests it should be.
12127
12128 * files.el (auto-mode-interpreter-regexp): New variable.
12129 (set-auto-mode): Use it.
12130
12131 * indent.el (indent-for-tab-command): Doc fix.
12132
12133 * mouse-sel.el (mouse-sel-mode): Doc fix.
12134
12135 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12136 labels.
12137
12138 * help.el (print-help-return-message): When
12139 display-buffer-reuse-frames is set, let the help window been quit,
12140 instead of deleting it, which might delete a reused frame.
12141
12142 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
12143
12144 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12145 rename a directory to a name that differs only by its letter case.
12146
12147 2000-08-08 Kenichi Handa <handa@etl.go.jp>
12148
12149 * international/quail.el (quail-define-rules): Handle Quail decode
12150 map correctly. Add code for supporting annotations.
12151 (quail-install-decode-map): New function.
12152 (quail-defrule-internal): New optional arguments decode-map and
12153 props.
12154 (quail-advice): New function.
12155
12156 2000-08-07 Sam Steingold <sds@gnu.org>
12157
12158 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12159 `defconst', `define-condition', `with-slots'.
12160 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12161
12162 2000-08-03 Miles Bader <miles@gnu.org>
12163
12164 * comint.el (comint-use-prompt-regexp-instead-of-fields):
12165 New variable.
12166 (comint-prompt-regexp, comint-get-old-input): Document dependence on
12167 comint-use-prompt-regexp-instead-of-fields.
12168 (comint-send-input): Add `input' field property to stuff we send to
12169 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12170 (comint-output-filter): Add `output' field property to process
12171 output, if comint-use-prompt-regexp-instead-of-fields is nil.
12172 (comint-replace-by-expanded-history)
12173 (comint-get-old-input-default, comint-show-output)
12174 (comint-backward-matching-input, comint-forward-matching-input)
12175 (comint-next-prompt, comint-previous-prompt): Use field
12176 properties if comint-use-prompt-regexp-instead-of-fields is nil.
12177 (comint-line-beginning-position): New function.
12178 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
12179 (comint-replace-by-expanded-history-before-point): Use
12180 comint-line-beginning-position and line-end-position.
12181 (comint-last-output-overlay): New variable.
12182 (comint-mode): Make `comint-last-output-overlay' buffer-local.
12183
12184 * shell.el (shell-prompt-pattern): Doc change.
12185 (shell-backward-command): Use line-beginning-position.
12186
12187 * gud.el (gud-gdb-complete-command): Use
12188 comint-line-beginning-position.
12189
12190 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12191 comint-bol doesn't actually go to the beginning of the line.
12192
12193 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12194 if comint-use-prompt-regexp-instead-of-fields is non-nil.
12195 (try-expand-line-all-buffers): Likewise.
12196
12197 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12198 explicitly matching comint-prompt-regexp.
12199 (sql-copy-column): Use comint-line-beginning-position instead of
12200 explicitly matching comint-prompt-regexp.
12201
12202 * progmodes/octave-inf.el (inferior-octave-complete): Use
12203 comint-line-beginning-position.
12204
12205 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12206
12207 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12208 looking for a prompt, use `forward-line 0' instead of
12209 `beginning-of-line', to avoid getting caught by an input field.
12210
12211 2000-08-07 Gerd Moellmann <gerd@gnu.org>
12212
12213 * files.el (shell-quote-wildcard-pattern): Make sure to return
12214 PATTERN, in the Unix case.
12215
12216 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
12217
12218 * play/zone.el (zone): Discard any pending input before running
12219 the randomly-chosen pgm.
12220
12221 2000-08-07 Kenichi Handa <handa@etl.go.jp>
12222
12223 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12224 checking the existence of any multibyte characters.
12225
12226 2000-08-06 Gerd Moellmann <gerd@gnu.org>
12227
12228 * help.el (describe-mode): Test minor-mode symbol for being
12229 bound before testing its value for being nil.
12230
12231 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12232 `first', `second', and `third'.
12233
12234 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12235 (second): Make it an alias for `cadr'.
12236
12237 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
12238
12239 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12240 types of display support faces now.
12241
12242 2000-08-05 Gerd Moellmann <gerd@gnu.org>
12243
12244 * pcvs.el (require): Require `cl' during compilation, only.
12245
12246 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12247 (toplevel): Remove `remq' and `remove' from autoloads.
12248 (cl-fake-autoloads): New variable. If set, arrange for an error
12249 when CL functions etc. are autoloaded.
12250
12251 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
12252
12253 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12254
12255 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12256 popped up, but the user clicks outside the menu, return an empty
12257 regexp (that causes unhighlight-regexp to have no effect).
12258
12259 * menu-bar.el (menu-bar-games-menu): Add Zone.
12260
12261 * hi-lock.el (toplevel): Require font-lock.
12262
12263 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12264
12265 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12266 (ebnf-8-bit-chars): New var for bug fix.
12267 (ebnf-string): Bug fix.
12268
12269 2000-08-03 Sam Steingold <sds@gnu.org>
12270
12271 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12272 instead of `buffer-string'.
12273 (require 'cl): Always, not just when compiling.
12274 `ignore-errors' in `interactive', `list*', `defun*' &c make this
12275 necessary.
12276
12277 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
12278
12279 * international/mule-cmds.el (select-safe-coding-system): Make
12280 the message text about selecting a safe coding system more clear.
12281
12282 2000-08-02 Gerd Moellmann <gerd@gnu.org>
12283
12284 * hi-lock.el: New file.
12285
12286 * play/zone.el: New file.
12287
12288 * replace.el (occur): Set tab-width in the *Occur* buffer to the
12289 value of tab-width in the original buffer. Choose a line number
12290 format that's a multiple of the original buffer's tab width, so
12291 that lines appear right.
12292
12293 * textmodes/ispell.el (ispell): New function, replacing an alias.
12294 Spell-check active region if in transient-mark-mode and mark
12295 is active; otherwise spell-check buffer.
12296
12297 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12298
12299 * ps-mule.el: Fix a customization problem on
12300 ps-mule-font-info-database-default.
12301
12302 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12303
12304 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12305 display-mouse-p instead of window-system.
12306 (ebrowse-member-mode-map): Ditto.
12307
12308 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12309
12310 * progmodes/ebnf2ps.el: Update ps-print functions call.
12311 Indentation fix. Doc fix.
12312 (ebnf-version): New version number (3.2).
12313 (ebnf-format-color, ebnf-begin-job): Code fix.
12314
12315 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12316
12317 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12318 font lock support on window-system.
12319 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12320
12321 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12322 display-color-p, if fboundp, instead of window-system.
12323
12324 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12325
12326 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12327 instead of window-system.
12328
12329 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12330 window-system.
12331 (widget-choice-mouse-down-action): Use display-popup-menus-p
12332 instead of window-system.
12333
12334 * strokes.el (strokes-file): Run the file name through
12335 convert-standard-filename.
12336 (strokes-mode): Call display-mouse-p instead of looking at
12337 window-system. Change the error message accordingly.
12338
12339 * progmodes/cpp.el (toplevel): Support faces on tty's.
12340
12341 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12342 (lm-plot-square, lm-init-display): Don't use window-system.
12343
12344 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12345 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12346
12347 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12348 instead of looking at window-system.
12349
12350 2000-07-30 Gerd Moellmann <gerd@gnu.org>
12351
12352 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12353 of testing if iswitchb-prepost-hooks is bound, because the
12354 latter will always be true when invoking a recursive minibuffer
12355 from an active Iswitchb buffer.
12356
12357 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12358
12359 * files.el (shell-quote-wildcard-pattern): New function.
12360 (insert-directory): Call it. Only prepend "\" to command on Unix
12361 and GNU/Linux systems.
12362
12363 2000-07-30 Gerd Moellmann <gerd@gnu.org>
12364
12365 * eshell/esh-groups.el: Change custom :link file names
12366 from `eshell.info' to `eshell'.
12367
12368 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12369
12370 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12371 correctly in recursive ange-ftp listings.
12372
12373 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12374
12375 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12376 ps-header-font-size-internal and
12377 ps-header-title-font-size-internal variables are not set,
12378 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
12379 face text property is (foreground-color . COLOR) or
12380 `(background-color . COLOR)', ps-print crashes. Doc fix.
12381 (ps-print-version): New version number (5.2.4).
12382 (ps-plot-region): Code fix.
12383 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12384 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12385 Bug fix 2.
12386
12387 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
12388
12389 * glasses.el (glasses-make-readable): Fix uncapitalization of
12390 identifiers like `myXMLDocument'.
12391
12392 2000-07-28 Karl Fogel <kfogel@red-bean.com>
12393
12394 * mail/mail-hist.el (mail-hist-previous-input)
12395 (mail-hist-next-input): Do the obvious code factorization.
12396 (mail-hist-retrieve-and-insert): New func, contains common
12397 code of above two.
12398 If inserting a message body, leave point at top.
12399
12400 2000-07-28 Sam Steingold <sds@gnu.org>
12401
12402 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12403 Use `<=', not `<' to compare times!
12404 (ange-ftp-ls): Remove.
12405
12406 2000-07-27 Gerd Moellmann <gerd@gnu.org>
12407
12408 * play/cookie1.el: Add explanation of how to make cookie.el
12409 compatible with strfile(1) to comment.
12410
12411 * subr.el (remove, remq): New functions.
12412
12413 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12414 escape `*' in regexps.
12415 (midnight-find): Reverse order of arguments in the funcall of
12416 TEST.
12417
12418 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12419 and `.class'.
12420
12421 * play/meese.el: Add Commentary section.
12422
12423 2000-07-27 Alex Schroeder <alex@gnu.org>
12424
12425 * sql.el (sql-ms): Added autoload cookie.
12426 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12427 (sql-oracle): Ditto.
12428 (sql-help): Doc change.
12429
12430 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12431 types and exceptions.
12432
12433 2000-07-27 Alex Schroeder <alex@gnu.org>
12434
12435 * sql.el (sql-placeholder-history): New variable.
12436 (sql-query-placeholders-and-send): New function that will query
12437 the user and replace placeholders with user input.
12438 (sql-oracle): If running on NT, set comint-input-sender to
12439 sql-query-placeholders-and-send.
12440
12441 (sql-stop): If in the SQLi buffer, insert stop notification, else
12442 present it as a message.
12443
12444 2000-07-27 Alex Schroeder <alex@gnu.org>
12445
12446 * sql.el (sql-input-ring-separator): Doc change.
12447 (sql-input-ring-file-name): Doc change.
12448 (sql-interactive-mode): Use `sql-input-ring-separator' and
12449 `sql-input-ring-file-name' to set the comint-mode equivalents
12450 without making them local variables.
12451 (sql-stop): Don't bind `sql-input-ring-separator' and
12452 `sql-input-ring-file-name' dynamically to their comint-mode
12453 equivalents.
12454
12455 2000-07-27 Kenichi Handa <handa@etl.go.jp>
12456
12457 * international/mule.el (register-char-codings): New function.
12458 (make-coding-system): Handle `safe-chars' specification in the arg
12459 PROPERTY.
12460
12461 * international/mule-cmds.el
12462 (find-coding-systems-region-subset-p): This function deleted.
12463 (sort-coding-systems-predicate): New variable.
12464 (sort-coding-systems): New function.
12465 (find-coding-systems-region): Use
12466 find-coding-systems-region-internal.
12467 (find-coding-systems-string): Use find-coding-systems-region.
12468 (find-coding-systems-for-charsets): Check
12469 char-coding-system-table.
12470 (select-safe-coding-system-accept-default-p): New variable.
12471 (select-safe-coding-system): Mostly rewritten. New argument
12472 ACCEPT-DEFAULT-P.
12473 (select-message-coding-system): Call select-safe-coding-system
12474 with ACCEPT-DEFAULT-P arg.
12475 (reset-language-environment): Reset default-sendmail-coding-system
12476 to the default value iso-latin-1.
12477 (set-language-environment): Don't set the obsolete variable
12478 charset-origin-alist.
12479
12480 * international/codepage.el (cp-coding-system-for-codepage-1):
12481 Give `safe-chars' property to make-coding-system.
12482
12483 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12484 calling select-message-coding-system twice.
12485
12486 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12487 instead of `safe-charsets'.
12488 (cyrillic-alternativnyj): Likewise.
12489 (ccl-encode-alternativnyj): Don't check the charset
12490 cyrillic-iso8859-5.
12491
12492 2000-07-27 Kenichi Handa <handa@etl.go.jp>
12493
12494 * composite.el (compose-chars-after): Preserve match data.
12495
12496 2000-07-26 Sam Steingold <sds@gnu.org>
12497
12498 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12499 (ange-ftp-real-file-newer-than-file-p): New function.
12500 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12501 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12502
12503 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12504 * midnight.el (midnight-float-time): Ditto.
12505
12506 2000-07-26 Andreas Schwab <schwab@suse.de>
12507
12508 * files.el (normal-backup-enable-predicate): Correct
12509 interpretation of the return value of compare-strings.
12510
12511 2000-07-26 Gerd Moellmann <gerd@gnu.org>
12512
12513 * isearch.el (isearch-resume): New function.
12514 (isearch-done): Add something to command-history to resume
12515 the search.
12516 (isearch-yank-line, isearch-yank-word): Use
12517 buffer-substring-no-properties instead of buffer-substring.
12518
12519 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12520 of flyspell-mouse-map.
12521
12522 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12523 duplicate definition.
12524 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12525
12526 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12527 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12528
12529 2000-07-25 Sam Steingold <sds@gnu.org>
12530
12531 * net/ange-ftp.el: Get modtime over the net.
12532 (ange-ftp-file-modtime): New function.
12533 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12534 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12535 Use it.
12536 (ange-ftp-dot-to-slash): New function.
12537 (ange-ftp-fix-name-for-vms): Use it.
12538
12539 * midnight.el (midnight-buffer-display-time): Use
12540 `with-current-buffer'.
12541
12542 2000-07-25 Gerd Moellmann <gerd@gnu.org>
12543
12544 * find-dired.el: Update copyright notice.
12545 (find-dired): Offer to kill a running `find'.
12546
12547 * enriched.el (enriched-face-ans): For a `foreground-color'
12548 property, return '(("x-color" COLOR))' so that COLOR will be
12549 output as a parameter of the x-color annotation. Likewise for the
12550 `background-color' property. In the case of normal face
12551 properties, don't return annotations for unspecified foreground
12552 and background face attributes.
12553
12554 2000-07-25 Kenichi Handa <handa@etl.go.jp>
12555
12556 * language/japan-util.el (japanese-katakana-region): Fix handling
12557 HANKAKU argument.
12558
12559 2000-07-25 Miles Bader <miles@gnu.org>
12560
12561 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12562 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12563 constrain-to-field.
12564
12565 2000-07-24 Andrew Innes <andrewi@gnu.org>
12566
12567 * timer.el (timer-activate-when-idle): Add optional parameter
12568 DONT-WAIT. Update docstring.
12569 (run-with-idle-timer): Specify extra parameter to
12570 timer-activate-when-idle, so that timer will be activated
12571 immediately if Emacs is already idle.
12572
12573 * w32-fns.el (w32-using-nt): Fix docstring.
12574
12575 2000-07-24 Dave Love <fx@gnu.org>
12576
12577 * mouse.el (popup-menu): Set last-command-event.
12578 (mouse-major-mode-menu-prefix): Declare.
12579
12580 2000-07-24 Gerd Moellmann <gerd@gnu.org>
12581
12582 * textmodes/flyspell.el: Update to author's version 1.5d.
12583
12584 * progmodes/hideshow.el: Update copyright notice.
12585
12586 * vcursor.el: Set maintainer to FSF, since author cannot
12587 be reached.
12588
12589 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12590
12591 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12592 the prompt.
12593
12594 * mouse.el (popup-menu): Run the keymap through indirect-function,
12595 in case it was defined with define-prefix-key. If the menu is a
12596 list of keymaps, look up the binding of user's choice in each one
12597 of the keymaps.
12598 (mouse-popup-menubar): If the global and local menu-bar keymaps
12599 don't have a prompt string, create one and insert it into the
12600 keymap. Don't barf if current-local-map returns nil.
12601
12602 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12603
12604 * dired.el (dired-sort-R-check): Added to allow recursive listing
12605 to be undone.
12606 (dired-sort-other): Use it.
12607
12608 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12609
12610 * Release of cc-mode 5.27
12611
12612 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12613
12614 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12615 c-beginning-of-statement-1 that caused a bad case of recursion
12616 which could consume a lot of CPU in large classes in languages
12617 that have in-expression classes (i.e. Java and Pike).
12618
12619 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12620 statements before top level constructs (i.e. case 6 is moved
12621 before case 5 and is now case 4) to catch in-expression
12622 classes in top level expressions correctly.
12623
12624 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12625
12626 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12627 objc-method-intro. Case 4 removed and case 5I added.
12628
12629 * cc-langs.el (c-append-paragraph-start): New variable used by
12630 c-common-init to get paragraph-start correct.
12631 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12632 initialize paragraph-start to make it correct both with and
12633 without the javadoc special case.
12634
12635 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12636 initialize paragraph-start for javadoc markup.
12637
12638 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12639 change by defaulting this to t. It's motivated by the
12640 confusing behavior that otherwise arise from the style system
12641 when editing both java and non-java files at the same time
12642 (see the comments about style setting in c-common-init).
12643
12644 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12645
12646 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12647 similar to the one in c-fill-paragraph to check the fill
12648 prefix from the adaptive fill function for sanity.
12649
12650 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12651
12652 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12653 defun block.
12654
12655 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12656
12657 * cc-align.el (c-lineup-multi-inher): Handle lines with
12658 leading comma nicely. Extended to handle member initializers
12659 too.
12660
12661 * cc-engine.el: (c-beginning-of-inheritance-list,
12662 c-guess-basic-syntax): Fixed recognition of inheritance lists
12663 when the lines begins with a comma.
12664
12665 * cc-vars.el (c-offsets-alist): Changed default for
12666 member-init-cont to c-lineup-multi-inher since it now handles
12667 member initializers and indents better for leading commas.
12668
12669 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12670
12671 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12672 handling that caused class open lines to be recognized as
12673 statement-conts in some cases.
12674
12675 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12676 guessed by the adaptive fill function unless point is on the
12677 first line of a block comment.
12678
12679 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12680 when the buffer ends with a macro continuation char.
12681
12682 * cc-engine.el (c-guess-basic-syntax): Added support for
12683 function definitions as statements in Pike. The first
12684 statement in a lambda block is now labeled defun-block-intro
12685 instead of statement-block-intro.
12686
12687 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12688 so that the class surrounding point is selected, not the one
12689 innermost in the state.
12690
12691 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12692 recognition of switch labels having hanging multiline
12693 statements.
12694
12695 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12696 some code in c-guess-basic-syntax to a separate function.
12697 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12698 recognition of member inits with multiple line arglists.
12699 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12700 member-init-cont when the commas are in funny places.
12701
12702 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12703
12704 * cc-defs.el (c-auto-newline): Removed this macro since it's
12705 not used anymore.
12706
12707 * cc-engine.el (c-looking-at-bos): New helper function.
12708 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12709 inexpr and toplevel classes apart in Pike.
12710
12711 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12712 of case 9A.
12713
12714 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12715 constant, since "class" can introduce an in-expression class
12716 in Pike nowadays.
12717
12718 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12719
12720 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12721 indentation on cpp-macro lines.
12722
12723 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12724 a syntax modifier like comment-intro, to make it possible to
12725 get syntactic indentation for preprocessor directives. It's
12726 incompatible wrt to lineup functions on cpp-macro, but it has
12727 no observable effect in the 99.9% common case where cpp-macro
12728 is set to -1000.
12729
12730 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12731
12732 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12733 member-init-cont when the preceding arglist is several lines.
12734
12735 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12736
12737 * cc-styles.el (c-style-alist): The basic offset for the BSD
12738 style corrected to 8.
12739
12740 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12741
12742 * cc-styles.el (c-style-alist): Adjusted the indentation of
12743 brace list openers in the gnu style.
12744
12745 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12746
12747 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12748
12749 * cc-cmds.el (c-electric-brace, c-electric-slash,
12750 c-electric-star, c-electric-semi&comma, c-electric-colon,
12751 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12752 when c-syntactic-indentation is nil.
12753
12754 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12755 we were left at comments preceding the first statement when
12756 reaching the beginning of the buffer.
12757
12758 * cc-vars.el (c-syntactic-indentation): New variable to turn
12759 off all syntactic indentation.
12760
12761 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12762
12763 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12764 between the text and the block comment ender when it hangs,
12765 depending on how many there are before the fill.
12766
12767 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12768
12769 * cc-engine.el (c-beginning-of-closest-statement): New helper
12770 function to go back to the closest preceding statement start,
12771 which could be inside a conditional statement.
12772 * cc-engine.el (c-guess-basic-syntax): Use
12773 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12774
12775 * cc-engine.el (c-guess-basic-syntax): Better handling of
12776 arglist-intro, arglist-cont-nonempty and arglist-close when
12777 the arglist is nested inside parens. Cases 7A, 7C and 7F
12778 changed.
12779
12780 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12781 up-to-date with javadoc 1.2.
12782
12783 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12784
12785 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12786 multiline Pike type decls.
12787
12788 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12789
12790 * cc-cmds.el (c-indent-new-comment-line): Always break
12791 multiline comments in multiline mode, regardless of
12792 comment-multi-line.
12793
12794 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12795
12796 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12797 fully::qualified::names in C++ member init lists. Preamble in
12798 case 5D changed.
12799
12800 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12801
12802 * cc-langs.el (c-common-init): Handling of obsolete variables
12803 moved to c-initialize-cc-mode. More compatible style override
12804 when using global style variables.
12805 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12806 variables moved here.
12807
12808 * cc-styles.el (c-make-styles-buffer-local): Flag style
12809 variable localness in c-style-variables-are-local-p to make
12810 the compatibility measure in c-common-init work well.
12811
12812 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12813 longer contain set-from-style.
12814 * cc-styles.el (c-initialize-builtin-style): Don't check for
12815 set-from-style on c-special-indent-hook.
12816 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12817 copy-alist is sufficient now.
12818
12819 * cc-styles.el (c-set-style, c-set-style-1,
12820 c-get-style-variables): Fixes to variable initialization so
12821 that duplicate entries in styles have the same effect
12822 regardless of DONT-OVERRIDE.
12823
12824 * cc-styles.el (c-set-style-2): Fixed bug where the
12825 initialization of inheriting styles failed when the
12826 dont-override flag is set.
12827
12828 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12829 on this.
12830
12831 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12832
12833 * cc-defs.el (c-forward-comment): Removed the workaround
12834 introduced in 5.38 since it had worse side-effects. If a line
12835 contains the string "//\"", it regarded the // as a comment
12836 start since the \ temporarily doesn't have escape syntax.
12837
12838 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
12839
12840 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12841 ada-xref.el before ada-prj.el, so that the Project menu is created
12842 when ada-prj tries to add to it.
12843 (ada-activate-keys-for-case): Suppress the characters that are not
12844 part of the Ada syntax. Better compatibility with else-mode
12845 (ada-adjust-case-interactive): When auto-casing is not active,
12846 correctly insert newlines (used to insert only ^M). Prevent the
12847 syntax table from being changed in case of an error
12848 (or '_' becomes part of a word and some commands are confused).
12849 Do nothing if ada-auto-case is nil.
12850 (ada-after-keyword-p): Ignore keywords that are also attributes
12851 (ada-batch-reformat): Update usage comment
12852 (ada-call-from-contextual-menu): New function
12853 (ada-case-read-exceptions): Reinitialize the casing exception list
12854 first to nil first, so that the casing exception file can be
12855 shared.
12856 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12857 files.
12858 (ada-compile-goto-error): Fix regexp used to detect a file:line
12859 anywhere in the error message
12860 (ada-contextual-menu-last-point): New variable
12861 (ada-create-keymap): If the variable delete-key-deletes-forward is
12862 t on XEmacs, it means that DEL should delete one character
12863 forward.
12864 (ada-create-menu): Use :included instead of :visible for XEmacs.
12865 New submenu "Options".
12866 (ada-end-stmt-re): Correctly indent "select ... then abort"
12867 statements.
12868 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12869 even if they don't match ada-fill-comment-prefix Fix handling of
12870 paragraphs on the first or last line of a file.
12871 (ada-format-paramlist): Fix handling of default parameter values.
12872 (ada-get-body-name): New function.
12873 (ada-get-current-indent): Optimized by searchling directly for an
12874 existing generic part or a statement outside of it. Handle
12875 ada-indent-align-comments when indenting comments Replaced some
12876 regexps by testing directly the next character. This results in a
12877 huge speedup on some files. New indentation scheme for renames
12878 statements. Stop looking for the 'while' or 'for' associated with
12879 a 'loop' at the first semicolon encountered. A "return" can also
12880 match an anonymous access subprogram declaration.
12881 (ada-get-indent-noindent): Ignore strings and comments when
12882 looking for the keywords "record" and "private".
12883 (ada-goto-matching-decl-start): When matching "if", make sure we
12884 are not in fact seeing "end if". Ignore "when" statements except
12885 when initial keyword was "begin". Fix handling of nested
12886 procedures. Add a recursive call to this function to skip over
12887 other 'end' statmts. Fix indentation for "when .. => begin"
12888 (ada-in-open-paren-p): Fix indentation for complex boolean
12889 expressions, where 'and then', 'or else' and parenthesis
12890 statements are mixed up.
12891 (ada-in-paramlist-p): Skip comments while searching for the
12892 beginning Fix handling of operator declarations.
12893 (ada-indent-align-comments): New variable
12894 (ada-indent-current): Change the syntax table only in the
12895 protected section, so that we are sure it is restored correctly.
12896 (ada-indent-on-previous-lines): Use ada-use-indent and
12897 ada-with-indent Correctly indent "select ... then"
12898 (ada-indent-region): Slight speedup.
12899 (ada-indent-renames): New variable.
12900 (ada-last-which-function-subprog, ada-last-which-function-line):
12901 New variables
12902 (ada-looking-at-semi-private): Correctly indent the 'private'
12903 keyword when it is the first word in a package declaration.
12904 (ada-loose-case-word): Stop searching if at the end of the buffer.
12905 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12906 even if point is not initially at the end of the word.
12907 (ada-matching-decl-start-re): Add "when".
12908 (ada-mode): Add support for abbrev-mode, outline-mode and
12909 which-func-mode Override the old find-file.el entry in
12910 ff-special-constructs since it is using the obsolete
12911 ada-spec-suffix variable
12912 (ada-no-auto-case): New function
12913 (ada-scan-paramlist): When parsing the argument type, accept
12914 spaces (as in "X 'Class", generated by Rational Rose).
12915 (ada-other-file-name): No longer loads the other file.
12916 (ada-popup-menu): Save and restore the current buffer and cursor
12917 position before and after displaying the menu.
12918 (ada-search-ignore-complex-boolean): New function.
12919 (ada-uncomment-region): Emacs21 already knows how to delete
12920 comments not starting in the first column.
12921 (ada-use-indent): New variable
12922 (ada-which-function): New function.
12923 (ada-with-indent): New variable
12924 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12925 can be batch-compiled from the command line.
12926
12927 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12928 Add to the menu when the file is loaded, not in ada-mode-hook.
12929 Add -toolbar to the default ddd command Switches moved from
12930 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12931 ada-prj-default-comp-opt
12932 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12933 Reference Manual to the menu
12934 (ada-check-current): rewritten as a call to ada-compile-current
12935 (ada-compile): Removed.
12936 (ada-compile-application, ada-compile-current, ada-check-current):
12937 Set the compilation-search-path so that compile.el automatically
12938 finds the sources in src_dir. Automatic scrollong of the
12939 compilation buffer. C-uC-cC-c asks for confirmation before
12940 compiling
12941 (ada-compile-current): New parameter, prj-field
12942 (ada-complete-identifier): Load the .ali file before doing
12943 processing
12944 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12945 conform to gnatmake's behavior.
12946 (ada-find-file-in-dir): New function
12947 (ada-find-references): Set the environment variables for gnatfind
12948 (ada-find-src-file-in-dir): New function.
12949 (ada-first-non-nil): Removed
12950 (ada-gdb-application): Add support for jdb, the java debugger.
12951 (ada-get-ada-file-name): Load the original-file first if not done
12952 yet.
12953 (ada-get-all-references): Handles the new ali syntax (parent types
12954 are found between <>).
12955 (ada-initialize-runtime-library): New function
12956 (ada-mode-hook): Always load a project file when a file is opened,
12957 so that the casing exceptions are correctly read.
12958 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12959 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12960 to open the project file, since the latter does not work with
12961 speedbar Get default values before loading the prj file, or the
12962 default executable file name is wrong. Use the absolute value of
12963 src_dir to initialize ada-search-directories and
12964 compilation-search-path,... Add the standard runtime library to
12965 the search path for find-file.
12966 (ada-prj-default-debugger): Was missing an opening '{'
12967 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12968 variables.
12969 (ada-prj-default-gnatmake-opt): New variable
12970 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12971 buffers, the project file is the default one Save the windows
12972 configuration before displaying the menu.
12973 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12974 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12975 ...) regexp-quote identifiers names to support operators +,
12976 -,... in regexps.
12977 (ada-remote): New function.
12978 (ada-run-application): Erase the output buffer before starting the
12979 run Support remote execution of the application. Use
12980 call-process, or the arguments are incorrectly parsed
12981 (ada-set-default-project-file): Reread the content of the active
12982 project file, not the one from the current buffer When a project
12983 file is set as the default project, all directories are
12984 automatically associated with it.
12985 (ada-set-environment): New function
12986 (ada-treat-cmd-string): New special variable ${current}
12987 (ada-treat-cmd-string): Revised. The substitution is now done for
12988 any ${...} substring
12989 (ada-xref-current): If no body was found, compiles the spec
12990 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12991 compiler to get rid of command line length limitations.
12992 (ada-xref-get-project-field): New function
12993 (ada-xref-project-files): New variable
12994 (ada-xref-runtime-library-specs-path)
12995 (ada-xref-runtime-library-ali-path): New variables
12996 (ada-xref-set-default-prj-values): Default run command now does a
12997 cd to the build directory. New field: main_unit Provide a default
12998 file name even if the current buffer has no prj file.
12999
13000 * ada-prj.el:
13001 Rewritten to show a tabbed-dialog.
13002 (ada-prj-add-ada-menu): Remove the map and name parameters.
13003 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13004 New function
13005 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13006 (ada-prj-load-from-file): New function
13007 (ada-prj-save): Always save fields that depend on the current buffer
13008 (ada-prj-show-value): New function
13009
13010 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13011 Ada mode. This will allow us to display the Ada menu in any buffer
13012 we want (for project items).
13013 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13014 number of spaces in the header.
13015
13016 2000-07-24 Dave Love <fx@gnu.org>
13017
13018 * ediff-init.el (ediff-region-help-echo): Bind face-help.
13019
13020 2000-07-23 Noah Friedman <friedman@splode.com>
13021
13022 * type-break.el (type-break): perform autosave.
13023 Suggested by Stephen Gildea <gildea@intouchsys.com>.
13024 (type-break-do-query): Cancel query schedule while performing
13025 actual query, to avoid possibility of a second query being made
13026 while first one is already in progress.
13027 (type-break-time-stamp-format): New variable.
13028 (type-break-time-stamp): New function.
13029 (type-break-time-warning): Use it.
13030 (type-break-keystroke-warning): Use it.
13031 (type-break-noninteractive-query): Use it.
13032
13033 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13034 cookie.
13035 Use add-minor-mode to set minor-mode-alist, if available.
13036 (eldoc-echo-area-use-multiline-p): New user option.
13037 (eldoc-echo-area-multiline-supported-p): New variable.
13038 (eldoc-docstring-format-sym-doc): Use them.
13039 (eldoc-mode): If not using idle timers, append to local post and
13040 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
13041 (eldoc-display-message-no-interference-p): Don't interfere with
13042 edebug.
13043 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13044 (eldoc-function-arglist): New function.
13045 (eldoc-function-argstring): Use it.
13046
13047 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13048 auto save directory exists before calling directory-files.
13049
13050 2000-07-23 Dave Love <fx@gnu.org>
13051
13052 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13053 ^o, ^u.
13054
13055 2000-07-21 Dave Love <fx@gnu.org>
13056
13057 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13058 now passed to the function. It now works properly.
13059
13060 * smerge-mode.el (smerge-mode-menu): Fill it out.
13061
13062 2000-07-20 Gerd Moellmann <gerd@gnu.org>
13063
13064 * info-look.el (info-lookup): If *info* is shown in another frame
13065 on the same display, select that frame, instead of switching to
13066 the Info buffer in another window of the selected frame.
13067
13068 * simple.el (universal-argument-map): Bind numeric keypad keys
13069 kp-0 to kp-9 and kp-subtract.
13070 (digit-argument): Handle these keys.
13071
13072 2000-07-20 Dave Love <fx@gnu.org>
13073
13074 * net/goto-addr.el (goto-address-fontify): Don't bother with
13075 buffer-modified and read-only stuff -- irrelevant with overlays.
13076 Put an extra property on the overlays and use it to clean up in
13077 case goto-address is re-run.
13078
13079 2000-07-19 Richard M. Stallman <rms@gnu.org>
13080
13081 * timer.el (run-with-idle-timer): Doc fix.
13082
13083 * mail/mail-utils.el (mail-strip-quoted-names):
13084 Handle case where <...> appears inside "...".
13085 Use replace-match to edit the string more simply.
13086 (rmail-dont-reply-to): Cope with an unmatched ".
13087
13088 2000-07-19 Dave Love <fx@gnu.org>
13089
13090 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13091 implementation.
13092
13093 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13094 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13095 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13096
13097 2000-07-19 Gerd Moellmann <gerd@gnu.org>
13098
13099 * textmodes/refer.el: Correct maintainer's email address.
13100
13101 * progmodes/hideif.el: Correct author's email address.
13102 Fix typo in comment.
13103
13104 * xml.el: New file.
13105
13106 * mail/mailheader.el: Correct author's mail address.
13107
13108 * gnus/parse-time.el: Correct author's mail address.
13109
13110 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
13111
13112 * comint.el (comint-highlight-input, comint-highlight-face):
13113 New user options.
13114 (comint-input-ring-file-name): Change custom type.
13115 (comint-mode-map): Bind mouse-2.
13116 (comint-insert-clicked-input): New function.
13117 (comint-send-input): Handle input highlighting.
13118
13119 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13120
13121 * mouse.el (popup-menu): New function.
13122 (mouse-major-mode-menu): Use it.
13123
13124 2000-07-18 Dave Love <fx@gnu.org>
13125
13126 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13127 improvements.
13128
13129 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13130
13131 * faces.el (face-font-selection-order)
13132 (face-font-family-alternatives): Add custom type.
13133
13134 2000-07-18 Dave Love <fx@gnu.org>
13135
13136 * cus-edit.el (custom-variable-reset-saved)
13137 (custom-variable-reset-standard): Remove unused bindings.
13138
13139 * rect.el (open-rectangle-line): Remove unused let.
13140
13141 * hl-line.el (hl-line-highlight): Check hl-line-mode.
13142
13143 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13144
13145 * cdl.el: Fix `Maintainer' keyword.
13146
13147 * play/pong.el: Add author's email address.
13148
13149 2000-07-17 Sam Steingold <sds@gnu.org>
13150
13151 * files.el (insert-directory): Call `split-string' instead of
13152 re-implementing it.
13153
13154 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13155
13156 * mail/vms-pmail.el: Change maintainer to FSF.
13157
13158 * net/goto-addr.el: Change maintainer to FSF.
13159
13160 * info.el (Info-title-face-alist): Removed.
13161
13162 2000-07-18 David Ponce <david@dponce.com>
13163
13164 * recentf.el (recentf-open-files): New command that works like
13165 `recentf-open-more-files', but shows the whole list of files (not just
13166 those omitted from the menu). Useful if you don't use a menu-bar!
13167 (recentf-open-more-files) Modified to use `recentf-open-files'.
13168
13169 (recentf-open-files, recentf-open-more-files)
13170 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13171
13172 (recentf-dialog-mode): New mode for dialogs. You can now just type
13173 "q" to cancel the dialogs.
13174
13175 2000-07-18 David Ponce <david@dponce.com>
13176
13177 * recentf.el: This is a major update of recentf.el. It adds new
13178 features to better organize the recentf menu and "More..." buffer.
13179
13180 Using new provided menu filtering functions you can now organize the
13181 recent files list:
13182
13183 - by major modes
13184 - by directories
13185 - by user defined rules
13186
13187 Finally, with the new `recentf-filter-changer' customizable filter you
13188 can define a ring of filters and dynamically (via the menu) cycle on
13189 each menu organization in the ring (a la msb).
13190
13191 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
13192
13193 * eshell/eshell.el (eshell): Replace links to eshell.info with
13194 links to eshell, to avoid problems on systems where the manual is
13195 installed as `eshell'.
13196 * eshell/esh-cmd.el (eshell-cmd): Ditto.
13197 * eshell/em-smart.el (eshell-smart): Ditto.
13198 * eshell/em-banner.el (eshell-banner): Ditto.
13199 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13200
13201 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13202 same-file check in the MS-DOS version (it does support inodes).
13203
13204 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13205
13206 * eshell/eshell.el (eshell-directory-name):
13207 Run default directory name through convert-standard-filename.
13208
13209 2000-07-18 Kenichi Handa <handa@etl.go.jp>
13210
13211 * international/mule-cmds.el (select-safe-coding-system):
13212 Fix typo in the comment.
13213
13214 * language/european.el (compound-text):
13215 Force katakana-jisx0201 to be designated to G1.
13216
13217 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13218 Don't translate some national variant characters of latin-jisx0201.
13219 (x-ctext): Force katakana-jisx0201 to be designated to G1.
13220
13221 * international/kkc.el (kkc-after-update-conversion-functions):
13222 New variable.
13223 (kkc-update-conversion): Run functions in it at the tail.
13224
13225 2000-07-16 John Wiegley <johnw@gnu.org>
13226
13227 * lisp/align.el (align-newline-and-indent):
13228 Adding new function. for auto-aligning blocks of code on RET.
13229 (align-region): Fixed badly formatted minibuffer message.
13230
13231 2000-07-17 Kenichi Handa <handa@etl.go.jp>
13232
13233 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13234 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
13235 the conversion list at first if appropriate.
13236 (kkc-next): Don't update kkc-next-count here.
13237 (kkc-prev): Don't update kkc-prev-count here.
13238 (kkc-show-conversion-list-update): Fix setting up of conversion
13239 list message.
13240
13241 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
13242
13243 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13244
13245 2000-07-16 Dave Love <fx@gnu.org>
13246
13247 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13248 function to be more specific.
13249
13250 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13251 non-string help-echo.
13252 (widget-types-convert-widget): Defsubst it.
13253 (widget-echo-help): Try to cope with a help-echo function of two
13254 possible sorts.
13255
13256 2000-07-15 Jason Rumney <jasonr@gnu.org>
13257
13258 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13259 Declare as obsolete.
13260
13261 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13262
13263 2000-07-14 Gerd Moellmann <gerd@gnu.org>
13264
13265 * hilit-chg.el: Fix typo.
13266
13267 2000-07-14 Dave Love <fx@gnu.org>
13268
13269 * info.el (Info-mode-menu): Fix use of :help, :enable.
13270
13271 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
13272
13273 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13274
13275 2000-07-13 Dave Love <fx@gnu.org>
13276
13277 * emacs-lisp/easymenu.el: Doc fixes.
13278 (easy-menu-remove): Defalias to ignore.
13279
13280 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13281 Call throw correctly.
13282
13283 2000-07-13 Gerd Moellmann <gerd@gnu.org>
13284
13285 * faces.el (frame-background-mode): Doc fix.
13286
13287 * simple.el (eval-expression-print-length): Change custom type to
13288 allow entering nil as value.
13289
13290 2000-07-13 Dave Love <fx@gnu.org>
13291
13292 * progmodes/fortran.el (fortran-imenu-generic-expression):
13293 Change definition layout.
13294 (fortran-mode-menu): Reinstate customize entries.
13295
13296 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13297 Use :filter, per old XEmacs code.
13298
13299 2000-07-12 Gerd Moellmann <gerd@gnu.org>
13300
13301 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13302 event when deciding what to send to the terminal.
13303
13304 2000-07-12 Dave Love <fx@gnu.org>
13305
13306 * cus-start.el: Add optional version as 4th element of specs and
13307 use it for several things new in v21. Remove load-path. Fix type
13308 of line-number-display-limit.
13309
13310 2000-07-11 Dave Love <fx@gnu.org>
13311
13312 * progmodes/fortran.el: Don't require easymenu.
13313 Use repeat counts in various regexps.
13314 (fortran-mode-syntax-table): Defvar directly.
13315 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13316 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13317 Use defvar, not defconst.
13318 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13319 (fortran-mode): Set fortran-comment-line-start-skip,
13320 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13321 (fortran-comment-indent): Use defsubst.
13322 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13323 Use fortran-comment-indent, not fortran-comment-indent-function.
13324 (fortran-comment-region, fortran-electric-line-number): Simplify.
13325 (fortran-auto-fill): New function.
13326 (fortran-do-auto-fill): Deleted.
13327 (fortran-find-comment-start-skip):
13328 Check for non-null comment-start-skip.
13329 (fortran-auto-fill-mode, fortran-fill-statement):
13330 Use fortran-auto-fill.
13331 (fortran-fill): Use fortran-auto-fill. Check for null
13332 comment-start-skip. Simplify final clause and use end-of-line finally.
13333
13334 * widget.el (widget-plist-member): New alias.
13335
13336 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13337
13338 * eshell/esh-module.el (toplevel): Reference
13339 byte-compile-current-file only if it is bound.
13340
13341 2000-07-10 Gerd Moellmann <gerd@gnu.org>
13342
13343 * dired.el: Don't require `dired-aux'.
13344
13345 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13346
13347 * dired-aux.el (dired-show-file-type): New function.
13348 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13349 (dired-show-file-type): Add autoload.
13350
13351 2000-07-10 Kenichi Handa <handa@etl.go.jp>
13352
13353 * international/mule-diag.el (describe-font): Adjusted for the
13354 change of fontset-info.
13355 (print-fontset): Likewise.
13356
13357 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13358
13359 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13360
13361 2000-07-07 Gerd Moellmann <gerd@gnu.org>
13362
13363 * bindings.el: Bind `[delete]' to delete-char.
13364
13365 * dired.el (dired-find-alternate-file): New function.
13366 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13367 (toplevel): Require dired-aux when compiling.
13368 (dired-buffers): Move defvar within file to avoid compiler warning.
13369
13370 * info.el (Info-last-search): Variable removed.
13371 (Info-search-history): New variable.
13372 (Info-search): New Info-search-history.
13373
13374 * battery.el, info-look.el: Change author's mail address.
13375
13376 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13377
13378 * mail/rmail.el (rmail-clear-headers): Don't throw an error
13379 if rmail-ignored-headers is nil.
13380 (rmail-retry-failure): Bind rmail-ignored-headers and
13381 rmail-displayed-headers to nil.
13382
13383 2000-07-06 Gerd Moellmann <gerd@gnu.org>
13384
13385 * lpr.el (lpr-page-header-switches): Add `-h' switch.
13386 (print-region-1): Don't hard code `-h' here.
13387
13388 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13389
13390 2000-07-01 Francesco Potorti` <pot@gnu.org>
13391
13392 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13393 exim can use "your message" instead of "the message".
13394
13395 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
13396
13397 * facemenu.el: Docstrings fixes.
13398 (facemenu-get-face): Don't use internal-find-face.
13399 (facemenu-iterate): Rename arg to match the docstring.
13400
13401 * newcomment.el (uncomment-region): Be more careful when skipping
13402 backwards over `=' not to bump into BOBP.
13403
13404 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
13405
13406 * ediff-diff.el (ediff-wordify): Use syntax table.
13407 * ediff-init.el (ediff-has-face-support-p): Use
13408 ediff-color-display-p.
13409 (ediff-color-display-p): Use display-color-p, changed to defun
13410 from defsubst.
13411 Got rid of special cases for NeXT and OS/2.
13412 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13413 face.
13414
13415 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13416
13417 * emacs-lisp/lucid.el: Require CL.
13418 (copy-tree, remprop): Remove, it's provided by CL.
13419 (map-keymap): Define in terms of cl-map-keymap.
13420 (extent-property, set-extent-end-glyph): New functions.
13421
13422 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13423
13424 2000-07-05 Gerd Moellmann <gerd@gnu.org>
13425
13426 * Makefile.in (DONTCOMPILE): Add comment that the name may
13427 not be changed without changing the make-dist script.
13428
13429 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13430 (cl-mapc): Use mapc instead of cl-old-mapc.
13431
13432 2000-07-05 Andrew Innes <andrewi@gnu.org>
13433
13434 * makefile.nt: Add support for `bootstrap' and related targets.
13435
13436 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13437
13438 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13439 (easy-menu-do-define): Use `menu-item' format.
13440 Handle case where easy-menu-create-menu returns a symbol.
13441 Manually call the potential top-level filter in the function binding.
13442 (easy-menu-filter-return): New arg NAME.
13443 Convert to a keymap if MENU is an XEmacs menu.
13444 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
13445 (easy-menu-converted-items-table, easy-menu-convert-item):
13446 New var and fun to memoize easy-menu-convert-item-1.
13447 (easy-menu-do-add-item): Use it.
13448 (easy-menu-create-menu): Use easy-menu-convert-item.
13449 Wrap easy-menu-filter-return around any :filter specification.
13450 Don't convert the menu if a filter was specified.
13451 Tell easy-menu-make-symbol not to check for MENU being an expression.
13452 (easy-menu-make-symbol): New arg NOEXP.
13453
13454 2000-07-05 Gerd Moellmann <gerd@gnu.org>
13455
13456 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13457 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13458 (eval-defun): If called with prefix arg, instrument code for
13459 Edebug.
13460
13461 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13462 similar to that of eval-defun.
13463
13464 2000-07-04 Dave Love <fx@gnu.org>
13465
13466 * hl-line.el (hl-line-overlay): Make it permanent-local.
13467
13468 * calendar/todo-mode.el: Replaced with a working version, based on
13469 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13470
13471 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13472
13473 * paths.el (prune-directory-list): New function.
13474 (Info-default-directory-list): Rewritten to more methodically
13475 enumerate a big list of possible info directories (based on the
13476 list used by the standalone info reader).
13477
13478 * info.el (info-initialize): Use prune-directory-list to remove
13479 non-existent directories from Info-directory-list.
13480
13481 * paths.el (Info-default-directory-list): Try a list of possible
13482 info-directories instead of a single one. Add the possible
13483 info directory "/usr/share/info".
13484
13485 * woman.el (woman-man.conf-path): Explicitly include the debian
13486 man-db config file "/etc/manpath.config".
13487 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13488 are present in `manpath.config'.
13489 (woman-manpath): Include "/usr/share/man".
13490
13491 2000-07-03 Gerd Moellmann <gerd@gnu.org>
13492
13493 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13494
13495 * startup.el (command-line): Initialize blink-cursor based
13496 on window-system.
13497
13498 * frame.el (blink-cursor): Default to nil if not running under
13499 a window-system.
13500
13501 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13502 (face-x-resources): Remove duplicate entry for :font.
13503
13504 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13505 instead of cycling through windows with next-window.
13506
13507 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13508 of cycling through windows with next-window.
13509
13510 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13511 of cycling through windows with next-window.
13512
13513 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13514 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13515 instead of cycling through windows with next-window.
13516
13517 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13518 instead of cycling through windows with next-window.
13519
13520 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13521 of cycling through windows with next-window.
13522
13523 * terminal.el (te-process-output): Use walk-windows instead of
13524 cycling through windows with next-window.
13525
13526 * server.el (server-switch-buffer): Use some-window instead of
13527 cycling through windows with next-window.
13528
13529 * window.el (some-window): New function.
13530 (walk-windows): Remove reference to walk-windows-start.
13531
13532 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13533
13534 2000-07-03 Richard Stallman <rms@gnu.org>
13535
13536 * window.el (walk-windows): Guarantee termination by keeping a list
13537 of all the windows already handled.
13538
13539 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13540
13541 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13542 window-system.
13543
13544 * man.el (Man-notify-when-ready): Don't use window-system. If
13545 Man-notify-method is newframe, and the display is not
13546 multi-frame, select the frame created for the man page.
13547 (Man-init-defvars): Doc fix.
13548
13549 2000-06-28 Gerd Moellmann <gerd@gnu.org>
13550
13551 * faces.el (region): Change background color for light background.
13552
13553 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13554 attribute from mode-line face of Ediff control frame.
13555
13556 * replace.el (query-replace-map): Bind `e' like `E'.
13557
13558 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13559
13560 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13561 Change name to "Select All".
13562
13563 * dos-fns.el (convert-standard-filename): Fix last change.
13564
13565 2000-06-27 Gerd Moellmann <gerd@gnu.org>
13566
13567 * help.el (describe-variable): Don't insert a second `'s' in front
13568 of the string `value is shown below'. Since the syntax-table is
13569 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13570 an existing `'s', so that this won't be deleted.
13571
13572 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13573 * pcmpl-unix.el: New files.
13574
13575 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13576
13577 * wid-edit.el (widget-member): Use the new plist-member.
13578
13579 2000-06-26 Gerd Moellmann <gerd@gnu.org>
13580
13581 * replace.el (perform-replace): Undo change of 2000-04-04.
13582 Instead, move backward 1 character at the end of the loop when
13583 necessary.
13584
13585 * faces.el (fringe): Change face for different backgrounds.
13586
13587 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13588 patch from John.
13589
13590 * eshell/*.el: Change spelling of the Free Software Foundation.
13591
13592 * eshell/esh-toggle.el: Removed.
13593
13594 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13595
13596 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13597 interactively.
13598
13599 2000-06-26 Alex Schroeder <alex@gnu.org>
13600
13601 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13602 `define-key'; instead of checking `(emacs-version)' check for
13603 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13604 for `;' and `o' which might be electric.
13605
13606 (sql-electric-stuff): New user option.
13607 (sql-magic-go): New function which uses `sql-electric-stuff'.
13608 (sql-magic-semicolon): New function which uses
13609 `sql-electric-stuff'.
13610
13611 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13612 is not fboundp.
13613
13614 (sql-oracle-options): New variable.
13615 (sql-oracle): Use it.
13616
13617 (sql-imenu-generic-expression): Doc change.
13618 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13619 is used.
13620
13621 (sql-informix): Added command line parameter "-" to force
13622 sql-informix-program to use stdout.
13623
13624 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13625
13626 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13627 (cp864-decode-table): Doc fix.
13628 (cp720-decode-table): New variable, supports the Arabic OEM
13629 codepage used by Windows.
13630 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13631
13632 2000-06-23 Dave Love <fx@gnu.org>
13633
13634 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13635 (font-lock-fontify-anchored-keywords): Use
13636 line-beginning-position.
13637 (global-font-lock-mode): Use mapc.
13638
13639 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13640
13641 * eshell/esh-module.el: Require CL when compiling.
13642
13643 2000-06-23 Gerd Moellmann <gerd@gnu.org>
13644
13645 * comint.el (comint-substitute-in-file-name): Call replace-match
13646 with second and third arg t.
13647
13648 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13649 Specify foreground color.
13650
13651 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13652 color.
13653
13654 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13655
13656 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13657 cddr instead of cdddr.
13658
13659 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13660 instead of copy-list.
13661
13662 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13663 of copy-list.
13664
13665 * subdirs.el: Add eshell subdirectory.
13666
13667 * eshell: New subdirectory containing the Eshell package.
13668
13669 * pcomplete.el: New file.
13670
13671 2000-06-23 Paul Eggert <eggert@twinsun.com>
13672
13673 * mail/mailpost.el (post-mail-send-it): Make sure file has
13674 proper permissions from birth.
13675
13676 * files.el (basic-save-buffer-2): When temporarily setting
13677 file modes, set them to current modes plus 0200, not to 0777.
13678
13679 * emerge.el (emerge-make-temp-file): Make sure file has proper
13680 permissions from birth.
13681
13682 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13683
13684 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13685 backup file name through convert-standard-filename.
13686
13687 * dos-fns.el (convert-standard-filename): Convert leading
13688 directories as well. When long file names are supported, convert
13689 characters that are invalid in Windows file names.
13690
13691 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13692
13693 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13694 ps-print crashes. New feature: page selection for printing. Create
13695 raw-text-unix coding system for XEmacs. Doc fix.
13696 (ps-print-version): New version number (5.2.3).
13697 (ps-plot-region): Bug fix.
13698 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13699 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13700 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13701 funs.
13702 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13703 (ps-last-page): New vars.
13704
13705 2000-06-21 Gerd Moellmann <gerd@gnu.org>
13706
13707 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13708 empty option string.
13709
13710 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13711
13712 * man.el (man): Doc fix.
13713
13714 2000-06-21 Kenichi Handa <handa@etl.go.jp>
13715
13716 * international/mule-cmds.el (set-language-info-alist): Docstring
13717 fixed.
13718
13719 2000-06-20 Gerd Moellmann <gerd@gnu.org>
13720
13721 * version.el (emacs-version): Use ISO date format.
13722
13723 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13724 instead of `M-backspace'.
13725
13726 * simple.el (turn-off-auto-fill): New function.
13727
13728 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13729
13730 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13731 Renamed from with-buffer-prepared-for-font-lock and use
13732 inhibit-modification-hooks rather than setting *-change-functions.
13733 Update all functions to use the new name.
13734 (jit-lock-first-unfontify-pos): New semantics (and doc).
13735 (jit-lock-mode): Make non-interactive.
13736 Don't automatically turn on font-lock.
13737 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13738 Always use jit-lock-after-change.
13739 Remove and restore font-lock-after-change-function.
13740 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13741 (jit-lock-after-unfontify-buffer): Remove.
13742 (jit-lock-stealth-fontify):
13743 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13744 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13745
13746 2000-06-20 Sam Steingold <sds@gnu.org>
13747
13748 * emacs-lisp/cl-indent.el (toplevel): Indent
13749 `print-unreadable-object' properly. Untabify.
13750
13751 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13752
13753 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13754 Support for bibentry.
13755 (reftex-compile-variables): Fixed problem with end of section-re.
13756
13757 * texmodes/reftex-dcr.el (reftex-view-crossref,
13758 reftex-view-crossref-from-bibtex):
13759 Deal with changed `reftex-find-citation-regexp-format'.
13760 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13761 Replaced `remprop' with `put'.
13762 (reftex-view-crossref, reftex-view-crossref-when-idle):
13763 Support for bibentry.
13764
13765 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13766 New entry for bibentry package.
13767
13768 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13769 Regexp also matches "\nobibliography".
13770
13771 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13772 Call `reftex-ensure-write-access' before doing anything.
13773 (reftex-ensure-write-access): New function.
13774
13775 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13776
13777 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13778
13779 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13780
13781 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13782
13783 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13784
13785
13786 2000-06-20 Dave Love <fx@gnu.org>
13787
13788 * faces.el (frame-background-mode): Use set-default, not set, in
13789 setter.
13790 (frame-update-faces, frame-update-face-colors): Define with
13791 defalias.
13792
13793 * enriched.el (enriched-decode-foreground)
13794 (enriched-decode-background): Don't use internal-find-face.
13795
13796 * apropos.el: Doc fixes.
13797
13798 * cus-edit.el (customize-changed-options): Check arg.
13799 (customize-version-lessp): Don't require decimal point.
13800
13801 * custom.el (defcustom, defgroup): Doc fix.
13802
13803 * newcomment.el (comment) <defgroup>: Add :version.
13804 (comment-multi-line): Doc fix.
13805
13806 * emulation/mlsupport.el (define-hooked-local-abbrev,
13807 define-hooked-global-abbrev): Fix, using define-abbrev.
13808
13809 2000-06-19 Gerd Moellmann <gerd@gnu.org>
13810
13811 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13812 the whole buffer.
13813
13814 2000-06-19 Dave Love <fx@gnu.org>
13815
13816 * menu-bar.el (menu-bar-options-save): New function.
13817 (menu-bar-options-menu): Use it.
13818 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13819 Simplify.
13820
13821 2000-06-19 Andreas Schwab <schwab@suse.de>
13822
13823 * progmodes/etags.el (tags-query-replace): Put new parameters
13824 START and END at the end, for backward compatibility.
13825
13826 2000-06-19 Kenichi Handa <handa@etl.go.jp>
13827
13828 * international/codepage.el:
13829 (cp-coding-system-for-codepage-1): Delete special codes for
13830 generating xxx-dos coding system because now a CCL based coding
13831 system can handle EOL conversion by default.
13832
13833 * international/mule.el (make-coding-system): Generate subsidiary
13834 coding systems for EOL handling variants even for a CCL based
13835 coding system.
13836
13837 2000-06-19 Kenichi Handa <handa@etl.go.jp>
13838
13839 * international/isearch-x.el (isearch-minibuffer-input-method)
13840 (isearch-minibuffer-input-method-function): These variables
13841 deleted.
13842 (isearch-with-input-method): Don't use the above variables.
13843 (isearch-process-search-multibyte-characters): Likewise. Call
13844 read-string with the arg INHERIT-INPUT-METHOD t.
13845
13846 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13847
13848 * font-lock.el (font-lock-after-fontify-buffer)
13849 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13850
13851 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13852 Use consistent make-local-variable style for font-lock-fontified.
13853 (jit-lock-fontify-buffer):
13854 Don't bother checking for font-lock-mode and jit-lock-mode.
13855
13856 * time.el: Remove trailing ^M that prevent CVS-merging.
13857
13858 2000-06-16 Gerd Moellmann <gerd@gnu.org>
13859
13860 * Makefile.in (distclean): New target.
13861
13862 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13863
13864 * Makefile.in (srcdir): Define for update-subdirs.
13865
13866 2000-06-16 Gerd Moellmann <gerd@gnu.org>
13867
13868 * find-lisp.el: New file.
13869
13870 2000-06-16 Andrew Innes <andrewi@gnu.org>
13871
13872 * time.el (display-time-mail-function): New variable, to allow
13873 external packages to indicate when new mail is available.
13874 (display-time-update): Use it.
13875
13876 2000-06-16 Kenichi Handa <handa@etl.go.jp>
13877
13878 * international/mule.el (mule-version): Change version name to
13879 SAKAKI. AOI has already been used by Meadow.
13880
13881 * international/quail.el (quail-show-guidance-buf): To find the
13882 bottom window (but minibuffer), pay attention to the height of
13883 minibuffer.
13884
13885 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13886
13887 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13888 menu-bar menus. Add help strings. Don't remove the Edit menu
13889 from the menu bar, as the menu bar has enough space now.
13890
13891 * Makefile.in (SHELL): Make sure /bin/sh is used.
13892
13893 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13894 characters, which use series of two ^H characters instead of one.
13895
13896 2000-06-15 Gerd Moellmann <gerd@gnu.org>
13897
13898 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13899 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13900 functions.
13901 (Info-find-node-2): Try a case-sensitive search first, then
13902 do a case-insensitive search.
13903
13904 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13905 tutorials.
13906
13907 * complete.el (PC-env-vars-alist): New variable.
13908 (PC-complete-as-file-name): New function.
13909 (partial-completion-mode): Initialize PC-env-vars-alist from
13910 process-environment.
13911 (PC-do-completion): Handle completion of env vars.
13912
13913 * info.el (Info-set-mode-line): Show file name in mode line,
13914 use `*Info*' instead of `Info:'.
13915
13916 * startup.el (command-line-1): Change copyright messages to year
13917 2000.
13918
13919 2000-06-15 Dave Love <fx@gnu.org>
13920
13921 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13922 not local-map.
13923
13924 2000-06-15 Kenichi Handa <handa@etl.go.jp>
13925
13926 * international/mule.el (set-buffer-file-coding-system): Almost
13927 rewritten to handle `undecided' as no-op.
13928
13929 2000-06-14 Gerd Moellmann <gerd@gnu.org>
13930
13931 * Makefile.in: New file.
13932
13933 * Makefile: Removed.
13934
13935 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13936 (goto-address-highlight-keymap): Bind C-c RET.
13937
13938 2000-06-14 Kenichi Handa <handa@etl.go.jp>
13939
13940 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13941 inherits buffer-file-coding-system of the current buffer.
13942
13943 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13944 0. Give correct argument to set-auto-coding-function.
13945 (tar-expunge): For goto-char, use (point-min), not 0.
13946 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13947 (tar-subfile-save-buffer): Likewize.
13948
13949 * international/mule.el
13950 (after-insert-file-set-buffer-file-coding-system): Call
13951 set-buffer-file-coding-system with the arg FORCE t.
13952
13953 2000-06-13 Gerd Moellmann <gerd@gnu.org>
13954
13955 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13956 nil. Contemporary sendmails issue an X-Authentication-Warning if
13957 the sender is set with `-f'.
13958
13959 2000-06-13 Dave Love <fx@gnu.org>
13960
13961 * help.el (describe-function-1): Kluge around cases of functions
13962 fset to subrs whose doc doesn't match their symbol-name.
13963
13964 * image.el (insert-image): Default STRING to a space.
13965
13966 * info.el Doc fixes.
13967 (Info-build-node-completions): Match Ref tags.
13968
13969 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13970
13971 * frame.el (display-multi-frame-p, display-multi-font-p): New
13972 defaliases for display-graphic-p.
13973
13974 * hl-line.el: Fixed a typo in commentary.
13975
13976 2000-06-13 Kenichi Handa <handa@etl.go.jp>
13977
13978 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13979 fixed.
13980
13981 2000-06-12 Dave Love <fx@gnu.org>
13982
13983 * image.el (insert-image): Save a little consing.
13984
13985 2000-06-12 Kenichi Handa <handa@etl.go.jp>
13986
13987 * language/tibet-util.el: Convert all tibetan-1-column characters
13988 to the corresponding tibetan characters.
13989 (tibetan-add-components): Delete code for the special treatment of
13990 'a chung.
13991
13992 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13993 change.
13994 (tibetan-vowel-transcription-alist): More rules added.
13995 (tibetan-composite-vowel-alist): New variable.
13996 (tibetan-precomposition-rule-alist): More rules added.
13997
13998 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13999
14000 * startup.el (command-line): Only call menu-bar-mode if interactive.
14001
14002 * thingatpt.el (toplevel symbol-properties):
14003 * textmodes/makeinfo.el (makeinfo-compile):
14004 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14005 * progmodes/hideif.el (hif-compress-define-list)
14006 (hide-ifdef-use-define-alist):
14007 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14008 (ange-ftp-vms-add-file-entry):
14009 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14010 * man.el (Man-build-man-command):
14011 * mail/rnewspost.el (news-reply-header-hook):
14012 * info.el (Info-insert-dir):
14013 * emulation/mlconvert.el (backward-word, forward-word, setq):
14014 * emacs-lisp/gulp.el (gulp-send-requests):
14015 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14016 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14017 (byte-optimize-apply, end of file):
14018 * emacs-lisp/advice.el (ad-advice-class-completion-table)
14019 (ad-make-freeze-definition):
14020 * startup.el (command-line, command-line-1): Don't quote lambdas.
14021
14022 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14023 (cvs-cleanup-removed): New function.
14024 (cvs-cleanup-functions): New var.
14025 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14026 some flexibility in specifying additional entries to auto-cleanup.
14027 (cvs-quickdir): New function.
14028 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14029 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14030 (cvs-mode-find-file): Check that we are on a filename or dirname
14031 when invoked through a mouse-click.
14032 (cvs-full-path): Remove.
14033 (cvs-dired-action): Re-introduced.
14034 (cvs-dired-noselect): Use it.
14035 (vc-post-command-functions): use this new hook if available.
14036
14037 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14038 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14039 (cvs-filename-map, cvs-dirname-map): Remove.
14040 (cvs-default-action): Remove.
14041 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14042 if the arg is really a keymap.
14043 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14044 Don't hardcode the mapping from state (aka type) to face, but check
14045 the var cvs-fi-<type>-face instead.
14046 (cvs-fileinfo-from-entries): New function.
14047
14048 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14049 Docstring fix.
14050 (cvs-find-file-and-jump): Change default to be safer.
14051 (cvs-mode-diff-map): Define it as a function as well.
14052 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14053 Bind mouse-2 in this global map rather than with text-properties.
14054
14055 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14056 file to resolve the ambiguity between C(conflict) and C(need-merge).
14057
14058 2000-06-12 Kenichi Handa <handa@etl.go.jp>
14059
14060 * international/mule.el (set-buffer-file-coding-system): If
14061 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14062 unconditionally.
14063
14064 2000-06-12 Dave Love <fx@gnu.org>
14065
14066 * wid-edit.el (widget-specify-button): Really suppress the face if
14067 required.
14068
14069 2000-06-11 Gerd Moellmann <gerd@gnu.org>
14070
14071 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14072
14073 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
14074
14075 * imenu.el (imenu-generic-expression): Docstring fix.
14076
14077 * composite.el (composition-function-table): Move the `put'
14078 below the autoload cookie so we can load the file before loaddefs.
14079
14080 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14081
14082 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14083 Handle easy-mmode-define-global-mode.
14084 For complex macros like define-minor-mode that can generate
14085 several autoload entries, try to autoload entries in the
14086 macroexpanded code.
14087
14088 * emacs-lisp/easy-mmode.el (define-minor-mode):
14089 If KEYMAP is a symbol, just use it.
14090 Use byte-compile-current-file and load-file-name to infer the
14091 proper :require to pass to defcustom.
14092 Wrap the hook var into `progn' so as not to autoload it.
14093 Add a :autoload-end cookie.
14094 Be more careful about the evaluation of KEYMAP.
14095 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14096 (define-derived-mode): Move define-abbrev-table outside of defvar.
14097
14098 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
14099
14100 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14101 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14102 (backup-compiled-files): Ignore errors during `tar'.
14103 (bootstrap): Make autoloads before elc files.
14104
14105 2000-06-10 Kenichi Handa <handa@etl.go.jp>
14106
14107 * international/mule.el (set-buffer-file-coding-system): If one of
14108 undecided-XXX is specified, change only EOL conversion.
14109
14110 * international/mule-conf.el (unix): New alias for the coding
14111 system undecided-unix.
14112
14113 2000-06-09 Dave Love <fx@gnu.org>
14114
14115 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14116
14117 * progmodes/executable.el: Byte compile dynamic.
14118 (executable-insert): Change custom type.
14119 (executable-find): Add autoload cookie.
14120 (executable-make-buffer-file-executable-if-script-p): New
14121 function. After Noah Friedman.
14122
14123 * files.el (after-save-hook): Customize, with
14124 executable-make-buffer-file-executable-if-script-p as an option.
14125
14126 2000-06-09 Kenichi Handa <handa@etl.go.jp>
14127
14128 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14129 "tib24p-mule.bdf" for Tibetan.
14130
14131 * composite.el (decompose-composite-char): Declare it as obsolete.
14132
14133 * man.el (Man-fontify-manpage): Pay attention to underline and
14134 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14135
14136 2000-06-08 Gerd Moellmann <gerd@gnu.org>
14137
14138 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14139 Set maintainer to FSF since author isn't reachable.
14140
14141 2000-06-08 Dave Love <fx@gnu.org>
14142
14143 * international/mule-cmds.el (select-safe-coding-system): If
14144 DEFAULT-CODING-SYSTEM is not specified, also check the most
14145 preferred coding-system if buffer-file-coding-system is
14146 `undecided'. From Handa.
14147
14148 2000-06-08 Kenichi Handa <handa@etl.go.jp>
14149
14150 * international/mule.el
14151 (after-insert-file-set-buffer-file-coding-system): If the buffer
14152 size is greater than INSERTED, judget that we are not visiting.
14153
14154 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
14155
14156 * whitespace.el (defgroup whitespace): Comment out `:version'.
14157 XEmacs 20.4 has problems defining the group with this present.
14158 We'll have this commented out till get resolve the problem.
14159
14160 2000-06-07 John Wiegley <johnw@gnu.org>
14161
14162 * align.el (align-dq-string-modes, align-sq-string-modes)
14163 (align-open-comment-modes): Add pyhton-mode.
14164 (align-rules-list): Use get-text-property instead of
14165 text-properties-at.
14166 (align-rules-list): Add python-assignment.
14167 (align-rules-list): Change perl-comma-delimiter to
14168 basic-comma-delimiter. Use if for Perl modes and python-mode.
14169 (align-rules-list): Add python-chain-logic and
14170 basic-line-continuation.
14171
14172 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
14173
14174 * apropos.el (apropos-mode-hook): New user variable.
14175 (apropos-mode): Run apropos-mode-hook.
14176
14177 2000-06-07 David Ponce <david@dponce.com>
14178
14179 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14180 commands. Require `wid-edit' at run-time.
14181
14182 2000-06-07 David Ponce <david@dponce.com>
14183
14184 * recentf.el: Added some "Commentary".
14185 (recentf-open-more-files, recentf-edit-list): Minor changes to
14186 move the point at the top of the file list. This behaviour is
14187 consistent with the menu one when the list contains a lot of
14188 files.
14189 (recentf-cleanup): Now displays the number of items removed from
14190 the list.
14191 (recentf-relative-filter) New menu filter to show filenames
14192 relative to `default-directory'.
14193
14194 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14195
14196 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
14197 with/without giving an error if PostScript printer doesn't have this
14198 kind of page size. Zebra Stripe continues or restarts on next page.
14199 Manual/automatic paper feeding. Switch or not the header.
14200 (ps-print-version): New version number (5.2.2).
14201 (ps-windows-system): Include emx as a Windows system.
14202 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14203 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14204 (ps-background-text): Code fix.
14205 (ps-error-handler-message, ps-user-defined-prologue)
14206 (ps-print-prologue-header, ps-printer-name)
14207 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14208 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14209 (ps-use-face-background): Customization fix.
14210 (ps-n-up-database): Data fix.
14211 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14212 (ps-switch-header): New vars.
14213 (ps-xemacs-color-name, ps-face-foreground-name)
14214 (ps-face-background-name, ps-boolean-constant): New funs.
14215
14216 2000-06-07 Dave Love <fx@gnu.org>
14217
14218 * allout.el: New version from Manheimer.
14219
14220 2000-06-07 Kenichi Handa <handa@etl.go.jp>
14221
14222 * textmodes/fill.el (fill-find-break-point): Check the validity of
14223 charset.
14224
14225 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14226
14227 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14228 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14229 Call display-color-p and display-mouse-p instead of looking at
14230 window-system.
14231
14232 2000-06-06 Dave Love <fx@gnu.org>
14233
14234 * image.el (find-image): Doc fix. Return nil if image not found.
14235 (put-image, insert-image): Make STRING arg optional.
14236
14237 2000-06-06 Kenichi Handa <handa@etl.go.jp>
14238
14239 * language/vietnamese.el: Remove eval-when-compile.
14240 (viet-viscii-nonascii-translation-table): Define it as a
14241 translation table made from viet-viscii-decode-table.
14242 (viet-viscii-encode-table): Define it as a translation table made
14243 from the reverse map of above.
14244 (viet-vscii-nonascii-translation-table): Define it as a
14245 translation table made from viet-vscii-decode-table.
14246 (viet-vscii-encode-table): Define it as a translation table made
14247 from the reverse map of above.
14248 (ccl-decode-viscii): Use translate-character.
14249 (ccl-encode-viscii, ccl-encode-viscii-font)
14250 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14251 Likewize.
14252
14253 * language/cyrillic.el: Remove eval-when-compile.
14254 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14255 translation table made from cyrillic-koi8-r-decode-table.
14256 (cyrillic-koi8-r-encode-table): Define it as a translation table
14257 made from the reverse map of above.
14258 (ccl-decode-koi8): Use translate-character.
14259 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14260 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14261 a translation table made from cyrillic-alternativnyj-decode-table.
14262 (cyrillic-alternativnyj-encode-table): Define it as a translation
14263 table made from the reverse map of above.
14264 (ccl-decode-alternativnyj): Use translate-character.
14265 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14266 Likewize
14267
14268 * international/mule-diag.el (non-iso-charset-alist): Specify
14269 translation table symbol instead of translation table itself.
14270 (list-block-of-chars): CHARSET may be a translation table symbol.
14271
14272 * international/mule.el (make-coding-system): If CODING-SYSTEM
14273 already exists, override it.
14274
14275 * international/fontset.el: Use family `proportional' for Tibetan
14276 fonts.
14277
14278 * international/ccl.el (ccl-compile-translate-character): Don't
14279 check if Rrr has property translation-table.
14280 (ccl-compile-map-multiple): Modified to avoid compiler warning.
14281
14282 2000-06-05 Gerd Moellmann <gerd@gnu.org>
14283
14284 * info.el: Bind case-fold-search to t when searching in case
14285 a user sets it to nil in a hook.
14286
14287 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
14288
14289 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14290 * hl-line.el (hl-line-mode): Use the new :global key argument.
14291
14292 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14293 (tar-clip-time-string): Prepend a space.
14294 (tar-grind-file-mode): Construct a string rather than modifying one.
14295 (tar-header-block-summarize): Fix docstring.
14296 Use `format' rather than an error-prone set of copy-loops.
14297
14298 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14299 (diff-goto-source, diff-unified->context, diff-context->unified)
14300 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14301 understand the format output by the `-p' argument to diff.
14302
14303 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14304 (sh-re-done): Use defconst.
14305 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14306 (sh-help-string-for-variable, sh-guess-basic-offset):
14307 Don't quote lambdas.
14308 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14309 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14310
14311 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14312 (mh-letter-mode): Derive from text-mode.
14313 This implicitly means that it now calls kill-all-local-variables.
14314 Also remove the Emacs-18 compatibility code.
14315
14316 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14317 Make use of symbol-property doc-string-elt.
14318 Use memq rather than a sequence of eq.
14319 (doc-string-elt): Fix the wrong or missing previously unused values.
14320 (autoload-print-form): New function extracted from
14321 generate-file-autoloads to allow recursion when handling progn
14322 so that defvar's and defun's docstrings are properly printed.
14323 (generate-file-autoloads): Use it.
14324
14325 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14326 Use find-file-hooks in the minor-mode function.
14327 Be careful not to loop indefinitely in the post-command-hook function.
14328
14329 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14330
14331 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14332 tty's.
14333 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14334 differences whenever appropriate.
14335 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14336 * viper.el (find-file, find-file-other-window): Get viper to do
14337 wildcards.
14338
14339 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14340
14341 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14342 (jit-lock-fontify-buffer): New function for JIT refontification.
14343 (jit-lock-mode): Fix docstring.
14344 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14345 Remove jit-lock-after-change from the _local_ hook.
14346 (jit-lock-function-1): Fix docstring.
14347
14348 * info.el (Info-on-current-buffer): Initialize info.
14349
14350 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14351
14352 * progmodes/tcl.el (tcl-indent-for-comment):
14353 Ignore comment-indent-hook.
14354
14355 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14356 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14357 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14358 and improve to use the lighter to guess the capitalization.
14359 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14360 Add keyword arguments to specify global-ness or the custom group.
14361 Add local-map and help-echo properties to the lighter.
14362 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14363 (easy-mmode-define-global-mode): New macro.
14364
14365 2000-06-02 Dave Love <fx@gnu.org>
14366
14367 * wid-edit.el: byte-compile-dynamic since we typically don't use
14368 all the widgets. Don't require cl or widget. Remove
14369 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14370 (widget-read-event): Removed. Callers changed to use read-event.
14371 (widget-button-release-event-p): Renamed from
14372 button-release-event-p.
14373 (widget-field-add-space, widget-field-use-before-change):
14374 Uncustomize.
14375 (widget-specify-field): Use keymap property, not local-map.
14376 (widget-specify-button): Obey :suppress-face.
14377 (widget-specify-insert): Use modern backquote syntax.
14378 (widget-image-directory): Renamed from widget-glyph-directory.
14379 (widget-image-enable): Renamed from widget-glyph-enable.
14380 (widget-image-find): Replaces widget-glyph-find.
14381 (widget-button-pressed-face): Move defvar.
14382 (widget-image-insert): Replaces widget-glyph-insert.
14383 (widget-convert): Use keywordp.
14384 (widget-leave-text, widget-children-value-delete): Use mapc.
14385 (widget-keymap): Remove XEmacs stuff.
14386 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14387 (widget-button-click): Don't set point at the click, but re-centre
14388 if we scroll out of window. Rewritten for images v. glyphs &c.
14389 (widget-tabable-at): Use POS arg, not point.
14390 (widget-beginning-of-line, widget-end-of-line)
14391 (widget-item-value-create, widget-sublist, widget-princ-to-string)
14392 (widget-sexp-prompt-value, widget-echo-help): Simplify.
14393 (widget-default-create): Use widget-image-insert; some rewriting.
14394 (widget-visibility-value-create)
14395 (widget-push-button-value-create, widget-toggle-value-create): Use
14396 widget-image-insert.
14397 (checkbox): Create on and off images dynamically.
14398 (documentation-link): Change :help-echo.
14399 (widget-documentation-link-echo-help): Remove.
14400
14401 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
14402
14403 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14404
14405 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14406 (easy-mmode-define-toggle, define-minor-mode): Use it.
14407 (easy-mmode-define-keymap): Docstring fix.
14408 (define-derived-mode): Default PARENT to fundamental-mode.
14409 Add the derived-mode-parent symbol-property.
14410 (easy-mmode-derived-mode-p): New function.
14411
14412 2000-06-02 Dave Love <fx@gnu.org>
14413
14414 * files.el (convert-standard-filename): Doc fix.
14415 (normal-backup-enable-predicate): New function.
14416 (backup-enable-predicate): Use it to replace the lambda form.
14417
14418 * calendar/todo-mode.el: [This needs more work on the outline
14419 stuff.] Doc fixes.
14420 (todo) <defgroup>: Add :version.
14421 (todo-add-category): Don't use pushnew.
14422 (todo-cmd-raise): Fix typo.
14423 (todo-top-priorities): Change temp buffer name.
14424 (todo-category-alist): Avoid redundant lambda.
14425 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14426 Use outline-next-heading.
14427
14428 * autoarg.el: Rewritten to use define-minor-mode.
14429 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14430 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14431
14432 2000-06-02 Kenichi Handa <handa@etl.go.jp>
14433
14434 * isearch.el (isearch-other-meta-char): Fix previous change.
14435
14436 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14437
14438 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14439 (log-edit-done): Only add the comment to the ring if it's different
14440 from the last comment entered.
14441
14442 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14443
14444 2000-06-01 Dave Love <fx@gnu.org>
14445
14446 * hl-line.el: Rewritten using define-minor-mode.
14447
14448 * help.el (describe-function-1): Distinguish special form from
14449 builtin function. Sanity-check presence of arglist for builtins.
14450
14451 2000-06-01 Kenichi Handa <handa@etl.go.jp>
14452
14453 * international/characters.el: Fix syntax/category setting of
14454 Tibetan characters.
14455
14456 * language/tibet-util.el (tibetan-add-components): Fixes for new
14457 encoding of Tibetan characters.
14458 (tibetan-decompose-precomposition-alist): New variable.
14459 (tibetan-decompose-region): Convert precomposed characters to
14460 non-precomposed characters.
14461 (tibetan-decompose-string): Likewise.
14462 (tibetan-composition-function): Fix args to
14463 thibetan-compose-string.
14464
14465 * language/tibetan.el (tibetan-composable-pattern): More
14466 characters included.
14467 (tibetan-consonant-transcription-alist): Rule for "R" added.
14468 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14469 "+R" added.
14470 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14471
14472 * language/lao-util.el (lao-composition-function): Fix args to
14473 compose-string.
14474
14475 * language/thai-util.el (thai-composition-function): Fix args to
14476 compose-string.
14477
14478 * isearch.el (isearch-update): Set disable-point-adjustment to t
14479 to prevent the point moving to the end of a composition when a
14480 part of a composition is searched.
14481 (isearch-other-meta-char): If the key invoking this command can be
14482 mapped by function-key-map to a printing char, call
14483 isearch-process-search-char directly.
14484
14485 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14486
14487 * emacs-lisp/bytecomp.el:
14488 * frame.el:
14489 * international/mule-cmds.el:
14490 * international/mule-util.el:
14491 * international/mule.el:
14492 * mouse.el:
14493 * subr.el:
14494 * faces.el: Update calls to make-obsolete with a WHEN argument.
14495
14496 * byte-run.el (make-obsolete, make-obsolete-variable):
14497 Add an optional WHEN argument and change the format of the
14498 symbol-property information.
14499 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14500 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14501 new obsolete-symbol-property format and print WHEN if it is provided.
14502
14503 2000-05-31 Dave Love <fx@gnu.org>
14504
14505 * loadhist.el (loadhist-hook-functions): Remove
14506 before-change-function, after-change-function.
14507 (unload-feature): Deal with symbols which are both bound and
14508 fbound.
14509
14510 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14511 before-change-function, after-change-function.
14512
14513 * simple.el (newline): Don't bind before-change-function,
14514 after-change-function.
14515
14516 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14517
14518 * whitespace.el (whitespace-rescan-timer-time): Update interval
14519 set to 600 seconds (10 minutes) instead of 60 seconds since
14520 a large number of whitespace buffers causes emacs to `freeze'
14521 for a considerable amount of time.
14522
14523 * whitespace.el: Updated email address
14524
14525 2000-05-31 Dave Love <fx@gnu.org>
14526
14527 * add-log.el (change-log-font-lock-keywords) <function>: Add
14528 pattern for function of change.
14529 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14530 acknowledgements patterns.
14531
14532 2000-05-31 Kenichi Handa <handa@etl.go.jp>
14533
14534 * isearch.el (isearch-printing-char): If keyboard coding system is
14535 being used, call isearch-process-search-multibyte-characters.
14536
14537 * international/isearch-x.el: Mostly rewritten.
14538
14539 * international/quail.el (quail-start-conversion): Don't include
14540 unhandled events in the returned events, but set them in
14541 unread-command-events. Exit if all inputs are deleted.
14542
14543 2000-05-30 Jason Rumney <jasonr@gnu.org>
14544
14545 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14546
14547 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14548 Reenable code to create initial fontsets.
14549 Use set-fontset-font in place of put-charset-property.
14550
14551 2000-05-30 Gerd Moellmann <gerd@gnu.org>
14552
14553 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14554 label, ensure that the first colon isn't followed by another.
14555
14556 * paths.el (Info-default-directory-list): Doc fix.
14557
14558 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14559 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14560 send a query containing USER only, not USER@HOST.
14561
14562 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14563 and rmail-msgend to compute the restriction at the end, instead of
14564 computing it.
14565
14566 2000-05-29 Gerd Moellmann <gerd@gnu.org>
14567
14568 * dabbrev.el (dabbrev-expand): Don't display messages in the
14569 echo area if the minibuffer window is active.
14570
14571 * jit-lock.el (jit-lock-mode): Add after change function to
14572 local hook.
14573
14574 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14575
14576 * antlr-mode.el: New commands: hide/unhide actions,
14577 upcase/downcase literals.
14578 (antlr-tiny-action-length): New user option.
14579 (antlr-hide-actions): New command. Suggested by
14580 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14581 (antlr-mode-map): New binding [C-c C-v].
14582 (antlr-mode-menu): New entries.
14583 (antlr-downcase-literals): New command.
14584 (antlr-upcase-literals): Ditto.
14585
14586 * antlr-mode.el: Minor changes: indendation, mode-name.
14587 (antlr-indent-line): Indent cpp directive at column 0.
14588 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14589
14590 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14591 (antlr-font-lock-additional-keywords): Workaround for intentional
14592 bug in XEmacs version of font-lock.
14593 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14594 be used by a smarter version of `buffers-menu-grouping-function'.
14595
14596 2000-05-29 Gerd Moellmann <gerd@gnu.org>
14597
14598 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14599 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14600
14601 2000-05-29 Kenichi Handa <handa@etl.go.jp>
14602
14603 * international/encoded-kb.el
14604 (encoded-kbd-iso2022-designation-map): Pay attention to that
14605 charset-iso-final-char return -1 for eight-bit-control and
14606 eight-bit-graphic.
14607
14608 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14609
14610 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14611 (speedbar-easymenu-definition-base): Use display-graphic-p where
14612 available, instead of window-system.
14613
14614 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14615
14616 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14617 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14618 coding systems.
14619
14620 2000-05-26 Dave Love <fx@gnu.org>
14621
14622 * disp-table.el (standard-display-underline): Don't use
14623 internal-find-face.
14624
14625 * mail/reporter.el: Maintainer change. Doc fixes.
14626 (reporter-version): Deleted.
14627
14628 * emacs-lisp/elp.el: Maintainer change.
14629 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14630
14631 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14632
14633 * add-log.el (add-change-log-entry): Merge the current entry with the
14634 previous one if the previous one is empty.
14635
14636 2000-05-26 Dave Love <fx@gnu.org>
14637
14638 * loadhist.el (unload-feature): Fix interactive spec [from
14639 lijnzaad@ebi.ac.uk].
14640
14641 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14642 subr-arity to check primitives.
14643 (byte-compile-flush-pending, byte-compile-file-form-progn)
14644 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14645 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14646 mapcar.
14647
14648 2000-05-26 Kenichi Handa <handa@etl.go.jp>
14649
14650 * international/fontset.el: Set family names of non-latin charsets
14651 in default fontset to "*".
14652
14653 * international/mule-diag.el (print-fontset): Combine family part
14654 and registry part of the fontname by "-*-" instead of "-".
14655
14656 * international/mule-cmds.el (encode-coding-char): Make strings
14657 multibyte before calling encode-coding-string.
14658
14659 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14660
14661 * derived.el: Fix keywords.
14662 (define-derived-mode): Only define if needed.
14663
14664 * simple.el (fill-comment, comment-column, comment-start)
14665 (comment-start-skip, comment-end, comment-indent-function)
14666 (block-comment-start, block-comment-end, indent-for-comment)
14667 (set-comment-column, kill-comment, comment-padding, comment-region)
14668 (comment-multi-line, indent-new-comment-line): Remove.
14669
14670 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14671 function names for comment operations.
14672
14673 * newcomment.el: Add abundant autoload cookies.
14674 (comment-style): Don't depend on runtime data at compile-time.
14675 (comment-indent-hook): Remove.
14676 (comment-indent): Check if comment-indent-hook is bound.
14677 (comment-region): Docstring fix.
14678
14679 2000-05-25 Dave Love <fx@gnu.org>
14680
14681 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14682 byte-code-function-p.
14683
14684 * mail/rmailsum.el: Add provide.
14685
14686 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14687
14688 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14689 defcustom.
14690
14691 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14692
14693 * ediff-diff.el (ediff-exec-process): delete --binary option from
14694 non-buffer ediff jobs.
14695
14696 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14697
14698 * hilit-chg.el (highlight-changes-mode): Ask about color or
14699 grayscale support, not about window-system.
14700
14701 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14702 window-system.
14703 (ffap-highlight): Always default to t.
14704
14705 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14706 display-popup-menus-p instead of looking at window-system.
14707
14708 * disp-table.el (standard-display-g1, standard-display-graphic):
14709 Only refuse to use string glyphs on X and MS-Windows.
14710
14711 * avoid.el: Remove window-system from commentary, suggest to use
14712 display-*-p instead.
14713
14714 * apropos.el (apropos-print): Use display-mouse-p instead of
14715 window-system.
14716
14717 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14718
14719 * international/codepage.el (cp-decoding-vector-for-codepage):
14720 Fill up unsupported characters with their own codes. From Kenichi
14721 Handa.
14722
14723 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14724
14725 * international/mule-diag.el (describe-char-after): Use
14726 display-graphic-p instead of window-system, so that this function
14727 works on MS-DOS.
14728
14729 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14730
14731 * international/codepage.el (cp-make-coding-systems-for-codepage):
14732 Remove the eight-bit-graphic and eight-bit-control charsets from
14733 the list of charsets which we convert into `?'.
14734
14735 2000-05-25 Kenichi Handa <handa@etl.go.jp>
14736
14737 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14738 private charsets.
14739 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14740 japanese-jisx0213-2): New charsets.
14741
14742 * international/fontset.el: Setup default fontset for new charsets.
14743
14744 2000-05-24 Dave Love <fx@gnu.org>
14745
14746 * info.el (Info-find-node-2): Restructure [following "Vadim
14747 S. Solomin" <sovs@uic.nnov.ru>].
14748
14749 * icomplete.el: Fix header for Finder.
14750
14751 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14752
14753 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14754 STAY.
14755
14756 * rmail.el (rmail-automatic-folder-directives): New user variable.
14757 (rmail-show-message): Add call to `rmail-auto-file' during
14758 display.
14759 (rmail-auto-file): New function.
14760
14761 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14762
14763 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14764 account.
14765 (ediff-test-utility,ediff-diff-mandatory-option)
14766 (ediff-reset-diff-options): Utilities for proper initialization of
14767 ediff-diff-options and ediff-diff3-options on Windows.
14768
14769 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14770 variable.
14771
14772 * ediff-mult.el (ediff-filegroup-action): Use
14773 ediff-merge-filename-prefix.
14774
14775 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14776
14777 * viper-ex.el (ex-write): Set selective display to nil.
14778
14779 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14780
14781 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14782 aliases for hebrew-iso-8bit.
14783
14784 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14785
14786 * woman.el: New version from Francis J. Wright
14787 <F.J.Wright@Maths.QMW.ac.uk>.
14788 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14789 names in environment variables regardless of the path separator.
14790 (woman-topic-all-completions-1): Don't call file-name-directory-p
14791 on all files, since woman-file-regexp already filters out any
14792 directories.
14793
14794 2000-05-24 Kenichi Handa <handa@etl.go.jp>
14795
14796 * international/quail.el (quail-start-translation): Don't change
14797 modified-p of the current buffer.
14798 (quail-start-conversion): Likewise.
14799
14800 * international/kkc.el (kkc-region): Don't change modified-p of
14801 the current buffer.
14802
14803 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14804 conform to RFC1468.
14805 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14806
14807 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14808
14809 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14810 (speedbar-insert-button): Invisible text property fix.
14811 (speedbar-directory-plus): Renamed from speedbar-directory-+
14812 (speedbar-directory-minus): Renamed from speedbar-directory--
14813 (speedbar-page-plus): Renamed from speedbar-file-+
14814 (speedbar-page-minus): Renamed from speedbar-file--
14815 (speedbar-page): Renamed from speedbar-file-
14816 (speedbar-tag): Renamed from speedbar-tag-
14817 (speedbar-tag-plus): Renamed from speedbar-tag-+
14818 (speedbar-tag-minus): Renamed from speedbar-tag--
14819 (speedbar-expand-image-button-alist): Use above renames.
14820
14821 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14822 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14823 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14824 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14825 * sb-pg.xpm: Renamed from sb-file.xpm
14826 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14827 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14828
14829 2000-05-24 Kenichi Handa <handa@etl.go.jp>
14830
14831 * international/quail.el (quail-show-guidance-buf): Set
14832 current-input-method of the guidance buffer to the name of the
14833 curren input method.
14834
14835 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14836
14837 * progmodes/compile.el (compile-internal): Style typo.
14838
14839 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14840 quote vars and functions in the docstring.
14841
14842 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14843
14844 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14845 Don't quote lambdas.
14846
14847 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14848
14849 2000-05-23 Gerd Moellmann <gerd@gnu.org>
14850
14851 * startup.el (command-line): Determine source file of compiled
14852 user init file differently. Warn if compiled user init file
14853 is older than its source file.
14854
14855 * ffap.el (ffap-url-regexp): Add `https'.
14856
14857 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14858
14859 * files.el (make-backup-file-name-1): Replace slashes with `!'
14860 rather than `|' (which is not allowed on Windows). Replace the
14861 drive letters with a string "drive_X".
14862
14863 2000-05-23 Gerd Moellmann <gerd@gnu.org>
14864
14865 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14866
14867 * files.el (interpreter-mode-alist): Add `bash2'.
14868
14869 2000-05-22 Dave Love <fx@gnu.org>
14870
14871 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14872 mapc.
14873 (feature-file): Avoid calling symbol-name. Doc fix.
14874 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14875 (loadhist-hook-functions): Add mouse-position-function.
14876 (unload-feature): Change uses of mapcar.
14877
14878 * files.el (parse-colon-path): Doc fix.
14879 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14880 (set-auto-mode): Use mapc.
14881
14882 * complete.el (PC-look-for-include-file): Use :alnum: character
14883 class.
14884 (partial-completion-mode): Add autoload cookie.
14885
14886 2000-05-22 Sam Steingold <sds@gnu.org>
14887
14888 * info.el (Info-fontify-node): Fixed the call to
14889 `add-text-properties' (bug introduced on 2000-05-18).
14890
14891 2000-05-22 Dave Love <fx@gnu.org>
14892
14893 * bindings.el: Remove debug-ignored-errors set in other files.
14894
14895 * progmodes/etags.el: Add to debug-ignored-errors.
14896 (visit-tags-table-buffer): Clear out buffers holding old tables
14897 when making a new list.
14898 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14899 mapc.
14900
14901 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14902 quote keywords.
14903 (cmpl-string-case-type): Use character classes.
14904
14905 * comint.el:
14906 * textmodes/ispell.el:
14907 * imenu.el:
14908 * mail/mh-e.el:
14909 * progmodes/compile.el: Add to debug-ignored-errors.
14910
14911 * dabbrev.el: Add to debug-ignored-errors.
14912 (dabbrev-completion): Use mapc.
14913
14914 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14915
14916 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14917 (woman-mapcan, woman-parse-man.conf)
14918 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14919 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14920 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14921 path syntax better.
14922 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14923 (woman-manpath): Call woman-parse-man.conf.
14924 (woman-emulation): New defcustom, defaults to nroff.
14925 (woman-font-support): New defconst.
14926 (woman-use-symbol-font): New defcustom.
14927 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14928 "Emulation".
14929 Many functions: Doc fix.
14930
14931 2000-05-22 Kenichi Handa <handa@etl.go.jp>
14932
14933 * international/quail.el (quail-simple-translation-keymap): Map
14934 128..255 to quail-self-insert-command.
14935 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14936
14937 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14938
14939 * help.el (help-manyarg-func-alist): Typo.
14940
14941 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14942 intervals which makes it heaps simpler.
14943
14944 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14945 the nested comment markers.
14946
14947 * subr.el (remove-hook): Don't turn the hook's value into a list.
14948
14949 2000-05-21 Dave Love <fx@gnu.org>
14950
14951 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14952 are invalid characters.
14953
14954 * international/mule-util.el (detect-coding-with-priority): Use
14955 mapc. Remove redundant lambda.
14956
14957 * international/mule-diag.el (list-non-iso-charset-chars)
14958 (describe-fontset): Remove redundant lambda.
14959
14960 * emulation/crisp.el (brief-mode): New alias.
14961
14962 * emacs-lisp/ring.el (ring-elements): New function.
14963
14964 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14965 (easy-menu-do-add-item): Use keywordp.
14966
14967 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14968
14969 * replace.el: Doc and error message fixes.
14970 (replace-highlight): Use facep, not internal-find-face.
14971
14972 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14973
14974 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14975
14976 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14977 (log-edit-insert-changelog): Drop `:' as well.
14978
14979 * log-view.el: Fix file description.
14980 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14981 available.
14982 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14983 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14984
14985 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14986 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14987 Print a status message if the toggle is called interactively.
14988 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14989 for global minor modes and use `defcustom' for them.
14990 Use add-minor-mode.
14991 (easy-mmode-define-derived-mode): Remove.
14992 (define-derived-mode): Fancier default docstring.
14993 (easy-mmode-define-navigation): Signal an error rather than (ding).
14994
14995 * newcomment.el (comment-styles): New `box-multi'.
14996 (comment-normalize-vars): Better default for comment-continue to
14997 avoid whitespace-only continuations.
14998 (comment-search-forward): Always move even in the no-syntax case.
14999 (comment-padright): Only obey N if it's only obeyed for padleft.
15000 (comment-make-extra-lines): Better handling of empty continuations.
15001 Use `=' for the filler if comment-start has only one character.
15002 (uncomment-region): Try handling the special `=' filler.
15003 (comment-region): Allow LINES even if MULTI is nil.
15004 (comment-box): Choose box style based on comment-style.
15005
15006 2000-05-20 Kenichi Handa <handa@etl.go.jp>
15007
15008 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15009 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15010
15011 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
15012
15013 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15014 and insert, not subst-char-in-region.
15015
15016 * international/mule-diag.el (list-character-sets-1): Handle
15017 charsets eight-bit-control and eight-bit-graphic.
15018 (list-iso-charset-chars): Likewise.
15019 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15020 charactes as is. Use indent-to to align characters.
15021
15022 * international/mule-cmds.el (find-multibyte-characters): Never
15023 exclude charsets eight-bit-control and eight-bit-graphic.
15024
15025 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15026
15027 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15028 Don't quote lambdas.
15029
15030 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15031
15032 2000-05-19 Gerd Moellmann <gerd@gnu.org>
15033
15034 * gud.el (gud-jdb-directories): Doc fix.
15035
15036 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15037
15038 * newcomment.el: New file.
15039
15040 2000-05-19 Gerd Moellmann <gerd@gnu.org>
15041
15042 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15043
15044 2000-05-18 Andreas Schwab <schwab@suse.de>
15045
15046 * dired.el (dired-between-files): Also skip lines beginning with
15047 `used'.
15048
15049 2000-05-18 Gerd Moellmann <gerd@gnu.org>
15050
15051 * msb.el (msb-menu-cond): Add choice `user'.
15052
15053 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15054
15055 * ps-print.el: Compatibility, customization and doc fix.
15056 (ps-printer-name-option): Replace defconst by defvar.
15057 (ps-postscript-code-directory): XEmacs compatibility.
15058 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15059 fix.
15060 (ps-user-defined-prologue, ps-print-prologue-header)
15061 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15062 compatibility and code fix.
15063 (ps-print-background-image, ps-print-background-text):
15064 Customization fix.
15065 (ps-line-number-start, ps-n-up-on): New vars.
15066
15067 2000-05-18 Espen Skoglund <esk@ira.uka.de>
15068
15069 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15070 the indent-comment function to just return the appropriate indent.
15071
15072 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
15073
15074 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15075 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15076 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15077
15078 2000-05-18 Dave Love <fx@gnu.org>
15079
15080 * info.el (Info-fontify-node): Add intangible property as well as
15081 invisible.
15082
15083 * calendar/appt.el (appt-make-list): Match all lines of entry.
15084 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15085
15086 2000-05-18 Kenichi Handa <handa@etl.go.jp>
15087
15088 * international/mule-diag.el (describe-char-after): Call
15089 internal-char-font, not char-font. If internal-char-font returns
15090 nil, display "-- none --".
15091
15092 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15093
15094 * image.el (image-type-available-p): Don't reference image-types
15095 if it isn't bound.
15096
15097 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
15098
15099 * autoarg.el (autoarg-mode): Typo in the :set argument.
15100
15101 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15102
15103 * startup.el (command-line-1): Don't signal an error if the
15104 directory for auto-save-list files does not yet exist.
15105
15106 2000-05-17 Kenichi Handa <handa@etl.go.jp>
15107
15108 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15109
15110 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
15111
15112 * subr.el (remove-hook): `setq' hook-value, not `set'.
15113
15114 2000-05-16 Sam Steingold <sds@gnu.org>
15115
15116 * info.el (debug-ignored-errors): More errors to ignore.
15117
15118 2000-05-16 Dave Love <fx@gnu.org>
15119
15120 * cus-edit.el: Don't require cl or easymenu.
15121 (custom-variable-prompt): Test standard-value property, not
15122 user-variable-p.
15123
15124 2000-05-16 Sam Steingold <sds@gnu.org>
15125
15126 * subr.el (add-hook): `setq' hook-value, not `set'.
15127
15128 2000-05-16 Gerd Moellmann <gerd@gnu.org>
15129
15130 * startup.el (command-line-1): Mention the FAQ in the startup
15131 message.
15132
15133 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15134
15135 * progmodes/compile.el (compilation-parse-errors): Collect
15136 `nomessage' regexps last.
15137
15138 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15139
15140 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15141 to the function name.
15142
15143 2000-05-15 Dave Love <fx@gnu.org>
15144
15145 * speedbar.el (speedbar-recenter): Typo.
15146 (speedbar-expand-line): Make arg optional.
15147 (speedbar-mode): Avoid a compiler warning.
15148
15149 2000-05-15 Gerd Moellmann <gerd@gnu.org>
15150
15151 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15152 user-specified option string is empty.
15153
15154 * mouse.el (mouse-yank-at-click): Doc fix.
15155
15156 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15157
15158 * term/internal.el (IT-character-translations): More updates of
15159 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15160 documents.
15161
15162 2000-05-15 Gerd Moellmann <gerd@gnu.org>
15163
15164 * env.el (getenv): New function, interactively callable.
15165 (setenv, getenv): Remove autoload cookies.
15166
15167 * loadup.el: Load `env'.
15168
15169 * progmodes/f90.el: Change author's mail address.
15170
15171 2000-05-14 Dave Love <fx@gnu.org>
15172
15173 * mail/rmail.el (rmail-show-message-hook): Customize and offer
15174 goto-addr as an option.
15175
15176 * help.el (help-xref-stack): Doc fix.
15177 (help-xref-following): New variable.
15178 (help-make-xrefs): Use it.
15179 (help-xref-go-back): Use position information from stack element.
15180 (help-follow): Make position in stack element a pair. Use
15181 help-xref-following.
15182
15183 * autoarg.el: New file.
15184
15185 * faces.el: Declare more functions obsolete.
15186
15187 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15188 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15189 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15190 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15191 Remove all the setup-...-environment functions.
15192
15193 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
15194
15195 * speedbar.el: Updated the commentary section. xemacs20p now uses
15196 >= when detecting. Require `defimage' safely.
15197 (speedbar-easymenu-definition-base): Add toggle for images.
15198 (speedbar-easymenu-definition-special): Add flush cache & expand.
15199 (speedbar-visiting-tag-hook): Set new defaults. Added options.
15200 (speedbar-reconfigure-keymaps-hook): New variable.
15201 (speedbar-frame-parameters): Updated documentation.
15202 (speedbar-use-imenu-flag): Updated custom tag
15203 (speedbar-dynamic-tags-function-list): New variable.
15204 (speedbar-tag-hierarchy-method): Updated doc & custom.
15205 (speedbar-indentation-width, speedbar-indentation-width) New
15206 variables.
15207 (speedbar-hide-button-brackets-flag): Customizable.
15208 (speedbar-vc-indicator): Doc update.
15209 (speedbar-ignored-path-expressions): Updated default value.
15210 (speedbar-supported-extension-expressions): Updated default value.
15211 (speedbar-syntax-table): Remove {} paren status.
15212 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15213 as "+". Added overlay aliases.
15214 (speedbar-mode): Use `speedbar-mode-line-update' instead of
15215 `force-mode-line-update'.
15216 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15217 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15218 `mouse-set-point'
15219 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15220 (speedbar-item-info-tag-helper): Revamped to handle a wider range
15221 of arbitrary text, and new helper functions.
15222 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15223 filename finder.
15224 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15225 (speedbar-directory-buttons): Update path search/expansion.
15226 (speedbar-make-tag-line): Pay attention to
15227 `speedbar-indentation-width'. Use more care w/ invisible
15228 properties.
15229 (speedbar-change-expand-button-char): Call
15230 `speedbar-insert-image-button-maybe'.
15231 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15232 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15233 (speedbar-trim-words-tag-hierarchy)
15234 (speedbar-simple-group-tag-hierarchy): New functions
15235 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15236 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15237 functions.
15238 (speedbar-mouse-set-point): New function
15239 (speedbar-power-click): Updated documentation.
15240 (speedbar-line-token, speedbar-goto-this-file): Handle more types
15241 of tag prefix text.
15242 (speedbar-expand-line, speedbar-contract-line): Make more robust
15243 to strange text.
15244 (speedbar-expand-line): Takes universal argument to flush the
15245 cache.
15246 (speedbar-flush-expand-line): New function.
15247 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15248 Use new generator insertion method.
15249 (speedbar-fetch-dynamic-tags): New function.
15250 (speedbar-fetch-dynamic-imenu): Removed code now handled in
15251 `speedbar-fetch-dynamic-imenu'.
15252 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15253 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15254 "Revert Buffer" menu items.
15255 (speedbar-buffer-buttons-engine): Be smarter when creating a
15256 filename tag (for expansion purposes.).
15257 (speedbar-highlight-one-tag-line,
15258 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15259 (speedbar-recenter): New functions.
15260 (defimage-speedbar): Image loading abstraction.
15261 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15262 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15263 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15264 (speedbar-tag-type, speedbar-tag-mail): New images.
15265 (speedbar-expand-image-button-alist): New variable.
15266 (speedbar-insert-image-button-maybe): Insert an image over some
15267 buttons.
15268
15269 2000-05-13 Kenichi Handa <handa@etl.go.jp>
15270
15271 * international/mule-cmds.el (encode-coding-char): An ASCII
15272 character is always encodable.
15273
15274 * international/mule-conf.el: Add more information in descriptions
15275 of character sets.
15276
15277 * international/mule-diag.el (describe-char-after): New function.
15278 (describe-font-internal): Adjusted for the change of font-info.
15279 (describe-font): Likewise.
15280 (print-fontset): Rewritten for the new fontset implementation.
15281 (describe-fontset): Include fontset alias names in completion.
15282 (list-fontsets): Adjusted for the change of print-fontset.
15283
15284 * simple.el (what-cursor-position): If DETAIL is non-nil, call
15285 describe-char-after instead of displaying the detail in the echo
15286 area.
15287 (syntax-code-table): Format changed.
15288 (string-to-syntax): Adjusted for the above change.
15289
15290 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
15291
15292 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15293
15294 2000-05-12 Dave Love <fx@gnu.org>
15295
15296 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15297 dependence. Use line-{beginning,end}-position, not
15298 point-at{b,e}ol. Some doc fixes.
15299 (todo-position): New function. Fix callers of position to use it.
15300 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15301
15302 2000-05-12 Gerd Moellmann <gerd@gnu.org>
15303
15304 * time.el (display-time-mail-icon): Use `:ascent center'.
15305
15306 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15307 handling FTP security extensions.
15308
15309 2000-05-11 Dave Love <fx@gnu.org>
15310
15311 * calendar/todo-mode.el: New file.
15312
15313 2000-05-11 Gerd Moellmann <gerd@gnu.org>
15314
15315 * comint.el (comint-read-input-ring): Move reference to
15316 comint-input-ring-size outside of the save-excursion. It was
15317 causing the default value to be the only one ever seen.
15318
15319 * font-lock.el: Update copyright. Remove Simon Marshall's email
15320 address on request from him.
15321
15322 * subr.el (substitute-key-definition): Add comment describing
15323 the meaning of PREFIX.
15324
15325 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15326
15327 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15328
15329 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15330 (add-minor-mode): Don't make the variable buffer-local and add a
15331 reference to define-minor-mode in the docstring.
15332
15333 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15334 HEADER/FOOTER and fix bug with trailing empty directory.
15335 (cvs-append-to-ignore): Use vc-editable-p if available.
15336 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15337 (vc-do-command): Tweak advice to handle the new VC.
15338
15339 * log-view.el (log-view-goto-rev): New function for the new VC.
15340 (log-view-minor-wrap): Use mark-active.
15341
15342 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15343 (log-edit-changelog-full-paragraphs): New var.
15344 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15345 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15346 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15347 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15348 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15349 Replace the `cvs' prefix with `log-edit'.
15350
15351 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15352
15353 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15354 (diff-font-lock-defaults): Explicitly turn off multiline.
15355 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15356 (diff-ediff-patch): Fix call to ediff-patch-file.
15357 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15358 Handle comments.
15359
15360 * frame.el (automatic-hscrolling): Typo.
15361
15362 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15363
15364 2000-05-09 Sam Steingold <sds@goems.com>
15365
15366 * apropos.el (apropos-print): use `describe-face' instead of
15367 `customize-face-other-window'.
15368
15369 2000-05-09 Dave Love <fx@gnu.org>
15370
15371 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15372
15373 * help.el (describe-variable): Have customize button pop the
15374 help-xref stack when invoked.
15375 (help-xref-symbol-regexp): Add `face'.
15376 (help-make-xrefs): Check for quoted face names and adapt regexp
15377 submatch numbers to cope.
15378 (help-xref-interned): Maybe insert face doc too. Separate
15379 sections with a line of hyphens.
15380
15381 * faces.el: Some doc fixes. Declare some functions obsolete.
15382 (describe-face): Add customize button. Return the help
15383 text. Fix prompt.
15384
15385 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
15386
15387 * term/internal.el (IT-character-translations): Fix last change.
15388
15389 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15390
15391 * woman.el: New file
15392 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15393
15394 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15395
15396 * term/internal.el (IT-character-translations): Update ASCII
15397 simulations for greek-iso8859-7, add latin-iso8859-14 and
15398 latin-iso8859-15.
15399
15400 * international/mule-cmds.el (set-language-info-alist): Call
15401 define-prefix-command with 3 arguments, to make the map suitable
15402 for a menu.
15403
15404 2000-05-07 Dave Love <fx@gnu.org>
15405
15406 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15407
15408 2000-05-05 Dave Love <fx@gnu.org>
15409
15410 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15411 list in doc string. Don't quote keyword symbols.
15412 * emacs-lisp/cl.el: Likewise
15413 * emacs-lisp/cl-seq.el: Likewise
15414
15415 2000-05-05 Gerd Moellmann <gerd@gnu.org>
15416
15417 * abbrev.el (abbrev-mode): Make ARG optional.
15418
15419 2000-05-04 Gerd Moellmann <gerd@gnu.org>
15420
15421 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15422
15423 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15424
15425 * subr.el (substitute-key-definition): Clarify documentation.
15426
15427 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
15428
15429 * glasses.el (glasses-convert-to-unreadable): Use
15430 `glasses-separator' instead of the hard-wired "_".
15431 (glasses-mode): Call `glasses-make-unreadable' only in a single
15432 place.
15433
15434 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
15435
15436 * term/internal.el (cjk-codepages-alist): Add associations for
15437 Chinese and Korean codepages. Remove FIXME comment.
15438
15439 2000-05-03 Dave Love <fx@gnu.org>
15440
15441 * time.el (display-time-mail-face, display-time-use-mail-icon):
15442 New option.
15443 (display-time-mail-icon): New variable.
15444 (display-time-string-forms): Use the above. Fix the local-map.
15445
15446 2000-05-03 Gerd Moellmann <gerd@gnu.org>
15447
15448 * replace.el (query-replace-map): Add binding for `E'.
15449 (query-replace-help): Extend help text.
15450 (perform-replace): Allow editing the replacement string.
15451
15452 * make-mode.el (makefile-mode-abbrev-table): New variable.
15453 (makefile-mode): Set local abbrev table to
15454 makefile-mode-abbrev-table.
15455 (makefile-font-lock-keywords): Fontify includes and conditionals.
15456
15457 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15458 set TOGGLE's value.
15459
15460 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15461 mail-interactive-insert-alias.
15462 (mail-abbrev-complete-alias): New command.
15463 (mail-mode-map): Bind it to `M-TAB'.
15464
15465 2000-05-03 Kenichi Handa <handa@etl.go.jp>
15466
15467 * language/lao-util.el (lao-compose-region): New function.
15468
15469 2000-05-02 Gerd Moellmann <gerd@gnu.org>
15470
15471 * files.el (recover-session): Make directories as necessary
15472 if they don't exist yet.
15473
15474 * calendar/cal-french.el
15475 (french-calendar-multibyte-special-days-array)
15476 (french-calendar-special-days-array): Change French text.
15477 (calendar-french-date-string): Change output.
15478 (calendar-goto-french-date): Likewise.
15479
15480 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15481
15482 * wid-edit.el (widget-default-active): Obey `:always-active'.
15483 (widget-documentation-string-value-create): Set `:always-active'.
15484
15485 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15486
15487 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15488 default prefix to `~/_emacs.d/auto-save.list/_s'.
15489 (normal-top-level): Create the directory for auto-save files, if
15490 it doesn't already exist (in the ms-dos case only).
15491
15492 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15493
15494 * international/mule-cmds.el (set-language-environment): Don't
15495 concat an integer (dos-codepage), use format instead.
15496
15497 2000-05-02 Dave Love <fx@gnu.org>
15498
15499 * help.el (help-xref-on-pp): Check for constant symbols.
15500
15501 2000-04-29 Gerd Moellmann <gerd@gnu.org>
15502
15503 * startup.el (normal-top-level): Put a condition-case around
15504 the code loading subdirs.el.
15505
15506 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15507
15508 * ps-print.el: Upside-down and face background color printing,
15509 line number step, doc fix.
15510 (ps-print-version): New version number (5.2).
15511 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15512 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15513 (ps-spool-config): Var fix.
15514 (ps-printer-name-option): Const fix.
15515 (ps-print-upside-down, ps-use-face-background)
15516 (ps-line-number-step): New vars.
15517 (ps-window-system, ps-lp-system): New consts.
15518 (ps-face-background): New fun.
15519
15520 2000-04-28 Richard Stallman <rms@gnu.org>
15521
15522 * files.el (make-auto-save-file-name):
15523 Apply auto-save-file-name-transforms to visited file name
15524 before generating auto save file name.
15525 (auto-save-file-name-transforms): New variable.
15526
15527 * files.el (backup-enable-predicate):
15528 Correctly test for a file under a temporary directory.
15529
15530 2000-04-28 Gerd Moellmann <gerd@gnu.org>
15531
15532 * subr.el (add-minor-mode): Rewritten.
15533
15534 2000-04-28 Kenichi Handa <handa@etl.go.jp>
15535
15536 * mail/sendmail.el (sendmail-send-it): Set
15537 buffer-file-coding-system to the selected coding system for MIME
15538 header.
15539
15540 2000-04-27 Gerd Moellmann <gerd@gnu.org>
15541
15542 * dired.el (dired-move-to-filename-regexp): Allow format where
15543 YYYY is followed by two spaces.
15544
15545 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15546 in the second character class of the regexp.
15547
15548 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15549 mh-etc, too.
15550
15551 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15552 nil.
15553
15554 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15555
15556 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15557 argument.
15558
15559 2000-04-27 Sen Nagata <sen@eccosys.com>
15560
15561 * emacs-lisp/crm.el (crm-completion-table): New variable.
15562 (crm-collection-fn, crm-test-completion)
15563 (completing-read-multiple): Use it.
15564
15565 2000-04-27 Dave Love <fx@gnu.org>
15566
15567 * help.el (locate-library): Use mapc.
15568 (help-manyarg-func-alist): Add call-process-region.
15569
15570 2000-04-26 Gerd Moellmann <gerd@gnu.org>
15571
15572 * subr.el (add-minor-mode): Make argument MAP optional.
15573
15574 * desktop.el (desktop-save): Save list of minor modes.
15575 (desktop-create-buffer): Restore minor modes.
15576 (desktop-minor-mode-table): New user-option.
15577
15578 * subr.el (add-minor-mode): New function.
15579
15580 * image.el (find-image): New function.
15581 (defimage): Rewritten to find image at load time.
15582
15583 * startup.el (normal-top-level-add-to-load-path): Handle
15584 case that the default directory is not in load-path.
15585
15586 * help.el: Old patch from Stefan Monnier.
15587 (help-xref-on-pp): New function.
15588 (describe-variable): Use it to display xrefs in a symbol's value.
15589
15590 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15591
15592 * cus-edit.el (custom-face): Fix parenthesis.
15593
15594 2000-04-26 Kenichi Handa <handa@etl.go.jp>
15595
15596 * mail/rmail.el (rmail-expunge): When there are no deleted
15597 messages, do nothing.
15598
15599 2000-04-26 Dave Love <fx@gnu.org>
15600
15601 * international/mule-cmds.el (locale-translation-file-name):
15602 Defvar to nil.
15603 (set-locale-environment): Set it here (at runtime).
15604
15605 2000-04-25 Gerd Moellmann <gerd@gnu.org>
15606
15607 * replace.el (perform-replace): Add parameters START and END. Use
15608 them instead of the check for a region in Transient Mark mode.
15609 (query-replace-read-args): Return two more list elements for the
15610 start and end of the region in Transient Mark mode.
15611 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15612 (map-query-replace-regexp, replace-string, replace-regexp): Add
15613 optional last arguments START and END and pass them to
15614 perform-replace.
15615
15616 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15617 form with additional arguments for perform-replace.
15618
15619 * progmodes/etags.el (tags-query-replace): Add parameters START
15620 and END. Construct a form with additional arguments for
15621 perform-replace.
15622
15623 * simple.el (shell-command): Set default directory for "*Shell
15624 Command Output" buffer.
15625
15626 * language/european.el (iso-latin-4): Fix typo.
15627
15628 * emacs-lisp/crm.el: New file.
15629
15630 2000-04-24 Dave Love <fx@gnu.org>
15631
15632 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15633 (Custom-reset-saved, Custom-reset-standard)
15634 (custom-group-value-create, custom-group-set, custom-group-save)
15635 (custom-group-reset-current, custom-group-reset-saved)
15636 (custom-group-reset-standard): Use mapc.
15637 (custom-buffer-create-internal): Disable undo when creating items.
15638 Use mapc.
15639 (custom-face): Avoid redundant lambda.
15640
15641 2000-04-24 Gerd Moellmann <gerd@gnu.org>
15642
15643 * startup.el (auto-save-list-file-prefix): Set default to
15644 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15645
15646 2000-04-24 Sam Steingold <sds@gnu.org>
15647
15648 * time-stamp.el (time-stamp-string-preprocess): Always convert
15649 `field-result' to a string.
15650
15651 2000-04-24 Gerd Moellmann <gerd@gnu.org>
15652
15653 * frame.el (scrolling): New group.
15654 (automatic-hscrolling): New user-option.
15655
15656 * startup.el (command-line-x-option-alist): Add `-lsp' and
15657 `--line-spacing'.
15658
15659 2000-04-19 Dave Love <fx@gnu.org>
15660
15661 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15662 (cl-mapc): Rename from mapc. Fix the funcall.
15663
15664 2000-04-19 Gerd Moellmann <gerd@gnu.org>
15665
15666 * simple.el (clone-indirect-buffer-other-window): New command.
15667 (clone-indirect-buffer): Add optional arg NORECROD.
15668 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15669
15670 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15671
15672 * window.el (count-screen-lines): New function.
15673 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15674 instead of window-buffer-height.
15675
15676 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15677 non-existing variable comint-input-sentinel.
15678 (inferior-lisp-args-to-list): Removed.
15679 (inferior-lisp): Use split-string instead of
15680 inferior-lisp-args-to-list.
15681
15682 * hexl.el (hexl-insert-hex-string): New command.
15683
15684 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15685 instead of concat.
15686
15687 2000-04-18 Gerd Moellmann <gerd@gnu.org>
15688
15689 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15690 at the start of an existing but empty folder.
15691
15692 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15693
15694 * ps-mule.el: Customization fix, doc fix.
15695 (ps-multibyte-buffer): Customization fix.
15696
15697 2000-04-17 Richard M. Stallman <rms@gnu.org>
15698
15699 * subr.el (read-passwd): Use read-char-exclusive.
15700
15701 2000-04-17 Gerd Moellmann <gerd@gnu.org>
15702
15703 * textmodes/texinfo.el (texinfo-insert-@email)
15704 (texinfo-insert-@emph, texinfo-insert-@quotation)
15705 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15706 (texinfo-mode-map): Add key bindings for them.
15707
15708 * files.el (basic-save-buffer-2): Use a template with `$'
15709 instead of `#' for VMS.
15710
15711 * simple.el (clone-indirect-buffer): New function.
15712
15713 2000-04-16 Stephen Eglen <stephen@gnu.org>
15714
15715 * iswitchb.el (iswitchb-case): New function. If the user input
15716 contains any upper-case characters, the search is made
15717 case-sensitive.
15718
15719 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15720
15721 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15722 comment-end.
15723 (texinfo-font-lock-syntactic-keywords): New var.
15724 (texinfo-font-lock-keywords): Remove comment regexp.
15725 (texinfo-insert-block): New function.
15726 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15727 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15728 and font-lock-defaults. Use regexp-opt for outline-regexp.
15729 (texinfo-environments): New var.
15730 (texinfo-environment-regexp): Use regexp-opt and
15731 texinfo-environments.
15732
15733 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15734 ispell-process is bound since this might be eval'd before ispell
15735 is loaded.
15736 (ispell-message): Use a tiny bit less magic and a bit more hard
15737 data to figure out what kind of sc-cite-regexp to use.
15738
15739 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15740
15741 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15742 (insert-cyclic-diary-entry): Unquote the lambda.
15743
15744 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15745
15746 * files.el (backup-enable-predicate): Unquote the lambda.
15747
15748 * cus-edit.el (custom-face, face): Unquote the lambda.
15749
15750 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15751
15752 * ps-print.el: Check for line-beginning-position definition.
15753
15754 * ps-print.el: Fix counting lines in a region.
15755 (ps-print-version): New version number (5.1.5).
15756 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15757 (ps-printing-region): Fun code fix.
15758
15759 2000-04-15 Gerd Moellmann <gerd@gnu.org>
15760
15761 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15762 to file-directory-p.
15763
15764 2000-04-14 Gerd Moellmann <gerd@gnu.org>
15765
15766 * gud.el (gud-jdb-build-source-files-list): Check that directory
15767 exists before calling directory-files.
15768
15769 2000-04-13 Dave Love <fx@gnu.org>
15770
15771 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15772 syntax.
15773
15774 * emacs-lisp/cl-specs.el: Remove when, unless.
15775
15776 * emacs-lisp/cl-extra.el: Don't quote keywords.
15777 (cl-old-mapc): New variable.
15778 (mapc): Use it.
15779 (cl-map-intervals): Use with-current-buffer. Don't check for
15780 next-property-change.
15781 (cl-map-overlays): Use with-current-buffer.
15782 (cl-expt): Remove.
15783 (copy-tree, remprop): Define unconditionally.
15784
15785 * emacs-lisp/cl-compat.el (keywordp): Remove.
15786
15787 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15788 to use keywordp.
15789 (edebug-spec): Enable keywordp.
15790
15791 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15792 string-lessp.
15793
15794 * cus-start.el: Use keywordp.
15795
15796 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15797
15798 * diary-lib.el (include-other-diary-files): Fix the fix of
15799 2000-02-18 by doing a save-excursion.
15800
15801 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15802
15803 * ps-print.el: Customization fix, doc fix.
15804 (ps-print-version): New version number (5.1.4).
15805 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15806 (ps-print-preprint): Adjust code.
15807 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15808 (ps-print-prologue-header, ps-print-control-characters)
15809 (ps-spool-config): Customization fix.
15810
15811 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15812
15813 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15814 converted to the new menu-item format, names silightly changed,
15815 help strings added.
15816
15817 Support for spelling without async subprocesses:
15818
15819 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15820 (ispell-session-buffer): New variables.
15821 (ispell-start-process, ispell-process-status,
15822 ispell-accept-output, ispell-send-string): New functions, for
15823 Ispell invocation when async subprocesses aren't supported.
15824 (ispell-word, ispell-pdict-save, ispell-command-loop,
15825 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15826 to process-send-string with calls to ispell-send-string, and
15827 accept-process-output with ispell-accept-output.
15828 (ispell-init-process): Call ispell-process-status instead of
15829 process-status with.
15830 (ispell-init-process): Call ispell-start-process. Call
15831 ispell-accept-output and ispell-send-string. Don't call
15832 process-kill-without-query and kill-process if they are unbound.
15833 (ispell-async-processp): New function.
15834
15835 2000-04-12 Dave Love <fx@gnu.org>
15836
15837 * info.el: Add debug-ignored-errors.
15838 (Info-mode-menu): Add some items.
15839 (Info-directory): Add autoload cookie.
15840
15841 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15842 Modify `truncate-lines'. Make `describe-language-environment'
15843 always visible and add help. Modify `describe-key' help. Invoke
15844 Info-directory from `info'. New entry `emacs-manual'.
15845
15846 2000-04-10 Gerd Moellmann <gerd@gnu.org>
15847
15848 * progmodes/ebrowse.el (ebrowse-tree-mode):
15849 Use propertized-buffer-identification.
15850 (ebrowse-update-member-buffer-mode-line): Likewise.
15851 (ebrowse--mode-strings): Removed.
15852 (ebrowse--mode-line-props): Removed.
15853
15854 * files.el (auto-mode-alist): Add `EBROWSE'.
15855
15856 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15857 space before testing for end of buffer.
15858 (ebrowse-load): Removed.
15859 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15860 (ebrowse-create-tree-buffer): Rewritten.
15861 (ebrowse-tree-mode): Read tree from buffer.
15862
15863 * progmodes/ebrowse-ffh.el: Removed.
15864
15865 2000-04-10 Kenichi Handa <handa@etl.go.jp>
15866
15867 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15868
15869 2000-04-10 Gerd Moellmann <gerd@gnu.org>
15870
15871 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15872 at the wrong place.
15873
15874 2000-04-09 Dave Love <fx@gnu.org>
15875
15876 * files.el (backup-enable-predicate):
15877 Use temporary-file-directory, small-temporary-file-directory.
15878 (make-backup-file-name-function, backup-directory-alist): New vars.
15879 (make-backup-file-name-1): New function.
15880 (make-backup-file-name): Use it.
15881 (find-backup-file-name): Likewise. Use format for clarity, not concat.
15882 (file-newest-backup): Use make-backup-file-name.
15883
15884 2000-04-09 Gerd Moellmann <gerd@gnu.org>
15885
15886 * progmodes/ebrowse-ffh.el: New file.
15887
15888 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15889 Moved to ebrowse-ffh.el.
15890 (ebrowse-load): Add autoload.
15891
15892 * finder.el (finder-commentary): Add autoload cookie.
15893
15894 * mail/rfc2368.el: Correct author's email address.
15895
15896 * progmodes/ebrowse.el: New file.
15897
15898 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15899 item help string.
15900 (easy-menu-do-add-item): Ditto.
15901 (easy-menu-define): Extend doc string.
15902
15903 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
15904 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15905 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15906 with-buffer-unmodified.
15907
15908 2000-04-08 Dave Love <fx@gnu.org>
15909
15910 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15911 unless, when.
15912
15913 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15914
15915 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15916 (viper-flash-search-pattern): No operation when using Emacs
15917 doesn't support face.
15918 Use `viper-put-on-search-overlay'.
15919
15920 2000-04-04 Gerd Moellmann <gerd@gnu.org>
15921
15922 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15923 like C-r.
15924
15925 * progmodes/make-mode.el: Some doc fixes.
15926 (makefile-mode-abbrev-table): New variable.
15927 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15928 (makefile-font-lock-keywords): Fontify includes and conditionals.
15929 (toplevel): Require `dabbrev' and `add-log' when compiling.
15930
15931 * replace.el (perform-replace): Don't move forward one char
15932 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15933 to do that because it leaves point 1 position after the last
15934 replacement, after everything has been replaced.
15935
15936 * jit-lock.el (with-buffer-unmodified): New macro.
15937 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15938 modified state.
15939 (jit-lock-function-1): Extracted from jit-lock-function; not
15940 preserving buffer's modified state.
15941 (jit-lock-function, jit-lock-stealth-fontify):
15942 Call jit-lock-function-1.
15943
15944 * mail/rfc2368.el: Remove supernumerary copyright line.
15945
15946 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
15947
15948 * glasses.el: Provide facilities for inserting space before left
15949 parentheses and uncapitalization of identifiers.
15950 (glasses-mode): Try to remove old overlays in all cases.
15951
15952 2000-04-03 Gerd Moellmann <gerd@gnu.org>
15953
15954 * progmodes/compile.el (compile-internal): Display the compilation
15955 buffer in a different frame, if it's already displayed there.
15956
15957 * mail/rfc2368.el: New file.
15958
15959 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15960 header and insert its value as mail body.
15961
15962 * subr.el (member-ignore-case): New function.
15963
15964 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15965 (dabbrev--find-expansion): Ignore buffers matching a regexp
15966 from dabbrev-ignored-regexps.
15967
15968 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15969 to extensions handled by gzip.
15970
15971 2000-04-03 Richard M. Stallman <rms@gnu.org>
15972
15973 * files.el (insert-directory): List the total free space
15974 along with the used space.
15975
15976 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15977 line is followed by one that matches CITATION-REGEXP, end the
15978 paragraph.
15979
15980 2000-04-03 Markus Rost <rost@delysid.gnu.org>
15981
15982 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15983 (rmail-make-basic-summary-line): Use that option.
15984
15985 2000-04-03 Kenichi Handa <handa@etl.go.jp>
15986
15987 * international/mule-cmds.el (encoded-string-description):
15988 Rewritten. Try pretty description for ISO 2022 escape sequences
15989 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15990 for hexadecimal format.
15991
15992 2000-04-01 Dave Love <fx@gnu.org>
15993
15994 * cpp.el: Change customization group to `c' from `C'.
15995
15996 * vcursor.el (vcursor-move): Use display-color-p.
15997
15998 * international/mule-util.el: Provide mule-utils.
15999 (string-to-sequence): Simplify and speed up.
16000
16001 * international/mule.el (make-coding-system): Purecopy doc-string.
16002
16003 * international/mule-cmds.el: Various menu changes.
16004 (describe-specified-language-support): Handle `Default'.
16005 (set-language-info): Purecopy `info'.
16006
16007 2000-03-31 Andrew Innes <andrewi@gnu.org>
16008
16009 * vc.el (vc-backend-diff): Return the correct status if we had to
16010 retry the rcsdiff command without the --brief option.
16011
16012 2000-03-31 Dave Love <fx@gnu.org>
16013
16014 * help.el (help-manyarg-func-alist): Correct several omissions.
16015
16016 * add-log.el: Don't require cl, fortran.
16017 (add-log-current-defun-function): Doc fix.
16018 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
16019 (change-log-version-rcs): Function deleted.
16020 (change-log-version-number-search): Doc fix.
16021 Use vc-workfile-version. Avoid CL dolist.
16022 (add-change-log-entry): Just call add-log-current-defun to get
16023 defun. Simplify somewhat.
16024 (change-log-get-method-definition-1): Likewise.
16025 (add-log-current-defun): Return nil if calling
16026 add-log-current-defun-function does so. Move Fortran stuff to
16027 fortran.el. Return string without properties.
16028
16029 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16030 and :alpha: char classes.
16031
16032 * mail/supercite.el: Defvar curline when compiling.
16033 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16034 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16035 rather than a-zA-Z0-9 to allow non-ASCII characters.
16036
16037 2000-03-31 Gerd Moellmann <gerd@gnu.org>
16038
16039 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16040
16041 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16042 Re-enable new code.
16043
16044 * lpr.el (print-region-1): Use -d to specify printer name for
16045 systems `usg-unix-v*, `dgux', `hpux', `irix'.
16046
16047 2000-03-31 Dave Love <fx@gnu.org>
16048
16049 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16050 Look for function definition in symbol's function value slot first
16051 instead of first consulting byte-compile-function-environment.
16052
16053 2000-03-31 Kenichi Handa <handa@etl.go.jp>
16054
16055 * language/european.el ("Polish"): New language environment.
16056 (setup-polish-environment): New function.
16057
16058 2000-03-30 Gerd Moellmann <gerd@gnu.org>
16059
16060 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16061 Disable new code.
16062
16063 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16064 trying to `load' the symbol of an autoload instead of the file
16065 recorded in the autoload. Fix error messages.
16066
16067 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16068
16069 * ps-print.el: PostScript programming fix for ghostview, doc fix.
16070 (ps-print-version): New version number (5.1.3).
16071 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16072 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16073 (ps-generate-postscript-with-faces): Code fix.
16074 (ps-color-values): XEmacs compatibility.
16075 (ps-print-background-image, ps-print-background-text, ps-printer-name)
16076 (ps-default-fg, ps-default-bg): Adjust customization.
16077 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16078 (ps-color-scale): Renaming old ps-color-value fun.
16079 (ps-print-headers): Replace ps-print-header group to avoid conflict
16080 with ps-print-header variable.
16081 (ps-print-miscellany): New group.
16082 (ps-format-color, ps-rgb-color): New funs.
16083 (ps-default-foreground): New var.
16084 (ps-printer-name-option): New const.
16085
16086 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
16087
16088 * net/net-utils.el:
16089 (network-connection-host, network-connection-service): New variables
16090 (network-connection-mode): New mode, derived from comint-mode
16091 (network-connection-mode-setup): New function, saves host and
16092 service information in local variables.
16093
16094 * lisp/locate.el:
16095 (locate-word-at-point): Added this function
16096 (locate): Default to using locate-word-at-point as input
16097 Run dired-mode-hook
16098
16099 2000-03-29 Dave Love <fx@gnu.org>
16100
16101 * calendar/appt.el: Doc fixes.
16102 (appt-check): Convert min-to-app to a string before passing to
16103 appt-disp-window-function or concat.
16104 (appt-delete-window): Remove test for frame-root-window.
16105 (appt-select-lowest-window, appt-convert-time): Simplify.
16106
16107 * emacs-lisp/bytecomp.el: Doc fixes.
16108 (byte-compile-file-form-autoload):
16109 Update byte-compile-function-environment.
16110
16111 2000-03-29 Andreas Schwab <schwab@suse.de>
16112
16113 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
16114
16115 * dired.el (dired-insert-directory): If dired-free-space-program
16116 failed just delete its output.
16117
16118 2000-03-29 Dave Love <fx@gnu.org>
16119
16120 * international/iso-cvt.el: Move provide to end. Doc fixes.
16121 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16122 (iso-iso2sgml, iso-sgml2iso): New functions.
16123 (iso-cvt-define-menu): Fix some entries and use backquote for
16124 clarity.
16125
16126 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16127
16128 2000-03-28 Gerd Moellmann <gerd@gnu.org>
16129
16130 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16131 ISO-DATE. If non-nil, return date in ISO 8601 format.
16132
16133 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
16134
16135 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16136 if it ever becomes used.
16137 (log-edit-mode-hook): Default to vc-log-mode-hook.
16138 (log-edit-mode): Fix the docstring.
16139
16140 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16141 the code.
16142
16143 2000-03-26 Dave Love <fx@gnu.org>
16144
16145 * net/browse-url.el (browse-url): Re-fix case of
16146 browse-url-browser-function being an alist.
16147 (browse-url): Add :link to defgroup.
16148
16149 * files.el: Doc fixes.
16150 (file-truename): Include `[' in wildcard characters.
16151 (automount-dir-prefix): Customize.
16152 (find-file-wildcards): Add :version.
16153 (find-file-noselect): Simplify a mapcar call.
16154
16155 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16156 compatible with inf-lisp version.
16157 (eval-defun-1): Fix custom-declare-variable case.
16158
16159 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16160
16161 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16162
16163 2000-03-24 Gerd Moellmann <gerd@gnu.org>
16164
16165 * Makefile (COMPILE_FIRST): New macro.
16166 (compile-files): Compile files from COMPILE_FIRST first.
16167
16168 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
16169
16170 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16171 matching open parenthesis in column 0 to defun-prompt-regexp
16172 only if open-paren-in-column-0-is-defun-start is set.
16173
16174 * sun-curs.el: Require CL at compile-time only.
16175
16176 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16177 instead of copy-list which is a function from CL.
16178 (msb--choose-menu, msb--mode-menu-cond)
16179 (msb--create-buffer-menu-2): Use dolist instead of mapc.
16180 (msb--init-file-alist): Use mapcar instead of mapcan.
16181 (msb--aggregate-alist): Use mapcar instead of mapcan.
16182 Fix `(' in column 0 in doc string.
16183 (msb--add-separators): Use mapcar instead of mapcan.
16184
16185 * cus-dep.el: Require CL at compile-time only.
16186
16187 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
16188
16189 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16190 (byte-compile-warnings): New warning `noruntime'.
16191 (byte-compile-constants, byte-compile-variables): Fix docstring.
16192 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16193 execute `eval-whenc-compile's body.
16194 (byte-compile-unresolved-functions): Fix docstring.
16195 (byte-compile-eval): New function.
16196 (byte-compile-callargs-warn): Check if the function will be available
16197 at runtime (via property `byte-compile-noruntime').
16198 (byte-compile-print-syms): New function.
16199 (byte-compile-warn-about-unresolved-functions): Also warn about
16200 `noruntime' functions (and use `byte-compile-print-syms').
16201 (byte-compile-file): Capitalize the message.
16202
16203 2000-03-24 Gerd Moellmann <gerd@gnu.org>
16204
16205 * mail/rmail.el (rmail-confirm-expunge): New user-option.
16206 (rmail-expunge): Ask for confirmation depending on the setting
16207 of rmail-confirm-expunge.
16208
16209 2000-03-23 Gerd Moellmann <gerd@gnu.org>
16210
16211 * Makefile (bootstrap-clean): If $(emacs) exists, build
16212 loaddefs.el first. A loaddefs.el that's not up-to-date might
16213 cause a bootstrap failure because things don't autoload as expected.
16214
16215 2000-03-23 Dave Love <fx@gnu.org>
16216
16217 * net/browse-url.el: Restore previous use of
16218 browse-url-maybe-new-window.
16219
16220 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16221
16222 * ps-print.el: Skip banner page fix.
16223 (ps-print-version): New version number (5.1.2).
16224 (ps-begin-file, ps-end-file, ps-generate): Code fix.
16225
16226 2000-03-23 Dave Pearson <davep@davep.org>
16227
16228 * net/quickurl.el Changed the type of parameter passed to the
16229 function defined by `quickurl-format-function'. Before only the
16230 text of the URL was passed. Now the whole URL structure is passed
16231 and the function is responsible for extracting the parts it requires.
16232 Changed the default of `quickurl-format-function' accordingly.
16233 (quickurl-insert): Changed the `funcall' of
16234 `quickurl-format-function' to match the above change.
16235 (quickurl-list-insert): Changed the `url' case so that it makes
16236 use of `quickurl-format-function', previous to this the format was
16237 hard wired.
16238
16239 2000-03-22 Gerd Moellmann <gerd@gnu.org>
16240
16241 * startup.el: Change some spellings for the X Window System.
16242
16243 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
16244
16245 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16246 Clean up the code and the regexp and make sure the cursor is
16247 temporarily moved to the suspicious line while querying the user.
16248
16249 2000-03-22 Jason Rumney <jasonr@gnu.org>
16250
16251 * w32-fns.el (w32-charset-info-alist): Initialize.
16252
16253 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16254
16255 * ps-print.el: N-up last page fix.
16256 (ps-print-version): New version number (5.1.1).
16257 (ps-end-file, ps-end-job, ps-generate): Code fix.
16258
16259 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16260
16261 * files.el (find-file-run-dired): Update docstring.
16262 (find-directory-functions): New hook.
16263 (find-file-noselect): Run find-directory-functions rather than
16264 calling dired directly.
16265
16266 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16267
16268 * pcvs.el: Add a minimal leading commentary.
16269 (cvs-make-cvs-buffer): Change the header part by removing the startup
16270 message and adding a `Module' entry. Also replace the FOOTER and
16271 HEADER special fileinfos with the new support in ewoc for updating
16272 its own footer and header.
16273 (cvs-update-header): Update to use the header/footer of the ewoc.
16274 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16275 (cvs-is-within-p): New function.
16276 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16277 to only examine some subset of the buffers.
16278
16279 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16280 `format' instead of our own ad-hoc functions.
16281 Remove HEADER and FOOTER cases, now handled in the EWOC.
16282 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16283
16284 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16285 output to avoid scaring the user.
16286 (cvs-parse-table): Catch message for non-up-to-date commits.
16287
16288 * pcvs-defs.el (cvs-startup-message): Remove.
16289 (cvs-global-menu): New autoloaded menu.
16290
16291 * pcvs-util.el (cvs-string-fill): Remove.
16292
16293 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16294 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16295 PP part of it and also make it work for footers and headers.
16296 (ewoc-create): Drop POS and BUFFER arguments.
16297 Use the DLL's dummy node to store the end-of-footer position.
16298 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16299 (ewoc-refresh): Remove unused `header' variable.
16300 (ewoc-(get|set)-hf): New functions.
16301
16302 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16303 log-view-*-(message|file) and use easy-mmode-define-navigation.
16304 (log-view-message-re): Match SCCS format as well.
16305 And match the revision line rather than the dashed separator line.
16306 (log-view-mode): Use the new define-derived-mode.
16307 (log-view-current-tag): Fill in with an actual implementation.
16308
16309 * cvs-status.el (cvs-status-(prev|next)): Rename from
16310 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16311 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16312 to let the output "breathe" a little more (more readable).
16313 (cvs-status-mode): Use the new define-derived-mode.
16314
16315 * smerge-mode.el (smerge-auto-leave): New function and variable.
16316 (smerge-basic-map): Rename from smerge-basic-keymap.
16317 Change the bindings for smerge-diff-*.
16318 (smerge-*-map): Use easy-mmode-defmap.
16319 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16320 (smerge-keep-*): Use smerge-auto-leave.
16321
16322 2000-03-21 Jason Rumney <jasonr@gnu.org>
16323
16324 * cus-edit.el (custom-button-face): Use 3D look for w32.
16325 (custom-button-pressed-face): Likewise.
16326
16327 2000-03-21 Gerd Moellmann <gerd@gnu.org>
16328
16329 * progmodes/etags.el (tags-case-fold-search): New user-option.
16330 (tags-loop-eval): New function. Bind case-fold-search around eval
16331 depending on the value of tags-case-fold-search.
16332 (tags-loop-continue): Use tags-loop-eval.
16333 (find-tag-in-order): Bind case-fold-search depending on the value
16334 of tags-case-fold-search.
16335
16336 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16337
16338 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
16339 (diff-end-of-hunk): Return the end position for use in
16340 `easy-mmode-define-navigation'.
16341 (diff-recenter): Remove.
16342 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16343 of `easy-mmode-define-navigation'.
16344 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16345 previous renaming) and fix to use new names.
16346 (diff-merge-strings): Use \n as separator: simpler, faster.
16347 (diff-mode): Use `define-derived-mode'.
16348
16349 * derived.el (define-derived-mode): Don't autoload anymore.
16350 Prefer the macro-only version provided by easy-mmode.el.
16351
16352 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
16353 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
16354 (easy-mmode-define-navigation): New macro.
16355
16356 * subr.el (combine-run-hooks): New function.
16357
16358 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
16359
16360 * term/x-win.el: Fontsets related initialization is simplified.
16361
16362 * international/mule-diag.el (describe-font): Don't refer to
16363 global-fontset-alist, instead call font-list.
16364 (describe-fontset, list-fontsets, mule-diag): Likewise.
16365 (print-fontset): Adjusted for the change of fontset implementation.
16366
16367 * international/fontset.el (x-charset-registries): Variable removed,
16368 instead the corresponding data is stored in the default fontset.
16369 (register-alternate-fontnames): Function removed.
16370 (resolved-ascii-font): Variable removed.
16371 (x-compose-font-name): Ignore the second argument REDOCE.
16372 (x-complement-fontset-spec): Complement only an ASCII font and
16373 element for those charsets than can use that ASCII font.
16374 (generate-fontset-menu): Don't refer to global-fontset-alist,
16375 instead call fontset-list.
16376 (uninstantiated-fontset-alist): Variable removed.
16377 (x-style-funcs-alist): Likewise.
16378 (fontset-default-styles): Likewise.
16379 (x-modify-font-name): Function removed.
16380 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
16381 (create-fontset-from-ascii-font): Docsting adjusted for the above
16382 change.
16383 (instantiate-fontset, resolve-fontset-name): Functions removed.
16384 (fontset-list): Now implemented by C code.
16385
16386 * faces.el (read-face-font): Fix TABLE arg to completing-read.
16387 (describe-face): Include `font' attribute in the description.
16388
16389 2000-03-21 Kenichi Handa <handa@etl.go.jp>
16390
16391 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16392
16393 2000-03-20 Gerd Moellmann <gerd@gnu.org>
16394
16395 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16396 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16397 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16398
16399 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16400 about behavior of set-buffer-modified-p wrt redisplay.
16401
16402 2000-03-19 Richard M. Stallman <rms@gnu.org>
16403
16404 * view.el (view-mode-disable): Kill local binding of view-read-only.
16405
16406 2000-03-18 Gerd Moellmann <gerd@gnu.org>
16407
16408 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
16409 is a string, convert it to a syntax cell using string-to-syntax.
16410
16411 * simple.el (syntax-code-table, syntax-flag-table): New variables.
16412 (string-to-syntax): New function.
16413
16414 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16415 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16416 try to use passive ftp mode.
16417
16418 2000-03-17 Gerd Moellmann <gerd@gnu.org>
16419
16420 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16421
16422 * simple.el (append-to-buffer): Update point of windows after
16423 insertion.
16424
16425 * abbrev.el (inverse-add-abbrev): Identify word by first moving
16426 forward then moving backward. Reindent.
16427
16428 * frame.el (other-frame): Call x-focus-frame only if
16429 focus-follows-mouse is off.
16430
16431 2000-03-17 Dave Love <fx@gnu.org>
16432
16433 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
16434
16435 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
16436
16437 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16438 regexp for labels cannot span several lines.
16439
16440 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16441 `(setq :<key> ':<key>)' to the macro expansion.
16442
16443 2000-03-16 Dave Love <fx@gnu.org>
16444
16445 * progmodes/f90.el (f90): Put custom group under `languages', not
16446 `fortran'.
16447 (f90-mode-hook): Customize.
16448 (f90-mode): Set add-log-current-defun-function.
16449 (f90-current-defun): New function.
16450
16451 2000-03-16 Gerd Moellmann <gerd@gnu.org>
16452
16453 * cus-edit.el (custom-variable-tag-face): Handle case that
16454 default face's height is not a number.
16455 (custom-face-tag-face, custom-group-tag-face-1)
16456 (custom-group-tag-face): Ditto.
16457 (custom-group-tag-face-1): Add :group.
16458
16459 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16460
16461 2000-03-15 Gerd Moellmann <gerd@gnu.org>
16462
16463 * pcvs-defs.el (toplevel): Remove autoload cookie for form
16464 requiring easymenu.
16465
16466 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16467
16468 * ps-print.el: PostScript user-defined prologue, PostScript error
16469 handler, doc fix.
16470 (ps-print-version): New version number (5.1).
16471 (ps-user-defined-prologue, ps-error-handler-message)
16472 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16473 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16474 (ps-insert-string): New function.
16475
16476 2000-03-15 Kenichi Handa <handa@etl.go.jp>
16477
16478 * international/ccl.el (ccl-compile-expression): Don't generate
16479 invalid self-assignment code.
16480
16481 2000-03-14 Dave Love <fx@gnu.org>
16482
16483 * subr.el (replace-regexp-in-string): Renamed from
16484 replace-regexps-in-string. Doc fix.
16485
16486 2000-03-12 Dave Love <fx@gnu.org>
16487
16488 * cus-edit.el: Doc fixes.
16489 (customize-set-variable, customize-save-variable): Rename args for doc.
16490 (custom-variable-tag-face, custom-face-tag-face)
16491 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16492 style which user identify as hyperlink.
16493 (hook): Don't add undefined functions to the hook.
16494 (debug-ignored-errors): Transfer message from bindings.el.
16495
16496 2000-03-12 Gerd Moellmann <gerd@gnu.org>
16497
16498 * recentf.el (recentf-keep-non-readable-files-p):
16499 Remove double/nested definition.
16500
16501 2000-03-12 Dave Love <fx@gnu.org>
16502
16503 * facemenu.el (facemenu-get-face): Use display-color-p.
16504 * enriched.el (enriched-decode-foreground): Likewise.
16505 (enriched-decode-background): Likewise.
16506 * isearch.el (isearch-highlight): Likewise.
16507 * info-look.el (info-lookup): Likewise.
16508 * simple.el (completion-setup-function): Likewise.
16509
16510 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16511 :options.
16512
16513 * bindings.el (mode-line-format): Fix line-number and
16514 column-number items. Add help-echo for the background.
16515 (mode-line-mule-info): Modify help-echo.
16516
16517 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16518
16519 * files.el (load-file): Allow completion to .elc.
16520
16521 * man.el: Doc fixes.
16522 (Man-init-defvars): Use display-color-p to set fontification.
16523
16524 * play/hanoi.el (hanoi-internal): Don't use oddp.
16525
16526 2000-03-12 Gerd Moellmann <gerd@gnu.org>
16527
16528 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16529
16530 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16531
16532 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16533
16534 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16535 Fix comment.
16536
16537 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16538
16539 * font-lock.el (font-lock-keywords): Fix the doc now that
16540 regexp-opt-depth is unnecessary.
16541 (save-buffer-state): Set an edebug spec.
16542 (font-lock-fontify-anchored-keywords): Properly handle the case when
16543 the matcher goes past the limit.
16544
16545 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16546 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16547
16548 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16549 dll.el and cookie.el (from Elib) with heavy renaming and other
16550 massaging.
16551
16552 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16553 Autoload the functions used.
16554 (easy-mmode-define-syntax): Fix CL typo.
16555 (easy-mmode-define-derived-mode): Improve the docstring generation.
16556
16557 2000-03-10 Gerd Moellmann <gerd@gnu.org>
16558
16559 * textmodes/texinfo.el (texinfo-version): Variable and function
16560 removed.
16561
16562 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16563
16564 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16565 allow more flexibility.
16566 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
16567 (easy-mmode-defmap, easy-mmode-defsyntax)
16568 (easy-mmode-define-derived-mode): New macros.
16569
16570 2000-03-09 Didier Verna <didier@xemacs.org>
16571
16572 * rect.el (replace-rectangle): New function.
16573
16574 2000-03-09 Dave Love <fx@gnu.org>
16575
16576 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
16577 (fortran-comment-line-start-skip): Don't match cpp stuff.
16578 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16579 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16580 (fortran-mode): Don't set fortran-comment-line-start-skip,
16581 fortran-comment-line-start here. Set comment-start,
16582 add-log-current-defun.
16583 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16584 (fortran-current-defun): New function.
16585
16586 2000-03-09 Gerd Moellmann <gerd@gnu.org>
16587
16588 * emacs-lisp/re-builder.el: New file.
16589
16590 * mouse.el (mouse-drag-region): Don't run up-event handler
16591 if hscroll has changed.
16592
16593 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16594 builtin operators, use `font-lock-builtin-face' for Emacs and
16595 `font-lock-preprocessor-face' otherwise.
16596
16597 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16598 `(defun (setf foo)' differently.
16599
16600 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16601
16602 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16603 (regexp-opt): Update comment and adapt the code the new meaning of
16604 the `paren' argument of regex-opt-group for shy-groups.
16605 (regexp-opt-depth): Handle shy groups as well as backslashed
16606 backslashes.
16607 (regexp-opt-group): Turn the leading comment into a docstring.
16608 Allow `paren' to be a string (the string to use to open a group).
16609 Remove open-presuf and close-presuf. Instead of checking for `all
16610 one-char' and then later on check for `several one-char', handle
16611 both cases close together. Also apply a more generic algorithm
16612 for suffixes (the mirror image of the algorithm used for
16613 prefixes). Use shy-groups. Use nreverse rather than reverse.
16614 (regexp-opt-try-suffix): Removed.
16615
16616 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16617 from comint-mode-map, so we can just inherit from it. Also, move
16618 the initialization into the `defvar' since there's no docstring
16619 anyway and it's fairly short.
16620 (inferior-scheme-mode): Define it as derived-mode: the code is
16621 shorter and this way we inherit from comint-mode-map rather than
16622 copying it.
16623
16624 * subr.el (replace-regexps-in-string): Properly handle the case
16625 where we match an empty string.
16626
16627 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16628 when the command has a directory component (such as "./testml").
16629 Also fix a typo in the comment.
16630
16631 2000-03-08 Gerd Moellmann <gerd@gnu.org>
16632
16633 * Makefile (compile-files): Compile files one by one because
16634 that's the only way to ensure a clean compilation environment for
16635 each individual file.
16636
16637 * frame.el (other-frame): Call x-focus-frame.
16638
16639 2000-03-07 Dave Love <fx@gnu.org>
16640
16641 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16642 :require to defcustom.
16643
16644 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
16645
16646 * files.el (auto-mode-alist): Add configure.in.
16647
16648 * progmodes/autoconf.el: New file.
16649
16650 2000-03-07 Gerd Moellmann <gerd@gnu.org>
16651
16652 * mail/mh-e.el: Change maintainer to `none'.
16653
16654 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16655 to remove-hook and add-hook.
16656
16657 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16658
16659 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16660 it as the default.
16661 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16662 (sendmail-send-it): Conditionally add MIME headers specifying the
16663 used character set.
16664
16665 2000-03-07 Dave Love <fx@gnu.org>
16666
16667 * winner.el: Fix keywords, autoload cookies.
16668 Split eval-when-compile form to avoid compilation failure.
16669
16670 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16671
16672 * international/mule.el: Modify comment about coding system
16673 property `coding-category'.
16674 (make-coding-system): New argument EOL-TYPE. Pay attention to
16675 coding-category property of PROPERTIES.
16676
16677 * international/mule-conf.el (coding-category-utf-8)
16678 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
16679 categories. Include them in the argument for set-coding-priority.
16680
16681 * international/mule-cmds.el (reset-language-environment):
16682 Include coding-category-utf-8, coding-category-utf-16-be, and
16683 coding-category-utf-16-le in the argument for set-coding-priority.
16684 (reset-language-environment): Initialize coding-category-utf-8,
16685 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16686
16687 2000-03-06 Karl Fogel <kfogel@red-bean.com>
16688
16689 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16690 code abstracted out of `bookmark-jump-noselect'. Now tries info
16691 extensions as well as compression extensions.
16692 (bookmark-jump-noselect): Use above new func.
16693
16694 2000-03-03 Gerd Moellmann <gerd@gnu.org>
16695
16696 * strokes.el: Change maintainer's mail address.
16697
16698 2000-03-03 Kenichi Handa <handa@etl.go.jp>
16699
16700 * international/mule-diag.el (list-character-sets): Make help-echo
16701 string by substitute-command-keys.
16702 (list-character-sets): Likewise.
16703 (sort-listed-character-sets): Call help-setup-xref.
16704
16705 2000-03-02 Gerd Moellmann <gerd@gnu.org>
16706
16707 * time.el (display-time-mail-file): Add `none' to the list of choices.
16708
16709 2000-03-01 Dave Love <fx@gnu.org>
16710
16711 * help.el (help-xref-go-back): Don't try to set position.
16712
16713 * international/mule-diag.el (list-character-sets):
16714 Call help-setup-xref. Add help-echo to xrefs.
16715 (list-character-sets-1): Add help-echo to xrefs.
16716
16717 2000-03-02 Gerd Moellmann <gerd@gnu.org>
16718
16719 * frame.el (blink-cursor-mode): Switch cursor on when turning
16720 the mode off.
16721
16722 * add-log.el (add-log-current-defun): Add support for
16723 Autoconf mode.
16724
16725 * mail/rmail.el (rmail-quit-hook): New variable.
16726
16727 2000-03-01 Dave Love <fx@gnu.org>
16728
16729 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16730
16731 * help.el (help-xref-button): Add help-echo arg.
16732 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16733
16734 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
16735
16736 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
16737
16738 2000-03-01 Gerd Moellmann <gerd@gnu.org>
16739
16740 * image.el (defimage): Look for image files in load-path.
16741
16742 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
16743
16744 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16745
16746 * recentf.el (recentf): Added version tag to the defgroup of recentf.
16747
16748 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16749
16750 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
16751 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16752 action to select/unselect a file.
16753 (recentf-edit-list): Code cleanup and improvement.
16754 (recentf-open-more-files-action): `recentf-open-more-files' button
16755 widget action to open a file.
16756 (recentf-open-more-files): No more use standard completion but widgets.
16757 (recentf-more-collection): Deleted.
16758 (recentf-more-history): Deleted.
16759 (recentf-setup-more-completion): Deleted.
16760
16761 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16762
16763 * recentf.el (recentf-mode): No more needs that Emacs is running
16764 under a window-system.
16765
16766 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16767
16768 * recentf.el (recentf-edit-list): New command to edit the recent
16769 list which allow the user to remove files.
16770 (recentf-edit-selected-items): New global variable, used by
16771 `recentf-edit-list' to hold the list of files to be removed from
16772 the recent list.
16773 (recentf-make-menu-items): Updated to display a "Edit list..."
16774 menu item. Minor code cleanup.
16775
16776 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16777
16778 * recentf.el (recentf-open-more-files): New command to open files
16779 that are not displayed in the menu.
16780 (recentf-more-collection): New global variable holding the set of
16781 permissible completions used by `recentf-open-more-files'.
16782 (recentf-more-history): New global variable holding the history list
16783 used by `recentf-open-more-files' completion.
16784 (recentf-setup-more-completion): New function to setup completion for
16785 `recentf-open-more-files'.
16786 (recentf-make-menu-items): Updated to display a "More..." menu item.
16787
16788 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16789
16790 * recentf.el (recentf-menu-action): Doc fixed.
16791
16792 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16793
16794 * recentf.el (recentf-menu-filter): Doc updated.
16795 (recentf-update-menu-hook): Allow menu filters to force menu update.
16796 (recentf-make-menu-items): New menu filter handling.
16797 (recentf-make-menu-item): New helper function.
16798 (recentf-menu-elements): New menu handling function.
16799 (recentf-sort-ascending): Updated to new menu filter handling.
16800 (recentf-sort-descending): Updated to new menu filter handling.
16801 (recentf-sort-basenames-ascending): New menu filter function.
16802 (recentf-sort-basenames-descending): New menu filter function.
16803 (recentf-show-basenames): New menu filter function.
16804 (recentf-show-basenames-ascending): New menu filter function.
16805 (recentf-show-basenames-descending): New menu filter function.
16806
16807 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16808
16809 * diary-lib.el (list-diary-entries): Don't try to go forward at
16810 the end of the buffer.
16811
16812 2000-02-29 Kenichi Handa <handa@etl.go.jp>
16813
16814 * international/mule-diag.el (list-character-sets):
16815 Completely rewritten.
16816 (sort-listed-character-sets): New function.
16817 (list-character-sets-1): Completely rewritten.
16818 (list-character-sets-2): New function.
16819 (non-iso-charset-alist): New variable.
16820 (decode-codepage-char): New function.
16821 (charset-history): New variable.
16822 (read-charset) (list-block-of-chars)
16823 (list-iso-charset-chars)
16824 (list-non-iso-charset-chars)
16825 (list-charset-chars): New functions.
16826 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
16827 (dump-charsets): Likewise.
16828
16829 2000-02-29 Gerd Moellmann <gerd@gnu.org>
16830
16831 * dired-x.el (dired-filename-at-point): Add `@' to valid
16832 file name characters.
16833 (dired-filename-at-point): Handle ange-ftp file names.
16834
16835 * frame.el (frame-notice-user-settings): Use assq-delete-all
16836 instead of assoc-delete-all.
16837 (frame-notice-user-settings): Ditto.
16838
16839 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16840 Don't copy alist.
16841
16842 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16843
16844 * calculator.el (calculator-use-menu): New option.
16845 (calculator-initial-bindings): Changed some bindings to work as macros.
16846 (calculator-forced-input): Removed.
16847 (calculator-restart-other-mode): New variable.
16848 (calculator-mode-map): Set up menu.
16849
16850 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16851
16852 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
16853
16854 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16855
16856 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
16857 translate all ESC key sequences.
16858 (viper-goto-mark-subr): Restore markers for files for which
16859 they were saved.
16860 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16861 * viper-util.el (viper-set-replace-overlay-glyphs)
16862 (viper-set-replace-overlay): Always check if the replacement
16863 overlay is live.
16864 * viper.el (viper-vi-state-mode-list): Add major modes.
16865 * ediff-wind.el: Minor comment changes.
16866 * ediff.el: Copyright notice date fix.
16867
16868 2000-02-27 Jason Rumney <jasonr@gnu.org>
16869
16870 * faces.el (face-font-family-alternatives): Add arial to helv.
16871 (mode-line, header-line, tool-bar): Same default as x for w32.
16872 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16873 face-font-family-alternatives from working.
16874 * term/w32-win.el (mouse-set-font): Do not build fontset from
16875 chosen font.
16876
16877 2000-02-25 Sam Steingold <sds@goems.com>
16878
16879 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16880 properly.
16881
16882 2000-02-25 Richard M. Stallman <rms@gnu.org>
16883
16884 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16885
16886 2000-02-25 Gerd Moellmann <gerd@gnu.org>
16887
16888 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
16889
16890 * frame.el (busy-cursor-delay-seconds): New option.
16891
16892 2000-02-24 Gerd Moellmann <gerd@gnu.org>
16893
16894 * frame.el (show-cursor-in-non-selected-windows): New option.
16895
16896 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16897
16898 * diary-lib.el (include-other-diary-files): Undo the selective
16899 display in any included file and don't kill it.
16900
16901 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16902
16903 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16904 Menu items converted to (menu-item format, help strings added.
16905 [downcase, upcase]: Don't enable on MS-DOS.
16906 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
16907 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16908
16909 2000-02-23 Dave Love <fx@gnu.org>
16910
16911 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16912 (backward-kill-word): Revert addition of * to interactive spec --
16913 it's a feature.
16914
16915 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16916 (backward-kill-sentence, kill-sentence): Likewise.
16917
16918 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16919 scratch buffer name.
16920 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
16921
16922 * term/w32-win.el (internal-face-interactive): Update prompt for
16923 new read-face-name.
16924
16925 * mail/footnote.el (footnote): Add :version to defgroup.
16926 (footnote-section-tag-regexp): Customize.
16927 (footnote-start-tag, footnote-end-tag): New option.
16928 (footnote-latin-regexp): New variable.
16929 (Footnote-latin): New function.
16930 (footnote-style-alist): Add element for latin style.
16931 (footnote-style): Moved.
16932 (Footnote-goto-footnote): Use eq to test arg.
16933
16934 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16935
16936 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16937 (byte-compile-trueconstp): Include keywords.
16938 (byte-optimize-quote, byte-optimize-lapcode):
16939 Use byte-compile-const-symbol-p.
16940 (byte-optimize-char-before): New optimization.
16941
16942 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16943 (byte-compile-const-symbol-p): New function.
16944 (byte-compile-constp, byte-compile-out-toplevel)
16945 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16946 Use it.
16947
16948 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16949
16950 2000-02-23 Kenichi Handa <handa@etl.go.jp>
16951
16952 * international/encoded-kb.el: Be sure to update minor-mode-alist
16953 and minor-mode-map-alist.
16954 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16955 codes SS2 and SS3 correctly.
16956 (encoded-kbd-self-insert-ccl): New function.
16957 (encoded-kbd-setup-keymap): New function.
16958 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16959 by calling encoded-kbd-setup-keymap.
16960
16961 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16962 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
16963
16964 2000-02-22 Dave Love <fx@gnu.org>
16965
16966 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
16967 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
16968 (lisp-mode-syntax-table): Set up for #|...|# comments.
16969 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16970 classes. Match `defface'.
16971 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16972 (eval-defun-1): Fix for defcustom.
16973 (lisp-indent-region): Doc fix.
16974
16975 * subr.el (when, unless, split-string): Doc fix.
16976 (read-passwd): Move call of clear-this-command-keys to the right place.
16977 (replace-regexps-in-string): New function.
16978
16979 2000-02-22 Gerd Moellmann <gerd@gnu.org>
16980
16981 * help.el (describe-variable): Set syntax table to
16982 emacs-lisp-mode-syntax-table when moving forward over the
16983 symbol's name.
16984
16985 2000-02-22 Dave Love <fx@gnu.org>
16986
16987 * xt-mouse.el: Doc fixes.
16988 (xterm-mouse-position-function): New function, replacing advice of
16989 mouse-position.
16990 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16991
16992 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16993
16994 2000-02-21 Gerd Moellmann <gerd@gnu.org>
16995
16996 * format.el (format-annotate-single-property-change):
16997 Handle properties.with dotted-list values.
16998 (format-proper-list-p): New function.
16999
17000 * enriched.el (enriched-face-ans): Handle '(foreground-color
17001 . COLOR) and (background-color . COLOR).
17002
17003 2000-02-20 Dave Love <fx@gnu.org>
17004
17005 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17006 and assignments to it.
17007 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17008 current local map.
17009 (make-flyspell-overlay): Use it.
17010 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17011
17012 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17013 (lm-get-header-re): Defun, not defsubst.
17014 (lm-get-package-name): Defun, not defsubst. Simplify.
17015 (lm-version): Doc fix. Simplify.
17016 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17017 (lm-crack-address, lm-last-modified-date, lm-commentary)
17018 (lm-verify, lm-synopsis): Simplify.
17019 (lm-report-bug): Require emacsbug. Use compose-mail.
17020
17021 2000-02-20 Gerd Moellmann <gerd@gnu.org>
17022
17023 * dired.el (dired-mode): Call propertized-buffer-identification
17024 to set mode-line-buffer-identification to something having
17025 the right text properties.
17026
17027 * bindings.el (propertized-buffer-identification): New function.
17028
17029 2000-02-20 Dave Love <fx@gnu.org>
17030
17031 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17032 check for t-mouse too.
17033
17034 * cus-start.el: Make echo-keystrokes `number'.
17035
17036 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
17037
17038 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17039 Don't call ring-empty-p unless tags-location-ring is bound.
17040 From Noah Friedman <friedman@splode.com>.
17041
17042 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
17043
17044 * progmodes/hideshow.el (hs-flag-region): No longer use
17045 `intangible' overlay property.
17046
17047 (hs-toggle-hiding): New command.
17048 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17049
17050 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17051 Fix omission bug: Run `hs-minor-mode-hook' for both activation
17052 and deactivation.
17053
17054 2000-02-18 Gerd Moellmann <gerd@gnu.org>
17055
17056 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17057
17058 2000-02-17 Gerd Moellmann <gerd@gnu.org>
17059
17060 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17061
17062 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17063 of `*' to handle `(* ... *)' comments.
17064
17065 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
17066
17067 * faces.el (list-faces-display): Use display-mouse-p instead of
17068 window-system.
17069
17070 * menu-bar.el (global-map): Menu-bar items converted to the new
17071 format (menu-item..., rearranged for better CUA compliance, and
17072 their names changed for better clarity. Help strings added.
17073
17074 * international/mule-cmds.el (mule-menu-keymap)
17075 (describe-language-environment-map, set-coding-system-map)
17076 (setup-language-environment-map): Convert to new (menu-item...
17077 form, add help strings. Change names of menu items for better clarity.
17078 "Mule" menu-bar item removed (it's now in the "Options" submenu).
17079
17080 2000-02-17 Gerd Moellmann <gerd@gnu.org>
17081
17082 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17083 within the code.
17084
17085 2000-02-16 Dave Love <fx@gnu.org>
17086
17087 * faces.el: Don't require custom. Add more specific :groups to
17088 various deffaces.
17089 (set-face-attribute): Purecopy args.
17090 (read-face-name): Default to name at point and use it in prompt.
17091 Remove colon from arg in all callers.
17092 (list-faces-display): Hyperlink to face descriptions and customize
17093 buffers.
17094
17095 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
17096
17097 * wid-edit.el (widget-match-inline): An atom never matches a list.
17098
17099 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17100
17101 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17102 at ':' characters by call to split-string.
17103
17104 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17105
17106 * textmodes/bibtex.el: Added RCS version identification.
17107
17108 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17109
17110 * textmodes/bibtex.el: Some temporary comments removed.
17111 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
17112 (bibtex-field-const): Allow capital letters.
17113 (bibtex-start-of-string): Deleted because unused.
17114
17115 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17116 use the term 'reference' to describe a bibtex entry as a whole.
17117 Further, reference keys are no longer called 'labels'.
17118 (bibtex-keys): Renamed to bibtex-reference-keys.
17119 (bibtex-reformat-previous-labels): Renamed to
17120 bibtex-reformat-previous-reference-keys.
17121 (bibtex-reference-type): Renamed to bibtex-entry-type.
17122 (bibtex-reference-head): Renamed to bibtex-entry-head.
17123 (bibtex-reference-maybe-empty-head): Renamed to
17124 bibtex-entry-maybe-empty-head.
17125 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17126 (bibtex-search-reference): Renamed to bibtex-search-entry.
17127 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17128 bibtex-enclosing-entry-maybe-empty-head.
17129 (bibtex-entry-field-alist, bibtex-entry-head)
17130 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17131 (bibtex-map-entries, bibtex-search-entry)
17132 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17133 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17134 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17135 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17136 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17137 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17138 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
17139
17140 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17141
17142 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17143 comment.
17144 (bibtex-format-field-delimiters): New function, functionality
17145 extracted from bibtex-format-entry.
17146 (bibtex-autokey-get-yearfield-digits): New function, functionality
17147 extracted from bibtex-autokey-get-yearfield.
17148
17149 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17150 entries in order to avoid stack overflow in the regexp matcher if
17151 field contents become large.
17152 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17153 (bibtex-field-string-part-not-braced)
17154 (bibtex-field-string-part-no-inner-braces)
17155 (bibtex-field-string-part-1-inner-brace)
17156 (bibtex-field-string-part-2-inner-braces)
17157 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17158 (bibtex-field-string-quoted, bibtex-field-string)
17159 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17160 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17161 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17162 Deleted as parsing is now performed by the following functions.
17163 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17164 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17165 (bibtex-parse-field-string, bibtex-search-forward-field-string)
17166 (bibtex-parse-association, bibtex-field-name-for-parsing)
17167 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17168 (bibtex-search-forward-field, bibtex-search-backward-field)
17169 (bibtex-start-of-field, bibtex-end-of-field)
17170 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17171 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17172 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17173 (bibtex-parse-string, bibtex-search-forward-string)
17174 (bibtex-search-backward-string, bibtex-start-of-string)
17175 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17176 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17177 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
17178 entries. Instead of reporting the results of the parsing by
17179 match-beginning or match-end, these functions return data structures
17180 that hold the corresponding positions.
17181 (bibtex-enclosing-field): Changed to also report field boundaries by
17182 return values rather than by match-beginning or match-end.
17183 The following functions have been adapted to use the new
17184 parsing functions.
17185 (bibtex-skip-to-valid-entry, bibtex-search-reference)
17186 (bibtex-enclosing-field, bibtex-format-entry)
17187 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17188 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17189 (bibtex-print-help-message, bibtex-end-of-entry)
17190 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17191 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17192 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17193 Use the new method for parsing.
17194 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17195 (bibtex-map-entries, bibtex-flash-head)
17196 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17197 (bibtex-autokey-change, bibtex-autokey-get-namefield)
17198 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17199 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17200 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17201 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17202 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17203 order to make the new binding of case-fold-search immediately visible.
17204
17205 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17206
17207 * textmodes/bibtex.el: Copyright notice is up to date.
17208 Added constant 'bibtex-maintainer-salutation.
17209
17210 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
17211 than make-temp-name, use match-string-no-properties and eliminate
17212 a quadratic behavior when building bibtex-strings.
17213
17214 * bibtex.el (bibtex-reference-key): Accept string entries whose
17215 reference key contains upper case letters.
17216
17217 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17218
17219 * bibtex.el (bibtex-reference-head): Allow entries to start with
17220 a new line.
17221
17222 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17223
17224 * bibtex.el: Hiding of entry bodies is not longer provided by
17225 bibtex.el directly. Instead the hideshow package can be used.
17226 Added a special bibtex entry to hs-special-modes-alist.
17227 (bibtex-hs-forward-sexp): Added for hideshow.el.
17228
17229 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17230
17231 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17232 proceedings entry type (for cross referencing). Thanks to Wagner
17233 Toledo Correa for the suggestion.
17234
17235 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17236
17237 2000-02-14 Kenichi Handa <handa@etl.go.jp>
17238
17239 * international/characters.el: Setup case table for Vietnamese.
17240
17241 2000-02-12 Gerd Moellmann <gerd@gnu.org>
17242
17243 * uniquify.el (toplevel): Require CL at compile time.
17244 (uniquify-push): Removed.
17245
17246 * shadowfile.el (shadow-when): Removed.
17247
17248 * tempo.el (tempo-dolist, tempo-mapc): Removed.
17249 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
17250
17251 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17252 regexp for paragraph-start.
17253
17254 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17255 commas as well.
17256
17257 2000-02-10 Dave Love <fx@gnu.org>
17258
17259 * wid-edit.el: (widgets) [defgroup]: Remove url link.
17260 (widget-color-choice-list, widget-color-history, widget-mouse-help):
17261 Deleted.
17262 (widget-specify-field, widget-specify-button): Don't use
17263 widget-mouse-help as help-echo property.
17264 (default): Use #'ignore for :validate and :mouse-down-action.
17265 (checkbox): Add help-echo.
17266 (widget-sexp-validate): Rewritten to clarify error messages.
17267 (character): Use char-valid-p in :match function.
17268 (widget-color-complete): Use facemenu-color-alist.
17269 (widget-color-action): Use facemenu-read-color.
17270
17271 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
17272 set up `caar' &c that we now have.
17273
17274 2000-02-09 Ray Blaak <blaak@gnu.org>
17275
17276 * delphi.el: Make resourcestring a declaration region, like const
17277 and var.
17278
17279 2000-02-09 Dave Love <fx@gnu.org>
17280
17281 * bindings.el (mode-line-input-method-map): New variable.
17282 (mode-line-mule-info): Use it; fix last change.
17283 (mode-line-mode-menu): Move definition.
17284 (mode-line-mouse-sensitive-p): Deleted.
17285 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
17286 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
17287
17288 * startup.el (command-line-1): Don't call
17289 make-mode-line-mouse-sensitive.
17290
17291 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17292
17293 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17294 before rmail-toggle-header, because the former toggles headers.
17295
17296 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17297
17298 * diff-mode.el (diff-kill-junk): New interactive function.
17299 (diff-reverse-direction): Use delete-and-extract-region.
17300 (diff-post-command-hook): Restrict the area so that the hook also works
17301 outside of any diff hunk. This is necessary for the minor-mode.
17302 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17303 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17304
17305 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17306 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17307 so that it can be used more easily in <foo>-mode-hook. Also make sure
17308 to avoid duplicate entries.
17309 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17310 (font-lock-remove-keywords): Just as was done for `add', allow it to
17311 work even if font-lock-mode is nil. Also make sure we don't modify
17312 any pre-existing list by forcing a copy-sequence. Finally rename
17313 `major-mode' to `mode'.
17314 (font-lock-fontify-syntactic-anchored-keywords)
17315 (font-lock-fontify-anchored-keywords)
17316 (font-lock-fontify-keywords-region): Use line-end-position.
17317 Don't make `font-lock-multiline' local (it's now done in
17318 font-lock-set-defaults).
17319 (font-lock-set-defaults): Make `font-lock-multiline' local.
17320 Move the `font-lock-fontified' creation to inside the `unless'.
17321
17322 2000-02-06 Andrew Innes <andrewi@gnu.org>
17323
17324 * term/w32-win.el (x-handle-args): Comment out call to message,
17325 which occurs before window system is initialized.
17326
17327 * makefile.nt: Add support for recompiling lisp code.
17328
17329 2000-02-04 Dave Love <fx@gnu.org>
17330
17331 * bindings.el (mode-line-mule-info): Fix/extend last change.
17332
17333 * completion.el: Replace completion-dolist with dolist.
17334
17335 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
17336
17337 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17338
17339 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
17340 environment names before they go into the section regexp.
17341
17342 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
17343 char class in regexp.
17344
17345 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17346 Bind `case-fold-search' to nil.
17347
17348 * progmodes/idlwave.el (idlwave-template):
17349 Respect `idlwave-abbrev-change-case'.
17350 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17351 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17352 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
17353 (idlwave-rw-case): New function.
17354 (idlwave-statement-match): Fixed problem with assignment regexp.
17355 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
17356 (idlwave-surround): New argument LENGTH to support padding of
17357 operators longer than 1 char.
17358
17359 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17360 idlwave-shell-expression-overlay. Implemented printing of
17361 expressions on higher levels of the calling stack.
17362 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
17363 (idlwave-retrieve-expression-from-level): New function.
17364 (idlwave-shell-last-calling-stack): Variable removed.
17365 (idlwave-shell-reset): Argument action reversed (`visible' to
17366 `hidden'). Also remove stop-line overlay.
17367 (idlwave-shell-calling-stack-routine): New variable.
17368 (idlwave-shell-parse-stack-and-display): Messages now display
17369 negative level numbers.
17370 (idlwave-shell-mode): Set `modeline-format'.
17371 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
17372 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
17373 (idlwave-shell-print-expression-function): New option.
17374
17375 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17376 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
17377 `tool-bar' instead of `toolbar'.
17378
17379 2000-02-02 Dave Love <fx@gnu.org>
17380
17381 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17382 emacs-lisp-mode-hook. Don't check for defalias being defined.
17383
17384 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
17385 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17386 Use the new builtins directly.
17387
17388 * whitespace.el (whitespace): Add :version to defgroup.
17389
17390 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17391 Doc fix.
17392
17393 * thingatpt.el (sexp-at-point, symbol-at-point)
17394 (number-at-point, list-at-point): Add autoload cookie.
17395
17396 * recentf.el (recentf): Add :version to defgroup.
17397
17398 * quickurl.el (quickurl): Add :version to defgroup.
17399
17400 * elide-head.el (elide-head): Use point-marker more.
17401
17402 * bs.el (bs): Add :version to defgroup.
17403
17404 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17405
17406 * progmodes/delphi.el (delphi): Add :version to defgroup.
17407
17408 2000-02-02 Gerd Moellmann <gerd@gnu.org>
17409
17410 * ange-ftp.el (ange-ftp-write-region): Handle case that
17411 succeeding process operation sets a different coding system.
17412
17413 * calculator.el: New file.
17414
17415 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17416
17417 * frame.el (frames-on-display-list, framep-on-display): New functions.
17418 (display-mouse-p, display-popup-menus-p, display-graphic-p)
17419 (display-selections-p, display-screens, display-pixel-width)
17420 (display-pixel-height, display-mm-width, display-mm-height)
17421 (display-backing-store, display-save-under, display-planes)
17422 (display-color-cells, display-visual-class): New functions.
17423
17424 * term/tty-colors.el (tty-color-gray-shades): New function.
17425
17426 * faces.el (display-color-p): Use framep-on-display.
17427 (display-grayscale-p): New function.
17428
17429 2000-01-31 Dave Love <fx@gnu.org>
17430
17431 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17432 (create-fontset-from-x-resource): Don't concat integers.
17433
17434 2000-01-31 Inge Frick <inge@nada.kth.se>
17435
17436 * view.el: Some changes in documentation. Removed some trailing
17437 whitespace. Changed some parameter names to agree with documentation.
17438 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17439 window is not deleted. Modifies change 1998-04-26.
17440
17441 2000-01-31 Gerd Moellmann <gerd@gnu.org>
17442
17443 * windmove.el: New file.
17444
17445 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17446 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17447 progmodes/ebnf-yac.el: Update copyright and license info.
17448
17449 * jit-lock.el (jit-lock-function): Widen before calculating
17450 end position.
17451 (jit-lock-stealth-chunk-start): Rewritten.
17452
17453 * info.el (Info-title-face-alist): Removed.
17454 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
17455 (Info-fontify-node): Use these faces.
17456
17457 2000-01-30 Gerd Moellmann <gerd@gnu.org>
17458
17459 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17460 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17461 `&allow-other-keywords'.
17462
17463 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17464 the list of directories scanned heuristically.
17465
17466 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
17467
17468 2000-01-30 Jason Rumney <jasonr@gnu.org>
17469
17470 * w32-fns.el: Define w32-tty-standard-colors.
17471
17472 * startup.el (command-line): Use w32-tty-standard-colors when in
17473 w32 console mode.
17474
17475 2000-01-30 Dave Love <fx@gnu.org>
17476
17477 * jka-compr.el (jka-compr-load): Fix up load-history.
17478
17479 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17480
17481 * emacs-lisp/cl-macs.el: Revert previous change.
17482
17483 2000-01-29 Dave Love <fx@gnu.org>
17484
17485 * facemenu.el: Purecopy various strings.
17486
17487 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17488 years. Deal with three-digit years.
17489
17490 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17491 Use defconst, purecopy.
17492 (help-back-label): Purecopy it.
17493
17494 2000-01-18 Gerd Moellmann <gerd@gnu.org>
17495
17496 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17497 variable. If non-nil, order the buffer list according to the
17498 currently selected frame.
17499 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17500 non-nil, pass the selected frame to function buffer-list.
17501
17502 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17503
17504 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17505
17506 2000-01-28 Dave Love <fx@gnu.org>
17507
17508 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17509
17510 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17511 Don't use lisp-indent-hook property.
17512 (cl-abs): Remove.
17513
17514 * subr.el: Move out indent and edebug specs for when and unless.
17515
17516 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17517 when, unless.
17518
17519 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17520 unless, when.
17521
17522 2000-01-28 Gerd Moellmann <gerd@gnu.org>
17523
17524 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17525 `collecting' as synonym for `collect'.
17526
17527 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17528 for the case it contains spaces.
17529
17530 * simple.el (what-cursor-position): Change formatting of messages.
17531
17532 * frame.el (delete-other-frames): New function.
17533 (toplevel): Bind it to C-x 5 1.
17534
17535 * sort.el (sort-numeric-base): New option.
17536 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17537 interpret it as octal or hexadecimal. Use sort-numeric-base
17538 as default base.
17539
17540 * progmodes/glasses.el: New file.
17541
17542 2000-01-27 Gerd Moellmann <gerd@gnu.org>
17543
17544 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17545 userids differently.
17546
17547 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17548 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17549 progmodes/ebnf-yac.el: New files.
17550
17551 2000-01-26 Dave Love <fx@gnu.org>
17552
17553 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17554 on a function with an empty body. [From Eric Ludlam.]
17555
17556 2000-01-25 Andre Spiegel <spiegel@gnu.org>
17557
17558 * vc.el (vc-version-diff): Make sure file name is expanded.
17559
17560 2000-01-25 Gerd Moellmann <gerd@gnu.org>
17561
17562 * scroll-bar.el (scroll-bar-timer): Variable removed.
17563 (scroll-bar-toolkit-scroll): Don't use a timer.
17564
17565 2000-01-25 Kenichi Handa <handa@etl.go.jp>
17566
17567 * language/thai-util.el (thai-composition-function):
17568 Delete superfluous `a'.
17569
17570 2000-01-24 Dave Love <fx@gnu.org>
17571
17572 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17573 end-of-defun-function.
17574
17575 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
17576
17577 2000-01-22 Jason Rumney <jasonr@gnu.org>
17578
17579 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17580 conflicts with new face support.
17581
17582 2000-01-22 Richard M. Stallman <rms@gnu.org>
17583
17584 * replace.el (query-replace): Rename last arg to DELIMITED.
17585 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17586 (query-replace-regexp): Likewise.
17587
17588 2000-01-20 Richard M. Stallman <rms@gnu.org>
17589
17590 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17591
17592 * emacs-lisp/lisp.el (beginning-of-defun-function):
17593 Variable renamed from beginning-of-defun.
17594 Do not call make-variable-buffer-local.
17595 (beginning-of-defun-raw): Use new variable name; doc fix.
17596 (beginning-of-defun): Doc fix.
17597 (end-of-defun-function): Variable renamed from end-of-defun.
17598 Do not call make-variable-buffer-local.
17599 (end-of-defun): Use new variable name; doc fix.
17600
17601 * subr.el (dolist, dotimes): Copied from cl-macs.el
17602 and made to work.
17603
17604 * mail/undigest.el (rmail-digest-end-regexps):
17605 Variable replaces rmail-digest-end-regexp.
17606 Allows multiple regexps for detecting the end line.
17607 (undigestify-rmail-message): Corresponding changes.
17608
17609 2000-01-19 Dave Love <fx@gnu.org>
17610
17611 * files.el (user-init-file): Don't declare here -- is primitive.
17612
17613 * startup.el (command-line): Check for compiled user-init-file and
17614 set to uncompiled version if necessary.
17615
17616 2000-01-18 Gerd Moellmann <gerd@gnu.org>
17617
17618 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17619 (undigestify-rmail-message): Use it.
17620
17621 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17622
17623 2000-01-17 Gerd Moellmann <gerd@gnu.org>
17624
17625 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17626 of mini-buffer.
17627
17628 2000-01-14 Gerd Moellmann <gerd@gnu.org>
17629
17630 * emacs-lisp/copyright.el (copyright-update): Removed the
17631 requirement for a trailing space from `copyright-regexp', to
17632 support copyrights with owner specified on a separate line..
17633
17634 * align.el: New file.
17635
17636 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17637
17638 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17639
17640 2000-01-13 Dave Love <fx@gnu.org>
17641
17642 * ph.el: Removed. (Obsoleted by EUDC.)
17643
17644 2000-01-13 Gerd Moellmann <gerd@gnu.org>
17645
17646 * net/eudc.el (toplevel): Remove autoloaded code installing
17647 menu with easymenu, because that causes build problems.
17648
17649 * frame.el (frame-notice-user-settings): New variable.
17650 (frame-notice-user-settings): Don't modify frame parameters
17651 if called a second time.
17652
17653 2000-01-13 Richard M. Stallman <rms@gnu.org>
17654
17655 * frame.el (frame-notice-user-settings):
17656 Notice default-frame-parameters even for non-window frames.
17657
17658 2000-01-13 Gerd Moellmann <gerd@gnu.org>
17659
17660 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17661 for Emacs.
17662 (eudc-bob-can-display-inline-images): Extend for Emacs.
17663 (eudc-bob-toggle-inline-display): Ditto.
17664 (eudc-bob-display-jpeg): Ditto.
17665
17666 2000-01-12 Gerd Moellmann <gerd@gnu.org>
17667
17668 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17669 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17670 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17671
17672 * add-log.el (add-change-log-entry): Fix error trying an
17673 `(insert nil)'.
17674
17675 * subdirs.el: Add `net' directory.
17676
17677 * net: New directory.
17678
17679 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17680 eval-last-sexp. Don't bind debug-on-error here.
17681 (eval-last-sexp): New function. Bind debug-on-error if
17682 eval-expression-debug-on-error is non-nil.
17683 (eval-defun-2, eval-defun): Likewise.
17684
17685 * simple.el (eval-expression): Don't bind debug-on-error if
17686 eval-expression-debug-on-error is nil. Detect changed
17687 debug-on-error, and propagate new value to global binding, if
17688 eval-expression-debug-on-error is non-nil,
17689 (eval-expression-debug-on-error): Change doc string.
17690
17691 2000-01-11 Richard M. Stallman <rms@gnu.org>
17692
17693 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17694
17695 * emacs-lisp/lisp-mode.el (with-syntax-table):
17696 Set up lisp-indent-function property.
17697
17698 * subr.el (with-syntax-table): Moved from simple.el.
17699
17700 * simple.el (with-syntax-table): Moved to subr.el.
17701
17702 2000-01-11 Gerd Moellmann <gerd@gnu.org>
17703
17704 * tmm.el (tmm-shortcut): Delete region after prompt instead
17705 of erasing buffer.
17706
17707 * textmodes/fill.el (fill-common-string-prefix): New function.
17708 (fill-context-prefix): Use the longest common prefix of first
17709 and second line fill prefix, if there is one.
17710
17711 2000-01-11 Richard M. Stallman <rms@gnu.org>
17712
17713 * array.el (array-mode): Don't use make-variable-buffer-local.
17714 Use make-local-variable for `truncate-lines'.
17715
17716 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17717
17718 * add-log.el (add-log-current-defun): Handle user-defined
17719 add-log-current-function returning nil,
17720
17721 * add-log.el (add-change-log-entry): Insert version number
17722 if having found a current function
17723
17724 * add-log.el (add-log-current-defun):
17725 Call `add-log-current-defun-function'. Try matches at level 0 and
17726 level 1. Strip whitespace from defun found.
17727
17728 2000-01-10 John Wiegley <johnw@gnu.org>
17729
17730 * allout.el (isearch-done/outline-provisions): Added `edit'
17731 argument to correspond with the current definition of `isearch-done'.
17732
17733 2000-01-10 Dave Love <fx@gnu.org>
17734
17735 * elide-head.el (elide-head): Use point-marker, not point.
17736
17737 2000-01-10 Gerd Moellmann <gerd@gnu.org>
17738
17739 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17740 before and after the year 2000.
17741
17742 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17743 Add ispell- prefix.
17744
17745 2000-01-10 Ken Stevens <k.stevens@ieee.org>
17746
17747 * ispell.el: Only define dictionaries in menus when they exist.
17748 (version18p): New variable.
17749 (version20p): New variable.
17750 (xemacsp): New variable.
17751 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17752 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17753 (ispell-dictionary-alist6): Russian command lines no longer accept
17754 run-together words.
17755 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17756 (ispell-dictionary-alist): Add koi8-r to customize definition.
17757 (check-ispell-version): Added documentation string. Return library
17758 path when called non-interactively.
17759 (ispell-menu-map-needed): Uses new variables.
17760 (ispell-library-path): New variable.
17761 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17762 (ispell-word): Improved documentation string. Test for valid
17763 character mappings. Correctly check typed in word changes that can
17764 result in single words split into multiple words.
17765 Return replacement word.
17766 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17767 replace in recursive query replace mode. Help message for
17768 recursive edit mode.
17769 (ispell-show-choices): Protect against bad framepop bindings.
17770 (ispell-help): Fix to work with XEmacs.
17771 (ispell-highlight-spelling-error): Use new variables.
17772 (ispell-overlay-window): Fix to work with XEmacs.
17773 (ispell-parse-output): Passed and returns location information
17774 tracking spelling corrections. Doesn't recheck same word on
17775 current line.
17776 (ispell-init-process): Protect against bogus XEmacs variable binding.
17777 Fix call to single argument in sleep-for. Use new variables.
17778 (ispell-region): Passed and returns location information tracking
17779 spelling corrections. Doesn't check same word on current line.
17780 Improved documentation string. Doesn't resend a line already
17781 checked to the ispell process - fixes bug in LaTeX parsing.
17782 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17783 (ispell-skip-region): No longer skips <TT> in SGML.
17784 (ispell-process-line): Tracks location information with spelling
17785 corrections. Added documentation string. Accounts for words
17786 already accepted on this line. Don't allow query-replace on line
17787 starting with math characters. Doesn't resend a line already sent
17788 to ispell process. Fixes alignment error bug.
17789
17790 2000-01-10 Richard M. Stallman <rms@gnu.org>
17791
17792 * dired-x.el (dired-guess-shell-alist-default):
17793 Suggest xloadimage, which is free, not xv, which isn't.
17794
17795 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17796 Don't ever include the host name or user name in the value.
17797
17798 2000-01-09 Gerd Moellmann <gerd@gnu.org>
17799
17800 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17801 of a real newline.
17802
17803 2000-01-09 Stephen Eglen <stephen@gnu.org>
17804
17805 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17806 for .png files.
17807
17808 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17809
17810 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17811
17812 2000-01-09 Gerd Moellmann <gerd@gnu.org>
17813
17814 * progmodes/cperl-mode.el: Replace ^F with ^L.
17815
17816 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17817 `require'ing rmail and mailalias to prevent infinite recursion.
17818
17819 2000-01-08 Dave Love <fx@gnu.org>
17820
17821 * emacs-lisp/backquote.el: Remove inappropriate customization
17822 (allowing custom.el to use backquote).
17823
17824 2000-01-07 Dave Love <fx@gnu.org>
17825
17826 * add-log.el (add-log-debugging): Deleted.
17827 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17828 file. Remove debugging code.
17829 (change-log-get-method-definition, change-log-name): Add doc.
17830 (change-log-sortable-date-at): New function.
17831 (change-log-merge): New command.
17832
17833 * time.el (display-time-string-forms): Make the Mail string active.
17834 (display-time-update): Provide help-echo for load average.
17835
17836 * bindings.el (make-mode-line-mouse2-map): New function.
17837 (mode-line-modified): Use it and simplify.
17838 (mode-line-mule-info): Provide help-echo info.
17839 (minor-mode-alist): Activate the strings.
17840 (make-mode-line-mouse-sensitive): Simplify for
17841 mode-line-buffer-identification.
17842
17843 2000-01-07 Gerd Moellmann <gerd@gnu.org>
17844
17845 * play/pong.el: New file.
17846
17847 2000-01-06 Dave Love <fx@gnu.org>
17848
17849 * array.el: Assorted cleanups for compiler warnings, doc strings,
17850 `array-' prefix for symbols.
17851
17852 2000-01-05 Dave Love <fx@gnu.org>
17853
17854 * textmodes/outline.el (outline-mode-menu-bar-map):
17855 Add outline-headers-as-kill.
17856 (outline-mode): Define imenu-generic-expression.
17857 (outline-headers-as-kill): New command.
17858
17859 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17860 from paragraph-start.
17861 (paragraph-indent-minor-mode): New command.
17862
17863 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17864 M-C-e, M-C-h, C-j, C-xnd, TAB.
17865 (fortran-mode): Set beginning-of-defun, end-of-defun.
17866 (fortran-column-ruler): Simplify.
17867 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17868 (fortran-with-subprogram-narrowing): Likewise.
17869 (fortran-indent-subprogram): Call mark-defun.
17870 (fortran-check-for-matching-do): Change narrowing.
17871
17872 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17873 (cl-lucid-hash-tag): Delete.
17874 (cl-hash-table-p): Correct test for native table.
17875 (cl-hash-table-count): Use hash-table-count.
17876
17877 * browse-url.el (browse-url): Fix case of
17878 browse-url-browser-function being an alist.
17879
17880 2000-01-05 Carsten Dominik <cd@gnu.org>
17881
17882 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17883 (reftex-index-phrase-file-extension): New options.
17884
17885 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17886 Use new option `reftex-index-phrase-file-extension'.
17887
17888 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17889 `reftex-parse-file-extension'.
17890
17891 2000-01-05 Dave Love <fx@gnu.org>
17892
17893 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17894 (beginning-of-defun-raw): Use it.
17895 (end-of-defun): New variable.
17896 (end-of-defun): Use it.
17897 (check-parens): New command.
17898
17899 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17900
17901 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17902 (hs-show-block): Don't use `mapcar' when not accumulating.
17903
17904 Fix buglet in local variables initialization.
17905
17906 2000-01-05 Andreas Schwab <schwab@suse.de>
17907
17908 * hscroll.el (hscroll): Doc fix.
17909
17910 2000-01-05 Carsten Dominik <cd@gnu.org>
17911
17912 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17913 Require idlw-toolbar.
17914
17915 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
17916 file idlw-rinfo.el.
17917 (idlwave-customize): Load must read file idlw-shell.el.
17918 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
17919
17920 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17921
17922 * progmodes/idlw-shell.el: Also provide idlwave-shell
17923 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17924 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17925
17926 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
17927 both reftex-dcr and reftex-vcr.
17928
17929 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17930
17931 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17932
17933 * ps-print.el: PostScript code now is in separate files, doc fix.
17934 (ps-print-version): New version number (5.0.3).
17935 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17936 local.
17937 (ps-spool-config): Initialization fix.
17938 (ps-print-prologue-1, ps-print-prologue-2)
17939 (ps-print-duplex-feature): PostScript code moved to separated file.
17940 (ps-background-image): Little code reformating.
17941 (ps-begin-file, ps-begin-job): Fix code.
17942 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17943 (ps-prologue-file): New fun.
17944
17945 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17946
17947 * ps-vars.el: Eliminated.
17948
17949 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17950 `;;;###autoload'.
17951
17952 * ps-print.el: ps-vars eliminated, doc fix.
17953 (ps-print-version): New version number (5.0.2).
17954 (ps-spool-config): Initialization fix.
17955 (ps-print-customize): New fun.
17956
17957 2000-01-04 Gerd Moellmann <gerd@gnu.org>
17958
17959 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
17960
17961 2000-01-04 Dave Love <fx@gnu.org>
17962
17963 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17964 menu items.
17965
17966 2000-01-03 Dave Love <fx@gnu.org>
17967
17968 * elide-head.el (elide-head) [defgroup]: Add :version.
17969
17970 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17971 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17972 Use `cl-hash-table-p', not `hash-table-p'.
17973 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17974
17975 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17976
17977 * faces.el (face-read-integer, read-face-attribute)
17978 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
17979
17980 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17981
17982 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17983 at comment end, and re-insert them after filling.
17984
17985 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17986
17987 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17988 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17989 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17990
17991 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17992
17993 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17994 the new name of face-color-supported-p.
17995
17996 * term/w32-win.el (xw-defined-colors): Likewise.
17997
17998 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17999
18000 * simple.el (completion-setup-function): Count completion-size
18001 from minibuffer-prompt-end, not from point-min.
18002
18003 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18004
18005 * faces.el (read-face-attribute, defined-colors, color-defined-p):
18006 Pass the frame to tty-color-* functions.
18007 (display-color-p, frame-set-background-mode): Pass the frame to
18008 tty-display-color-p.
18009
18010 * term/tty-colors.el (tty-defined-color-alist): Renamed from
18011 tty-color-alist.
18012 (tty-color-alist, tty-modify-color-alist): New functions.
18013 (tty-color-define, tty-color-clear, tty-color-approximate)
18014 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18015 optional parameter FRAME.
18016
18017 2000-01-01 Gerd Moellmann <gerd@gnu.org>
18018
18019 * image.el (create-image, defimage): Don't assume image data is
18020 a string.
18021
18022 * image.el (defimage): Handle specifications containing :data
18023 instead of :file.
18024 (image-type-from-data): New function.
18025 (image-type-from-file-header): Use it.
18026 (create-image): Add parameter DATA-P.
18027
18028 See ChangeLog.8 for earlier changes.
18029
18030 ;; Local Variables:
18031 ;; coding: iso-2022-7bit
18032 ;; End: