1 2001-05-29 Gerd Moellmann <gerd@gnu.org>
3 * international/utf-8.el (ccl-decode-mule-utf-8): Handle
4 invalid UTF-8 sequences.
6 2001-05-28 Miles Bader <miles@gnu.org>
8 * comint.el (comint-carriage-motion): Renamed from
9 `comint-cr-magic'. Operate on the buffer instead of the string
10 (for use as a comint post-output filter, instead of as a
11 pre-output filter). Handle backspaces too. Add to the
12 `comint-output-filter-functions' hook instead of
13 `comint-preoutput-filter-functions'.
15 2001-05-28 Gerd Moellmann <gerd@gnu.org>
17 * language/japan-util.el (japanese-hankaku): Prefer the charset
18 `jisx0201' when the optional argument `ascii-only' is not specified.
19 (japanese-hankaku-region): Ditto.
20 From Katsumi Yamaoka <yamaoka@jpl.org>
22 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
24 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
25 (outline-invisible-p): New function.
26 (hide-leaves): Save excursion.
27 (hide-other): Stop looping when reaching bobp.
29 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
31 * cus-edit.el (custom-file): Fix last change.
33 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
35 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
36 same definition in byte-compile-function-environment as `autoload'
37 would put in `symbol-function'.
39 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
40 patch to correct the error message as well.
42 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
44 * cus-edit.el (custom-file): Don't assume we were invoked with -q
45 unless ~/.emacs exists.
47 * novice.el (enable-command): If user-init-file is nil or does not
48 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
50 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
52 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
53 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
54 Allow spaces around macro arguments.
55 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
56 indent-for-tab-command.
57 (latex-mode-map, plain-tex-mode-map): New keymaps.
58 Inherit from tex-mode-map.
59 (tex-common-initialization): Don't setup the keymap any more
60 since it's now done right by define-derived-mode.
61 (latex-mode): Set skeleton-end-hook to nil.
62 (latex-skeleton-end-hook): Remove.
63 (tex-latex-block, latex-insert-item): Simplify.
64 (latex-syntax-after): Use following-char rather than char-after.
65 (tex-discount-args-cmds, tex-count-words): New functions.
67 * textmodes/tildify.el (tildify-ignored-environments-alist):
68 Recognize \verb* as well.
70 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
71 (perl-comment-indent): Simplify to let newcomment.el do its job.
72 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
73 (perl-mark-function): Cleanup the namespace.
74 (perl-calculate-indent): Don't be fooled by nested functions.
76 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
78 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
79 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
81 2001-05-25 Andrew Choi <akochoi@i-cable.com>
83 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
85 (ctlau-b5-converter): Likewise.
87 2001-05-24 Andrew Choi <akochoi@i-cable.com>
89 * international/titdic-cnv.el (quail-misc-package-ext-info):
90 Change CTLauB.el to CTLau-b5.el.
92 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
94 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
95 rather than beginning-of-line to avoid problems with fields.
96 (gud-perldb-massage-args): Use unless and push.
97 (gud-chdir-before-run): New var.
98 (gud-common-init): Use it.
100 2001-05-24 Andrew Choi <akochoi@i-cable.com>
102 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
103 delete entries for chinese-ctlau and chinese-ctlaub.
104 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
106 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
109 2001-05-22 Gerd Moellmann <gerd@gnu.org>
111 * cus-edit.el (custom-comment-show): Remove debug code.
113 * language/japan-util.el (japanese-symbol-table): Fix handling of
114 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
116 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
118 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
119 Renamed by removing the silly `-flag' suffix.
120 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
122 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
124 * replace.el (keep-lines-read-args): Use `copy-marker'.
125 (how-many): Save excursion properly.
126 (occur-mode): Use define-derived-mode.
127 (perform-replace): Use with-current-buffer.
129 2001-05-20 Richard M. Stallman <rms@gnu.org>
131 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
133 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
135 * info.el (Info-read-subfile): Widen before finding the
136 desired node in the subfile.
138 * startup.el (command-line-1): When >2 files visited,
139 leave the last one visible, and make that the selected window.
141 2001-05-20 Gerd Moellmann <gerd@gnu.org>
143 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
145 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
147 * international/ccl.el (define-ccl-program): Fix a typo.
148 From Pavel Jan
\e,Bm
\e(Bk <Pavel@Janik.cz>.
150 * international/mule.el (decode-char): Fix a typo. From Pavel
151 Jan
\e,Bm
\e(Bk <Pavel@Janik.cz>.
153 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
154 Jan
\e,Bm
\e(Bk <Pavel@Janik.cz>.
156 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
157 Jan
\e,Bm
\e(Bk <Pavel@Janik.cz>.
159 2001-05-18 Sam Steingold <sds@gnu.org>
161 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
162 and [RET] to `cvs-mode-find-file'.
164 2001-05-18 John Wiegley <johnw@gnu.org>
166 * eshell/esh-ext.el (eshell-explicit-command-char): A new
167 configuration variable, which determines the initial character
168 that forces use of an external version of a command. The default
169 is *, but may be set to \, for example.
171 * eshell/esh-ext.el (eshell-explicit-command):
172 Use `eshell-explicit-command-char' instead of ?*.
174 * eshell/esh-cmd.el (eshell/which):
175 Use `eshell-explicit-command-char' instead of ?*.
177 * eshell/em-cmpl.el (eshell-completion-command-name)
178 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
181 2001-05-18 Gerd Moellmann <gerd@gnu.org>
183 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
184 subst-char-in-string.
185 (ange-ftp-after-parse-ls-hook): New variable.
186 (ange-ftp-ls): Run that hook.
187 From Peter Milliken <Peter.Milliken@GTECH.COM>.
189 * tmm.el (tmm-get-keymap): Fix handling of :filter.
190 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
191 text into *Completions*.
193 * net/goto-addr.el (goto-address-at-point): Deal with URLs
194 part of which look like email addresses.
196 2001-05-18 Andrew Innes <andrewi@gnu.org>
198 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
199 Use . instead of absolute path for lisp dir, to avoid bug in W2K
200 cmd.exe's handling of FOR loops.
201 (autoloads): Set find-file-suppress-same-file-warnings to t to
202 avoid slew of spurious messages.
204 2001-05-18 Simon Josefsson <simon@josefsson.org>
206 * mail/smtpmail.el (maybe-append-domain): Renamed to
207 `smtpmail-maybe-append-domain'.
208 (smtpmail-via-smtp): Use the new name.
210 * net/browse-url.el (browse-url-browser-function): Add kde.
211 (browse-url-kde-program, browse-url-kde-args): New variables.
212 (browse-url-kde): New function.
214 2001-05-18 Miles Bader <miles@gnu.org>
216 * simple.el (delete-horizontal-space, just-one-space):
217 Use `constrain-to-field' instead of `field-end'/`field-beginning',
218 because it's more efficient for large files.
220 2001-05-17 Gerd Moellmann <gerd@gnu.org>
222 * mail/rmail.el (rmail-require-mime-maybe): New function.
224 (rmail-mode): Handle the case of finding Rmail files.
226 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
229 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
231 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
232 text-property after moving to the beginning of line and regardless
233 of the value of font-lock-multiline.
235 2001-05-17 Gerd Moellmann <gerd@gnu.org>
237 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
239 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
240 last coding system used before calling set-buffer-modified-p
241 because that function changes last-coding-system.
243 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
245 * files.el (switch-to-buffer-other-window)
246 (switch-to-buffer-other-frame): Add an xref to display-buffer in
249 2001-05-17 Gerd Moellmann <gerd@gnu.org>
251 * language/slovak.el, language/czech.el: New maintainer.
253 2001-05-16 Sam Steingold <sds@gnu.org>
255 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
256 sub-form of `defgeneric' correctly.
258 2001-05-16 Gerd Moellmann <gerd@gnu.org>
260 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
263 * textmodes/outline.el (outline-font-lock-level): Remove the
264 condition-case, test what outline-level returns instead, to
267 * international/mule.el (auto-coding-regexp-alist): New user-option.
268 (auto-coding-from-file-contents): New function.
269 (set-auto-coding): Use it to determine a coding system.
271 2001-05-15 Gerd Moellmann <gerd@gnu.org>
273 * mouse.el (mouse-delete-other-windows): Doc fix.
275 * emacs-lisp/lisp-mode.el (lisp-mode):
276 Make font-lock-keywords-case-fold-search a buffer-local variable with
277 make-local-variable before setting it.
279 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
281 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
284 2001-05-14 Gerd Moellmann <gerd@gnu.org>
286 * hexl.el (hexl-current-address): Print a message when called
289 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
291 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
293 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
295 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
297 2001-05-11 Gerd Moellmann <gerd@gnu.org>
299 * startup.el (command-line): If parameters have been changed in
300 the init files which influence font selection, clear the face
301 cache so that faces get realized with the new parameters.
303 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
305 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
307 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
309 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
311 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
312 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
314 2001-05-10 Gerd Moellmann <gerd@gnu.org>
316 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
317 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
319 2001-05-09 John Wiegley <johnw@gnu.org>
321 * eshell/esh-util.el (eshell-convert-numeric-arguments):
322 Annotated the documentation string to tell users about
323 `eshell-no-numeric-conversions'.
325 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
326 conversions if a Lisp function has the property
327 `eshell-no-numeric-conversions' set to a non-nil value.
329 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
330 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
331 property `eshell-no-numeric-conversions' on the following
332 functions (which all deal with filesystem entities, and never Lisp
333 numerical values): eshell/cd, eshell/pushd, eshell/popd,
334 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
335 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
336 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
337 eshell/which, eshell/addpath.
339 2001-05-09 John Wiegley <johnw@gnu.org>
341 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
342 encountered as an argument, don't convert it right away, but tag
343 the first character of the string with the text properties
344 `number', which signifies to `eshell-lisp-command' that the
345 argument should be passed through `string-to-number' if it is
346 actually used in the call to a Lisp function.
348 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
349 function, convert any string arguments that have been tagged as
350 "numbers", by calling string-to-number.
352 * eshell/esh-util.el (eshell-number-regexp): Now that number
353 conversions only happen for Lisp function calls, the number regexp
354 should now match all integer and floating point forms.
356 * eshell/esh-proc.el: Disable `eshell-stop-process' and
357 `eshell-continue-process', since they are both nonfunctional at
359 (eshell-proc-initialize): Don't bind keys for
360 `eshell-stop-process' or `eshell-continue-process'.
362 * eshell/em-unix.el (eshell-shuffle-files):
363 Apply `directory-file-name' before calling `file-name-directory'.
365 * eshell/em-hist.el (eshell-add-to-history): Reference to
366 `eshell-history-ring' needed to be `eshell-history-index'.
368 * calendar/timeclock.el (timeclock-find-discrep):
369 Initialize `elapsed' to 0.
370 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
373 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
375 * arc-mode.el (archive-int-to-mode): Construct the string directly.
376 (archive-mode): Use capitalize.
377 (archive-unique-fname): Use make-temp-file.
379 2001-05-09 Gerd Moellmann <gerd@gnu.org>
381 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
383 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
385 * tar-mode.el (tar-extract): Pay attention to the value of
386 coding-system-for-read, if it is non-nil.
388 * calendar/holidays.el (holidays): Add an autoload cookie.
389 From Pavel Jan
\e,Bm
\e(Bk <Pavel@Janik.cz>.
391 2001-05-08 John Wiegley <johnw@gnu.org>
393 * calendar/timeclock.el (timeclock-workday-remaining):
394 Changed logic for determining how much time is remaining.
395 (timeclock-workday-elapsed): Don't accept a "relative" argument
396 for the current day's elapsed time. What could that have meant?
397 (timeclock-workday-elapsed-string): No "relative" argument anymore.
398 (timeclock-when-to-leave): Changed logic, similarly to what was
399 done for `timeclock-workday-remaining'.
400 (timeclock-find-discrep): Removed "today-only" argument, which had
401 no meaning. Fixed some more math problems. The function now
402 returns a three member list: (TOTAL-TIME-DISCREPANCY
403 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
405 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
407 * w32-fns.el (convert-standard-filename): Start replacing slashes
408 from the beginning of the file name, not from where the last
409 invalid character was. From "Andrew Maguire (SWW)"
410 <Andrew.Maguire@Smallworld.co.uk>
412 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
414 The following changes are to provide infrastructure for handling
415 MIME messages to rmail. They don't affect the original behaviour
416 if rmail-enable-mime is nil.
418 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
419 (rmail-search-mime-message-function)
420 (rmail-search-mime-header-function): New variables.
421 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
422 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
423 `rmail-view-buffer' is hidden.
424 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
425 call rmai-show-mime-function.
426 (rmail-display-labels): If rmail-enable-mime is non-nil, update
427 mode-line-process of rmail-view-buffer.
428 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
429 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
431 (rmail-next-message, rmail-next-undeleted-message): Be sure to
432 set-buffer to the Rmail buffer.
433 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
434 rmail-search-mime-header-function.
435 (rmail-search-message): New function.
436 (rmail-search): Call rmail-search-message to check if a message
437 matches REGEXP, lastly update point after calling
439 (rmail-undelete-previous-message, rmail-expunge-confirmed)
440 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
441 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
442 header region, refer to rmail-msgref-vector while setting the
443 current buffer to rmail-buffer temporarily.
444 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
445 If rmail-enable-mime is non-nil, call
446 rmail-insert-mime-forwarded-message-function instead of inserting
447 forwarded message by itself.
449 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
451 (rmail-set-label, rmail-next-labeled-message): Likewise.
453 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
454 set-buffer to the Rmail buffer.
455 (rmail-output-to-rmail-file): Likewise.
456 (rmail-output): Likewise.
458 * mail/rmailsum.el (rmail-message-subject-p): Process the result
459 of mail-fetch-field by rmail-summary-line-decoder.
460 (rmail-new-summary): Be sure to go to the Rmail buffer.
461 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
462 rmail-view-buffer to nil.
463 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
465 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
467 (rmail-summary-scroll-msg-down): Likewise.
468 (rmail-summary-beginning-of-message): Likewise.
469 (rmail-summary-wipe): Likewise.
470 (rmail-summary-toggle-header): Use save-window-excursion, not
471 save-excursion. Update point in rmail-view-buffer, not in
473 (rmail-summary-reply): Before calling rmail-reply, set buffer to
474 rmail-view-buffer, not rmail-buffer.
476 2001-05-07 Gerd Moellmann <gerd@gnu.org>
478 * cus-edit.el (custom-file): Signal an error if user-init-file is
481 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
483 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
486 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
488 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
489 only if smtpmail-warn-about-unknown-extensions is set.
491 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
492 instead of rmail-sort-by-keywords.
494 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
495 rmail-sort-by-keywords.
497 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
498 rmail-summary-sort-by-keywords. Doc fix.
499 (rmail-summary-mode): Doc fix.
501 * mail/rmail.el (rmail-edit): New Custom group.
503 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
504 (rmail-edit-mode-hook): New user-option.
506 2001-05-05 Richard M. Stallman <rms@gnu.org>
508 * help.el (help-xref-symbol-regexp): Recognize "source of"
509 and friends, meaning make a link to the source file.
510 (help-make-xrefs): Handle "source of" and friends
511 by constructing a link that visits the source file.
513 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
515 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
517 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
518 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
519 Renamed from perl-font-lock-keywords to avoid clashes.
520 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
521 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
522 Updated correspondingly.
524 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
525 Typo `nonexistant' -> `nonexistent'.
527 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
529 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
530 Split `c-electric-delete' into two functions where
531 `c-electric-delete-forward' always deletes forward and
532 `c-electric-delete' only contains the code necessary for XEmacs to
533 choose between backward and forward deletion.
535 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
536 get the electric behavior on that key too.
537 (c-fill-paragraph): Fixed bogus direct use of
538 c-comment-prefix-regexp, which caused an error when it's a list.
540 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
542 * dired-aux.el (dired-diff): Doc fix.
544 * dired.el (dired-diff): Likewise.
546 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
548 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
550 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
552 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
553 if both the buffer and the file are read-only.
555 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
556 rather than font-lock-string-face.
557 (sh-get-indent-info): Treat heredocs like strings.
559 2001-05-02 Gerd Moellmann <gerd@gnu.org>
561 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
562 a newline following `}'.
563 (texinfo-format-email): New function.
564 (toplevel): Use texinfo-format-email for @email.
565 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
567 (texinfo-sort-region): Goto point-min before sorting.
568 (texinfo-set): Remove leading white space from value.
569 From yagi@is.titech.ac.jp.
571 * replace.el (query-replace-regexp-eval): Doc fix.
573 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
575 * diff-mode.el (diff-nonexistant-face): New face.
576 (diff-font-lock-keywords): Use it.
578 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
580 * font-lock.el (font-lock-mode): Doc fix.
582 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
583 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
585 2001-04-30 Gerd Moellmann <gerd@gnu.org>
587 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
588 backslash at the start of the here-document delimiter.
589 (sh-font-lock-syntactic-keywords): Likewise.
591 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
593 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
595 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
596 (tty-color-translate, tty-color-by-index, tty-color-values)
597 (tty-color-desc): Doc fix.
599 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
601 * dired-aux.el (dired-do-create-files, dired-do-copy)
602 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
603 Mention dired-dwim-target in the doc string.
605 2001-04-28 Miles Bader <miles@gnu.org>
607 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
608 (dabbrev--find-expansion): Use it.
609 (dabbrev--select-buffers): Don't select ignored buffers.
611 2001-04-27 Gerd Moellmann <gerd@gnu.org>
613 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
615 2001-04-26 Richard M. Stallman <rms@gnu.org>
617 * dabbrev.el: Add doc strings for some functions.
618 (dabbrev--eliminate-newlines): New variable.
619 (dabbrev--substitute-expansion): Convert newlines to spaces
620 if dabbrev--eliminate-newlines is set.
621 If abbrev and expansion are both all-lower-case,
622 leave dabbrev--last-case-pattern nil.
624 2001-04-26 Gerd Moellmann <gerd@gnu.org>
626 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
627 if necessary, like in rmail-show-message.
629 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
631 * ps-print.el: Color specified by number is forced to be float number.
632 (ps-print-version): New version number (6.5.1.1).
633 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
635 (ps-prefix-quote): New internal var.
636 (ps-print-quote): New fun.
637 (ps-setup, ps-output-frame-properties, ps-float-format)
638 (ps-format-color): Code fix.
639 (ps-plot-region): Eliminate redundant foreground color text setting.
641 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
643 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
645 2001-04-25 Gerd Moellmann <gerd@gnu.org>
647 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
649 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
651 * info.el (Info-additional-directory-list): Doc fix.
653 * find-lisp.el (find-lisp-find-dired-filter)
654 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
655 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
657 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
659 * progmodes/make-mode.el (makefile-font-lock-keywords):
660 Rationalize the rules for includes and conditionals and use the
661 keyword face for them.
663 * faces.el (modify-face): Add compatibility for non-interactive use.
665 2001-04-24 John Wiegley <johnw@gnu.org>
667 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
668 fix from last night, since it wasn't finding eshell/cd.
670 2001-04-24 Gerd Moellmann <gerd@gnu.org>
672 * rect.el (string-rectangle): Revert to 20.x behaviour.
673 (replace-rectangle): Make it an alias for string-rectangle.
674 (string-insert-rectangle): New function.
676 2001-04-23 John Wiegley <johnw@gnu.org>
678 * eshell/em-unix.el (eshell/diff): Fixed problems that were
679 occurring with Emacs 21's diff.el/compile.el interaction layer.
681 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
683 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
684 case where the function was defined in a file, but not part of an
687 2001-04-23 John Wiegley <johnw@gnu.org>
689 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
690 code to work around a redisplay problem I've been having.
692 2001-04-23 John Wiegley <johnw@gnu.org>
694 * calendar/timeclock.el (timeclock-day-required): If the time
695 required for a particular day is not set, use `timeclock-workday'.
696 (timeclock-find-discrep): Added some sample code in a comment.
698 * eshell/eshell.el (eshell-command): Made a few changes so that
699 `eshell-command' could be called programmatically.
701 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
703 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
705 2001-04-23 John Wiegley <johnw@gnu.org>
707 * calendar/timeclock.el: Updated copyright.
708 (timeclock-generate-report): Don't report the daily or two-week
709 total, if no time has been worked in that period.
710 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
711 final computational form, which was unnecessary; corrected a
712 parsing problem when timeclock-relative was nil.
714 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
716 * calendar/timeclock.el (timeclock-modeline-display): Check if
717 `list-entry' is null.
718 (timeclock-use-display-time): The first argument to `set-variable'
721 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
723 * calendar/calendar.el (diary-entry-marker)
724 (calendar-today-marker, calendar-holiday-marker):
725 Use display-color-p instead of window-system.
726 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
727 instead of window-system.
728 (calendar-hide-window): Use display-multi-frame-p instead of
731 * calendar/cal-x.el (calendar-two-frame-setup)
732 (calendar-only-one-frame-setup, calendar-one-frame-setup):
733 Use display-multi-frame-p instead of window-system.
735 2001-04-23 Gerd Moellmann <gerd@gnu.org>
737 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
739 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
740 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
742 2001-04-23 Alex Schroeder <alex@gnu.org>
744 * goto-addr.el: Instead of defining line-beginning-position and
745 line-end-position a defalias is used for point-at-bol and point-at-eol.
747 2001-04-23 Alex Schroeder <alex@gnu.org>
749 * goto-addr.el: Added XEmacs compatibility code.
750 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
752 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
754 * textmodes/paragraphs.el (sentence-end): Doc fix.
756 2001-04-20 Alex Schroeder <alex@gnu.org>
758 * sql.el (sql-escape-newlines-and-send): New function.
759 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
761 2001-04-20 Alex Schroeder <alex@gnu.org>
763 * sql.el (sql-db2-program): New option.
764 (sql-db2-options): New option.
765 (sql-db2): New function.
767 2001-04-20 Alex Schroeder <alex@gnu.org>
769 * sql.el (sql-mode-menu): Added highlighting entries.
770 (sql-highlight-oracle-keywords): New function.
771 (sql-highlight-postgres-keywords): New function.
772 (sql-highlight-ansi-keywords): New function.
774 2001-04-20 Alex Schroeder <alex@gnu.org>
776 * sql.el (sql-help): Doc change.
778 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
780 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
782 2001-04-18 Gerd Moellmann <gerd@gnu.org>
784 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
787 * comint.el (comint-cr-magic): New function.
788 (toplevel): Add it to comint-preoutput-filter-functions.
790 2001-04-18 Andrew Innes <andrewi@gnu.org>
792 * makefile.w32-in (EMACSLOADPATH): Define.
793 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
794 (recompile): Remove stuff to set EMACSLOADPATH.
796 2001-04-18 Gerd Moellmann <gerd@gnu.org>
798 * language/slovak.el ("Slovak"): Add tutorial entry.
800 * net/browse-url.el (browse-url-new-window-flag): Renamed from
801 browse-url-new-window-p.
803 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
805 * info.el (Info-menu-update): When there are no menus and/or no
806 cross references in the node, make the respective items of the
807 Info menu-bar menu inactive.
809 2001-04-17 Gerd Moellmann <gerd@gnu.org>
811 * indent.el (indent-for-tab-command): Call indent-line-function
812 with no argument if PREFIX-ARG is non-nil.
814 * frame.el (delete-other-frames): Handle minibuffer-only frames.
816 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
818 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
819 an async subprocess if start-process is unavailable. Suggested by
820 Tim Van Holder <tim.van.holder@pandora.be>.
822 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
824 * info.el (Info-additional-directory-list): Doc fix. Suggested by
825 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
827 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
829 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
832 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
834 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
835 (cvs-menu): Add a few entries.
837 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
838 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
839 lock file appears to be reachable from Emacs.
840 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
841 (cvs-mode-find-file): Look for cvs-header-face rather than
842 cvs-dirname-face (which doesn't exist).
843 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
845 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
847 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
849 * emulation/pc-select.el (pc-selection-mode): Don't turn on
850 normal-erase-is-backspace on a tty. Instead, bind some keys such
851 as [delete] directly, like pc-select.el did before
852 normal-erase-is-backspace was invented.
854 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
856 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
858 2001-04-11 John Wiegley <johnw@gnu.org>
860 * eshell/em-ls.el (eshell-ls-insert-directory):
861 Set font-lock-defaults to nil, to prevent fontification in dired
862 buffers, if Eshell's ls is being used.
864 2001-04-11 John Wiegley <johnw@gnu.org>
866 * calendar/timeclock.el (timeclock-completing-read): New function.
867 (timeclock-ask-for-project, timeclock-ask-for-reason):
868 Call `timeclock-completing-read'.
870 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
871 required where `member' was being used.
873 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
875 * eshell/em-hist.el (eshell-previous-matching-input):
876 Don't display "History item" if the the minibuffer is active.
878 2001-04-11 Gerd Moellmann <gerd@gnu.org>
880 * startup.el (command-line): Output a newline after printing
881 an error from loading the window system's init file.
883 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
885 * textmodes/texinfo.el (texinfo-font-lock-keywords):
886 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
887 @inforef. Add an OVERRIDE of `keep' to highlight specs of
888 keywords whose arguments routinely include @@.
890 2001-04-10 Gerd Moellmann <gerd@gnu.org>
892 * emacs-lisp/advice.el (ad-make-advised-definition):
893 Construct advice for subrs differently.
895 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
896 regexp in parentheses when building the regexp for searching backwards.
898 * simple.el (completion-list-mode-finish): New function.
899 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
901 * language/european.el ("Polish"): Change sample text.
902 From jsbien@mimuw.edu.pl (Janusz S. Bie
\e,Bq
\e(B).
904 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
907 * faces.el (menu): Doc fix.
909 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
911 * ps-print.el: Footer implementation. Doc fix.
912 (ps-print-version): New version number (6.5.1).
913 (ps-header-frame-alist): New customization var for header frame
915 (ps-line-number-color): New customization var for line number color.
916 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
917 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
918 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
919 (ps-right-footer): New customization vars for footers.
920 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
922 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
923 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
925 (ps-prologue-file): Indentation fix.
926 (ps-print-quote): Fun eliminated.
927 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
928 (ps-output-frame-properties): New fun.
929 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
930 (ps-skip-newline): Replace defun by defsubst.
932 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
934 * eshell/eshell.el (eshell-command): Needed a "%s" format
935 specifier, in case the buffer contains percent characters.
937 2001-04-10 John Wiegley <johnw@gnu.org>
939 * calendar/timeclock.el (timeclock-generate-report): Added a
940 missing insert of the project name.
942 2001-04-09 Gerd Moellmann <gerd@gnu.org>
944 * obsolete/profile.el: Moved from emacs-lisp/.
946 * Makefile.in (nonobsolete_setwins): New macro.
947 (finder-data): Use it instead of `setwins'.
948 From: Dave Love <fx@gnu.org>.
950 * server.el (server-visit-files): Set server-existing-buffer correctly.
951 (server-visit-files): Run server-visit-hook after going to
952 line 1 so that the hook can set point as it sees fit.
954 * bindings.el (mode-line-modified): Unify help messages.
956 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
958 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
961 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
963 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
964 long file names aren't supported, truncate the file names in
965 quail-misc-package-ext-info to 8+3 before matching them against
968 * dos-fns.el (dos-truncate-to-8+3): New function.
970 * progmodes/compile.el (grep-compute-defaults): Use null-device
971 instead of literal /dev/null. Reported by Jens Schmidt
972 <schmidt@mathematik.uni-kl.de>.
974 * simple.el (normal-erase-is-backspace-mode): Doc fix.
976 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
978 * textmodes/sgml-mode.el: Add unknown maintainer.
979 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
980 (html-mode-map): Use set-keymap-parent.
982 2001-04-06 Dave Love <fx@gnu.org>
984 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
985 Remove redundant string-to-list.
987 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
989 * composite.el (reference-point-alist): Doc fix.
991 2001-04-05 Sam Steingold <sds@gnu.org>
993 * font-lock.el (font-lock-keywords-case-fold-search):
994 Make buffer-local. This fixes a very annoying bug when loading a Lisp
995 file made font-lock case-insensitive.
997 2001-04-05 Gerd Moellmann <gerd@gnu.org>
999 * faces.el (defface menu): Doc fix.
1001 * wid-edit.el (widget-color-sample-face-get): Don't make
1002 faces for undefined colors.
1004 * version.el (emacs-version): Include LessTif/Motif version info.
1006 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1008 * ps-mule.el: Eliminate cl package dependence.
1009 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1010 if they aren't defined yet.
1011 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1012 Eliminate cl package dependence.
1014 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1016 * progmodes/cc-cmds.el (c-outline-level):
1017 Bind buffer-invisibility-spec. Originally from Dave Love, but
1018 got lost when incorporating version 5.26.
1020 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1022 * emulation/pc-select.el (pc-selection-mode):
1023 Call normal-erase-is-backspace-mode instead of binding
1026 * cus-load.el (normal-erase-is-backspace): Use it instead of
1027 delete-key-deletes-forward.
1029 * startup.el (command-line): Use normal-erase-is-backspace and
1030 normal-erase-is-backspace-mode.
1032 * simple.el (normal-erase-is-backspace): Rename from
1033 delete-key-deletes-forward. Doc fix.
1034 (normal-erase-is-backspace-mode): Rename from
1035 delete-key-deletes-forward-mode. Doc fix.
1036 Run normal-erase-is-backspace-hook.
1038 * dired.el (dired-move-to-filename-regexp): Support file sizes in
1039 ``human-readable'' format produced by GNU `ls'.
1040 (dired-move-to-filename-regexp): Recognize ISO format dates.
1041 From Paul Eggert <eggert@twinsun.com>.
1043 2001-04-04 Gerd Moellmann <gerd@gnu.org>
1045 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1047 (lm-verify): Check keywords.
1048 From Eric M. Ludlam <eric@siege-engine.com>.
1050 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1052 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1053 `xemacs' feature instead of for the function `set-extent-property'.
1055 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1057 * mail/mh-utils.el (mh-folder-hist): New var.
1058 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1060 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1062 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1063 region, position point on the first or last 16-byte group.
1064 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1065 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1066 hexl-beginning-of-line.
1068 2001-04-03 Gerd Moellmann <gerd@gnu.org>
1070 * icomplete.el (icomplete-mode): Treat an argument like other
1073 * startup.el (fancy-splash-head): Use splash8.xpm for color
1076 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1077 Add an antry for ``converts''.
1079 * language/slovak.el ("Slovak"): Add documentation string.
1080 From Pavel@Janik.cz (Pavel Jan
\e,Bm
\e(Bk ml.).
1082 * language/czech.el ("Czech"): Add documentation string.
1083 From Pavel@Janik.cz (Pavel Jan
\e,Bm
\e(Bk ml.).
1085 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1086 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1088 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1090 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1091 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1092 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1093 Use `defsubst' rather than a macro to ease debugging.
1094 (mail-extr-last): Remove (use `last' instead).
1095 (mail-extract-address-components): Properly reset the syntax-table
1096 after parsing an address. Use `last' rather than mail-extr-last.
1097 Make sure the end marker stays at the very end.
1099 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1101 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1104 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1106 * ps-print.el: Line and paragraph spacing feature. Region to cut
1107 out when printing. Doc fix.
1108 (ps-print-version): New version number (6.5).
1109 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1110 New vars. Line and paragraph spacing feature.
1111 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1113 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1114 (ps-get-font-size, ps-begin-job, ps-continue-line)
1115 (ps-plot-region): Code fix.
1116 (ps-print-prologue-2): Var eliminated.
1117 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1119 (ps-get-size): New fun.
1120 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1121 (ps-next-line): Replace defun by defsubst.
1122 (ps-mule-plot-string): Autoload doc fix.
1124 * ps-bdf.el: XEmacs compatibility. Doc fix.
1125 (installation-directory, coding-system-for-read): Declare vars if
1126 it's not declared yet.
1127 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1129 * ps-mule.el: XEmacs compatibility. Doc fix.
1130 (leading-code-private-22): Declare var if it's not declared yet.
1131 (charset-bytes, charset-dimension, charset-id, charset-width)
1132 (find-charset-region, split-char, char-width, chars-in-region)
1133 (forward-point, decompose-composite-char, encode-coding-string)
1134 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1135 Define funs if not defined yet.
1136 (encode-composition-rule, find-composition): Define funs if not
1138 (ps-mule-prologue): PostScript code fix.
1140 2001-04-02 Kenichi Handa <handa@etl.go.jp>
1142 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1143 non-nil, generate font for the header strings.
1144 (ps-mule-prepare-font): Likewise.
1145 (ps-mule-generate-glyphs): Likewise.
1146 (ps-mule-string-encoding): Likewise.
1147 (ps-mule-header-charsets): New variable.
1148 (ps-mule-encode-header-string): New function.
1149 (ps-mule-header-string-charsets): New function.
1150 (ps-mule-begin-job): Check charsets in the header strings. If there
1151 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1153 * ps-print.el (ps-generate-header-line): Encode the header string by
1154 ps-mule-encode-header-string.
1155 (ps-mule-encode-header-string): Declare autoload.
1157 2001-04-02 Gerd Moellmann <gerd@gnu.org>
1159 * frame.el (cursor-in-non-selected-windows):
1160 Replaces show-cursor-in-non-selected-windows.
1162 2001-03-31 Kenichi Handa <handa@etl.go.jp>
1164 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1165 Delete entries for "chinese-py" and "chinese-ziranma".
1166 (quail-misc-package-ext-info): New variable.
1167 (tsang-quick-converter): New function.
1168 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1169 (quick-cns-converter, py-converter, ziranma-converter)
1170 (miscdic-convert, batch-miscdic-convert): New functions.
1172 2001-03-30 Kenichi Handa <handa@etl.go.jp>
1174 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1175 eight-bit-control chars.
1177 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1178 Reduce making temporary vector (suggested by Dave Love).
1180 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1182 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1185 2001-03-30 Andreas Schwab <schwab@suse.de>
1187 * files.el (backup-directory-alist): Fix typo.
1189 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1191 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1192 <eggert@twinsun.com>.
1194 2001-03-30 Dave Love <fx@gnu.org>
1196 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1198 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1200 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1202 2001-03-30 Miles Bader <miles@gnu.org>
1204 * subr.el (interactive-form): Fix paren typo.
1206 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1208 * emacs-lisp/profile.el: Say that it's obsolete in the header
1209 line, so that finder.el puts that into its data-base.
1210 Suggested by Alex Schroeder <alex@gnu.org>.
1212 2001-03-29 Paul Eggert <eggert@twinsun.com>
1214 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1215 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1217 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1219 * generic.el (generic-mode-set-comments): Use "" rather than nil
1222 2001-03-29 Gerd Moellmann <gerd@gnu.org>
1224 * emacs-lisp/advice.el (ad-make-advised-definition):
1225 Call interactive-form to obtain the interactive spec of subrs.
1227 * subr.el (interactive-form): New function.
1229 2001-03-29 Andre Spiegel <spiegel@gnu.org>
1231 * vc-sccs.el (vc-sccs-register): Use relative file names.
1233 2001-03-28 Gerd Moellmann <gerd@gnu.org>
1235 * bookmark.el (bookmark-get-bookmark): Handle case that
1236 BOOKMARK is not a string.
1238 * image.el (image-type-regexps): Change type for PS files
1241 * subr.el (read-passwd): Clear command history after each
1242 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1244 2001-03-27 Kenichi Handa <handa@etl.go.jp>
1246 * international/kkc.el (kkc-save-init-file): Locally bind
1247 print-length to nil.
1249 2001-03-26 Gerd Moellmann <gerd@gnu.org>
1251 * textmodes/flyspell.el: Some doc fixes.
1252 (flyspell-maybe-correct-transposition)
1253 (flyspell-maybe-correct-doubling): Use a temporary buffer
1255 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1257 * emacs-lisp/byte-opt.el (byte-optimize-while)
1258 (byte-optimize-form-code-walker): Diagnose too few arguments
1259 for `if' and `while'.
1261 2001-03-26 Kenichi Handa <handa@etl.go.jp>
1263 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1264 Prepend `\' to "\<quail-translation-docstring>".
1266 2001-03-26 Gerd Moellmann <gerd@gnu.org>
1268 * autorevert.el (global-auto-revert-non-file-buffers):
1269 Remove duplicate defcustom.
1271 2001-03-26 Miles Bader <miles@gnu.org>
1273 * international/latin1-disp.el (latin1-char-displayable-p):
1274 Add leading "-" for X font pattern.
1276 2001-03-26 Kenichi Handa <handa@etl.go.jp>
1278 * international/mule-diag.el (describe-coding-system):
1279 For raw-text and emacs-mule, don't add anymore text about what
1280 charsets they can encode.
1282 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1284 * help.el (view-lossage): Mention open-dribble-file in the doc
1285 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1287 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1289 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1290 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1292 2001-03-23 Kenichi Handa <handa@etl.go.jp>
1294 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1295 Call ccl-execute-on-string directly so that CCL program handling
1296 multibyte sequence can work correctly.
1297 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1298 property of the coding system.
1300 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1302 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1303 Fix transcription typo.
1305 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1307 * whitespace.el: Add buffer local variables to toggle testing of
1308 whitespaces in buffers without affecting the default values.
1309 Bump version to 3.0 to account for a few other changes.
1310 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1311 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1312 (whitespace-toggle-spacetab-check): New functions.
1314 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1316 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1318 2001-03-21 Gerd Moellmann <gerd@gnu.org>
1320 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1321 bs-cycle-configuration-name. From Juanma Barranquero
1324 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1327 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1328 headers. Always invoke sendmail with option -t.
1330 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1332 * Release of cc-mode 5.28.
1334 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1336 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1337 Removed the hardcoded switch to "java" style in Java mode.
1338 It's instead taken care of by the default value for c-default-style.
1340 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1342 * cc-align.el (c-lineup-math): Fix bug where lineup was
1343 triggered by equal signs in string literals.
1345 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1347 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1348 limit detection when at the ends of the buffer.
1350 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1351 "for" statement clause in case 7F; a better one is done
1352 earlier in case 7D anyway.
1354 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1356 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1357 somewhat more and did a small optimization.
1359 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1361 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1362 Use the limit argument only to limit the syntactic context
1363 search, not to limit the actual movement.
1365 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1366 inside multiline strings, just like in comments. Also various
1367 fixes to the paragraph and comment prefix recognition, block
1368 comment ender handling etc.
1370 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1372 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1373 the relative position of the point.
1375 * cc-cmds.el (c-electric-continued-statement): New function to
1376 use as abbrev hook to reindent for keywords such as "else"
1377 that continues an earlier statement.
1379 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1382 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1383 (pike-mode): Populate the default abbrev tables to reindent for
1384 keywords such as "else" that can continue earlier statements.
1385 Abbrev mode is therefore turned on by default now. (Note that
1386 this doesn't apply to idl-mode, since IDL afaik doesn't have
1389 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1391 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1392 bracelists where the declaration contains template arguments.
1394 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1396 * cc-cmds.el (c-comment-indent):
1397 Use `c-get-syntactic-indentation' to correctly calculate the
1398 syntactic indentation. Fixes bug with lineup functions that
1401 * cc-engine.el (c-get-syntactic-indentation): Split the
1402 indentation sum calculation from `c-indent-line' to a separate
1405 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1407 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1408 Fixed places where it was assumed that preprocessor directives
1409 have to start in column zero.
1411 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1412 template arguments after a class identifier properly.
1414 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1415 lists for `new Foo[]' constructs in Java as expressions and
1416 not top level definition brace lists on the top level, so that
1417 they'll get indented consistently with the same type of
1418 expression in a normal block.
1420 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1422 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1423 whether the adaptive filling package fails to keep the comment
1424 prefix is now kludged further to check for filladapt-mode
1425 which doesn't have that problem. This is really icky, but it's
1426 the only way that works with the current misfeatures/bugs in
1427 both adaptive-fill-mode and filladapt-mode.
1429 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1430 around point is recognized more robust.
1432 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1434 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1435 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1436 (c-lit-type): Fixed all internal variables used dynamically so
1437 that they are always bound.
1439 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1442 (c-indent-region): Fixed reporting of syntactic errors so that
1443 the region is fully reindented even when an error occurs.
1444 The last syntactic error is printed afterwards. Also cleanup up a
1445 whole lot of code that tried to optimize indentation of whole
1446 sexps but in reality accomplishes nothing.
1448 (c-indent-sexp): Use c-indent-region.
1450 (c-parsing-error): Changed this variable to hold the message
1451 for any syntactic error that is discovered.
1453 (c-parse-state): Search backward from point instead of the bod
1454 position when the latter is invalid. This makes CC Mode
1455 recover faster when there are unbalanced close braces.
1457 (c-backward-to-start-of-if): Use c-parsing-error to report
1458 dangling "else" clauses instead of throwing an error, and fall
1459 back to a reasonable position.
1461 (c-indent-line): Added argument to avoid reporting syntactic errors.
1463 (c-show-syntactic-information): Don't report any syntactic errors.
1465 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1467 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1468 paragraph recognition when moving by sentence in literals.
1470 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1471 start regexp for javadoc to recognize javadoc markup in general instead
1472 of a specific set of keywords, to be more future-safe.
1474 (c-Pike-pikedoc-paragraph-start)
1475 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1478 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
1480 (pike-mode): Initialize paragraph settings pikedoc recognition.
1482 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1484 (c-comment-prefix-regexp): Made it possible to use an
1485 association list on this to specify mode specific regexps.
1486 The default value now use a special regexp in Pike mode to
1487 recognize pikedoc markup.
1489 (c-current-comment-prefix): New variable containing the actual
1490 regexp from c-comment-prefix-regexp for the current buffer.
1492 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1494 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1495 lists: We can't look at the syntax, since a brace list can get
1496 recognized as a plain statement-cont.
1498 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1499 special brace list opener broken over two lines got recognized
1500 as a statement on the second line. Case 9A changed.
1502 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1504 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1505 adjustment after line is reindented.
1507 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1509 * cc-defs.el (c-point): Added optional argument for position
1510 to use instead of the current point.
1512 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1513 the in-expression block symbols when the construct starts at
1514 boi, to avoid the extra level of indentation in that case.
1515 Cases 4, 16A and 17E affected.
1517 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1519 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
1520 calls to `c-indent-line', to adhere better to Emacs conventions.
1522 * cc-engine.el (c-indent-line): Use the syntax already bound
1523 to `c-syntactic-context', if there is any.
1525 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1527 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1528 wasn't added up correctly when a lineup function returned nil.
1530 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1532 * cc-engine.el (c-collect-line-comments): Fixed bug where
1533 empty lines were ignored when collecting line comments backwards.
1535 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1537 * cc-align.el (c-lineup-dont-change): Return an absolute
1538 indentation column to work correctly in the case when several
1539 syntactic elements are processed for the same line.
1541 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1542 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1543 (c-set-offset): Added absolute indentation column settings by
1544 using the vector type.
1546 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1548 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1549 Implemented two new cleanups `space-before-funcall' and
1550 `compact-empty-funcall'.
1552 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1554 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1555 helping building regexps.
1557 * cc-engine.el (c-on-identifier): New function for detecting
1558 identifiers. It takes keywords into account.
1560 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1561 lists. `c-keywords' is set to a regexp matching all keywords
1562 in the current language.
1564 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1566 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1567 list of characters to skip backwards over at the beginning of
1568 a statement, since it can precede string literals in Pike.
1570 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1572 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1573 recognition when standing on the last line in a C++ comment
1574 with nothing but whitespace after the prefix.
1576 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1577 given no limit argument.
1579 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1581 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1582 recognition for the `[]= operator symbol in Pike.
1584 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1586 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1587 around a bug in `eval-when-compile' in the byte compiler.
1589 * cc-engine.el (c-forward-token-1): Fixed bug with return
1590 value when count is zero and there's no token start within the limit.
1592 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1593 "prefix comments", i.e. comments which are followed by code on
1596 * cc-mode-19.el: Fixes so that checks that must be done at
1597 compile time also are done then.
1599 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1601 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1602 time and at runtime, and only when it's needed.
1604 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1606 Major cleanup for less error prone and more warning free
1607 compilation, including some fixes for bugs due to different
1608 compilation orders. Thanks to Martin Buchholz for providing
1609 the basis for all this.
1611 * cc-bytecomp.el: New file that provides some byte compilation
1612 features: It ensures that files always are loaded from the
1613 current source directory during compilation, and it provides a
1614 set of macros to turn off specific compiler warnings for
1615 specific symbols. (It's not CC Mode specific in any way.)
1617 Fixed a nearly acyclic dependency tree (both runtime and
1618 compile-time) between all files.
1620 * cc-defs.el: Separated all macros before the inline functions,
1621 to ensure correct compilation.
1623 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1624 cc-defs.el to cc-engine.el and made it a function instead.
1626 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1629 * cc-vars.el: Cope even when there isn't a custom package
1630 containing defcustom available.
1632 * cc-make.el: Removed since it's no longer necessary.
1634 README: Updated installation instructions.
1636 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1638 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1639 improve the modularity: Moved all mode init stuff from
1640 cc-langs.el to cc-mode.el, including the keymap
1641 initialization; cc-langs now only contains the various
1642 variables for configuring the language syntax.
1644 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1645 (c-get-offset): Moved from cc-styles to cc-engine since file
1646 dependency analysis suggests they belong there (which also
1647 makes more sense). Thanks to Martin Buchholz for doing the analysis.
1649 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1651 * cc-cmds.el (c-fn-region-is-active-p): New function that
1652 wraps the corresponding macro, for use in places that aren't
1653 compiled. Thanks to Martin Buchholz for pointing out this.
1655 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
1657 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1658 add things to the bug report.
1660 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1662 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1663 returned prefix could contain a newline when the search for a
1664 good prefix line failed.
1666 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1668 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1669 (c-toggle-auto-hungry-state): Made the argument optional, as
1670 the documentation says it is.
1672 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1674 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1675 multiline string syntax, #"...", as a cpp macro.
1677 2001-03-21 Paul Eggert <eggert@twinsun.com>
1679 * international/mule-cmds.el (set-locale-environment):
1680 Set system-messages-locale and system-time-locale, but only if the
1681 caller specifies a non-nil locale name.
1683 2001-03-20 Gerd Moellmann <gerd@gnu.org>
1685 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
1686 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
1688 2001-03-20 Gerd Moellmann <gerd@gnu.org>
1690 * follow.el (follow-avoid-tail-recenter): Doc fix.
1692 * custom.el (custom-set-variables): Avoid reversing the list
1695 * startup.el (fancy-splash-head): Don't change the colors of the
1696 XPM image on a dark background.
1698 * comint.el (comint-exec-1): Set columns of the terminal to
1699 window-width instead of frame-width.
1701 * info.el (Info-scroll-down): Add missing WINDOW arg for
1702 pos-visible-in-window-p.
1704 * ehelp.el (electric-help-mode-hook): Add defcustom.
1706 * mail/sendmail.el (mail-mode): Activate case-folding in
1709 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1711 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1712 (completion-ignored-extensions): Remove duplicate ".class".
1714 2001-03-19 Andreas Schwab <schwab@suse.de>
1716 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1717 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1719 2001-03-19 Gerd Moellmann <gerd@gnu.org>
1721 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1722 methods since there are not prefix input methods.
1724 2001-03-19 Kenichi Handa <handa@etl.go.jp>
1726 * international/mule-cmds.el (read-input-method-name):
1727 Locally bind enable-recursive-minibuffers to t.
1729 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1731 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1733 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
1735 * ediff-util.el: Copyright years.
1736 (ediff-choose-syntax-table): New function.
1737 (ediff-setup): Use ediff-choose-syntax-table.
1739 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1742 * ediff.el: Date of last update, copyright years.
1744 * ediff-wind (ediff-setup-control-frame): Nill->nil.
1746 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1748 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1749 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1751 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1754 * viper-util.el: Spaces, indentation.
1756 * viper.el: Changed version, modification time.
1758 2001-03-16 John Wiegley <johnw@gnu.org>
1760 * calendar/timeclock.el (timeclock-workday-remaining):
1761 Check whether `discrep' is non-null before using it.
1763 2001-03-16 John Wiegley <johnw@gnu.org>
1765 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1766 first-time checkins.
1767 (timeclock-log-data): Fixed problem with reading timelog log file.
1768 Resulting data in the "day list" was incorrect.
1769 (timeclock-find-discrep): Check if `timeclock-file' is readable
1771 (timeclock-time-less-p): New function.
1772 (timeclock-day-base): New function.
1773 (timeclock-geometric-mean): New function.
1774 (timeclock-generate-report): Generate a summary report based on
1775 the contents of the log file. This uses `timeclock-log-data', and
1776 is an example of writing a timelog manipulation function.
1777 (timeclock-visit-timelog): A quick command for opening the timelog
1779 (timeclock-log-data): Bound the variable event.
1781 2001-03-16 Kenichi Handa <handa@etl.go.jp>
1783 * international/mule-cmds.el (select-safe-coding-system):
1784 Fix typo: symbol-name -> symbol-value.
1786 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1787 before substitute-in-file-name to handle double slashes in FILE
1790 2001-03-15 Gerd Moellmann <gerd@gnu.org>
1792 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1793 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan
\e,Bm
\e(Bk ml.).
1795 2001-03-14 Gerd Moellmann <gerd@gnu.org>
1797 * bindings.el (features): Add `md5' and `overlay' to the list.
1799 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1800 bound before using it. It's not bound when configured without X,
1803 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1805 * progmodes/hideshow.el: Update copyright.
1806 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
1807 (hs-minor-mode-hook): Include `:version' in defcustom form.
1809 2001-03-13 Gerd Moellmann <gerd@gnu.org>
1811 * help.el (string-key-binding): Don't call event-start on
1814 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1816 * startup.el (fancy-splash-tail, command-line-1): Fix the
1819 2001-03-13 Kenichi Handa <handa@etl.go.jp>
1821 * term.el: These changes are based on a patch sent from Yong Lu
1823 (term-set-escape-char): Bind M-x to execute-extended-command in
1824 term-raw-escape-map.
1825 (term-move-columns): Don't try to move to negagive column.
1826 (term-emulate-terminal): Insert a string before deleting a text to
1829 2001-03-12 Gerd Moellmann <gerd@gnu.org>
1831 * play/life.el (life): Rearrange code so that all calls to
1832 life-display-generation are in a catch-form.
1834 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1835 file that isn't interesting. In an interesting file, push the old
1836 value of point on the mark ring.
1838 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1840 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1843 * emacs-lisp/autoload.el (generate-file-autoloads):
1844 Remove warning about line lengths.
1846 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1848 * progmodes/etags.el (tags-compression-info-list): New variable.
1849 (find-tag-in-order): Use it to deal with compressed source files.
1850 (tag-file-name-match-p): New function.
1851 (etags-recognize-tags-table): Use it for better match of file names.
1853 2001-03-12 Kenichi Handa <handa@etl.go.jp>
1855 * international/mule-cmds.el (register-input-method): Doc fix.
1857 * international/quail.el (quail-translate-key): Fix condition to
1858 check if there's another breaking point in the current key.
1860 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1862 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1863 Babyl header to the newly-created output file, bind
1864 coding-system-for-write to either rmail-file-coding-system or
1867 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1869 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1870 Fix the name and regexp used for subsubsections.
1872 2001-03-10 Dave Love <fx@gnu.org>
1874 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1875 and save-buffer if buffer-file-name non-nil. From rms.
1877 2001-03-10 Andre Spiegel <spiegel@gnu.org>
1879 * vc.el (vc-do-command): If the destination buffer is already
1880 current, don't set it up and don't erase it. Updated doc string
1882 (vc-version-diff): When doing a single file diff, don't switch to the
1883 *vc-diff* buffer before the command. This is to preserve local
1884 variable bindings that might affect the diff command.
1885 (vc-print-log): Don't switch to the *vc* buffer before the
1886 command, so that local variable bindings are preserved.
1888 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
1889 not the current buffer.
1890 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1892 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
1893 make output go to buffer *vc*, not the current buffer.
1895 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1897 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1898 so ^, $, *, ? and + are interpreted correctly.
1900 2001-03-09 Gerd Moellmann <gerd@gnu.org>
1902 * help.el (string-key-binding): Renamed from
1903 mode-line-key-binding. Handle any event on a string.
1904 Check for `keymap' properties as well as `local-map' properties.
1906 * comint.el (comint-insert-clicked-input): Use the last key
1907 from this-command-keys to lookup the global key definition.
1909 2001-03-09 Kenichi Handa <handa@etl.go.jp>
1911 * international/characters.el: Add category `j' for
1912 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1914 * international/mule-conf.el (no-conversion): Fix docstring.
1915 (raw-text): Fix docstring.
1917 2001-03-08 Gerd Moellmann <gerd@gnu.org>
1919 * simple.el (choose-completion-string): When not leaving the
1920 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1923 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1924 parameter `(minibuffer . t)'.
1926 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1928 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1929 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1930 (sh-mode): Remove `make-local-variable' for unused var
1931 `font-lock-unfontify-region-function'.
1933 2001-03-07 Richard M. Stallman <rms@gnu.org>
1935 * info.el (Info-scroll-down): Fix previous change.
1937 * mail/rmail.el (rmail-toggle-header): Use a window which
1938 is showing the Rmail buffer, rather than the selected window.
1940 2001-03-07 Dave Love <fx@gnu.org>
1942 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1943 now, to avoid problems with binding imenu directly to a mouse event.
1945 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1947 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1950 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1952 * log-edit.el (log-edit-common-indent): New var.
1953 (log-edit-set-common-indentation): Renamed from
1954 log-edit-delete-common-indentation. Use the new var.
1955 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1957 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1958 (cvs-mode-add-change-log-entry-other-window):
1959 Don't presume change-log-default-name is defined.
1961 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1963 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1964 the "tree" operation as well.
1966 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1968 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1969 to match paragraph-start.
1971 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1972 comment-start-skip and set comment-end-skip as well.
1973 (sgml-comment-indent): Fix for new value of comment-start-skip.
1974 (html-autoview-mode): Don't bother using make-local-hook.
1976 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1978 * cus-edit.el (custom-save-delete): Move in front of local
1979 variables, otherwise long Custom entries would make them ineffective.
1981 * uniquify.el: Set maintainer to FSF.
1983 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1985 * dired-aux.el (dired-do-shell-command): Doc fix.
1987 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1989 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1991 * which-func.el (which-func-modes): Add cperl-mode.
1992 (which-func-mode-global): Use define-minor-mode.
1994 * info-look.el: Docstring fixes and dead code eliminated.
1995 (cperl-mode): Add support.
1996 (emacs-lisp-mode): List all entries from elisp manual, whether
1997 or not they are currently (f)bound or not. Update regexp.
1999 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2001 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2002 so that C-h m shows the correct information.
2003 Use make-local-variable rather than make-variable-buffer-local.
2004 (cperl-info-buffer, cperl-setup-tmp-buf):
2005 Use make-local-variable rather than make-variable-buffer-local.
2006 (cperl-msb-fix, cperl-get-help-defer):
2007 Check major-mode for `cperl-mode' as well.
2009 * progmodes/cperl-mode.el: Updated to author version 4.23.
2010 (cperl-electric-pod): SYNOPSIS was misspelled.
2011 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2012 (cperl-after-expr-p): Make true after __END__.
2014 2001-03-06 Gerd Moellmann <gerd@gnu.org>
2016 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
2017 bookmark-completion-ignore-case is t.
2019 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2020 switch, like xterm, and concat resource strings, with a newline
2023 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2025 * international/codepage.el (cp770-decode-table)
2026 (cp773-decode-table, cp774-decode-table): New variables.
2028 * man.el (Man-hyphenated-reference-regexp): New variable.
2029 (Man-build-references-alist): Use it to search for referenced
2030 manpages. If hyphenated is non-nil, record a concatenated word in
2031 Man-refpages-alist only if it matches Man-reference-regexp.
2032 Update word's length when it is concatenated. Reverse the list,
2033 to get the first manpage at the head.
2034 (Man-possibly-hyphenated-word): New function.
2035 (Man-follow-manual-reference): Use it instead of current-word to
2036 find a manpage at point, in a way that accounts for hyphenated
2039 2001-03-06 Alex Schroeder <alex@gnu.org>
2041 * sql.el (sql-interbase): New function.
2042 (sql-interbase-program): New option.
2043 (sql-interbase-options): New option.
2044 And some typos fixed: "customise" to "customize".
2046 2001-03-06 Dave Love <fx@gnu.org>
2048 * textmodes/flyspell.el (flyspell-region):
2049 Set up flyspell-local-mouse-map.
2051 2001-03-05 Richard M. Stallman <rms@gnu.org>
2053 * mail/rmail.el (rmail-retry-failure):
2054 Don't call rmail-beginning-of-message.
2055 Don't discard From: field. Do discard Received: field.
2056 Use unwind-protect to re-prune.
2057 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
2059 2001-03-06 Kenichi Handa <handa@etl.go.jp>
2061 * international/quail.el (quail-title): Add autoload cookie.
2063 2001-03-05 Dave Love <fx@gnu.org>
2065 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2068 2001-03-05 Kenichi Handa <handa@etl.go.jp>
2070 * language/ethio-util.el (ethio-toggle-space):
2071 Update current-input-method-title if necessary.
2072 (ethio-toggle-punctuation): Likewise.
2074 * international/quail.el (quail-title): Fix for the case that a
2075 title of an input method is specified by a list of the same form
2076 as used in mode-line-format.
2078 * international/mule-cmds.el (activate-input-method):
2079 If current-input-method-title is set by activating INPUT-METHOD,
2082 2001-03-05 Gerd Moellmann <gerd@gnu.org>
2084 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2086 2001-03-05 Alex Schroeder <alex@gnu.org>
2088 * sql.el (sql-sybase): Fix typo (was: query user about server two
2089 times instead of server and database).
2091 * sql.el (sql-sybase): Doc change.
2092 (sql-mysql): Doc change.
2093 (sql-postgres): Doc change.
2095 2001-03-05 Kenichi Handa <handa@etl.go.jp>
2097 * international/mule-conf.el (emacs-mule, raw-text):
2100 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2102 * term/internal.el: Update copyright notice.
2104 * term/pc-win.el: Update copyright notice.
2106 2001-03-02 Dave Love <fx@gnu.org>
2108 * files.el (insert-file-contents-literally):
2109 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2110 not jka-compr-compression-info-list.
2112 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2114 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2115 spaces in default comment-start-skip settings rather than \s-.
2117 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2119 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2120 default-frame-alist as well.
2122 2001-03-01 Dave Love <fx@gnu.org>
2124 * textmodes/reftex.el (defvar): Wrap some defvars in
2125 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2127 * subr.el (event-basic-type): Doc fix.
2129 * international/quail.el: Doc fixes.
2131 * international/utf-8.el: Doc fixes.
2133 * international/mule-cmds.el: Doc fixes.
2134 (leim-list-header): Fix header text.
2136 * international/mule.el (coding-system-category): Doc fix.
2138 * international/ccl.el (ccl-compile): Doc fix.
2140 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2142 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2143 rather than (before|after)-change-functions.
2145 2001-03-01 Gerd Moellmann <gerd@gnu.org>
2147 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2148 scroll-left and scroll-right being called interactively so that
2149 they set the window's min_hscroll.
2151 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2153 * info.el (info-insert-file-contents-1): Accept an additional
2154 argument `lfn': if it is non-nil, concatenate `filename' and
2155 `suffix'; otherwise use the complicated MS-DOS code.
2156 All callers changed.
2157 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2158 can access long file names, try the long file-name version of
2159 `info-insert-file-contents-1', then the short file-name version.
2161 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
2163 * language/ethio-util.el (setup-ethiopic-environment-internal):
2164 Change bindings of functions keys to conform to "Emacs Lisp Coding
2167 * language/ethiopic.el ("Ethiopic"): Add documentation.
2169 2001-02-28 Kenichi Handa <handa@etl.go.jp>
2171 * international/utf-8.el (mule-utf-8): Set coding-category
2172 property to coding-category-utf-8.
2174 2001-02-27 Richard M. Stallman <rms@gnu.org>
2176 * lpr.el (lpr-page-header-switches, print-region-1):
2177 Undo 2000-07-06 change.
2178 (lpr-add-switches): Default to t on gnu/linux.
2180 2001-02-27 Gerd Moellmann <gerd@gnu.org>
2182 * bs.el (bs-attributes-list): Doc fix.
2184 2001-02-26 Gerd Moellmann <gerd@gnu.org>
2186 * help.el (describe-project): Display the file THE-GNU-PROJECT.
2188 * help.el (view-order-manuals): Use goto-address.
2190 * startup.el (command-line-1): Add info about ordering manuals
2191 to the not so fancy splash screens.
2193 2001-02-26 Andre Spiegel <spiegel@gnu.org>
2195 * vc.el (vc-default-workfile-unchanged-p)
2196 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
2198 2001-02-26 Gerd Moellmann <gerd@gnu.org>
2200 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
2201 fontify in the right buffer.
2203 * allout.el (outline-flag-region): Move macro in front of first
2204 use to avoid a run-time error.
2206 2001-02-24 Andrew Innes <andrewi@gnu.org>
2208 * makefile.w32-in: Fix copyright notice.
2210 2001-02-24 Kenichi Handa <handa@etl.go.jp>
2212 * international/utf-8.el (mule-utf-8): Set correct value for
2213 valid-codes property.
2215 * international/fontset.el (x-complement-fontset-spec): In the
2216 case that we use ASCII font for the other charsets, use only
2217 family and registry part of it.
2219 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2221 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2222 (shrink-window-if-larger-than-buffer): Doc fix.
2224 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2226 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2227 predicate passed to completing-read.
2229 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2231 * startup.el (command-line): Fix last change.
2233 2001-02-23 Jason Rumney <jasonr@gnu.org>
2235 * startup.el (tool-bar-originally-present): New variable.
2236 (command-line): Set it if the tool-bar is switched on at startup.
2238 * frame.el (frame-notice-user-settings): Only adjust frame height
2239 for no tool-bar case if tool-bar was originally switched on.
2240 From E. Jay Berkenbilt.
2242 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2244 * server.el (server-switch-buffer): Only switch window if the
2245 current one is dedicated.
2247 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2248 rather than using (match-beginning 0) when searching for break point.
2250 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2252 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2253 @ follows an accent command such as @'. Support optional braces
2254 in commands that insert accents, like makeinfo does.
2256 2001-02-22 Gerd Moellmann <gerd@gnu.org>
2258 * startup.el (fancy-splash-text): Add a line for ordering
2259 manuals. Reverse order of splash screens shown.
2260 (use-fancy-splash-screens-p): Adapt to the text line added.
2262 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2263 manuals from the FSF.
2265 * help.el (view-order-manuals): New function.
2266 (toplevel): Bind C-h C-m to this function.
2268 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2270 * newcomment.el (comment-forward): Skip the comment-start before
2271 searching for the comment-end.
2273 2001-02-21 Dave Love <fx@gnu.org>
2275 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2277 * international/mule-cmds.el, international/mule.el: Doc fixes.
2279 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2280 (fortune) <defgroup>: Add :link.
2281 (fortune-from-region): Use eq, not eql.
2283 2001-02-21 Gerd Moellmann <gerd@gnu.org>
2285 * startup.el (fancy-splash-screens): Use display-hourglass
2286 instead of display-busy-cursor.
2288 * frame.el (display-hourglass): Renamed from busy-cursor.
2289 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2290 (show-cursor-in-non-selected-windows): Doc fix.
2292 2001-02-20 Dave Love <fx@gnu.org>
2294 * international/utf-8.el: Doc and commentary fixes.
2296 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2298 * ehelp.el (with-electric-help): Doc fix.
2300 2001-02-20 Gerd Moellmann <gerd@gnu.org>
2302 * msb.el (msb-mode): Call the update-buffers function explicitly
2303 with a FORCE argument.
2305 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2306 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2309 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2311 * ps-print.el: Timestamp package replacement. Some enhancements.
2312 Some XEmacs compatibility. Doc fix.
2313 (ps-print-version): New version number (6.4).
2314 (ps-printer-name): Initialization fix.
2315 (ps-zebra-stripe-follow): Funcionality enhancement.
2316 (ps-prologue-file): Code enhancement.
2317 (ps-right-header): Timestamp package replacement.
2318 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2319 (ps-get-page-dimensions)
2320 (ps-generate-header, ps-begin-file, ps-begin-job)
2321 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2322 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2323 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2324 (coding-system-for-write): Var declaration (XEmacs compatibility).
2326 2001-02-20 Miles Bader <miles@gnu.org>
2328 * image-file.el (image-file-name-extensions): Add "tif".
2330 2001-02-19 Gerd Moellmann <gerd@gnu.org>
2332 * wid-edit.el (widget-button-click): Save the selected window
2333 around the code handling clicks on buttons.
2335 2001-02-18 Dave Love <fx@gnu.org>
2337 * imenu.el (imenu--generic-function): Use mapc to iterate over
2340 2001-02-17 Richard M. Stallman <rms@gnu.org>
2342 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2344 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2346 2001-02-16 Gerd Moellmann <gerd@gnu.org>
2348 * mouse.el (mouse-save-then-kill): If the distance from the new
2349 point to the mark is equal to the distance of point from the new
2350 point, move point instead of the mark.
2352 2001-02-16 Dave Love <fx@gnu.org>
2354 * textmodes/flyspell.el (flyspell-get-word): Return string without
2357 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2359 * generic.el (generic-find-file-regexp): Doc fix.
2360 (generic-ignore-files-regexp): New defcustom.
2361 (generic-mode-find-file-hook): If the file's name matches the
2362 regexp in `generic-ignore-files-regexp', don't enter
2363 default-generic-mode. Doc fix.
2365 2001-02-16 Gerd Moellmann <gerd@gnu.org>
2367 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
2368 Add autoload cookies.
2370 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
2373 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2375 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2377 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2378 the character class after the (optional) drive, to support file
2379 names with embedded blanks.
2381 2001-02-15 Sam Steingold <sds@gnu.org>
2383 * textmodes/tex-mode.el (tex-shell-running):
2384 Check the process buffer too.
2386 2001-02-15 Dave Love <fx@gnu.org>
2388 * battery.el (battery-status-function): Fix doc, :type.
2390 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
2392 2001-02-15 Gerd Moellmann <gerd@gnu.org>
2394 * subr.el (read-passwd): Clear Lisp memory holding password.
2396 2001-02-15 Miles Bader <miles@gnu.org>
2398 * info.el (Info-copy-current-node-name): New function.
2399 (Info-mode-menu): Add it to the menu.
2401 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2403 * international/mule-cmds.el (toggle-input-method): Doc fix.
2405 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2407 * replace.el (occur): Stop at end of buffer.
2409 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2411 * international/mule-cmds.el (set-input-method): Another doc fix.
2413 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2415 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2417 2001-02-13 Miles Bader <miles@gnu.org>
2419 * faces.el (set-face-background, set-face-foreground)
2420 (set-face-stipple): Treat a value of nil as being `unspecified'.
2422 2001-02-12 Dave Love <d.love@dl.ac.uk>
2424 * international/latin1-disp.el: Doc fixes.
2425 (latin1-display) <defgroup>: Add :link.
2426 (latin1-display) <function>: Set variable latin1-display.
2428 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2430 * international/mule-cmds.el (set-input-method): Doc fix.
2432 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2434 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2435 (speedbar-line-file): Return nil if not a file.
2436 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2438 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
2440 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2442 (ediff-coding-system-for-read): Replaced the no-conversion default
2445 * ediff-init.el: Removed :version from defcustom vars.
2447 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2448 Better handling of the diff mode.
2450 * ediff.texi: Added ediff-coding-system-for-read.
2452 * viper.texi: Fix typos.
2454 2001-02-11 Dave Love <fx@gnu.org>
2456 * shadowfile.el: Doc fixes.
2457 (shadow) <defgroup>: Add :link.
2458 (shadowfile-unload-hook): New function.
2459 (shadow-initialize): Use defalias, not fset.
2460 (shadow-define-cluster, shadow-define-literal-group)
2461 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
2463 * international/mule.el: Doc and message fixes.
2465 * international/ccl.el (define-ccl-program): Doc fix.
2467 2001-02-11 Kenichi Handa <handa@etl.go.jp>
2469 * faces.el (mode-line): Set :line-width property to -1.
2471 2001-02-10 Richard M. Stallman <rms@gnu.org>
2473 * complete.el (partial-completion-mode): Doc fix.
2475 * simple.el (delete-key-deletes-forward-mode):
2476 Change `let' to `let*' to fix gross bug in last change.
2478 * repeat.el (repeat): Don't let execute-kbd-macro alter
2481 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2483 * simple.el (eval-expression): Doc fix.
2485 2001-02-09 Dave Love <fx@gnu.org>
2487 * imenu.el (imenu-generic-expression): Doc fix.
2489 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2490 From Juanma Barranquero.
2492 * emacs-lisp/authors.el (authors): Expand `root' before running find.
2494 2001-02-09 Kenichi Handa <handa@etl.go.jp>
2496 * faces.el (set-face-attribute): Describe the case of a negative
2497 value specified for :line-width.
2499 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2501 * which-func.el (which-func-mode): Invert which-func-mode-global.
2502 From Juanma Barranquero <lektu@uol.com.br>.
2504 2001-02-08 Dave Love <fx@gnu.org>
2506 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2507 widget-plist-value-type.
2508 (widget-alist-convert-widget): Replace binding of
2509 widget-alist-value-type.
2511 * textmodes/paragraphs.el (sentence-end): Doc fix.
2513 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2514 Remove `backward-line'.
2516 * play/pong.el (pong-blank-color, pong-bat-color)
2517 (pong-ball-color, pong-border-color, pong-left-key)
2518 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2519 (pong-pause-key, pong-resume-key, pong-timer-delay):
2520 * mail/mh-comp.el (mh-compose-letter-function):
2521 * eshell/esh-mode.el (eshell-skip-prompt-function):
2522 * emulation/viper-ex.el (ex-unix-type-shell-options):
2523 * recentf.el (recentf-menu-filter):
2524 * ps-print.el (ps-print-region-function):
2525 * lpr.el (print-region-function):
2526 * forms.el (forms-mode-hooks):
2527 * dirtrack.el (dirtrack-directory-change-hook):
2528 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2529 * textmodes/spell.el (spell-filter):
2530 * textmodes/fill.el (adaptive-fill-function):
2531 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2532 * progmodes/etags.el (find-tag-default-function):
2533 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
2534 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2536 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2538 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2539 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2540 Meyering <jim@meyering.net>.
2542 * loadup.el: Revert last change.
2544 2001-02-07 Kenichi Handa <handa@etl.go.jp>
2546 * international/mule.el (transform-make-coding-system-args):
2547 Make it work also for coding systems not using CCL.
2549 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2551 * simple.el (previous-matching-history-element)
2552 (next-matching-history-element): Doc fix.
2554 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2557 2001-02-06 Dave Love <fx@gnu.org>
2559 * add-log.el (add-log-current-defun-function)
2560 (add-log-buffer-file-name-function, add-log-file-name-function):
2562 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2564 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2566 * info.el (info-initialize): Remove the test for system-type when
2567 invocation-directory is non-nil.
2569 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2570 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2572 2001-02-06 Andrew Innes <andrewi@gnu.org>
2574 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2577 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2579 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2580 buffers. When hi-lock turned on rather than only checking current
2581 buffer for regexps, all buffers are checked. Moved activation of
2582 font-lock to hi-lock-refontify. When font-lock turned off rather
2583 than removing added highlighting just in current buffer, remove it
2584 in all buffers. Changed edit menu text from "Automatic
2585 Highlighting" to "Regexp Highlighting" Documentation for
2586 highlighting phrases, minor documentation changes.
2587 (hi-lock-set-file-patterns): Execute only if there are new or
2588 existing file patterns.
2589 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2590 unfontify and, if a support mode is active, will not refontify the
2591 whole buffer. If necessary, turn on font lock. (Removed
2592 font-lock-unfontify and font-lock support-mode-specific calls,
2593 such as lazy-lock-fontify-window.)
2594 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2595 patterns are found. Not useful now since find-file-hook is removed
2596 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
2597 (hi-lock-face-phrase-buffer): New function. Also added related
2598 menu item and keybinding.
2599 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2600 (hi-lock-process-phrase): New function.
2601 (hi-lock-line-face-buffer): Doc fixes.
2602 (hi-lock-face-buffer): Doc fixes.
2603 (hi-lock-unface-buffer): Doc fixes.
2605 2001-02-06 Gerd Moellmann <gerd@gnu.org>
2607 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2608 dabbrev-ignored-regexps.
2610 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2612 * simple.el (kill-line): Doc fix.
2614 2001-02-05 Dave Love <fx@gnu.org>
2616 * loadup.el: Revert last two changes -- bootstrapping works with
2617 regenerated loaddefs.
2619 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2621 * isearch.el (isearch-forward): Doc fix.
2623 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2624 of font-lock-defaults to backward-paragraph.
2626 2001-02-05 Gerd Moellmann <gerd@gnu.org>
2628 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2629 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2631 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2633 * ebnf2ps.el: Eliminate time-stamp functions.
2634 (ebnf-version): New version (3.5).
2635 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2638 2001-02-05 Gerd Moellmann <gerd@gnu.org>
2640 * simple.el (next-line): Goto end-of-line before inserting a newline.
2642 2001-02-05 Miles Bader <miles@gnu.org>
2644 * image-file.el (insert-image-file): When visiting an image, also
2645 set `truncate-lines' to t so that any fringe arrow looks correct.
2647 2001-02-05 Kenichi Handa <handa@etl.go.jp>
2649 * isearch.el (isearch-forward): Add description about input method
2652 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2654 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2656 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2658 * info.el (info-initialize): If installation-directory is nil, for
2659 DOS/Windows systems try looking in a sibling of invocation-directory.
2661 2001-02-02 Gerd Moellmann <gerd@gnu.org>
2663 * wid-edit.el (widget-button-click): Fix last change.
2665 * frame.el (frame-notice-user-settings): When resizing the initial
2666 frame because the tool bar is off, also change the frame's top
2667 position if a negative top position was specified.
2669 2001-02-02 Miles Bader <miles@gnu.org>
2671 * image-file.el (insert-image-file): When visiting an image,
2672 suppress the cursor in the image buffer.
2674 2001-02-01 Dave Love <fx@gnu.org>
2676 * progmodes/f90.el (f90-mode): Remove startup message.
2678 * vc-cvs.el: Remove autoloads. Require vc when compiling.
2680 2001-02-01 Gerd Moellmann <gerd@gnu.org>
2682 * startup.el (command-line): Fix code determining whether or not
2683 to use delete-key-deletes-forward-mode.
2685 2001-02-01 Andre Spiegel <spiegel@gnu.org>
2687 * vc.el (vc-diff-switches): New user option.
2688 (vc-version-diff): Use it.
2689 (vc-diff-switches-list): New macro.
2691 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2692 New customization options.
2693 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2695 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2697 2001-02-01 Gerd Moellmann <gerd@gnu.org>
2699 * msb.el (toplevel): Quote hook symbols.
2701 2001-02-01 Kenichi Handa <handa@etl.go.jp>
2703 * international/mule.el (make-coding-system): Add description
2704 about recognized properties in the docstring.
2706 * international/mule-conf.el: Remove unused charsets
2707 mac-roman-lower and mac-roman-upper.
2709 2001-01-31 Gerd Moellmann <gerd@gnu.org>
2711 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2712 is in front of the left-margin, if any.
2714 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2717 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
2719 * term/w32-win.el (mouse-set-font): Doc fix.
2721 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
2723 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2724 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2727 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
2729 * files.el (save-buffer): Don't give message if (buffer-file-name)
2732 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2734 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2736 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2737 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2739 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2742 2001-01-31 Kenichi Handa <handa@etl.go.jp>
2744 * international/mule.el (charset-info): Fix docstring.
2746 * international/mule-diag.el (describe-character-set): Check final
2747 char valid before printing it.
2749 2001-01-30 Gerd Moellmann <gerd@gnu.org>
2751 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2753 * frame.el (frame-notice-user-settings): Do the tool-bar
2754 stuff only for graphical displays. Fix a braino.
2756 * frame.el (frame-initialize): Create initial frame visible.
2757 (frame-notice-user-settings): When tool-bar has been switched off,
2758 correct the frame size and sync tool-bar-mode.
2760 * startup.el (command-line): Remove manipulation of frame
2761 height for tool bars.
2763 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2765 * lpr.el: Compatibility with XEmacs and doc fixes.
2766 (lpr-windows-system, lpr-lp-system): New vars.
2767 (lpr-printer-switch): New defcustom.
2768 (printer-name, lpr-command): Customization fix.
2769 (print-region-1): Code fix.
2770 (print-region-new-buffer, printify-region): Indentation fix.
2771 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2774 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2776 * msb.el (toplevel): Fix the eval-after-load.
2778 2001-01-29 Dave Love <fx@gnu.org>
2780 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2782 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2784 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
2785 (tcl-using-emacs-19-23): Consider Emacs 21+.
2786 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2787 (tcl-add-emacs-menu): Supply menu name.
2788 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2790 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2792 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2794 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2796 * pcvs.el (cvs-mark-fis-dead): New function.
2797 (cvs-mode-add): Use it.
2798 (cvs-mode-add-change-log-entry-other-window):
2799 Rebind change-log-default-name to itself rather than to nil.
2801 2001-01-29 Sam Steingold <sds@gnu.org>
2803 * vc-cvs.el: Replaced (require 'vc) with a bunch of
2804 `autoload' statements.
2806 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2808 * files.el (confirm-kill-emacs): Doc fix.
2810 * frame.el (frame-initialize): Doc fix.
2812 * time-stamp.el (time-stamp-string): Doc fix.
2814 * woman.el (WoMan-log-1): Make the log buffer writable.
2815 From Markus Rost <rost@math.ohio-state.edu>.
2817 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2819 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2820 the `make-variable-buffer-local'.
2822 2001-01-29 Dave Love <fx@gnu.org>
2824 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
2825 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2826 Add autoload cookie.
2827 (ansi-color-apply-sequence): Fix typo.
2829 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2831 * menu-bar.el (menu-bar-files-menu): Add menu items for
2832 Postscript printing in black and white.
2834 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2835 X-Mailman-Version, Precedence, List-Help, List-Post,
2836 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2837 Content-Type, Content-Length.
2839 2001-01-29 Dave Love <fx@gnu.org>
2841 * elide-head.el (elide-head): Make overlay evaporate.
2843 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
2845 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2847 * isearch.el (isearch-highlight): Don't punt if the display
2848 doesn't support colors, since isearch faces are defined for
2849 monochrome displays as well.
2851 2001-01-27 Sam Steingold <sds@gnu.org>
2853 * shell.el (shell-write-history-on-exit): Make sure that we are in
2854 the shell buffer (M-x tex-file RET inserted the error message into
2857 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2859 * simple.el (transient-mark-mode): Doc fix.
2861 2001-01-27 Gerd Moellmann <gerd@gnu.org>
2863 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
2865 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2867 * shell.el (shell-unquote-argument): If the shell is one of the
2868 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2870 (shell-dumb-shell-regexp): Document that the shells which match
2871 this regexp are supposed to not treat a backslash as a quote character.
2873 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
2874 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
2876 2001-01-27 Richard M. Stallman <rms@gnu.org>
2878 * dabbrev.el (dabbrev--substitute-expansion):
2879 Treat a one-capital-letter abbrev as "not all upper case",
2880 so as to force preservation of the expansion's pattern
2881 if the expansion starts with a capital letter.
2883 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2885 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2888 * simple.el (transient-mark-mode): Document the fact that many
2889 commands act on the region when mark is active.
2891 2001-01-27 Kenichi Handa <handa@etl.go.jp>
2893 * international/quail.el (quail-setup-completion-buf): Make the
2894 multibyteness of current buffer inherited to Quail completion buffer.
2895 (quail-show-guidance-buf): Make the multibyteness of current
2896 buffer inherited to Quail guidance buffer.
2897 (quail-help): Make the multibyteness of current buffer inherited
2898 to Quail help buffer.
2900 2001-01-26 Dave Love <fx@gnu.org>
2902 * time-stamp.el: Doc fixes.
2904 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
2905 (delphi-keyword-face, delphi-other-face): Fix :type.
2907 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2909 * mail/feedmail.el (feedmail): Add :link.
2910 (feedmail-send-it): Doc fix.
2912 * mail/sendmail.el: Doc fixes.
2913 (sendmail-send-it): Fix the non-ASCII regexp and use
2914 rfc2047-encode-string.
2916 * dired.el, dired-aux.el: Revert last change.
2918 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2920 * makefile.w32-in (DONTCOMPILE): Add various term files.
2922 2001-01-26 Dave Love <fx@gnu.org>
2924 * Makefile.in (DONTCOMPILE): Add various term files.
2926 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2928 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2930 * startup.el (display-startup-echo-area-message): Make sure
2931 the echo area is resized to fit the size of the startup message.
2933 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2934 part of which is a constant.
2936 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2938 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
2940 2001-01-26 Richard M. Stallman <rms@gnu.org>
2942 * simple.el (next-line): Don't let `newline' expand abbrevs.
2944 (open-line): Don't let `newline' expand abbrevs.
2946 2001-01-25 John Wiegley <johnw@gnu.org>
2948 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2949 to `repeat' in the :type field.
2951 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2952 allow a choice of regexp or nil.
2953 (pcomplete-dir-ignore): Same.
2955 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2956 a command) to always fail.
2958 2001-01-25 Gerd Moellmann <gerd@gnu.org>
2960 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2962 (iswitchb-to-end): Likewise.
2964 2001-01-25 Sam Steingold <sds@gnu.org>
2966 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
2969 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2971 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2973 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2975 2001-01-25 Dave Love <fx@gnu.org>
2977 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2978 (describe-coding-system): Tweak the English text.
2980 * loadup.el: Preload international/ccl for utf-8.
2982 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2984 * mail/rmail.el (rmail-redecode-body): Doc fix.
2986 2001-01-25 Kenichi Handa <handa@etl.go.jp>
2988 * international/mule-cmds.el (reset-language-environment):
2989 Reset coding-category-utf-8 to mule-utf-8.
2991 * international/mule-conf.el (coding-category-utf-8):
2992 Initialize to mule-utf-8.
2994 * loadup.el: Preload international/utf-8.
2996 * international/utf-8.el: New file.
2998 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3000 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3002 2001-01-24 Sam Steingold <sds@gnu.org>
3004 * dired.el (dired-replace-in-string): Removed.
3005 (dired-sort-toggle): Use `replace-regexps-in-string'
3006 instead of `dired-replace-in-string'.
3008 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3009 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
3011 * gs.el (gs-replace-in-string): Removed.
3012 (gs-options): Use `replace-regexps-in-string'
3013 instead of `gs-replace-in-string'.
3015 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3017 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3018 bug report is mailed to an email list and posted to a news group.
3020 2001-01-24 Gerd Moellmann <gerd@gnu.org>
3022 * comint.el (comint-replace-by-expanded-history-before-point):
3023 Fix change of 2000-08-03 to move point to the start of the line again.
3025 * startup.el (tool-bar-images-pixel-height): New variable.
3026 (command-line): After loading the user's init file, when
3027 tool-bar-mode is on, increase the frame's size by some lines for
3030 * frame.el (frame-initialize): Create the initial frame invisible.
3032 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3034 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3035 (chinese-big5): MIME:Big5.
3037 2001-01-24 Gerd Moellmann <gerd@gnu.org>
3039 * international/mule-cmds.el (universal-coding-system-argument):
3040 Handle commands with prefix args.
3042 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3044 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3045 being a list of numbers.
3046 (diary-mail-entries): Rewritten.
3048 2001-01-23 Dave Love <fx@gnu.org>
3050 * international/mule.el (make-coding-system): Fix typo.
3052 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3053 Add backward-paragraph as font-lock-beginning-of-syntax-function.
3055 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3057 * font-lock.el (font-lock-mode): Doc fix.
3059 2001-01-23 Kenichi Handa <handa@etl.go.jp>
3061 * international/mule.el (make-translation-table): Fix docstring.
3063 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3065 * mail/rmail.el (rmail-redecode-body): New function.
3067 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3069 2001-01-22 Gerd Moellmann <gerd@gnu.org>
3071 * isearch.el (isearch-lazy-highlight-case-fold-search)
3072 (isearch-lazy-highlight-regexp): New variables.
3073 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3074 case-fold search or regexp search has been toggled.
3076 * wid-edit.el (widget-button-click): Avoid a save-excursion
3077 around running a global binding.
3079 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3082 2001-01-20 Miles Bader <miles@gnu.org>
3084 * cus-edit.el (custom-face-save): Do post-processing on the face's
3085 new value like `custom-face-set' does.
3087 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3089 * mail/emacsbug.el (report-emacs-bug): Report the value of
3090 LC_CTYPE, not LC_TYPE.
3092 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3093 isearch-toggle-regexp and isearch-edit-string to doc string.
3095 2001-01-19 Gerd Moellmann <gerd@gnu.org>
3097 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3098 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3100 * jit-lock.el (jit-lock-fontify-now): Don't bind
3101 font-lock-beginning-of-syntax-function to nil.
3103 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3105 * mail/emacsbug.el (report-emacs-bug): Report values of
3106 locale-coding-system, default-enable-multibyte-characters, and the
3107 environment variables LC_ALL, LC_TYPE, and LANG.
3109 2001-01-19 Gerd Moellmann <gerd@gnu.org>
3111 * font-lock.el (font-lock-default-fontify-region): Fix last change.
3113 * font-lock.el (font-lock-multiline): Default to nil.
3114 (font-lock-default-fontify-region): If font-lock-multiline is
3115 nil, don't check the property `font-lock-multiline'.
3117 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3118 is nil, don't check the `font-lock-multiline' text property.
3120 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3122 * viper.el: Call initial-major-mode on startup.
3124 * ediff.el (ediff-patch-file): Use better defaults.
3126 * ediff-vers.el: Fix for 8+3 DOS file systems.
3128 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
3130 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
3131 diff mode, if available.
3133 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3135 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
3137 * ediff-init.el (subst-char-in-string): Define and use it, unless
3138 it's already defined.
3140 2001-01-18 Gerd Moellmann <gerd@gnu.org>
3142 * tooltip.el (tooltip-hide-delay): New user-option.
3143 (tooltip-show): Use tooltip-hide-delay instead of the default.
3145 2001-01-18 Kenichi Handa <handa@etl.go.jp>
3147 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3148 kill-local-variable doesn't work for enable-multibyte-characters.
3150 2001-01-17 Dave Love <fx@gnu.org>
3152 * ediff-init.el (ediff-before-setup-hook)
3153 (ediff-merge-filename-prefix): Add :version.
3155 * international/latin1-disp.el: Require disp-table.
3156 (latin1-display): Fix :set.
3158 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3160 2001-01-17 Gerd Moellmann <gerd@gnu.org>
3162 * isearch.el (isearch-lazy-highlight-initial-delay)
3163 (isearch-lazy-highlight-interval): Default to 0.
3165 2001-01-17 Bob Glickstein <bobg@zanshin.com>
3167 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3168 1 here rather than each time through
3169 isearch-lazy-highlight-new-loop.
3170 (isearch-lazy-highlight-max): Variable deleted.
3171 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3172 isearch-lazy-highlight-max but controls a single invocation of
3173 isearch-lazy-highlight-update.
3174 (isearch-lazy-highlight-wrapped): Variable recreated.
3175 (isearch-lazy-highlight-window-start): New variable.
3176 (isearch-lazy-highlight-cleanup): Restored to behavior of
3178 (isearch-lazy-highlight-remove-overlays): Function deleted;
3179 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3181 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3182 isearch-lazy-highlight-update in a loop rather than just once.
3183 Test isearch-invalid-regexp here and decide not to start a new
3184 loop, rather than testing it each time through
3185 isearch-lazy-highlight-update.
3186 (isearch-lazy-highlight-search): Function restored.
3187 (isearch-lazy-highlight-update): Get called in a timer loop again,
3188 but this time highlight more than one match each time through.
3189 Only highlight matches in the visible part of the window.
3190 Start at point, move in the direction of the search, and wrap around at
3191 the edge of the window. Use sit-for to force redisplay and ensure
3192 window-start is credible. "Face suppressing" behavior removed;
3193 overlay priorities should make it unnecessary, right?
3194 (isearch-highlight): Face suppressing behavior removed.
3195 (isearch-dehighlight): Face suppressing behavior removed.
3196 (isearch-set-lazy-highlight-faces-at): Removed.
3198 2001-01-17 Kenichi Handa <handa@etl.go.jp>
3200 * language/european.el ("Latin-1"): Make the format of description
3201 about additional language environments same as that of Latin-2.
3203 2001-01-16 Dave Love <fx@gnu.org>
3205 * isearch.el (isearch-lazy-highlight): Add :version.
3207 * simple.el (backward-delete-char-untabify-method)
3208 (next-line-add-newlines): Add :version.
3210 2001-01-16 Gerd Moellmann <gerd@gnu.org>
3212 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3213 Don't bind <delete> otherwise.
3215 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3216 and <delete> via function-key-map.
3218 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3219 Subject line only if point is after the `Subject:'.
3221 2001-01-16 Kenichi Handa <handa@etl.go.jp>
3223 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3224 japanese-jisx0213-2 in `charset' property of this lang. env.
3226 * language/european.el ("Latin-1"): Add description for Dutch and
3229 * international/mule.el (decode-char): Fix conditions.
3230 (encode-char): Handle eight-bit-control too.
3231 (transform-make-coding-system-args): New function.
3232 (make-coding-system): Accept XEmacs style arguments for CCL base
3235 2001-01-15 Gerd Moellmann <gerd@gnu.org>
3237 * progmodes/etags.el (find-tag-noselect): Save the value of
3238 tags-file-name before switching buffers, for the case it has a
3241 2001-01-15 Alex Schroeder <alex@gnu.org>
3243 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3244 From Dave Love <fx@gnu.org>.
3245 (ansi-color-for-comint-mode): Fix :version.
3247 2001-01-15 Alex Schroeder <alex@gnu.org>
3249 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3251 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3253 * dired.el (dired-insert-directory): If file-system-info fails,
3254 remove the " free " part, but don't signal an error.
3256 2001-01-12 Sam Steingold <sds@gnu.org>
3258 * bookmark.el (bookmark-maybe-historicize-string):
3259 Use new backquote syntax.
3261 2001-01-12 Richard M. Stallman <rms@gnu.org>
3263 * subr.el (last): Handle a list that doesn't end in nil.
3265 2001-01-12 Sam Steingold <sds@gnu.org>
3267 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3268 to `backward-delete-char-untabify'.
3270 2001-01-12 Dave Love <fx@gnu.org>
3272 * cus-edit.el (customize-menu-create): Fix the :filter following
3275 * wid-edit.el (function): Add :match-alternatives.
3276 (widget-color-action): Doc fix.
3278 2001-01-12 Gerd Moellmann <gerd@gnu.org>
3280 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3282 2001-01-12 Kenichi Handa <handa@etl.go.jp>
3284 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
3286 * international/ccl.el (define-ccl-program): Fix docstring.
3288 2001-01-11 Dave Love <fx@gnu.org>
3290 * international/mule-cmds.el (standard-display-european-internal):
3291 Set display table for 2208 as for 160.
3293 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3295 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3296 entry for custom-menu-create change.
3297 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3298 don't cons it in the search loop.
3300 * imenu.el (imenu--truncate-items): Revert last change.
3302 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3304 * info.el (Info-setup-header-line): If the node header includes
3305 either Next: or Prev: links, don't show the File: and Node: parts
3308 2001-01-11 Gerd Moellmann <gerd@gnu.org>
3310 * comint.el (comint-goto-process-mark): Don't print a message
3311 when running in batch mode.
3313 * isearch.el (isearch-search): In the condition-case handler for
3314 `error', set isearch-invalid-regexp to the whole error message.
3316 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3317 ensure that eval-after-load works for files dumped with Emacs.
3319 * help.el (load-symbol-file-load-history): New function extracted
3320 from function symbol-file.
3321 (symbol-file): Use it.
3323 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
3325 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3327 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3328 behave as if there were no prefix argument.
3329 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3332 2001-01-11 Richard M. Stallman <rms@gnu.org>
3334 * isearch.el (isearch-lazy-highlight-update):
3335 Don't look for more potential matches once maximum is exceeded.
3336 Use overlays-in to check correctly for overlap with current match.
3337 Ignore empty matches.
3339 2001-01-11 Miles Bader <miles@gnu.org>
3341 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3342 (ispell-overlay-window, ispell-help, ispell-show-choices)
3343 (ispell-command-loop): Use it instead of `window-height'.
3345 2001-01-10 Gerd Moellmann <gerd@gnu.org>
3347 * files.el (confirm-kill-emacs): New user-option.
3348 (save-buffers-kill-emacs): Ask for final confirmation before
3351 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3354 2001-01-10 Dave Love <fx@gnu.org>
3356 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3358 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
3360 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3362 * calculator.el (calculator-number-digits): Fix :type.
3364 * vc-cvs.el (vc-cvs-header): Fix :type.
3365 * vc-rcs.el (vc-rcs-header): Fix :type.
3366 * vc-sccs.el (vc-sccs-header): Fix :type.
3368 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3370 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3372 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3374 2001-01-10 Gerd Moellmann <gerd@gnu.org>
3376 * simple.el (set-variable): Force a thorough redisplay for the
3377 case that the variable has an effect on the display, like
3380 2001-01-10 Andre Spiegel <spiegel@gnu.org>
3382 * vc.el: Add documentation for backend interface.
3384 2001-01-10 Kenichi Handa <handa@etl.go.jp>
3386 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3388 * international/mule-conf.el (latin-extra-code-table): Set to t
3391 2001-01-09 Kenichi Handa <handa@etl.go.jp>
3393 * international/mule-cmds.el (locale-language-names): Map "es" to
3394 "Spanish" and "nl" to "Dutch".
3396 2001-01-09 Gerd Moellmann <gerd@gnu.org>
3398 * bindings.el (global-map): Bind <home> to beginning-of-line,
3399 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3400 C-<end> to end-of-buffer.
3402 * language/european.el: Add Dutch and Spanish language info
3403 to be able to use the appropriate tutorials.
3405 2001-01-09 Alex Schroeder <alex@gnu.org>
3407 * ansi-color.el (ansi-color-process-output): Use markers instead
3408 of positions for start and end of region.
3409 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3410 Previously, occasional mistakes happend when fontifying many
3411 chunks of output (eg. ls --color=yes /dev). This happened
3412 whenever an overlay was created up to the end of the region, which
3413 coincided with the process-mark. New text would then be added
3414 within that overlay instead of after it.
3415 (ansi-color-make-extent): Overlays are created with the property
3416 `modification-hooks' set to '(ansi-color-freeze-overlay).
3417 (ansi-color-freeze-overlay): New function. When inserting text at
3418 the end of the overlay, the overlay will resize.
3420 2000-01-09 Alex Schroeder <alex@gnu.org>
3422 * ansi-color.el (ansi-color-process-output): Doc change.
3423 (ansi-color-unfontify-region): Doc change. No longer installed
3424 automatically in font-lock-unfontify-region-function.
3425 (ansi-color-apply): Doc change.
3426 (ansi-color-apply-on-region): Use extents or overlays instead of
3428 (ansi-color-make-extent): New function.
3429 (ansi-color-set-extent-face): New function.
3431 2000-01-09 Alex Schroeder <alex@gnu.org>
3433 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3434 both use ansi-color-process-output, now.
3435 (ansi-color-process-output): Doesn't return string anymore. It is
3436 installed in comint-output-filter-functions for both Emacs and
3438 (ansi-color-unfontify-region): Simplified code removing variables
3440 (ansi-color-apply): Put text-property ansi-color before putting
3441 text-property face because ansi-color-unfontify-region is called
3442 immediately after the call to put-text-property.
3443 (ansi-color-context-region): Doc change.
3444 (ansi-color-filter-region): Simplified code.
3445 (ansi-color-apply-on-region): Changed start to start-marker, using
3446 a marker explicitly. Put text-property ansi-color before putting
3447 text-property face because ansi-color-unfontify-region is called
3448 immediately after the call to put-text-property.
3450 2000-01-09 Alex Schroeder <alex@gnu.org>
3452 * ansi-color.el (ansi-color-faces-vector): Doc change.
3453 (ansi-color-for-comint-mode): Changed :type property to choice.
3454 (ansi-color-last-context): Removed.
3455 (ansi-color-process-output): Don't use ansi-color-last-context, as
3456 the main functions will store their context now.
3457 (ansi-color-context): Doc change.
3458 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3459 Uses ansi-color-context such that repeated calls will strip
3460 partial escape sequences, too.
3461 (ansi-color-apply): Simplified code. Colorize end of string if
3462 face is not null. Store context in new (FACE STRING) format, such
3463 that repeated calls will strip partial escape sequences, too.
3464 Append faces to face property using ansi-color-apply-sequence such
3465 that cumulative mode actually works.
3466 (ansi-color-context-region): New variable.
3467 (ansi-color-filter-region): Rewrote it based on
3468 ansi-color-apply-on-region. Uses ansi-color-context-region such
3469 that repeated calls will strip partial escape sequences, too.
3470 (ansi-color-apply-on-region): Simplified code. Colorize end of
3471 region if face is not null. Store context in new (FACE POS)
3472 format, such that repeated calls will strip partial escape
3473 sequences, too. Append faces to face property using
3474 ansi-color-apply-sequence such that cumulative mode actually works.
3475 (ansi-color-apply-sequence): New function.
3476 (ansi-color-get-face): When the default face is added to the list
3477 of faces, all previous settings are discarded and the list of
3478 faces is set to '(default).
3480 2000-01-09 Alex Schroeder <alex@gnu.org>
3482 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3483 face, such that ansi-color-apply and ansi-color-apply-on-region
3484 will do the right thing.
3485 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3486 returns nil, set the list of faces back to nil instead of
3487 appending the result of ansi-color-get-face to the front of the list.
3489 2000-01-09 Alex Schroeder <alex@gnu.org>
3491 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3492 (ansi-color-process): Doc change.
3493 (ansi-color-last-context): New buffer-local variable.
3494 (ansi-color-process-output): New function. It is automatically
3495 added to comint-output-filter-functions if this is XEmacs.
3496 (ansi-color-unfontify-region): New optional parameter for XEmacs
3497 compatibility. Check wether font-lock-syntactic-keywords is
3498 boundp before removing the syntax table text property, as XEmacs
3500 (ansi-color-filter-region): Doc change.
3501 (ansi-color-apply-on-region): Doc change.
3502 (ansi-color-make-face): New function. Compatibility layer for
3503 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3504 (ansi-color-make-color-map): Use ansi-color-make-face.
3505 (ansi-color-get-face): Avoid face text property '(nil) as results
3506 in an errow for XEmacs.
3508 2000-01-09 Alex Schroeder <alex@gnu.org>
3510 * ansi-color.el (ansi-color-unfontify-region): New function.
3511 Uses text-property ansi-color in order to preserve fontification by
3512 ansi-color. When the package is loaded, a lambda expression is
3513 put onto font-lock-mode-hook. This lambda expression will check
3514 font-lock-unfontify-region-function and replace
3515 font-lock-default-unfontify-region with ansi-color-unfontify-region.
3516 (ansi-color-apply): Add text-property ansi-color in addition to
3518 (ansi-color-apply-on-region): Add text-property ansi-color in
3519 addition to text-property face.
3520 (save-buffer-state): Copy of the macro that is also used by
3521 lazy-lock and font-lock.
3523 (ansi-color-for-comint-mode): New option.
3524 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3525 (ansi-color-for-comint-mode-off): Ditto.
3526 (ansi-color-for-comint-mode-filter): Ditto.
3527 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3528 decide what to do. This function is added to
3529 comint-preoutput-filter-functions when the package is loaded.
3531 (ansi-color-for-shell-mode-set): Removed.
3532 (ansi-color-for-shell-mode): Removed.
3534 2000-01-09 Alex Schroeder <alex@gnu.org>
3536 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3537 the lambda expression from the ansi-color-for-shell-mode :set
3538 property. Additionally, modify shell-mode-hook to enable or
3539 disable font-lock-mode for future shell buffers.
3540 (ansi-color-for-shell-mode): The :set property calls
3541 ansi-color-for-shell-mode-set instead of a lambda expression.
3543 2000-01-09 Alex Schroeder <alex@gnu.org>
3545 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3546 (ansi-color-context): New variable.
3547 (ansi-color-apply): Save context between calls.
3549 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3551 * isearch.el (isearch, isearch-lazy-highlight-face):
3552 New definitions for face colors and attributes.
3554 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3557 2001-01-09 Kenichi Handa <handa@etl.go.jp>
3559 * international/mule.el (make-coding-system): If the coding system
3560 accepts extra latin codes, register such codes as safe for the
3563 2001-01-08 Richard M. Stallman <rms@gnu.org>
3565 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3566 don't mention the file name or the date here, because they are
3567 logged at the start of the file.
3569 2001-01-08 Richard M. Stallman <rms@gnu.org>
3571 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3572 Change screen-width to frame-width.
3574 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3576 * info.el (Info-search): Print the default as part of the prompt.
3578 2001-01-08 Andre Spiegel <spiegel@gnu.org>
3580 * vc.el (vc-default-latest-on-branch-p): New function, replaces
3581 constant implementations in backends.
3583 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3584 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3586 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3587 WRITABLE to EDITABLE.
3589 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3590 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3593 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3595 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
3596 (copyright, copyright-update): Compute the current year at run time.
3598 2001-01-08 Gerd Moellmann <gerd@gnu.org>
3600 * isearch.el (isearch-old-signal-hook): Removed.
3601 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3602 instead of setting signal-hook-function.
3603 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3605 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
3607 * emulation/edt.el: Update to version 4.0. Provide support for
3608 EDT scroll margins at top and bottom of the window. Provide an
3609 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3610 default). Enhance edt-quit, bound to GOLD-q by default, to warn
3611 user when file-related buffer modifications exist.
3612 Provide support for running EDT Emulation in XEmacs.
3613 Provide customize access to some user updatable variables.
3614 Add Commentary section to file header.
3615 Fixed a few minor bugs and cleaned up some code.
3617 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3618 for detecting a keypress that generates an ASCII key sequence.
3619 (Previously, only a keypress that generates a vector was
3620 recognized.) Embed Window Manager name into name of the generated
3621 EDT Emulation initialization file since the initialization file is
3622 Window Manager specific. Add Commentary section to file header.
3624 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3626 * mail/sendmail.el (mail-mode): Doc fix.
3628 * info.el (Info-goto-emacs-command-node): Doc fix.
3629 (Info-goto-emacs-key-command-node): Doc fix.
3631 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3633 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
3634 systems without long file-name support.
3636 2001-01-06 Andrew Innes <andrewi@gnu.org>
3638 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3640 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3642 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3643 (isearch-lazy-highlight-update): Doc fix.
3645 * ffap.el (ffap-bindings): Doc fix.
3647 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3649 2001-01-05 Dave Love <fx@gnu.org>
3651 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3653 2001-01-05 Gerd Moellmann <gerd@gnu.org>
3655 * mouse-drag.el (mouse-drag-safe-scroll):
3656 Bind scroll-preserve-screen-position to nil.
3658 * isearch.el (isearch-old-signal-hook): New variable.
3659 (isearch-mode): Set signal-hook-function to isearch-done.
3660 (isearch-done): Restore old signal-hook-function.
3662 * info.el (Info-fontify-node): Mark one more char as intangible.
3664 2000-01-05 Kenichi Handa <handa@etl.go.jp>
3666 * composite.el (compose-last-chars): New argument COMPONENTS.
3667 If it is non-nil, compose preceding characters by compose-region with
3670 * international/quail.el (quail-input-string-to-events): New function.
3671 (quail-input-method): Convert input string to events here.
3672 (quail-start-translation): Return input string, not event list.
3673 (quail-start-conversion): Likewise.
3675 2001-01-04 Gerd Moellmann <gerd@gnu.org>
3677 * tooltip.el (tooltip-cancel-delayed-tip)
3678 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3679 and tooltip-add-timeout.
3680 (tooltip-show): Set border color from faces's foreground.
3681 (tooltip-show-help-function): If called with the same help string
3682 as last time, do nothing.
3683 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3685 * startup.el (fancy-splash-screens): Don't bind show-help-function
3688 * tooltip.el (tooltip-frame-parameters): Remove colors.
3690 (tooltip-set-param): New function.
3691 (tooltip-show): Set up color frame parameters from face `tooltip'.
3692 Display the tooltip text in face `tooltip'.
3694 2001-01-04 Dave Love <fx@gnu.org>
3696 * whitespace.el (whitespace-global-mode): Fix typo.
3698 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3700 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3702 * help.el (help-for-help): Fix a typo in a doc string.
3703 From kwzh@gnu.org (Karl Heuer).
3705 2001-01-03 Dave Love <fx@gnu.org>
3707 * dired-x.el: Doc fixes. Maintainer change.
3708 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
3709 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3710 (dired-guess-shell-alist-user): Customize.
3711 (dired-x-help-address): Set to bug-gnu-emacs.
3712 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3713 (dired-default-directory): Renamed from default-directory.
3715 * hl-line.el (hl-line): Doc fix.
3717 2001-01-03 Karl Fogel <kfogel@red-bean.com>
3719 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
3721 2001-01-02 Richard M. Stallman <rms@gnu.org>
3723 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3724 to remove all the current alternative-match highlighting.
3725 If nil, remove only what's outside the current window.
3726 (isearch-lazy-highlight-remove-overlays): Take optional
3727 region within which NOT to remove them.
3728 (isearch-lazy-highlight-new-loop): Greatly simplified.
3729 (isearch-lazy-highlight-update): Find all the other occurrences
3730 visible in the window, in just one call.
3731 (isearch-lazy-highlight-start): Now holds start of region to scan.
3732 (isearch-lazy-highlight-end): Now holds end of region to scan.
3733 (isearch-lazy-highlight-wrapped): Variable deleted.
3734 (isearch-lazy-highlight-search): Function deleted.
3736 2000-01-02 Andrew Innes <andrewi@gnu.org>
3738 * w32-fns.el (convert-standard-filename): Do length check on name
3741 2001-01-02 Dave Love <fx@gnu.org>
3743 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3745 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3747 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3749 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3752 * calendar/todo-mode.el (todo): Add :link, :version.
3753 (todo-save-top-priorities): Remove autoload cookie.
3754 (todo-add-category, todo-add-item-non-interactively)
3755 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
3757 2001-01-02 Gerd Moellmann <gerd@gnu.org>
3759 * comint.el (comint-input-history-ignore): New variable.
3760 (comint-read-input-ring): Ignore entries matching
3761 comint-input-history-ignore.
3763 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
3765 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3766 (lm-copyright-mark): New function.
3767 (lm-crack-copyright): New function.
3768 (lm-verify): Check that the file has a copyright.
3769 Check that the file is copyright Free Software Foundation.
3771 2000-12-30 Kenichi Handa <handa@etl.go.jp>
3773 * international/mule-diag.el (print-fontset): Indent font name by
3776 2000-12-29 Gerd Moellmann <gerd@gnu.org>
3778 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3781 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
3782 Use mail-mode-hook instead of mail-setup-hook.
3783 Otherwise continuing an interrupted message with C-u C-x m for
3784 instance, winds up in Mail mode without abbrevs.
3786 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3788 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
3789 non-nil. Adding almost all customization variables on ps-setup.
3791 (ps-print-version): New version number (6.3.3).
3792 (ps-end-with-control-d): Initialization fix.
3793 (ps-lines-printed): New var.
3794 (ps-skip-newline): New fun.
3795 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3796 (ps-next-line, ps-continue-line, ps-plot-region)
3797 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
3799 2000-12-29 Kenichi Handa <handa@etl.go.jp>
3801 * international/fontset.el (x-complement-fontset-spec):
3802 Resolve ASCII font name so that the same family name is used for fonts
3803 registered in x-font-name-charset-alist.
3804 (create-fontset-from-fontset-spec): Adjusted for the above change.
3805 The name of fontset alias should be a unresolved ASCII font name.
3807 2000-12-28 Gerd Moellmann <gerd@gnu.org>
3809 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3810 and delete in isearch-mode-map.
3812 2000-12-28 Richard M. Stallman <rms@gnu.org>
3814 * dired-x.el (dired-guess-shell-alist-default):
3815 Use xpdf instead of acroread.
3817 2000-12-28 Kenichi Handa <handa@etl.go.jp>
3819 * textmodes/artist.el (artist-butlast): Deleted.
3820 (artist-ellipse-mirror-quadrant): Use butlast instead of
3823 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3825 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3827 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3829 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3831 * ls-lisp.el: Better support for the Mac and MS-Windows.
3832 (ls-lisp): New defgroup.
3833 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
3834 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
3835 (ls-lisp-support-shell-wildcards): New defcustoms.
3836 (ls-lisp-parse-symlink): New function.
3837 (insert-directory): Code to convert switches to a list and set up
3838 the wildcard argument copied from ls-lisp-insert-directory.
3839 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3840 for -C and -R switches.
3841 (ls-lisp-column-format): New function.
3842 (ls-lisp-delete-matching, ls-lisp-handle-switches)
3843 (ls-lisp-format-time): Add doc strings.
3844 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3845 Support ls-lisp-dirs-first.
3846 (ls-lisp-classify, ls-lisp-extension): New functions.
3847 (ls-lisp-format): Optionally support emulation of symlinks.
3848 Support -i, -s, and -G switches.
3850 2000-12-27 Gerd Moellmann <gerd@gnu.org>
3852 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3854 * version.el (emacs-version): Print X scroll bar information.
3856 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3857 instead of x-toolkit-scroll-bars-p.
3859 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3860 of x-toolkit-scroll-bars-p.
3862 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3864 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
3865 (ffap-bindings): Doc fix, to reflect the above change.
3867 2000-12-27 Kenichi Handa <handa@etl.go.jp>
3869 * term.el (term-char-mode): Define all non-ascii self-inserting
3870 characters to 'term-send-raw in term-raw-map.
3872 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
3874 * viper-init (viper-restore-cursor-type): Added condition-case guard.
3876 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3877 Changed initialization; use add-hook.
3878 (ediff-file-remote-p): Use file-local-copy.
3880 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
3882 * ediff.el (ediff-patch-buffer): Bug fix.
3883 (ediff-revision): Allow selection of the file at the prompt.
3885 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3887 * subr.el (combine-run-hooks): Remove.
3889 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3890 and remove the rogue second spec.
3892 2000-12-23 Gerd Moellmann <gerd@gnu.org>
3894 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3896 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3898 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3899 Use minibuffer menu prompt for the `=' prefix.
3900 (smerge-command-prefix): Change default to C-^.
3901 (smerge-mode): Don't assume font-lock doesn't move point.
3903 * skeleton.el (skeleton-internal-1): Make sure the first line of
3904 the region is also re-indented.
3905 (skeleton-end-newline): New var.
3906 (skeleton-end-hook): Use it.
3908 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3910 * comint.el (comint-password-prompt-regexp): Support CVS.
3912 2000-12-22 Gerd Moellmann <gerd@gnu.org>
3914 * simple.el (delete-key-deletes-forward-mode): Simplify.
3915 Also backspace key combinations, depending on
3916 delete-key-deletes-forward.
3918 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3920 * simple.el (delete-key-deletes-forward): Doc fix.
3922 2000-08-22 Emmanuel Briot <briot@gnat.com>
3924 * xml.el (top level comment): Updated to reflect the fact that
3925 white spaces are relevant in the XML file.
3926 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3927 to parse was already edited. This allows for on-the-fly analysis
3929 (xml-parse-tag): Check that the casing is the same in the start
3930 tag and end tag, since XML is case-sensitive. Allows for spaces
3931 in the end tag, after the name of the tag.
3932 (xml-parse-attlist): Allow for the character '-' in the name of
3933 attributes, as in the standard http-equiv attribute Do not save
3934 the properties in the XML tree, since they are not relevant.
3936 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3938 * generic.el (generic-read-type): Undo last change, inline into
3939 `generic-mode' and then remove.
3940 (generic-mode): Inline generic-read-type.
3941 (define-generic-mode): Push the symbol name rather than the symbol
3942 onto generic-mode-list.
3944 2000-12-21 Gerd Moellmann <gerd@gnu.org>
3946 * generic.el (generic-read-type): Build an alist for
3947 completing-read as in 20.7.
3949 * play/landmark.el (lm): Use interactive spec `P'.
3950 (toplevel): Don't set debug-on-error.
3952 * server.el (server-switch-buffer): Choose a window on a visible frame.
3954 2000-12-21 Dave Pearson <davep@davep.org>
3956 * quickurl.el: Commentry change, I've moved my web site.
3958 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3960 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3961 ranges like \177-\237, but accepts the character sequence from \177 to
3963 (ebnf-version): New version (3.4).
3964 (ebnf-setup): Code fix.
3965 (ebnf-range-regexp): New fun.
3966 (ebnf-8-bit-chars): Const fix.
3968 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3970 (ebnf-bnf-lex): Code fix.
3971 (ebnf-bnf-comment-chars): Const fix.
3973 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3975 (ebnf-iso-comment-chars): Const fix.
3977 * ebnf-otz.el: Doc fix.
3979 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3981 (ebnf-yac-skip-code): Code fix.
3982 (ebnf-yac-comment-chars): Const fix.
3984 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3986 * files.el (insert-directory-safely): New function.
3987 (recover-file): Use it instead of insert-directory.
3988 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3990 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3992 * international/mule-cmds.el (select-safe-coding-system):
3993 Check coding-category-list more rigidly. Improve help message.
3995 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3997 2000-12-21 Miles Bader <miles@gnu.org>
3999 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
4001 2000-12-21 Kenichi Handa <handa@etl.go.jp>
4003 * international/mule-diag.el (describe-char-after): Make *Help*
4004 buffer inherit multibyteness of the current buffer.
4006 * international/mule.el (make-char): Docstring adjusted for the
4007 change of make-char-internal.
4009 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4011 * international/iso-cvt.el: Docstrings fix.
4013 2000-12-20 Dave Love <fx@gnu.org>
4015 * subr.el (eval-after-load): Doc fix.
4017 2000-12-20 Kenichi Handa <handa@etl.go.jp>
4019 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4022 2000-12-20 Miles Bader <miles@gnu.org>
4024 * international/quail.el (quail-help): Resize the help window
4025 again after it has all its contents. Remove unneeded progn.
4027 2000-12-19 Gerd Moellmann <gerd@gnu.org>
4029 * pcmpl-linux.el: Fix copy/paste error.
4031 2000-12-19 Andrew Innes <andrewi@gnu.org>
4033 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
4035 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4037 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4039 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4041 * progmodes/idlw-shell.el: Fixed copyright notice.
4043 * progmodes/idlwave.el: Fixed copyright notice.
4045 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
4046 TAB as key separators.
4048 2000-12-19 Alex Schroeder <alex@gnu.org>
4050 * sql.el (sql-sybase-options): New option.
4051 (sql-sybase): Use it. Add sql-database to the list of parameters
4052 provided for login. The options -w 2048 -n are not used any more.
4053 (sql-postgres-options): Changed default from "--pset" to "-P".
4054 (sql-mysql-options): Doc change.
4055 (sql-stop): Doc change.
4057 2000-12-19 Kenichi Handa <handa@etl.go.jp>
4059 * international/quail.el (quail-input-method): Always hide
4060 the guidance buffer on exiting.
4062 2000-12-18 Gerd Moellmann <gerd@gnu.org>
4064 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4067 * server.el (server-buffer-done): Bury the buffer before
4070 * faces.el (face-spec-set): Interpret a nil in specs for
4071 foreground and background colors as `unspecified', for
4072 compatibility with 20.x.
4074 2000-12-18 Dave Love <fx@gnu.org>
4076 * simple.el (mail-user-agent): Doc fix.
4077 (input-mode-8-bit): Removed.
4079 * international/mule.el (set-keyboard-coding-system): Doc fix.
4080 (keyboard-coding-system): New option.
4082 * mail/sendmail.el (send-mail-function): Customize.
4084 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4086 * international/codepage.el (cp866-decode-table): New table.
4088 2000-12-18 Gerd Moellmann <gerd@gnu.org>
4090 * version.el (emacs-version): Remove `%a' from the time format
4091 because the weekday doesn't fit well into each locale.
4093 2000-12-18 Miles Bader <miles@gnu.org>
4095 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4097 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
4098 Check that emacs-major-version is `=' to 20, not `>='.
4099 (artist-replace-chars): Use `make-string' instead of a loop.
4101 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4103 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4104 (cvs-execute-single-file): Don't change directory.
4105 Patch from Per Cederqvist.
4107 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4109 * textmodes/ispell.el (check-ispell-version):
4110 If `ispell-program-name' is "aspell", pass it the -v switch instead
4113 2000-12-16 Kenichi Handa <handa@etl.go.jp>
4115 * international/mule-diag.el (mule-diag): Insert information about
4116 configure options, multibyte awareness, language env.
4118 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4119 regexp to search for candidates.
4121 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4123 * info.el (Info-forward-node): If the node has an
4124 Info-header-line, widen the buffer before searching for "next:"
4125 and "up:" pointers, and set the search limit to stay in the
4128 2000-12-16 Miles Bader <miles@gnu.org>
4130 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4132 2000-12-15 Miles Bader <miles@gnu.org>
4134 * comint.el (comint-send-string, comint-send-region): Also accept
4135 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4136 process-send-string/region.
4138 2000-12-15 Gerd Moellmann <gerd@gnu.org>
4140 * isearch.el (isearch-lazy-highlight-max): New user-option.
4141 (isearch-lazy-highlight-update): Don't highlight more than
4142 isearch-lazy-highlight-max matches.
4144 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4146 2000-12-15 Richard M. Stallman <rms@gnu.org>
4148 * sort.el (sort-columns): Fix error message.
4150 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4151 `upcase' or `downcase' or nil.
4152 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4153 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4154 (dabbrev--substitute-expansion): New arg record-case-pattern.
4155 If it is non-nil, set dabbrev--last-case-pattern.
4156 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4158 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4160 2000-12-15 Miles Bader <miles@gnu.org>
4162 * paths.el (Info-default-directory-list): Don't delete
4163 configure-info-directory from the list of standard info
4164 directories when appending it to the end -- their order is important.
4166 * faces.el (read-face-attribute): If there's no entry for the
4167 user's input in VALID, just use it as-is (this will often result
4168 in an error, but it may be OK for e.g. colors using hexadecimal
4169 notation, and at least will yield a better error message).
4171 * window.el (mode-line-window-height-fudge): Function removed.
4172 (height-affecting-face-attributes, mode-line-window-height-fudge):
4174 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4175 window is really the right size. Use vertical-motion
4176 rather than forward-line.
4177 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4178 (ispell-command-loop, ispell-show-choices): Use the variable
4179 ispell-choices-win-default-height, rather than the function.
4180 (ispell-choices-win-default-height): Function removed.
4181 (ispell-mode-line-window-height-fudge): Function removed.
4183 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4185 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4187 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4189 * paths.el (Info-default-directory-list):
4190 If configure-info-directory is not one of the standard directories,
4191 put it first in the list; otherwise put it last. Doc string
4192 changed accordingly.
4194 * info.el (Info-directory-list): Change doc string to reflect the
4195 change in Info-default-directory-list.
4197 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4198 windows-nt as windowed environments, even under -nw.
4200 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4201 if not fboundp. Switch delete-forward mode for the <delete> key
4202 on all PC platforms, even under -nw.
4204 * term/internal.el ([M-delete]): Remap to M-d.
4206 2000-12-14 Gerd Moellmann <gerd@gnu.org>
4208 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4210 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4212 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4214 2000-12-14 Gerd Moellmann <gerd@gnu.org>
4216 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4219 * simple.el (delete-key-deletes-forward): New user-option.
4220 (delete-key-deletes-forward-mode): New function.
4222 * bindings.el: Bind `delete' to backward-delete-char.
4224 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4225 Test if symbol is bound before getting its value.
4227 * tooltip.el (tooltip-show): If an error is signaled in
4228 x-show-tip, display that error, and display the help in the
4231 2000-12-14 Kenichi Handa <handa@etl.go.jp>
4233 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4234 Show "... entries" messages for every 10000 entries, not 10.
4236 2000-12-13 Karl Fogel <kfogel@red-bean.com>
4238 * bookmark.el: Provide a generic exit hook, as suggested by
4239 Ovidiu Predescu <ovidiu@cup.hp.com>:
4240 (bookmark-exit-hook): New var.
4241 (bookmark-exit-hook-internal): New func, replaces
4242 old raw lambda form in `kill-emacs-hook', and runs new
4243 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4244 as logically that feature must have been provided if this function
4246 Removed ;;;###autoload before the `add-hook' call.
4248 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4250 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4251 (easy-menu-current-active-maps): New function.
4252 (easy-menu-get-map): Use it.
4253 Make a proper menu entry when creating a new keymap.
4255 2000-12-13 Kenichi Handa <handa@etl.go.jp>
4257 * international/characters.el: Fix cases and syntaxes for
4258 mule-unicode-0100-24ff.
4260 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4261 that a Japanese character is not appended after day and year.
4263 * info.el (Info-suffix-list): Change format for a command that
4265 (info-insert-file-contents): Adjusted for the above change.
4267 2000-12-12 Andreas Schwab <schwab@suse.de>
4269 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4270 on the name of the tar buffer. Verify that the existing buffer is
4271 visiting the same subfile.
4273 2000-12-12 Dave Love <fx@gnu.org>
4275 * subdirs.el: Add obsolete.
4277 2000-12-12 Gerd Moellmann <gerd@gnu.org>
4279 * mail/rmailsum.el (rmail-summary-expunge)
4280 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4281 instead of rmail-confirm-expunge.
4283 * replace.el (perform-replace): Don't use an empty match adjacent
4284 to a non-empty match when computing the next match before the
4285 replacement is performed.
4287 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
4289 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4290 definition (patch by Stefan Monnier).
4291 (glasses-mode): Use jit-lock instead of `after-change-functions'
4292 (patch by Stefan Monnier).
4294 2000-12-12 Miles Bader <miles@gnu.org>
4296 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4297 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4299 2000-12-12 Andrew Choi <akochoi@i-cable.com>
4301 * term/mac-win.el: Remove load for ls-lisp.
4303 * loadup.el: Load ls-lisp for system-type `macos'.
4305 2000-12-12 Miles Bader <miles@gnu.org>
4307 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4308 Respect field end too.
4309 (just-one-space): Respect fields as `delete-horizontal-space'.
4310 (newline-and-indent, reindent-then-newline-and-indent):
4311 Use `delete-horizontal-space'.
4313 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4315 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4316 (so as to obey the field property in the minibuffer).
4318 * obsolete/c-mode.el: Moved from lisp/progmodes.
4319 * obsolete/auto-show.el: Moved from lisp.
4320 * obsolete/ooutline.el: Moved from lisp/textmodes.
4322 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4324 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
4325 changes to list them here.
4327 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4328 Too many changes to list them here.
4330 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4331 Too many changes to list them here.
4333 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4335 2000-12-11 Gerd Moellmann <gerd@gnu.org>
4337 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
4339 * cus-edit.el (custom-save-variables, custom-save-faces):
4342 * hscroll.el: Moved to `obsolete' subdir.
4344 2000-12-11 Miles Bader <miles@gnu.org>
4346 * window.el (window-text-height): Function removed (now in C).
4348 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4350 * log-edit.el (log-edit-parent-buffer): New var.
4351 (log-edit): Set it. Add BUFFER argument.
4352 (log-edit-done): Use char-before.
4353 Don't bother checking validity of vc-comment-ring.
4354 Only bury the buffer if log-edit popped it up.
4356 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4357 (cvs-mode-diff-help): Remove.
4358 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
4359 (cvs-mode-marked): Set up the default for CMD manually.
4361 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4362 Remove binding for ? now made unnecessary.
4364 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4366 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
4367 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4369 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4370 when master file is not open.
4372 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4374 * progmodes/ada-stmt.el: Update `maintainer'.
4376 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4378 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4379 choices to match documentation string.
4381 2000-12-09 Miles Bader <miles@gnu.org>
4383 * minibuf-eldef.el: New file.
4385 * window.el (fit-window-to-buffer): Don't pass last argument to
4386 pos-visible-in-window-p, now that its meaning is inverted.
4388 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4390 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4391 <ceder@lysator.liu.se>.
4393 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4395 * autoinsert.el (auto-insert-alist): Add missing final \n.
4397 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4398 (cvs-menu-map): Remove.
4399 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4400 (cvs-mode-quit): Turn it back into a plain function.
4402 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
4403 (texinfo-filter): Remove (move to texinfo.el).
4405 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4406 file where it's more visible.
4407 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4408 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4409 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4410 (texinfo-inside-macro-p): Only catch `scan-error's.
4411 (texinfo-inside-env-p): Make better use of the match info.
4412 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4413 (texinfo-insert-@end): Slight re-organization.
4414 Also remove useless `looking-at' call.
4416 2000-12-08 Andrew Innes <andrewi@gnu.org>
4418 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4419 accessible in -nw mode.
4421 * term/w32-win.el: Remove stuff about selection timeout, which is
4422 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4423 it is accessible in -nw mode.
4425 2000-12-08 Dave Love <fx@gnu.org>
4427 * emacs-lisp/lisp-mode.el (lisp-mode):
4428 Set font-lock-keywords-case-fold-search.
4430 2000-12-08 Gerd Moellmann <gerd@gnu.org>
4432 * textmodes/ispell.el (ispell): Doc fix.
4434 2000-12-08 Kenichi Handa <handa@etl.go.jp>
4436 * international/quail.el (quail-insert-decode-map): Check the
4437 frame width of a window displaying the current buffer, not that of
4439 (quail-help): Make sure that the help buffer has window before
4440 inserting text in it.
4442 2000-12-07 Sam Steingold <sds@gnu.org>
4444 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4445 Backquote is used in isearch.el, so autoloading saves nothing.
4447 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4449 * startup.el (normal-top-level-add-subdirs-to-load-path):
4450 Ignore the CVS and RCS subdirectories case-insensitively.
4452 * dired.el (dired-insert-directory): If file-system-info is
4453 fboundp, call it instead of invoking dired-free-space-program.
4455 2000-12-07 Gerd Moellmann <gerd@gnu.org>
4457 * server.el (server-visit-files): Push files on file-name-history.
4459 * progmodes/cc-langs.el: Update copyright.
4461 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4463 * bindings.el (mode-line-mode-menu): Add glasses-mode.
4465 * bindings.el (mode-line-mode-menu): Reverse the order
4466 of define-keys so that the menu appears in alphabetical order.
4468 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
4470 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4473 2000-12-07 Dave Love <fx@gnu.org>
4475 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4477 * facemenu.el (facemenu-unlisted-faces): Fix value.
4479 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4481 * font-lock.el (font-lock-default-fontify-region):
4482 Include the terminating \n (off-by-one error).
4483 (font-lock-set-defaults): Use dolist.
4485 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4487 2000-12-07 Kenichi Handa <handa@etl.go.jp>
4489 * international/mule-cmds.el (describe-language-environment):
4490 Fix for the case that an input method title is not string but a list.
4492 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4493 of wrong SIZE record.
4495 2000-12-06 Dave Love <fx@gnu.org>
4497 * newcomment.el (comment-region, comment-dwim): Doc fix.
4499 * textmodes/texinfo.el: Require tex-mode when compiling.
4500 (texinfo-update-node): Doc fix.
4501 (texinfo-imenu-generic-expression): Add @anchor.
4502 (texinfo-font-lock-keywords): Add @uref.
4503 (texinfo-inside-macro-p): Don't use ignore-errors.
4504 (texinfo-insert-quote): Match more contexts.
4506 * international/mule.el (decode-char, encode-char): Doc fix.
4507 (auto-coding-alist): Customize.
4509 * files.el (load-file): Fix change of 2000-03-12.
4511 * wid-edit.el (widget-text-keymap): Doc fix.
4513 2000-12-06 Andrew Innes <andrewi@gnu.org>
4515 * makefile.w32-in (lisp): Set to an absolute directory, namely
4518 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4520 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4521 read generated-autoload-file, and set buffer-file-coding-system to
4522 raw-text-unix after reading the file.
4524 * international/mule-conf.el (file-coding-system-alist):
4525 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
4527 2000-12-06 Gerd Moellmann <gerd@gnu.org>
4529 * replace.el (occur): Make line-number-width 1 smaller for the
4530 colon following the line number.
4532 * startup.el (fancy-splash-text, command-line-1):
4533 Use `File' for the menu name instead of `Files'.
4535 * tmm.el: Update copyright.
4537 * cus-start.el: Add entry for even-window-heights.
4539 2000-12-06 Miles Bader <miles@gnu.org>
4541 * faces.el (frame-set-background-mode): Avoid stomping on
4542 locally modified faces.
4544 2000-12-06 Kenichi Handa <handa@etl.go.jp>
4546 * international/fontset.el: Correct the font registries for
4547 japanese-jisx0213-1 and japanese-jisx0213-2.
4549 2000-12-05 Gerd Moellmann <gerd@gnu.org>
4551 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4553 * iswitchb.el: Update customization commentary.
4555 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
4557 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4558 (tpu-search-highlight): Fixed comparison of overlay end positions.
4559 (tpu-trim-line-ends): Implemented trimming logic locally.
4561 * emulation/tpu-extras.el (tpu-write-file-hook)
4562 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
4564 2000-12-05 Kenichi Handa <handa@etl.go.jp>
4566 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4568 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4570 2000-12-04 Dave Love <fx@gnu.org>
4572 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4574 2000-12-04 Gerd Moellmann <gerd@gnu.org>
4576 * mail/rmailsum.el (rmail-summary-expunge)
4577 (rmail-summary-expunge-and-save): Ask for confirmation with
4578 rmail-expunge-confirmed.
4580 * mail/rmail.el (rmail-expunge-confirmed): New function.
4581 (rmail-expunge): Use it.
4583 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4585 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
4586 (etags-recognize-tags-table, find-tag-in-order):
4587 New functionality: interpret file names as tags.
4589 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4591 * info.el (Info-scroll-prefer-subnodes): New defcustom.
4592 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4593 the first subnode until the bottom of the current node is visible.
4595 2000-12-04 Gerd Moellmann <gerd@gnu.org>
4597 * format.el (format-decode): Don't change buffer's undo list.
4599 2000-12-04 Kenichi Handa <handa@etl.go.jp>
4601 * faces.el (face-font-registry-alternatives): Add entries for CJK
4602 fonts. Doc-string adjusted for the actual usage of this data.
4604 * international/fontset.el: Change the font registries for CJK
4605 fonts in the default fontset. Don't append '*' to registries.
4607 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4609 * emacs-lisp/easy-mmode.el (define-derived-mode)
4610 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4612 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4613 (derived-mode-p): New function.
4614 (derived-mode-make-docstring): Add `docstring' argument.
4615 Use it if available and complete it if necessary.
4617 2000-12-03 Andreas Schwab <schwab@suse.de>
4619 * type-break.el (type-break): Don't make parent of itself.
4621 2000-12-03 Miles Bader <miles@gnu.org>
4623 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4625 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4627 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4628 (tex-main-file, tex-file): Simplify.
4629 (tex-generate-zap-file-name): Use subst-char-in-string.
4630 (tex-strip-dots): Remove.
4632 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4634 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4635 to check if the match succeeded.
4637 2000-12-02 Gerd Moellmann <gerd@gnu.org>
4639 * startup.el (use-fancy-splash-screens-p): New function.
4640 (command-line-1): Use it to determine whether or not to use
4641 a fancy splash screen.
4643 2000-12-02 Andreas Schwab <schwab@suse.de>
4645 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4647 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4649 * international/mule.el (make-char): Fix last change.
4651 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4653 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
4654 autoloading tex-mode; instead, do the same manually.
4655 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
4656 with numeric argument. Docstring fix.
4657 (toplevel): Require cl when compiling.
4659 * international/mule.el (make-char): Doc fix.
4661 2000-12-02 Jason Rumney <jasonr@gnu.org>
4663 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4664 the Emacs Lisp manual)
4666 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4668 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4670 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4671 the Emacs Lisp manual).
4673 2000-12-02 Gerd Moellmann <gerd@gnu.org>
4675 * simple.el (next-line-add-newlines): Change default to nil.
4677 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4679 * files.el (revert-buffer, recover-file):
4680 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
4682 2000-12-01 Gerd Moellmann <gerd@gnu.org>
4684 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4686 2000-12-01 Miles Bader <miles@gnu.org>
4688 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4690 2000-12-01 Kenichi Handa <handa@etl.go.jp>
4692 * international/mule-diag.el (describe-char-after): Fix typo.
4693 (describe-character-set, non-iso-charset-alist): Fix typo.
4695 2000-12-01 Miles Bader <miles@gnu.org>
4697 * image-file.el (image-file-name-regexp): Automatically add
4698 upper-case variants of each filename extension in
4699 `image-file-name-extensions', since they seem to be common.
4701 * simple.el (minibuffer-contents)
4702 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4704 * filecache.el (file-cache-directory-name)
4705 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4707 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
4709 * filecache.el (file-cache-minibuffer-complete): Don't try to
4710 delete the minibuffer prompt.
4712 2000-11-30 Dave Love <fx@gnu.org>
4714 * cus-start.el: Fix read-buffer-function type.
4716 2000-11-30 Gerd Moellmann <gerd@gnu.org>
4718 * md5.el: Removed. There's a built-in function, now.
4720 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
4722 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4723 as dummy 0-th char of rmail-deleted-vector.
4725 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4727 * ps-print.el (ps-end-job): Bind case-fold-search only after
4728 switching to ps-spool-buffer.
4730 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4732 * ps-print.el: Line number font customization. PostScript: Lines and
4733 PageCount are initialized on each page. Doc Fix.
4734 (ps-print-version): New version number (6.3.2).
4735 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4736 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4737 (ps-right-header): Customization fix.
4738 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4740 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4743 2000-11-30 Gerd Moellmann <gerd@gnu.org>
4745 * bs.el: Fix typos and spelling errors.
4746 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4747 (bs-configuration): Doc fix.
4749 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4751 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
4753 * emulation/tpu-edt.el (tpu-version): New version.
4754 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4755 (tpu-original-mode-line): Variable deleted.
4756 (tpu-mark-flag): New initial value.
4757 (tpu-set-mode-line): Don't redefine mode-line-format.
4758 Add tpu-mark-flag to minor-mode-alist.
4759 (tpu-update-mode-line): New mark flag logic.
4760 (tpu-get): Use find-file-wildcards.
4761 (tpu-search-highlight): Move overlay less, reset overlay properly.
4762 (tpu-unselect): Deactivate mark.
4763 (tpu-lm-replace): Reset overlay properly.
4764 (tpu-forward-line): Use forward-visible-line.
4765 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4767 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
4769 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4771 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4773 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4775 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4776 and skip whitespace and newlines.
4778 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4780 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4782 2000-11-29 Gerd Moellmann <gerd@gnu.org>
4784 * help.el (describe-function-1): Regexp-quote function name
4785 when used as part of a regexp.
4787 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4788 Use face-attribute instead of face-foreground and face-background.
4789 (tool-bar-add-item): Likewise, and handle unspecified colors.
4791 * enriched.el (enriched-face-ans): Use face-attribute instead
4792 of face-foreground and face-background.
4794 * faces.el (face-foreground, face-background, face-stipple):
4795 Return nil if attribute is unspecified, for backward compatibility.
4797 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4799 * play/5x5.el: Remove version info.
4801 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4803 * frame.el (blink-cursor-mode): Doc fix.
4805 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4807 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4808 to create Makefile rules.
4809 (antlr-tool-command): New user option.
4810 (antlr-ask-about-save): New user option.
4811 (antlr-makefile-specification): New user option.
4812 (antlr-file-formats-alist): New variable.
4813 (antlr-special-file-formats): New variable.
4814 (antlr-unknown-file-formats): New user option.
4815 (antlr-help-unknown-file-text): New variable.
4816 (antlr-help-rules-intro): New variable.
4817 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4818 (antlr-mode-menu): Add entries.
4819 (antlr-file-dependencies): New function.
4820 (antlr-directory-dependencies): New function.
4821 (antlr-superclasses-glibs): New function.
4822 (antlr-run-tool): New command.
4823 (antlr-makefile-insert-variable): New function.
4824 (antlr-insert-makefile-rules): New function.
4825 (antlr-show-makefile-rules): New command.
4827 * antlr-mode.el: More Emacs/XEmacs stuff.
4828 (antlr-no-action-keywords): New constant with value nil.
4829 (antlr-font-lock-keywords-alist): Use it. Old value would break
4830 syntax highlighting in Emacs-21.0.
4831 (antlr-default-directory): Emacs/XEmacs dependend function.
4832 (antlr-read-shell-command): Ditto.
4833 (antlr-with-displaying-help-buffer): Ditto.
4835 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4837 * antlr-mode.el: imenu, parsing and highlighting changes.
4838 (antlr-imenu-create-index-function): Don't create extra submenus
4839 for definitions in different grammar classes. It is not necessary
4840 for the menu and would make command `imenu' awkward to use.
4841 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4842 header actions and more than one.
4843 (antlr-font-lock-tokendef-face): Changed color.
4844 (antlr-font-lock-tokenref-face): Changed color.
4845 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4846 (antlr-mode-syntax-table): New variable.
4847 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4848 (antlr-with-syntax-table): Don't copy syntax table.
4850 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4852 * antlr-mode.el: Minor changes: language setting.
4853 (antlr-language-alist): The value for file option "language" can
4854 be both an identifier and a string.
4855 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4856 (antlr-language-limit-n-regexp): Change accordingly.
4858 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4860 * antlr-mode.el: Minor changes: tabs, hiding.
4861 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4862 (antlr-action-visibility): Also allow value nil to also hide the
4863 braces. Renamed from `antlr-tiny-action-length'.
4864 Suggested by Jay@aol.com.
4865 (antlr-hide-actions): Change accordingly. Hide line if completely
4866 hidden action is on a line of its own.
4868 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4870 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4872 * sort.el (sort-columns): Don't concat strings with numbers.
4874 2000-11-29 Dave Love <fx@gnu.org>
4876 * cus-edit.el (face): Fix :format.
4878 * mail/feedmail.el: Require smtpmail when compiling.
4879 (mail-do-fcc): Autoload.
4880 (feedmail) <defgroup>: Fix :link.
4881 (feedmail-nuke-body-in-fcc): Fix :type.
4882 (feedmail-send-it): Add autoload cookie.
4884 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4886 * newcomment.el (comment-indent): Save excursion around call to
4887 comment-indent-function.
4889 2000-11-29 Miles Bader <miles@gnu.org>
4891 * subr.el (member-ignore-case): Return the tail of the list who's
4892 car matches, like `member', not the matching element itself.
4894 2000-11-29 Kenichi Handa <handa@etl.go.jp>
4896 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4897 should not contain `\n'.
4899 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4901 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4903 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4905 * dired-aux.el (dired-do-create-files): Construct default file
4906 name for dired-mark-read-file-name so that when the user enters
4907 just RET, the target file will end up in the target directory.
4909 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4910 local-abbrev-table before changing buffers because it might
4911 have a buffer-local binding.
4913 2000-11-28 Miles Bader <miles@gnu.org>
4915 * simple.el (delete-horizontal-space): Handle fields more generally.
4917 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4919 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4921 2000-11-28 Dave Love <fx@gnu.org>
4923 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4924 comment-start-skip locally.
4926 * progmodes/fortran.el (fortran-mode): Don't set
4927 fortran-comment-line-start-skip. Set comment-start to
4928 fortran-comment-line-start.
4929 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4930 (fortran-comment-line-start-skip): Simplify slightly.
4932 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4934 * play/5x5.el: Remove RCS keyword.
4936 * bs.el: Mistaken commit, undone 2000-11-30.
4938 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
4940 * textmodes/tildify.el (tildify-string-alist):
4941 Add `plain-tex-mode' here.
4943 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4945 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4948 2000-11-28 Miles Bader <miles@gnu.org>
4950 * cus-face.el (custom-face-attributes): Add post-filter function
4951 for :box. Make pre-filter function for :box handle all cases.
4953 * wid-edit.el (widget-choose): Make sure pop-up window is large
4954 enough to display all the choices, as there's no way to scroll it.
4956 2000-11-28 Kenichi Handa <handa@etl.go.jp>
4958 * international/mule-conf.el: Make the coding system no-conversion
4959 safe for all characters.
4961 2000-11-27 Dave Love <fx@gnu.org>
4963 * net/ldap.el (ldap) <defgroup>: Add :version.
4965 * tooltip.el (tooltip-use-echo-area): Doc fix.
4967 * cus-start.el <minibuffer-prompt-properties>: Add version.
4968 <read-buffer-function>: Add.
4970 * apropos.el (apropos-print): Add help-echo to active text.
4972 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4974 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4976 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4977 type, group and version.
4979 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4981 * select.el (x-get-selection): Docstring fix.
4983 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
4985 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
4987 2000-11-27 Andrew Innes <andrewi@gnu.org>
4989 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4991 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4993 2000-11-27 Miles Bader <miles@gnu.org>
4995 * dired.el (dired-get-filename): Return filename verbatim if
4996 LOCALP is `verbatim'.
4997 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4998 `verbatim' so that we don't inadvertently delete a non-existant
5001 2000-11-27 Kenichi Handa <handa@etl.go.jp>
5003 * international/characters.el: Specify cases and syntaxes for
5004 mule-unicode-0100-24ff.
5006 2000-11-27 Gerd Moellmann <gerd@gnu.org>
5008 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5009 that foreground and/or background colors of the face `tool-bar'
5012 2000-11-27 Miles Bader <miles@gnu.org>
5014 * wid-edit.el (widget-field-buffer, widget-field-start)
5015 (widget-field-end): Handle widget field `pseudo-overlays'.
5016 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5017 if it's there instead of in `widget-field-list'.
5019 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
5020 (help-make-xrefs): Delete extraneous newlines at the end of the
5023 2000-11-25 Jason Rumney <jasonr@gnu.org>
5025 * startup.el (command-line): Call set-locale-environment after
5026 Window System init file is read, as it can result in a call to
5029 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5031 * simple.el (shell-command): Mention the effect of the prefix
5032 argument in the doc string.
5034 2000-11-25 Miles Bader <miles@gnu.org>
5036 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5038 * wid-edit.el (widget-field-value-delete): Don't try to delete
5039 overlay when it's the `pseudo-overlay' that exists at some points.
5041 2000-11-24 Jason Rumney <jasonr@gnu.org>
5043 * international/mule-cmds.el (locale-language-names): Add "jp" as
5044 a non-standard alternative for Japanese.
5046 2000-11-24 Andre Spiegel <spiegel@gnu.org>
5048 * vc-hooks.el: Require 'cl during compilation.
5050 2000-11-24 Gerd Moellmann <gerd@gnu.org>
5052 * faces.el (face-set-after-frame-default): Let face attributes
5053 specified for new frames override frame parameters.
5055 * startup.el (command-line): Fix computation of the source file
5056 for user-init-file when user-init-file is a compiled file.
5058 2000-11-24 Miles Bader <miles@gnu.org>
5060 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
5061 (custom-post-filter-face-spec): New functions.
5062 (custom-face-set, custom-face-value-create): Filter the face spec
5063 before and after customization.
5064 (custom-face-set): If VALUE specifies a null face, pass a
5065 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5066 * cus-face.el (custom-face-attributes): Remove SET and GET
5067 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5068 cases they're needed.
5070 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5071 that it's distinguishable from the :off-glyph on dark-background
5072 displays. Set its background color too.
5074 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5075 so that people can easily turn it off.
5077 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5079 * ediff-diff.el: Moved variables around to have it compile under NT.
5081 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
5083 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
5085 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
5086 redundant skip-small-frames test.
5088 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
5089 (viper-downgrade-to-insert): Protect against errors in hooks.
5091 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5092 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
5093 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5096 * viper-util.el (viper-memq-char): Bug fixes.
5098 * viper.el (viper-mode): Fix cursor handling.
5100 2000-11-24 Kenichi Handa <handa@etl.go.jp>
5102 * international/mule-diag.el (list-iso-charset-chars):
5103 For two-byte charset, fix the `while' condition.
5104 (list-non-iso-charset-chars): Fix the `while' condition.
5106 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5108 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5109 if the variable is make-variable-buffer-local.
5111 * progmodes/ada-stmt.el (ada-template-map):
5112 Initialize and bind it to C-c t in ada-mode-map.
5113 (ada-stmt-mode-hook): New function extracted from old code.
5114 Only change the buffer-local side of skeleton-*.
5115 (ada-mode-hook): Use it.
5117 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5119 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5120 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5121 we expect to be returned by minibuffer-depth once we prompt the
5122 user in the minibuffer.
5123 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5124 as recorded in iswitchb-minibuf-depth, return non-nil.
5126 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5128 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5129 (hscroll-window-maybe): Docstring fix.
5131 2000-11-23 Dave Love <fx@gnu.org>
5133 * rect.el (string-rectangle): Don't test delete-selection-mode.
5135 2000-11-23 Gerd Moellmann <gerd@gnu.org>
5137 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5140 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
5141 with `no-dir'; we want the directory part to be able to remove it.
5143 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5145 * textmodes/outline.el (outline-flag-region):
5146 Don't bind inhibit-read-only since we don't modify the buffer.
5147 (outline-isearch-open-invisible): Don't jump to overlay-start
5148 since we're trying to unhide text around point.
5149 (outline-discard-overlays): Use dolist.
5151 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5153 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5155 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
5157 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5159 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5160 Fix ARG regexp to skip quoted braces.
5161 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5162 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5163 are (correctly) handled separately).
5164 Remove `caption' and `footnote' from `citations': they contain text.
5165 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5166 (latex-skeleton-end-hook): New function.
5167 (latex-mode): Use it.
5168 (tex-start-tex-marker): Remove.
5169 (tex-send-tex-command): Don't set tex-start-tex-marker.
5170 (tex-error-parse-syntax-table): New var.
5171 (tex-compilation-parse-errors): Use it.
5172 Ignore tex-start-tex-marker. Don't bother with marker-position.
5173 (tex-validate-buffer): Don't bother with marker-position.
5175 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
5176 (flyspell-generic-progmode-verify): Use it.
5178 2000-11-22 Sam Steingold <sds@gnu.org>
5180 * simple.el (delete-trailing-whitespace): New interactive function.
5182 * progmodes/ada-mode.el (ada-mode): Use it instead of
5183 `ada-remove-trailing-spaces'.
5184 (ada-remove-trailing-spaces): Removed.
5186 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
5188 * textmodes/picture.el (picture-clean): Removed.
5189 (picture-mode-exit): Call it instead of `picture-clean'.
5191 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5193 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5195 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5196 jit-lock-fontify-buffer; it should anyway be unneccessary to
5197 do anything special when jit-lock is active.
5198 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5200 2000-11-22 Dave Love <fx@gnu.org>
5202 * calendar/todo-mode.el (todo-top-priorities): Use
5203 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5205 * language/chinese.el, language/cyrillic.el:
5206 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5207 * language/hebrew.el, language/indian.el, language/japanese.el:
5208 * language/korean.el, language/lao.el, language/misc-lang.el:
5209 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5212 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5213 (custom-variable-set): Improve validation error mesage.
5215 * rect.el (string-rectangle): Revert last change.
5216 (string-rectangle-line): New arg DELETE.
5217 (string-rectangle): Check delete-selection-mode.
5219 * emacs-lisp/edebug.el (edebug-version)
5220 (edebug-maintainer-address): Deleted.
5221 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5222 (edebug-read-function): Account for other `'#' read forms.
5223 (edebug-mode-menus): Make some items toggles.
5224 (edebug-outside-unread-command-event, unread-command-event):
5225 Remove these to avoid warnings.
5227 2000-11-22 David Ponce <david@dponce.com>
5229 * recentf.el (recentf-menu-items-for-commands)
5230 (recentf-make-menu-items, recentf-make-menu-item)
5231 (recentf-filter-changer): Added :help and :active menu-item properties.
5233 (recentf-build-dir-rules, recentf-dump-variable)
5234 (recentf-edit-list, recentf-open-files-item)
5235 (recentf-open-files): Replaced unnecessary `mapcar' with new
5238 2000-11-23 Miles Bader <miles@gnu.org>
5240 * faces.el (menu): Make inverse-video on ttys too.
5242 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5244 * simple.el (comment-line-break-function): Use the new name
5245 indent-new-comment-line -> comment-indent-new-line.
5246 (clone-indirect-buffer): Don't ignore NORECORD.
5247 (next-completion): Properly handle the case where items are adjacent.
5249 * mouse.el (popup-menu): Stupid typo.
5251 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5253 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5254 maintainer, keywords tags.
5256 * rect.el (replace-rectangle): Don't call string-rectangle-line
5257 with too many arguments.
5259 2000-11-22 Andre Spiegel <spiegel@gnu.org>
5261 * ediff-util.el (ediff-file-checked-out-p)
5262 (ediff-file-checked-in-p): Call vc-state instead of
5263 vc-locking-user, which no longer exists.
5265 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5267 2000-11-22 Dave Love <fx@gnu.org>
5269 * md5.el (md5): Provide.
5270 (md5): Fix error call.
5272 2000-11-22 Miles Bader <miles@gnu.org>
5274 * textmodes/refill.el (refill-adjust-ignorable-overlay)
5275 (refill-fill-paragraph-at): Remove debugging code.
5277 * calendar/calendar.el (generate-calendar-window): When we don't
5278 call `fit-window-to-buffer', make sure the top line is fully visible.
5280 * image-file.el (insert-image-file): Don't make `read-only'
5281 property rear-nonsticky.
5283 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5284 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5285 stashing away its original value.
5286 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5287 in the recursive edit.
5288 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5289 (isearch-done): Restore `minibuffer-message-timeout'.
5291 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5293 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5295 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5297 * find-lisp.el (find-lisp-find-files-internal):
5298 Use dolist, when and file-name-as-directory.
5300 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
5301 (define-derived-mode, define-minor-mode): Add specs.
5303 * window.el: General comment and spacing fixes.
5304 (save-selected-window): Use backquotes.
5305 (window-safely-shrinkable-p): New function.
5306 (shrink-window-if-larger-than-buffer): Use it.
5308 * subr.el (make-local-hook): Docstring fix.
5310 * shell.el (shell-mode): Use define-derived-mode.
5312 * newcomment.el (comment-indent): Insert comment before calling
5313 comment-indent-function. Don't insert in column 0.
5314 (comment-dwim): Indent before inserting comment.
5316 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5317 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5318 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5319 Use mapc rather than map.
5321 * files.el (find-buffer-visiting): Compare all attributes before
5322 declaring two files identical (rather than just their inode-no).
5323 (auto-mode-alist): Use \' rather than $.
5325 * which-func.el: Update maintainer line.
5327 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5328 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5329 (uniquify-buffer-file-name): Use it.
5331 2000-11-22 Miles Bader <miles@gnu.org>
5333 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5334 * simple.el (minibuffer-avoid-prompt): New function.
5336 2000-11-21 Gerd Moellmann <gerd@gnu.org>
5338 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5340 2000-11-21 Miles Bader <miles@gnu.org>
5342 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5343 inclusion of `track-mouse'.
5345 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5346 (refill-adjust-ignorable-overlay): New function.
5347 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5348 only the paragraph's tail if possible.
5349 Update `refill-ignorable-overlay'.
5350 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5352 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5353 point inside the fill-prefix.
5355 * textmodes/refill.el (refill-post-command-function): Don't reset
5356 refill-doit in the case where a self-insertion command doesn't
5357 case a refill. Use `refill-fill-paragraph-at', getting position
5359 (refill-after-change-function): Set `refill-doit' to END.
5360 (refill-fill-paragraph-at): New function, mostly from old
5361 refill-fill-paragraph.
5362 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5363 (refill-pre-command-function): New function.
5364 (refill-mode): Add it to `pre-command-hook'.
5366 2000-11-20 Gerd Moellmann <gerd@gnu.org>
5368 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5370 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5373 2000-11-20 Andre Spiegel <spiegel@gnu.org>
5375 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5378 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
5381 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
5384 2000-11-20 Dave Love <fx@gnu.org>
5386 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5388 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
5390 * calculator.el (calculator-paste): Use `if' instead of `and'
5392 (calculator-help): Don't use electric-describe-mode for XEmacs.
5394 2000-11-19 Gerd Moellmann <gerd@gnu.org>
5396 * info.el (info-menu-5): Doc fix.
5398 * textmodes/artist.el: New file.
5400 2000-11-19 Andre Spiegel <spiegel@gnu.org>
5402 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
5403 and differentiate according to checkout model.
5404 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5405 since this function is only concerned with master state.
5407 * vc-hooks.el (vc-workfile-unchanged-p)
5408 (vc-default-workfile-unchanged-p): Moved here from vc.el.
5410 * vc.el (vc-workfile-unchanged-p)
5411 (vc-default-workfile-unchanged-p): See above.
5413 2000-11-19 Miles Bader <miles@gnu.org>
5415 * image-file.el (insert-image-file): Make `intangible' and
5416 `read-only' properties rear-nonsticky too.
5418 2000-11-18 Gerd Moellmann <gerd@gnu.org>
5420 * ps-print.el: Update copyright notice.
5422 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5423 (tooltip-show): Use the offsets.
5425 * bindings.el (mode-line-modified): Fix a typo.
5426 (mode-line-toggle-modified, mode-line-widen)
5427 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5429 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5431 * ps-print.el (toplevel): Test for find-coding-system being
5432 fboundp before calling ps-x-find-coding-system.
5434 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5436 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5437 (vc-version-backup-file): Docstring fix.
5439 2000-11-16 Gerd Moellmann <gerd@gnu.org>
5441 * files.el (basic-save-buffer): Don't add a newline if
5442 find-file-literally is non-nil.
5443 (find-file-literally): Extend doc string.
5445 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5446 sort(1) with the `-f' argument.
5448 2000-11-16 Andre Spiegel <spiegel@gnu.org>
5450 * vc.el: Updated backend documentation.
5451 (vc-default-check-headers): New function.
5453 * vc-{cvs,rcs,sccs}.el: Functions reordered.
5455 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
5457 (vc-do-command): In the asynchronous case, output messages only if
5458 the minibuffer is not active.
5460 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
5461 `vc-cvs-use-edit' is on.
5462 (vc-cvs-checkout): When this is used for reverting the workfile,
5463 make a backup of the original contents and revert to that in case
5465 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
5466 remote repositories.
5468 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5469 for both version and ratio in the minibuffer.
5471 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
5472 Use vc-do-command to perform the annotation, not call-process.
5474 2000-11-16 Kenichi Handa <handa@etl.go.jp>
5476 * international/quail.el (quail-start-translation): Don't call
5477 `message' before reading key sequence.
5479 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5481 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5483 2000-11-16 Kenichi Handa <handa@etl.go.jp>
5485 * window.el (fit-window-to-buffer): Be sure to acquire at least
5486 one text line even if the buffer is empty.
5488 2000-11-16 Gerd Moellmann <gerd@gnu.org>
5490 * net/ange-ftp.el (ange-ftp-file-writable-p)
5491 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5492 Bind ange-ftp-process-verbose to nil.
5494 2000-11-15 Dave Love <fx@gnu.org>
5496 * wid-edit.el (widget-specify-field, widget-specify-button):
5497 If :help-echo is a function, set help-echo of overlay to
5499 (widget-mouse-help): New function.
5500 (widget-echo-help): Rewritten for :help-echo functions only taking
5503 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5504 Use display-graphic-p.
5505 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5506 and that JPEG is available.
5507 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5509 * international/mule-cmds.el (locale-charset-language-names):
5512 2000-11-15 Gerd Moellmann <gerd@gnu.org>
5514 * faces.el (face-set-after-frame-default):
5515 If `inhibit-default-face-x-resources' is bound, don't intialize the
5516 default face from X resources.
5518 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5520 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5521 Don't set EMACSLOADPATH.
5523 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5525 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5526 texinfo-insert-@url.
5527 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5528 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5530 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5532 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5533 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5534 (checkdoc-minor-keymap): Backward compatibility.
5535 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5536 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5537 (checkdoc-this-string-valid-engine): Be a bit more strict
5538 to avoid matching substrings of `...' quoted vars/funs.
5539 (checkdoc-defun-info): Only look for `interactive' if alone.
5540 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5542 * progmodes/compile.el (grep): `tag-default' can be nil.
5544 * newcomment.el (comment-indent): Paren typo.
5546 2000-11-14 Dave Love <fx@gnu.org>
5548 * calculator.el: New maintainer version.
5550 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
5552 * cmuscheme.el: Doc fixes.
5553 (cmuscheme) <defgroup>: Use `scheme' as parent.
5554 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
5556 * xscheme.el (scheme-program-name): Don't define here.
5558 * progmodes/scheme.el (scheme-program-name): New variable
5559 (originally in cmuscheme).
5561 2000-11-14 Miles Bader <miles@gnu.org>
5563 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5564 Handle header-lines. Don't loop forever if we can't enlarge the
5565 window anymore. Simplify a bit.
5567 2000-11-14 Kenichi Handa <handa@etl.go.jp>
5569 * window.el (fit-window-to-buffer): Don't check
5570 window-text-height. Assure that the last line is fully visible.
5572 * international/quail.el (quail-show-guidance-buf):
5573 Call fit-window-to-buffer to assure the enough height of the guidance
5575 (quail-update-guidance): Avoid making the guidance buffer shorter.
5577 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5579 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5580 rather than `prepend' and add an interesting comment.
5581 (tex-math-face, tex-font-lock-syntactic-face-function):
5582 New face and function to use it.
5583 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5584 than `menu-enable' symbol property.
5585 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5586 (tex-mode): Add some latex-mode commands for auto-selection.
5587 Use tex-font-lock-syntactic-face-function.
5588 (tex-insert-quote): Simplify.
5589 (tex-shell): New mode.
5590 (tex-start-shell): Use it.
5591 (tex-shell-proc, tex-shell-buf): New functions.
5592 (tex-send-command): Use it.
5593 (tex-main-file): Fix the meaning of the new arg REALFILE.
5594 (tex-send-tex-command): New function split from `tex-start-tex'.
5595 Set compilation-last-buffer and compilation-parsing-end.
5597 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5598 when it follows non-comment text on the line.
5600 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5601 Set font-lock-defaults.
5602 (lisp-mode-shared-map): Init inside the defvar.
5603 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5604 Use define-derived-mode.
5606 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5608 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5610 2000-11-14 Gerd Moellmann <gerd@gnu.org>
5612 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5613 Don't recursively optimize body because that can lead to infinite
5614 recursion; see comment there.
5616 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5618 * faces.el (face-spec-set-match-display): Revert the change from
5619 2000-10-24. Add a FIXME for after v21.1.
5621 2000-11-13 Miles Bader <miles@gnu.org>
5623 * textmodes/fill.el (skip-line-prefix): New function.
5624 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5625 (fill-paragraph): Don't leave point inside the fill-prefix.
5626 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5627 point inside the fill-prefix.
5629 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5631 * calendar/calendar.el (generate-calendar-window):
5632 Use `fit-window-to-buffer'.
5634 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5636 * gud.el (gud-minor-mode): New var.
5637 (gud-symbol, gud-val): New functions.
5638 (gud-find-file): Copy gud-minor-mode to the new buffer.
5639 (gud-menu-map): Include entries for commands that are not always
5640 available, using :enable to (de)activate them.
5641 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5642 (gud-mode-map): New map.
5643 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
5644 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5645 Don't set up gud's menu (it's done by the minor-mode).
5646 (gud-minibuffer-local-map): New.
5647 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5648 (gud-query-cmdline): New function.
5649 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5650 (gud-mode): Use define-derived-mode.
5651 Don't set up gud's menu (it's done by the minor-mode).
5652 (gud-chop-words): Remove.
5653 (gud-common-init): Use split-string instead.
5654 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5656 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5657 Add keyword arg :name.
5659 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5660 (diff-count-matches, diff-split-hunk): New functions.
5661 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5663 * pcvs-info.el (cvs-fi-conflict-face): New var.
5665 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5666 Make it into a simple syntax-table, shared among all submodes.
5667 (sh-heredoc-face): Re-introduce.
5668 (sh-font-lock-syntactic-face-function): New function.
5669 (sh-mode): Use it. Also use define-derived-mode.
5670 Remove old bogus setting of indent-region-function.
5671 (sh-set-shell): Don't set the syntax-table any more.
5672 (sh-mode-syntax-table) <defun>: Remove.
5674 2000-11-12 Miles Bader <miles@gnu.org>
5676 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5677 message if interactive.
5679 2000-11-12 Dave Love <fx@gnu.org>
5681 * mail/feedmail.el: Fix header,
5682 (feedmail) <defgroup>: Add :link.
5684 * view.el: Use local-map property, not keymap on mode-line string.
5686 * scroll-all.el (scroll-all-mode): Customize variable.
5687 Add autoload cookie to function.
5689 * lazy-lock.el: Remove compatibility code.
5691 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5692 (finder-help-echo): New variable.
5693 (finder-mouse-face-on-line): Add help-echo stuff.
5694 (finder-list-keywords, finder-list-matches): Use mapc.
5696 * faces.el (face-font-registry-alternatives): Add :version.
5698 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5701 * net/browse-url.el (browse-url-browser-function): Update :version.
5703 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
5704 (mail-mode): Use [:alnum:] in some regexps.
5706 2000-11-10 Dave Love <fx@gnu.org>
5708 * ediff.el (ediff-regions-internal, ediff-documentation):
5709 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5712 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5713 buffer into fundamental mode.
5714 (ediff-set-difference): Use copy-sequence if available.
5716 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5717 Check ediff-patch-map non-nil.
5718 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5719 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5720 buffer into fundamental mode.
5722 * ediff-merg.el (state-or-merge): Defvar when compiling.
5724 2000-11-10 Jason Rumney <jasonr@gnu.org>
5726 * w32-fns.el (w32-add-charset-info): New function.
5727 (w32-charset-info-alist): Use it.
5729 2000-11-10 Gerd Moellmann <gerd@gnu.org>
5731 * faces.el (face-font-registry-alternatives): New user-option.
5733 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5735 * textmodes/texinfo.el (texinfo-block-default): New var.
5736 (texinfo-insert-block): Use it. Insert a newline if needed.
5738 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5739 (fill-region-as-paragraph): Use it.
5741 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5742 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5743 Tweak paragraph regexps to allow a leading [ \t]*.
5744 (tex-latex-block): Insert a newline if necessary.
5745 (latex-insert-item): Only insert a newline if necessary.
5746 (tex-guess-main-file): New function.
5747 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5748 Set tex-main-file if TeX-master is provided.
5749 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5751 2000-11-10 Gerd Moellmann <gerd@gnu.org>
5753 * startup.el (command-line): Set the default tooltip-mode
5754 to t for graphical displays which implement x-show-tip.
5756 * tooltip.el (tooltip-mode): Add a comment about startup.el
5757 setting the default value of this user-option.
5759 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5761 * font-lock.el (font-lock-*-face) <defvar>: Move.
5762 (font-lock-defaults-alist): Mark obsolete.
5763 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5764 (font-lock-mode): Use define-minor-mode.
5765 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5766 (font-lock-turn-off-thing-lock): Be more explicit.
5767 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5768 (font-lock-syntactic-face-function): New var.
5769 (font-lock-fontify-syntactically-region): Use it.
5770 (font-lock-doc-face): New.
5772 * pcvs.el (cvs-enabledp): Ignore errors.
5773 (cvs-commit-filelist): Never query.
5774 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5775 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5776 (cvs-do-removal): Use cvs-partition rather than delete-if.
5777 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5780 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5781 Allow `next' to jump to after the end of the last match.
5783 2000-11-09 Gerd Moellmann <gerd@gnu.org>
5785 * simple.el (byte-compiling-files-p): New function.
5787 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5790 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5793 * textmodes/ispell.el (ispell-library-path): Don't call
5794 check-ispell-version when byte-compiling because that starts
5795 an ispell process, and ispell might not be installed.
5796 (toplevel): Don't set up a menu when byte-compiling.
5798 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5799 it, so that a boundp test can be used to determine if we're
5800 currently byte-compiling.
5802 2000-11-09 Dave Love <fx@gnu.org>
5804 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5806 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5808 * ps-print.el: Patch for variable initialization when spooling.
5810 (ps-output-list): Fun eliminated.
5811 (ps-begin-file, ps-begin-job): Code fix.
5813 2000-11-08 Dave Love <fx@gnu.org>
5815 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
5817 2000-11-08 Gerd Moellmann <gerd@gnu.org>
5819 * simple.el (shell-command, display-message-or-buffer)
5820 (shell-command-on-region): Mention resize-mini-windows in the doc
5822 (display-message-or-buffer): Take the value of resize-mini-windows
5825 2000-11-07 Gerd Moellmann <gerd@gnu.org>
5827 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5829 * dired.el (dired-between-files): Add `^. find' as an alternative
5830 to the regular expression, for find-dired.
5832 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5834 * textmodes/texnfo-upd.el: Require texinfo.
5835 (defmacro, defgroup): Remove.
5836 (texinfo-section-to-generic-alist): Remove.
5837 Use texinfo-section-list instead (i.e. level is changed string->int).
5838 (texinfo-filter): New function.
5839 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5840 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5841 Use it. And use regexp-opt.
5842 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5843 (texinfo-update-menu-region-beginning)
5844 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5845 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5846 (texinfo-update-menu-same-level-regexps): Update.
5847 (texinfo-update-node, texinfo-every-node-update)
5848 (texinfo-sequential-node-update): Remove autoload cookie.
5850 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5851 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5852 (texinfo-chapter-level-regexp): Remove.
5853 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5855 2000-11-06 Dave Love <fx@gnu.org>
5857 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
5859 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5862 2000-11-06 Kenichi Handa <handa@etl.go.jp>
5864 * composite.el (composition-function-table): Variable declaration
5865 moved to src/composite.c.
5866 (compose-chars-after): New optional arg object.
5868 2000-11-06 Gerd Moellmann <gerd@gnu.org>
5870 * bindings.el (mode-line-toggle-read-only)
5871 (mode-line-toggle-modified, mode-line-widen)
5872 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5873 (make-mode-line-mouse2-map): Rewritten.
5874 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5875 functions so that C-h k can show something with a doc string.
5877 * startup.el (fancy-splash-delay): Set to 10 seconds.
5878 (fancy-splash-max-time): New user-option.
5879 (fancy-splash-stop-time): New variable.
5880 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5881 (fancy-splash-screens-1): Throw `stop-splashing' when current
5882 time is greater than fancy-splash-stop-time.
5884 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5886 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5888 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5889 Prompt user for a file rather than raising an error.
5890 (cvs-enabledp): Fix call to cvs-mode-marked.
5891 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5892 (cvs-mode-insert): Use it. Change the init prompt' value.
5893 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5895 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5896 Don't pass default arg to ewoc-locate.
5897 (ewoc-collect): Return result in the right order.
5899 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5901 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5902 (cvs-status-get-tags): Fix regexp.
5903 (cvs-status-trees, cvs-status-cvstrees):
5904 Combine after change hooks and don't sit-for.
5905 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5906 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
5907 Use make-char rather than hard-coded cryptic data.
5908 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5910 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5912 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5913 (cvs-insert-strings): New function.
5915 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5917 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5918 `mwheel-scroll-amount'.
5919 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5920 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5921 string-matching against the version string.
5923 2000-11-06 Kenichi Handa <handa@etl.go.jp>
5925 * language/thai.el ("Thai"): Set a lisp form that produces
5926 composed string in `sample-text' language info.
5928 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5929 composed string in `sample-text' language info.
5931 * international/mule-cmds.el (describe-language-environment):
5932 Eval `sample-text' data and insert the result.
5934 * international/mule-conf.el (compound-text): Define this coding
5935 system here. Make x-ctext and ctext aliases of it.
5937 * language/european.el (compound-text, ctext): Moved to
5938 international/mule-conf.el.
5940 2000-11-05 Andrew Innes <andrewi@gnu.org>
5942 * w32-fns.el (w32-version): New function.
5944 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5946 * progmodes/awk-mode.el: Update copyright.
5947 (awk-mode-abbrev-table): Remove.
5948 (awk-font-lock-keywords): Use regexp-opt.
5949 (awk-mode): Use define-derived-mode.
5951 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5952 when extracting a suffix.
5954 2000-11-04 Andre Spiegel <spiegel@gnu.org>
5956 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5959 2000-11-04 Jason Rumney <jasonr@gnu.org>
5961 * language/european.el (decode-mac-roman): Test against r1 not r0.
5963 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5965 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5966 (icon-mode): Define indent-line-function.
5967 (icon-comment-indent): Simplify.
5968 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5970 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5972 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5973 Bind change-log-default-mode to defeat the caching done on it.
5974 Don't bother saving excursion any more.
5976 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5978 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5979 (set-frame-font): Use the new name (and the old for compatibility).
5981 * toolbar/tool-bar.el (tool-bar-mode):
5982 * time.el (display-time-mode):
5983 * recentf.el (recentf-mode):
5984 * paren.el (show-paren-mode):
5985 * mwheel.el (mouse-wheel-mode):
5986 * msb.el (msb-mode):
5987 * jka-compr.el (auto-compression-mode):
5988 * image-file.el (auto-image-file-mode):
5989 * hl-line.el (hl-line-mode):
5990 * delsel.el (delete-selection-mode):
5991 * autoinsert.el (auto-insert-mode):
5992 * complete.el (partial-completion-mode): Drop unneeded positional args.
5994 * info.el (Info-mode):
5995 * comint.el (comint-mode): Don't bother with make-local-hook.
5997 * log-edit.el (log-edit-menu): New menu.
5999 2000-11-03 Miles Bader <miles@gnu.org>
6001 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6002 definition, so that trailing spaces are handled properly.
6003 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6005 2000-11-03 Gerd Moellmann <gerd@gnu.org>
6007 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6009 (fancy-splash-screens): Set tab-width to 20.
6011 2000-11-03 Dave Love <fx@gnu.org>
6013 * comint.el (comint-completion-addsuffix): Fix custom type.
6015 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6017 * font-lock.el (font-lock-buffers): Remove.
6018 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6019 (font-lock-change-major-mode): Remove.
6020 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6021 (font-lock-default-fontify-region): Extend the multiline
6022 fontification to whole lines.
6023 (font-lock-fontify-anchored-keywords)
6024 (font-lock-fontify-keywords-region): If matching just one
6025 line (with \n) only mark the \n as multiline.
6027 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6028 Correctly handle the case where several :group args are supplied.
6030 (easy-mmode-define-global-mode): Allow :extra-args.
6031 Correctly handle the case where several :group args are supplied.
6033 2000-11-02 Miles Bader <miles@gnu.org>
6035 * calendar/calendar.el (diary-face, calendar-today-face)
6036 (holiday-face): Remove dependency on `window-system'.
6038 2000-11-02 Ken Raeburn <raeburn@gnu.org>
6040 * Makefile.in (emacs): Set EMACSLOADPATH always.
6041 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
6042 (compile-files): Bomb out if compilation of a file fails.
6044 2000-11-02 Dave Love <fx@gnu.org>
6046 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6048 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6050 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6051 punctuation in the warning inserted into the *mail* buffer.
6053 2000-11-02 Gerd Moellmann <gerd@gnu.org>
6055 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6056 (authors-public-domain-p): New function.
6057 (authors-print): Use it.
6059 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6061 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6063 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6065 * ps-print.el: Extension for even/odd printing. Doc fix.
6066 (ps-print-version): New version number (6.3.1).
6067 (ps-even-or-odd-pages): Customization fix.
6068 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6069 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6070 (ps-page-count): Var replaced by `ps-page-column'.
6071 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6072 (ps-print-sheet-p): New fun.
6074 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6076 * tooltip.el (tooltip-gud-tips-setup): New function.
6077 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6078 (tooltip-mode): Call tooltip-gud-tips-setup.
6079 (tooltip-gud-tips): Use `gud-basic-call' instead of
6080 process-send-string, so the prompt gets frobbed appropriately.
6081 Handle nil return value from `tooltip-gud-print-command'.
6083 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6085 * comint.el (comint-add-to-input-history): New function.
6086 (comint-send-input): Use `comint-add-to-input-history'.
6088 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6090 * info.el (info-menu-header): New face.
6091 (Info-fontify-menu-headers): New function.
6092 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6094 * info.el (Info-insert-dir): Don't include blank lines at
6095 beginning of additional dir files (one is added automatically).
6097 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6099 * emacs-lisp/easy-mmode.el (define-minor-mode):
6100 Revert the latest changes.
6101 Allow the three positional arguments to be skipped and replaced
6102 by keyword arguments.
6103 Add a :toggle argument to determine whether a nil arg means toggle
6104 or means turn-on. The default is unchanged.
6105 Add a call to force-mode-line-update.
6107 2000-11-01 Dave Love <fx@gnu.org>
6109 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6111 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6113 * calendar/calendar.el (diary-face, holiday-face):
6114 Add dark-background variants.
6116 2000-10-31 Sam Steingold <sds@gnu.org>
6118 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6119 `tex-main-file' does not have directory in it.
6121 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6123 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6125 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6127 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6130 2000-10-31 Gerd Moellmann <gerd@gnu.org>
6132 * files.el (find-file-noselect): When we expand a wildcard, return
6133 a list of buffers, as we should do according to the doc string.
6135 2000-10-31 Ken Raeburn <raeburn@gnu.org>
6137 * loadup.el (top level): Adjust load path if program name is
6138 "../src/bootstrap-emacs", in case it's not dumped and thus the
6139 load path adjustment hasn't already been done.
6141 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6143 * ps-print.el: Fix bug on selected pages for printing.
6144 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
6145 is on. Try to avoid warning messages when compiling. Doc Fix.
6146 (ps-print-version): New version number (6.3).
6147 (ps-color-device): Use `color-values' to determine if device
6149 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6150 (ps-print-page-p): Changed from defsubst to defun.
6151 (ps-page-number): Changed from defmacro to defun.
6152 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6154 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
6155 (ps-end-file, ps-dummy-page): Funs eliminated.
6156 (ps-print-color-scale): Changed default value.
6157 (ps-page-n-up, ps-print-page-p): New internal vars.
6158 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6159 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6161 * delim-col.el: Little programming improvement.
6162 (delimit-columns-str): New macro.
6163 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6165 2000-10-31 Kenichi Handa <handa@etl.go.jp>
6167 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6168 Moved to european.el.
6169 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6170 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6171 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6172 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
6174 2000-10-30 Dave Love <fx@gnu.org>
6176 * progmodes/cc-menus.el (imenu-generic-expression)
6177 (imenu-progress-message): Only defvar when compiling.
6179 * emacs-lisp/elp.el (elp-unload-hook): New function.
6181 * loadhist.el (unload-feature): Call elp-restore-function,
6182 checking for symbols; don't use elp-restore-all.
6183 (loadhist-hook-functions): Doc fix.
6185 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6187 * log-edit.el (log-edit-confirm): Fix the default.
6189 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6191 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6192 delimit-columns-format.
6193 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6195 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6197 * comint.el (comint-replace-by-expanded-history): Don't use
6198 comint-get-old-input (we're not looking at *old* input).
6199 (comint-get-old-input-default): If using fields, signal an error
6200 when the point is not in an input field.
6202 2000-10-30 Kenichi Handa <handa@etl.go.jp>
6204 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6205 and mule-unicode-e000-ffff.
6207 * international/mule.el (decode-char, encode-char): New functions.
6208 (make-coding-system): Accept a symbol of translation table as a
6209 value of property `safe-chars'.
6211 * international/mule-cmds.el (encode-coding-char): Check property
6212 safe-chars instead of safe-charsets.
6214 * international/fontset.el (fontset-default): Modified for
6215 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6216 (x-font-name-charset-alist): Likewise.
6217 (ccl-encode-unicode-font): New CCL program. Record it in
6218 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6220 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6221 New translation tables.
6222 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6223 programs are modified and moved from mac-win.el.
6224 (mac-roman): Definition of this coding system is modified and
6225 moved from mac-win.el.
6227 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
6229 * ediff-wind.el (ediff-setup-control-frame): Enclose
6230 face-attribute in condition-case to avoid errors in older emacsen.
6232 2000-10-29 Miles Bader <miles@gnu.org>
6234 * custom.el (custom-add-to-group): Allow multiple entries for a
6235 given value OPTION, as long as their widget types are different.
6236 * cus-edit.el (custom-face-value-create): If face name doesn't end
6237 with "face", add such here (similar to custom group widgets).
6239 * comint.el (comint-highlight-prompt): Add :type.
6241 2000-10-28 John Wiegley <johnw@gnu.org>
6243 * calendar/timeclock.el (timeclock-log): Doc fix.
6244 (timeclock-last-event): Doc fix.
6245 (timeclock-log): Kill the timelog buffer after appending a new event.
6246 (timeclock-find-discrep): Use a temp buffer to read in the
6247 timelog, instead of visiting the file.
6248 (timeclock-log-data): A new function, along with a host of helper
6249 functions, for the purpose of making timelog data accessible to
6252 * eshell/esh-mode.el (window-height test): Make certain that
6253 `eshell-stringify-t' is non-nil.
6254 (eshell-password-prompt-regexp): Changed to a much simpler
6256 (eshell-send-input): If `eshell-invoke-directly' returns t,
6257 directly invoke the parsed command using `eval'. This improves
6258 turn-around time on simple commands by a factor of three or
6259 greater, such as cd, ls, pwd, etc. -- which get used very often.
6260 It also conserves thousands of cons cells per call (since
6261 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6262 in the Pacific Cookie Company).
6264 * eshell/esh-test.el (eshell-test): Whitespace fix.
6266 * eshell/em-ls.el (eshell-ls-insert-directory):
6267 Make `eshell-ls-initial-args' nil when inserting directory contents.
6269 * eshell/em-script.el (eshell-script-initialize): Add names to
6270 `eshell-complex-commands, since `source' and `.' are complex.
6272 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6273 (eshell-rewrite-while-command): Use `eshell-protect' instead of
6274 `eshell-copy-handles'.
6275 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6277 (eshell-separate-commands): Whitespace fix.
6278 (eshell-complex-commands): Added a new list of names, for
6279 determining whether a given command is as simple as it looks.
6280 (eshell-invoke-directly): New function. Returns t if a command
6281 should be invoked directly (using `eval'), rather than indirectly
6282 using `eshell-do-eval'.
6283 (eshell-do-eval): Whitespace fix.
6285 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6286 which provides an emulation of the DOS shell behavior of assuming
6287 that cp/mv/ln should copy/move/link to the current directory.
6288 (eshell-remove-entries): Added a doc string.
6289 (eshell-shuffle-files): Removed the check for `target' being null.
6290 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6291 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6292 it to do a smarter check of whether a destination was provided.
6293 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6294 (eshell/ln): Enable `:preserve-args', and use
6295 `eshell-mvcpln-template' to implement the body of the function.
6296 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6297 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
6298 list after flattening it. This makes it possible to cat files
6299 with numerical names.
6300 (eshell-unix-initialize): Added several names to
6301 `eshell-complex-commands.
6302 (eshell-unix-command-complex-p): Return t if a given command name
6303 may result in external processes being invoked.
6305 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6306 variable nil by default, since it slows down glob processing by a
6307 factor of two or more, and increases memory consumption.
6309 * eshell/em-smart.el: Added a note about how memory consumptive
6310 smart display mode can be (at least this is true in Emacs 21).
6311 (eshell-smart-initialize): Whitespace fix.
6312 (eshell-refresh-windows): Use `if' instead of `when'.
6313 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6315 (eshell-currently-handling-window): Added a missing global variable.
6317 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6318 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6320 (eshell-ls-exclude-hidden): Added this variable in addition to
6321 `eshell-ls-exclude-regexp'. This one prevents files beginning
6322 with . from even being read, which can improve memory consumption
6324 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6325 read file entries beginning with a dot. In home directories with
6326 lots of hidden files, fully two-thirds of the time spent in ls is
6327 used to read directory entries that are immediately thrown away.
6328 (eshell-ls-initial-args): Added back this configuration variable,
6329 for specifying default initial arguments to every call to ls.
6330 Much faster than using an alias to do the same thing.
6331 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6332 (eshell-ls-dir): Whitespace change.
6334 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6336 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
6337 (eshell-stringify-t): Added a customization variable, to indicate
6338 whether `t' should be rendered as a string at all. If not, one
6339 can still determine if the result of an expression is true using
6340 "file-exists-p FILE && echo true".
6341 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6344 * eshell/esh-module.el: Whitespace fix.
6346 * eshell/em-alias.el (eshell-alias-initialize):
6347 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
6348 (eshell-command-aliased-p): New function that returns t if a
6349 command name names an aliased.
6351 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
6353 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
6354 redrawing the screen when changing cursor color.
6355 (viper-insert-state-pre-command-sentinel)
6356 (viper-replace-state-pre-command-sentinel)
6357 (viper-replace-state-post-command-sentinel):
6358 Use viper-preserve-cursor-color.
6359 Many functions changed to use viper= instead of = when comparing
6361 * viper-util.el (viper-memq-char,viper=): New functions for
6362 working with characters.
6363 (viper-change-cursor-color): Fixed buglet.
6364 Many functions changed to use viper= instead of = when comparing
6366 * viper.el (viper-insert-state-mode-list): Added eshell.
6368 * ediff-init.el (ediff-before-setup-hook): New hook.
6369 Several typos fixed in various docstrings.
6370 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
6371 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
6372 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6373 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6374 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6375 (ediff-get-selected-buffers): New function.
6376 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
6377 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6378 Use save-window-excursion.
6379 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
6380 termination check in while loop.
6381 * ediff.el (ediff-get-default-file-name): Better defaults when in
6383 (ediff-files,ediff-merge-files,ediff-files3)
6384 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
6386 2000-10-28 Dave Love <fx@gnu.org>
6388 * info.el (Info-fontify-node): Add help-echo for menu items.
6390 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6392 * startup.el (normal-top-level): If the value of $TERM indicates
6393 we are running from xterm or one of its work-alikes, default to a
6394 light background mode.
6396 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6397 * faces.el (tty-handle-reverse-video): New function.
6398 (tty-create-frame-with-faces): Call it.
6400 * frame.el (frame-notice-user-settings): Don't apply
6401 default-frame-alist and initial-frame-alist to MS-DOS frames.
6402 Call tty-handle-reverse-video, frame-set-background-mode, and
6403 face-set-after-frame-default for non-MS-DOS frames.
6405 * startup.el (tty-long-option-alist): New variable.
6406 (tty-handle-args): New function.
6407 (command-line): Call tty-handle-args.
6409 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6410 startup.el now does that for all character-terminal frames.
6412 2000-10-28 Miles Bader <miles@gnu.org>
6414 * emacs-lisp/easy-mmode.el (define-minor-mode):
6415 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6416 is global. If :global is followed by a non-nil but non-t value,
6417 make the mode buffer-local, but also generate a `global-MODE'
6418 version using `easy-mmode-define-global-mode'.
6419 Add :conditional-turn-on keyword argument.
6421 2000-10-28 Dave Love <fx@gnu.org>
6423 * international/latin1-disp.el (latin1-char-displayable-p):
6424 Don't use window-system.
6426 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6428 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6429 Don't call find-buffer-file-type-coding-system. Instead, just
6430 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6431 if the file is on an untranslated filesystem.
6432 (add-untranslated-filesystem): Use "D" instead of "f" inside
6435 2000-10-27 Dave Love <fx@gnu.org>
6437 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
6438 (refill-mode): Use it.
6440 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6442 * international/quail.el (quail-activate): Don't make-local-hook.
6444 2000-10-27 Andre Spiegel <spiegel@gnu.org>
6446 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
6447 manual backups and file.~<rev>.~ for automatic ones.
6448 (vc-make-version-backup): Don't do it on MS-DOS without long file
6451 * vc.el (vc-version-other-window): If an automatic backup of the
6452 desired version exists, rename it instead of copying it.
6454 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6455 after command. If there's an unexpected error, signal it instead
6457 (vc-cvs-merge-news): Be prepared for no news at all.
6459 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6461 * shell.el (shell): Add BUFFER argument.
6462 * comint.el (make-comint-in-buffer): New function.
6463 (make-comint): Use it.
6465 * faces.el (face-spec-choose): Change syntax so that the list of
6466 attribute-value pairs is now the cdr of each clause, not the cadr.
6467 Detect old-style entries, and handle them. Use pop.
6469 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6471 * cus-edit.el (custom-mode-map): Use a sparse map.
6472 (custom-mode): Don't bother with make-local-hook.
6474 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6476 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6478 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6480 * ps-print.el: Avoid compilation gripes.
6481 (ps-print-version): New version number (6.2.1).
6483 2000-10-26 Dave Love <fx@gnu.org>
6485 * menu-bar.el: Modify some menu item help strings.
6486 (menu-bar-help-menu): Add link to MORE.STUFF.
6488 * cus-edit.el (custom-mode): Add `special' mode-class property.
6490 * wid-browse.el (widget-browse-mode): Likewise.
6492 * wid-edit.el (widget-specify-field): Revert to using local-map
6493 property, not keymap.
6495 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6497 * wid-edit.el (widget-field-end): When checking for a `boundary'
6498 field, do so in the correct buffer.
6500 * simple.el (undo): Correctly distinguish between numeric and
6501 non-numeric prefix args in non-transient-mark-mode, as per the doc
6502 string. When in transient-mark-mode, treat all prefix-args as
6505 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6506 Position point on match. Handle N == 0 correctly.
6508 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6509 (comint-mode-map): Reverse order of `comint-write-output' and
6510 `comint-append-output-to-file'.
6511 (comint-append-output-to-file): Reinstate this function, for the
6512 benefit of the menu.
6514 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6516 * vc.el (vc-version-other-window): Bind `file'.
6518 2000-10-25 Gerd Moellmann <gerd@gnu.org>
6520 * Makefile.in (update-authors): New target for maintenance purposes.
6522 * emacs-lisp/authors.el (batch-update-authors): New function.
6523 (authors-fixed-entries): New defconst.
6524 (authors-add-fixed-entries): New function.
6525 (authors): Call it.: Don't process lispref/.
6527 2000-10-25 Jason Rumney <jasonr@gnu.org>
6529 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6530 Merge x w32 and mac definitions.
6532 2000-10-25 Gerd Moellmann <gerd@gnu.org>
6534 * menu-bar.el (menu-bar-options-menu): Add a help string for
6537 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6539 * time-stamp.el (time-stamp-string-preprocess):
6540 Fix a wrong type argument error.
6542 2000-10-25 Miles Bader <miles@gnu.org>
6544 * recentf.el (recentf-mode): Variable removed.
6545 (recentf-mode): Use `define-minor-mode'.
6547 * mwheel.el (mouse-wheel-mode): New global minor mode.
6548 (mwheel-install): Use `mouse-wheel-mode'.
6550 2000-10-25 Dave Love <fx@gnu.org>
6552 * progmodes/cperl-mode.el (cperl-mode):
6553 Set normal-auto-fill-function correctly.
6555 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6556 Don't inherit from global-map and don't nullify menu-bar and tool-bar
6559 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6561 * wid-edit.el (widget-field-at): New function.
6562 (widget-at, widget-field-activate): Use it.
6563 (widget-tabable-at): Use `widget-at'.
6564 (widget-specify-field): If the terminating character of the widget
6565 field (which is read-only) is a newline, put it into a special
6566 `boundary' field so that C-n/C-p act more naturally.
6567 (widget-field-end): Also don't subtract one if a special
6568 `boundary' field has been added after the widget field.
6570 * comint.el (comint-output-filter, comint-send-input):
6571 Don't bother adding stickiness fields to overlays to fool the field
6572 code, since it should notice the overlay insertion-types now.
6574 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6575 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6576 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6578 2000-10-24 Gerd Moellmann <gerd@gnu.org>
6580 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
6581 (authors): Set file coding system to iso-2022-7bit.
6582 Add file-local variables to output buffer.
6584 * files.el (after-find-file): Don't print any warnings if
6587 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6589 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6591 * delim-col.el: Now there is a column formatting mechanism.
6592 Modified to customization mechanisms convention. Doc fix.
6593 (columns): New group for delim-col.
6594 (delimit-columns-before, delimit-columns-after)
6595 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6596 (delimit-columns-end): New vars.
6597 (delimit-columns-customize, delimit-columns-format): New funs.
6598 (delimit-columns-region, delimit-columns-rectangle)
6599 (delimit-columns-rectangle-line): Modified to support column
6602 2000-10-24 Dave Love <fx@gnu.org>
6604 * log-edit.el (log-edit): Add :version and a :group for vc.
6606 2000-10-24 Gerd Moellmann <gerd@gnu.org>
6608 * files.el (after-find-file): Don't print a message ``New file''
6611 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6612 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
6613 get duplicate tool-bar entries because we'll see the global ones
6614 on more than one path through keymaps.
6616 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6618 * progmodes/cmacexp.el: Change Francesco's email address.
6620 2000-10-24 Kenichi Handa <handa@etl.go.jp>
6622 * window.el (fit-window-to-buffer): Adjust point of the window
6623 buffer, not that of the current buffer.
6625 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6627 * progmodes/cmacexp.el: Update the euthor's email address.
6629 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6631 * faces.el (face-spec-set-match-display): Add `graphic' display
6632 type (the inverse of `tty'). Use `display-graphic-p' instead of
6633 the window-system variable.
6635 2000-10-24 Kenichi Handa <handa@etl.go.jp>
6637 * international/isearch-x.el (isearch-with-input-method):
6638 Call input-method-function with the first event in
6639 unread-command-events.
6641 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6643 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
6645 2000-10-24 Andrew Choi <akochoi@i-cable.com>
6647 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6650 * term/mac-win.el: Remove definitions of mac-roman-lower and
6651 mac-roman-upper, require dired, and define instead of set
6652 mac-ready-for-drag-n-drop to avoid compilation error.
6654 2000-10-23 Andrew Innes <andrewi@gnu.org>
6656 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6657 Remove superfluous calls to subst-char-in-string; instead apply
6658 expand-file-name after convert-standard-filename to ensure
6659 expected directory separators are used.
6661 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6663 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6665 2000-10-23 Dave Love <fx@gnu.org>
6667 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6668 (tool-bar-add-item): Set foreground and background for XBM icons.
6670 * international/latin1-disp.el (latin1-char-displayable-p):
6671 New function (from Handa).
6672 (latin1-display-check-font): Use it.
6674 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
6675 using :key-sequence, making it much more usable.
6676 Use nconc, not append.
6677 (imenu--create-keymap-1): Avoid append.
6679 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
6681 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6683 [the following changes fix a bug where `define-minor-mode' didn't
6684 correctly generate :require clauses for defcustoms in compiled files]
6685 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6686 (byte-compile-log-file, byte-compile-log-1): Don't set
6687 `byte-compile-current-file' to nil. Instead set
6688 `byte-compile-last-logged-file' to it. Test whether
6689 byte-compile-current-file equals byte-compile-last-logged-file
6690 instead of whether its nil.
6691 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
6693 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6695 * textmodes/refill.el: Fix var names in doc.
6696 (refill-mode): Don't bother with make-local-hook anymore.
6698 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6700 * faces.el (face-user-default-spec, face-default-spec): New functions.
6701 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
6702 (frame-set-background-mode, face-set-after-frame-default):
6703 Use `face-user-default-spec'. Simplify code slightly.
6705 * woman.el (woman-italic-face, woman-bold-face)
6706 (woman-unknown-face): Add dark-background variants.
6707 (woman-default-faces): Renamed from `woman-colour-faces'.
6708 Set using the stored defaults, rather than using hard-wired colors.
6709 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6710 Just make the foreground `unspecified' rather than "black".
6711 (woman-menu): Rename menu entries accordingly.
6713 * faces.el (header-line): Make more reasonable on mono/grayscale
6716 2000-10-23 Andrew Choi <akochoi@i-cable.com>
6718 * cus-edit.el (custom-button-face): Use 3D look for mac.
6719 (custom-button-pressed-face): Likewise.
6721 * faces.el (set-face-attributes-from-resources): Handle mac frames
6722 in the same way as x and w32 frames.
6723 (face-valid-attribute-values): Likewise.
6724 (read-face-attribute): Likewise.
6725 (defined-colors): Likewise.
6726 (color-defined-p): Likewise.
6727 (color-values): Likewise.
6728 (display-grayscale-p): Likewise.
6729 (face-set-after-frame-default): Likewise.
6730 (mode-line): Same default face as for x and w32.
6731 (tool-bar): Likewise.
6733 * frame.el: Remove call to frame-notice-user-settings at end of
6736 * info.el (Info-fontify-node): Make underlines invisible for mac
6737 as for x, pc, and w32 frame types.
6739 * term/mac-win.el: New file.
6741 2000-10-22 Dave Love <fx@gnu.org>
6743 * textmodes/refill.el: New file.
6745 2000-10-22 Andre Spiegel <spiegel@gnu.org>
6747 * vc-hooks.el (vc-version-backup-file-name): New optional args
6749 (vc-delete-automatic-version-backups, vc-make-version-backup):
6751 (vc-before-save): Use the latter.
6752 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6755 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
6756 expected by vc[-hooks].el.
6758 * vc.el (vc-checkout): Added `-p' suffix in call to
6759 vc-make-version-backups-p; use vc-make-version-backup to actually
6761 (vc-version-other-window, vc-version-backup-file): Handle both
6762 automatic and manual backups.
6763 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6766 2000-10-22 Miles Bader <miles@gnu.org>
6768 * comint.el (comint-highlight-input, comint-highlight-prompt):
6769 Renamed, `-face' at end removed.
6770 (comint-send-input, comint-output-filter): Use renamed faces.
6772 * window.el (fit-window-to-buffer): Change defaulting of
6773 MAX-HEIGHT slightly.
6775 * faces.el (color-values, color-defined-p): Use `member', not
6776 `memq', because it works correctly for strings.
6777 (frame-set-background-mode): Actually, "unspecified-fg" and
6778 "unspecified-bg" *are* strings. Use `member', not `memq', and
6779 `equal', not `eq', when a string value is possible.
6781 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6783 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6785 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6787 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6788 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6789 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6790 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6791 (sh-font-lock-syntactic-keywords): Use them.
6792 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6793 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6794 (sh-mode): Don't override font-lock-unfontify-region-function.
6795 Use a copy of sh-font-lock-syntactic-keywords.
6796 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6797 Don't call sh-scan-buffer since font-lock does it on the fly.
6798 (sh-get-indent-info): Use `face' rather than `syntax-table'
6799 text-property to detect here-documents.
6800 Replace sh-special-syntax with sh-st-punc.
6801 (sh-prev-line): Use `face' rather than `syntax-table'
6802 text-property to skip over here-documents.
6803 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6804 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6805 (sh-electric-less, sh-set-here-doc-region)
6806 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
6807 (sh-scan-buffer, sh-rescan-buffer): Remove.
6809 2000-10-21 Andrew Innes <andrewi@gnu.org>
6811 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6812 remote (ange-ftp) file names.
6814 2000-10-21 Miles Bader <miles@gnu.org>
6816 * window.el (fit-window-to-buffer): New function.
6817 (shrink-window-if-larger-than-buffer): Use it.
6818 (window-text-height): Don't expect minibuffers to have mode-lines.
6820 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
6821 * international/quail.el (quail-update-guidance):
6822 Use `fit-window-to-buffer' instead of `set-window-text-height'.
6824 * international/quail.el (quail-show-guidance-buf): Make sure
6825 guidance window really has enough room.
6826 (quail-update-guidance): If quail-guidance-win is already shown,
6827 make sure its height is OK.
6829 * window.el (window-text-height, set-window-text-height):
6831 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6832 instead of `window-height' & `mode-line-window-height-fudge'.
6833 (mode-line-window-height-fudge): Add FACE parameter.
6834 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6835 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6837 2000-10-20 Miles Bader <miles@gnu.org>
6839 * window.el (height-affecting-face-attributes): Use `defconst'.
6841 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6842 New function, conditionally aliased to `mode-line-window-height-fudge'.
6843 (ispell-help): Use it.
6844 (ispell-choices-win-default-height): Don't include mode-line fudge.
6845 (ispell-choices-win-default-height): New function.
6846 (ispell-show-choices, ispell-command-loop): Use function
6847 `ispell-choices-win-default-height' instead of variable.
6849 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6851 * window.el (mode-line-window-height-fudge): New variable.
6852 (height-affecting-face-attributes): New variable.
6853 (mode-line-window-height-fudge): New function.
6854 (shrink-window-if-larger-than-buffer): Use it.
6855 * help.el (resize-temp-buffer-window): Likewise.
6857 * info.el (Info-fontify-node): Add support for @subsubsection
6858 titles, which use `Info-title-4-face'.
6859 (Info-title-4-face): New face.
6860 (Info-title-3-face): Inherit from Info-title-4-face instead of
6863 2000-10-19 Jason Rumney <jasonr@gnu.org>
6865 * dired.el (dired-insert-directory): Do not let errors signalled by
6866 attempt to run dired-free-space-program prevent dired from working.
6868 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6870 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6872 2000-10-19 Gerd Moellmann <gerd@gnu.org>
6874 * dirtrack.el (dirtrack): Fix call to run-hooks.
6876 * cmuscheme.el (cmuscheme-program-name): Renamed from
6877 scheme-program-name because xscheme.el contains a defcustom with
6878 the same name. As a consequence, customizing group `cmuscheme'
6879 loaded `xscheme' which redefined run-scheme.
6880 (run-scheme): Use cmuscheme-program-name.
6882 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
6884 * play/doctor.el (doctor-death): Update the Samaritans'
6885 anonymous address, and add a website for Befrienders International.
6887 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6889 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6890 Avoid compilation gripes. Doc fix.
6891 (ps-print-version): New version number (6.2).
6892 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6893 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6894 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6895 (ps-x-extent-priority, ps-x-extent-start-position)
6896 (ps-x-face-font-instance, ps-x-find-coding-system)
6897 (ps-x-font-instance-properties, ps-x-make-color-instance)
6898 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6899 avoid compilation gripes without defining functions.
6900 (ps-e-find-composition): Alias for function find-composition, to have a
6901 suitable function depending on Emacs version.
6902 (ps-color-device, ps-color-values, ps-face-foreground-name)
6903 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6904 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6905 (ps-print-ensure-fontified): Function definitions surrounded by
6906 `eval-and-compile' to avoid compilation gripes.
6907 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6908 by symbol-value to avoid compilation gripes.
6909 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6910 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6912 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6914 * startup.el (normal-top-level): Call `frame-set-background-mode'
6915 after `frame-notice-user-settings' because the latter doesn't call
6916 the former on a tty.
6918 * faces.el (frame-set-background-mode): `unspecified' &c are
6919 symbols, not strings.
6921 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6923 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6924 why some "light*" colors are deliberately absent from the alist.
6926 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6927 Change colors for tty's, as suggested by Miles Bader.
6929 2000-10-19 Kenichi Handa <handa@etl.go.jp>
6931 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
6932 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6933 for ISO10646-1 fonts.
6934 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6936 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6938 * faces.el (frame-set-background-mode): If a tty frame defines a
6939 background color, use that to compute the background mode, instead
6940 of always defaulting to "dark".
6942 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6944 * comint.el (comint-write-output): New function.
6945 (comint-mode-map): Add it to the menu.
6946 Bind `C-c C-s' to comint-write-output.
6948 2000-10-18 Gerd Moellmann <gerd@gnu.org>
6950 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6951 Use fancy-splash-delay.
6953 2000-10-18 Alex Schroeder <alex@gnu.org>
6955 * progmodes/sql.el (sql-sybase-options): New option.
6956 (sql-sybase): Use it. Add sql-database to the list of parameters
6957 provided for login. The options -w 2048 -n are not used any more.
6959 * comint.el (comint-read-input-ring): Bugfix such that the first
6960 and the last entry of the input ring file are not lost.
6962 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6964 * ps-print.el: Internal variable changes to defcustom,
6965 make-local-hook changes to defvar. Doc fix.
6966 (ps-print-version): New version number (6.1).
6967 (ps-setup, ps-do-despool): Code fix.
6968 (ps-printer-name): Customization fix.
6969 (ps-printer-name-option): Now is a defcustom instead of an
6971 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6972 (ps-print-begin-column-hook): Now are defvar instead of
6975 2000-10-18 Miles Bader <miles@gnu.org>
6977 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6978 (comint-kill-output): Changed into an alias for `comint-delete-output',
6980 (comint-mode-map): Rename references to comint-kill-output.
6982 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6984 * diff-mode.el (diff-header-face, diff-file-header-face)
6985 (diff-changed-face): Add bold and italic attributes to tty faces.
6986 (diff-function-face): New face.
6987 (diff-font-lock-keywords): Use it.
6989 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6991 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6992 Remove commented-out call to force-mode-line-update.
6993 (comint-kill-output): Use `forward-line 0' instead of
6994 beginning-of-line to make sure we get past the prompt.
6996 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6998 * diff-mode.el (diff-header-face, diff-file-header-face):
6999 Add specific setting for dark background.
7000 (diff-context-face): Renamed from diff-comment-face.
7001 Set explicitly rather than inheriting from font-lock-comment-face.
7003 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7005 * startup.el (command-line): Move the code which sets the default
7006 TTY colors to before before-init-hook.
7008 2000-10-17 Gerd Moellmann <gerd@gnu.org>
7010 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7012 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7014 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7015 extensions, for MS-DOS.
7017 * diff-mode.el (diff-header-face, diff-file-header-face)
7018 (diff-changed-face): Define tty-specific colors.
7020 2000-10-17 Gerd Moellmann <gerd@gnu.org>
7022 * startup.el (fancy-splash-text): Realign the text.
7024 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7026 * font-lock.el (font-lock-comment-face): Define a separate default
7027 for dark-background tty's.
7029 2000-10-17 Miles Bader <miles@gnu.org>
7031 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7032 being obscured by whizzy mode-lines on graphics displays.
7034 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7036 * info.el (Info-title-1-face, Info-title-2-face)
7037 (Info-title-3-face): Define colors for tty's.
7038 (info-header-node): Remove unneeded tty-specific definition.
7040 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7042 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7043 reverse from the frame parameters, and don't invert foreground and
7046 2000-10-16 Miles Bader <miles@gnu.org>
7048 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7049 string "*Info*". Call propertized-buffer-identification to spruce
7052 2000-10-16 Gerd Moellmann <gerd@gnu.org>
7054 * help.el: Provide `help' for the sake of define-minor-mode
7055 which generates defcustoms with requires.
7057 * jit-lock.el (jit-lock-after-change): If we're in text that
7058 matches a multi-line font-lock pattern, make sure the whole text
7059 will be redisplayed.
7061 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7062 author's name is unknown.
7064 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7065 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7066 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7067 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7068 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7069 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7070 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7071 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7072 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7073 Add author information.
7075 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7077 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7078 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7079 full-color version (using the Gimp) to eliminate dithering artifacts.
7081 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7083 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7085 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7087 2000-10-15 Dave Love <fx@gnu.org>
7089 * progmodes/sh-script.el: Require skeleton and comint when compiling.
7091 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7093 * whitespace.el: Doc fixes.
7094 (top-level): Don't add hooks here.
7095 (whitespace-running-emacs): Deleted.
7096 (timer): Don't require.
7097 (whitespace): Add back :version conditional on xemacs test.
7098 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7099 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7100 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7101 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7102 Avoid specific xemacs test.
7103 (whitespace-global-mode): New option.
7104 (whitespace-global-mode): New command.
7105 (whitespace-unload-hook): New function.
7107 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
7108 (Info-fontify-node, Info-goto-node, Info-mode-menu)
7109 (Info-fontify-node): `Goto' goes to `Go to'.
7110 (Info-fontify-node): Add help-echo to xref links.
7112 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7114 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7116 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7118 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7119 Use plist-get and allow :inherit.
7121 * emacs-lisp/cl-macs.el (cl-do-arglist):
7122 Use plist-get and plist-member instead of memq.
7124 * emacs-lisp/ewoc.el (ewoc-location): New function.
7125 (ewoc-enter-after, ewoc-enter-before): Document return value.
7126 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7127 Don't need make-local-hook any more.
7128 (cvs-addto-collection): Return the new tin.
7129 (cvs-mode-insert): Jump to the new line.
7131 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7133 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7135 * font-lock.el (font-lock-syntactically-fontified): New var.
7136 (font-lock-fontify-syntactic-keywords-region): Use it.
7137 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7139 * diff-mode.el (diff-find-file-name): Fix regexp.
7141 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7142 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7144 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7145 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7146 (sh-mode): Don't make all vars local here.
7148 (sh-set-shell): Use dolist. Don't set indent-region-function.
7149 (sh-mode-syntax-table): Use pop.
7150 (sh-remember-variable): Use push.
7151 (sh-help-string-for-variable): Use memq.
7152 (sh-safe-backward-sexp): Remove.
7153 (sh-safe-forward-sexp): Add ARG.
7154 (sh-get-indent-info, sh-prev-stmt): Use it.
7155 (sh-prev-line): Simplify by using forward-comment.
7156 (sh-this-is-a-continuation): Simplify.
7157 (sh-learn-buffer-indent): Use dolist.
7158 (sh-do-nothing): Remove.
7159 (sh-set-char-syntax, sh-set-here-doc-region):
7160 Use inhibit-modification-hooks.
7161 (sh-name-style): Use mapcar and push.
7162 (sh-load-style): Use dolist.
7163 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7164 (sh-case, sh-while-getopts): Use propertize directly rather
7165 than sh-electric-rparen.
7167 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7169 * textmodes/tex-mode.el: Require CL when compiling.
7170 (tex-mode-syntax-table): Init immediately.
7171 (tex-mode-map): Bind M-RET to latex-insert-item.
7172 (latex-mode): Set indent-line-function to latex-indent.
7173 (tex-common-initialization): Don't setup the syntax-table any more.
7174 (latex-insert-item): New skeleton.
7175 (tex-next-unmatched-end): Fix copy/paste braino.
7176 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
7177 (latex-indent, latex-find-indent): New functions.
7178 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
7179 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7180 (tex-compilation-parse-errors): Use with-syntax-table.
7182 2000-10-15 Miles Bader <miles@gnu.org>
7184 * font-lock.el (font-lock-comment-face): Change dark-background,
7185 color, non-tty, default to `chocolate1'.
7187 2000-10-13 John Wiegley <johnw@gnu.org>
7189 * eshell/esh-util.el (require): Added a missing `require' form,
7190 needed when compiling (for an ange-ftp macro definition).
7192 2000-10-13 Dave Love <fx@gnu.org>
7194 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7196 2000-10-13 Gerd Moellmann <gerd@gnu.org>
7198 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
7200 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
7201 transparent -colors 8).
7203 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7205 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7206 that breaks with old list format timestamps.
7207 (time-stamp-warn-inactive, time-stamp-old-format-warn)
7208 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
7210 2000-10-13 John Wiegley <johnw@gnu.org>
7212 * align.el, pcomplete.el, calendar/timeclock.el,
7213 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7215 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
7216 faulty math, where holiday hours were being computing as seconds.
7218 2000-10-13 John Wiegley <johnw@gnu.org>
7220 * desktop.el (desktop-buffer-modes-to-save): Added a global for
7221 specifying what "other" kinds of buffers should be saved.
7222 This used to be hard-coded.
7223 (desktop-buffer-misc-functions): A global for specifying how
7224 auxiliary data should be determined for special buffer types.
7225 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7226 instead of hard-coding the special buffer types.
7227 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7228 auxiliary data, instead of hard-coding for Info buffers and dired.
7229 (desktop-buffer-info-misc-data): Aux function for determining Info
7230 buffer auxiliary info.
7231 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7232 (desktop-buffer-info): Changed this function to use the info
7234 (desktop-create-buffer): Be a little more careful about what
7235 `minor-mode' means before calling it. This is important for some
7238 2000-10-13 John Wiegley <johnw@gnu.org>
7240 * eshell/esh-util.el: Added a global form which declares an
7241 autoload for `parse-time-string', if that function is not already
7242 defined, and if parse-time.el is available on the user's system.
7244 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7245 to be aware of ange-ftp user info.
7246 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
7247 (eshell-ls-annotate): Use `eshell-file-attributes'.
7248 (eshell-ls-file): Made the user-id printing code a bit smarter.
7250 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7251 allow identification of alias user ids in remote directories.
7252 It's manual, but there's no other way to know when the current user
7253 on the local machine, is also the owning user on the remote machine.
7254 (fboundp): Bind `ange-cache'.
7255 (eshell-directory-files-and-attributes): Re-organized the logic a
7256 bit to use `eshell-file-attributes' instead of `file-attributes'.
7257 The former is more sensitive to directories that are read via FTP,
7258 and knows how to use ange-ftp to determine full attribute
7259 information, instead of just the name and last modtime.
7260 (eshell-current-ange-uids): Return the current user id when in a
7262 (eshell-parse-ange-ls): Parse a full directory listing that has
7263 been returned by ange-ftp.
7264 (eshell-file-attributes): This beefed up version of
7265 `file-attributes' is only special if the user is currently in a
7266 remote directory, in which case it does a lot of work to find out
7267 what the real attributes of a file are, as they appear on the
7268 remote machine. This makes usage of remote directories (i.e.,
7269 ange-ftp pathnames) much more useful. You can now use Eshell as a
7270 full-fledged FTP client, with much more manipulation ability than
7273 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7274 variable, which means that Eshell's du should always be preferred
7275 in remote directories.
7276 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7277 just `file-attributes'.
7278 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7279 when reading remote directories. This is an Eshell-specific
7280 variable (not part of ange-ftp).
7281 (eshell/ln): Bind `ange-cache'.
7282 (eshell/du): Added some extra logic for determining when to use
7283 Eshell's du (which is slow), and when to use the external version
7284 (which may or may not exist).
7286 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7287 Call `eshell-interactive-process', rather than using
7288 `get-buffer-process', since backgrounded processes don't count in
7289 the context of this function's logic.
7291 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7292 `forward-char', so that null strings are parsed correctly.
7294 2000-09-13 John Wiegley <johnw@gnu.org>
7296 * eshell/em-pred.el (eshell-pred-file-type)
7297 (eshell-pred-file-links, eshell-pred-file-size):
7298 Use `eshell-file-attributes'. This is more correct over ange-ftp.
7300 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7301 that remote file globbing is more efficient.
7303 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7304 gathering the files and attributes within a directory.
7306 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7307 the command line is a special file (not a regular file, directory
7308 or symlink), always attempt to call the external version of cat.
7310 2000-09-13 John Wiegley <johnw@gnu.org>
7312 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7313 Eshell-friendly version of find-tag.
7315 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7317 * image-file.el (image-file-name-extensions)
7318 (image-file-name-regexps): Add autoload cookies.
7320 2000-10-13 Kenichi Handa <handa@etl.go.jp>
7322 * international/mule-cmds.el (select-safe-coding-system): If FROM
7323 is string, show it in *Warning* buffer.
7325 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7327 * startup.el (normal-top-level): Use display-popup-menus-p instead
7329 (command-line): Use display-graphic-p instead of window-system.
7330 (command-line-1): Use display-popup-menus-p and display-mouse-p
7331 instead of window-system.
7333 2000-10-12 Sam Steingold <sds@gnu.org>
7335 * tooltip.el (tooltip-use-echo-area): New user variable.
7336 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7338 2000-10-12 Dave Love <fx@gnu.org>
7340 * recentf.el: Maintainer's checkdoc fixes.
7342 * startup.el (normal-top-level-add-subdirs-to-load-path):
7343 Use character class, not ASCII when matching file names.
7344 (fancy-splash-head): Add trailing slash to URL.
7345 (command-line): Don't require XPM support for toolbar.
7347 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7348 (cperl-invalid-face): Revert last change.
7349 (cperl-init-faces): Quote cperl-invalid-face.
7351 2000-10-12 Kenichi Handa <handa@etl.go.jp>
7353 * startup.el (fancy-splash-text): Remove superfluous quote.
7355 2000-10-12 Gerd Moellmann <gerd@gnu.org>
7357 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7358 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7359 (command-line-1): Don't use fancy-splash-pending-command.
7360 (fancy-splash-screens-1): Goto point-min after inserting text.
7362 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7364 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7365 instead of shared-lisp-mode-map.
7367 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7369 * faces.el (header-line): Change tty-variant to use underlining.
7371 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7372 (isearch-highlight): Restore lazy-isearch face properties at old
7373 position, and suppress them at new position.
7374 (isearch-dehighlight): Restore lazy-isearch face properties.
7375 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7376 over the real isearch overlay, but in that case, don't give it a
7377 face property. Use `push'.
7379 2000-10-12 Kenichi Handa <handa@etl.go.jp>
7381 * man.el (Man-getpage-in-background): Fix previous change.
7382 Decode the process output only when we are in multibyte mode.
7384 2000-10-11 Dave Love <fx@gnu.org>
7386 * info.el (Info-mode-menu): Fix some help.
7387 (info-tool-bar-map): Add entry for Info-last.
7389 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7390 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7391 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7392 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7393 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7394 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7395 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7396 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7397 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7398 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7399 Reduce colour requirements to 25 overall. (Probably wants
7400 revisiting from the originals to reduce further.)
7402 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7404 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7405 buffer-file-coding-system, instead of raw-text.
7406 (dehexlify-buffer): Bind coding-system-for-read to
7407 buffer-file-coding-system, instead of raw-text.
7409 2000-10-11 Sam Steingold <sds@gnu.org>
7411 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
7412 `underline' - fixes the bug introduced on 2000-09-21.
7414 2000-10-11 Dave Love <fx@gnu.org>
7416 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7417 Avoid compiler warnings.
7418 (scheme-mode): Doc fix.
7419 (scheme-font-lock-keywords-1): Match `define-syntax'.
7421 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
7423 * faces.el (frame-set-background-mode): Pay attention to saved
7424 face specs as well as default ones. Only do anything if the
7425 bg-mode or display-type has actually changed. Use `dolist'.
7426 (region): Make dark-background `region' face less in-your-face.
7428 2000-10-10 Sam Steingold <sds@gnu.org>
7430 * chistory.el, ielm.el, ledit.el:
7431 * progmodes/inf-lisp.el, progmodes/scheme.el:
7432 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7434 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7436 * textmodes/texinfo.el: Update copyright and fix typo.
7438 * desktop.el (desktop-modes-not-to-save): New var.
7439 (desktop-save-buffer-p): Use it.
7440 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7441 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7443 2000-10-10 Dave Love <fx@gnu.org>
7445 * toolbar/tool-bar.el (tool-bar-add-item)
7446 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
7448 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7449 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7450 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7451 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7452 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7453 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7454 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7455 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7456 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7457 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7458 the .xpms; probably need retouching.
7460 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7462 * subr.el (add-to-list): Add optional argument APPEND.
7463 * battery.el (display-battery): Use `add-to-list'.
7465 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7467 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7469 (zone, zone-when-idle, zone-leave-me-alone)
7470 (zone-pgm-whack-chars): Use new symbol properties.
7472 * battery.el (display-battery): Doc spelling fix.
7474 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7477 2000-10-09 Dave Love <fx@gnu.org>
7479 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7480 has been initialized before calling tool-bar-setup.
7481 (tool-bar-add-item-from-menu): Add autoload cookie.
7483 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7485 * menu-bar.el (send-mail-item-name): New function.
7486 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7487 of mail-user-agent in the menu. Don't display the "Send Mail"
7488 item if mail-user-agent is nil or its value is ignore.
7489 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7490 if read-mail-command is nil or its value is ignore.
7492 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7494 2000-10-09 Miles Bader <miles@gnu.org>
7496 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7498 * toolbar/left_arrow.xpm: Correct image size.
7500 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7501 will be done by the definition of `auto-compression-mode' if
7502 necessary. Move code to uninstall existing file-name handler
7503 before definition of `auto-compression-mode'.
7505 * image-file.el (auto-image-file-mode): Move to the end of the
7506 file, because `define-minor-mode' actually calls the mode-function
7507 if the associated variable is non-nil, which requires that all
7508 needed functions be already defined.
7510 * mouse.el (popup-menu): Balance parens.
7512 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7514 * mouse.el (popup-menu): Move the command call outside the loop
7515 so that popup-menu returns whatever the command returns.
7517 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7518 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7519 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7520 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7522 * vc.el (vc-version-diff): diff-switches can be a list.
7523 Use relative filenames for prettier output.
7525 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7526 (vc-post-command-functions): Remove old-VC compatibility code.
7528 * newcomment.el (comment-indent-default): Autoload.
7530 * font-lock.el (font-lock-defaults): Make buffer-local.
7531 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7532 (font-lock-choose-keywords):
7533 Ignore LEVEL unless KEYWORDS is a list of syms.
7534 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7535 Don't wrap regexp-opt things in \(...\) unnecessarily.
7537 * jit-lock.el: Don't require font-lock any more.
7538 (jit-lock-functions): Make buffer-local.
7539 (jit-lock-saved-fontify-buffer-function): Remove.
7540 (jit-lock-mode): Remove autoload cookie.
7541 Remove font-lock specific code.
7542 (jit-lock-unregister): Don't bother handling complex hooks any more.
7543 (jit-lock-refontify): New function.
7544 (jit-lock-fontify-buffer): Use it.
7545 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7546 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7547 Add optional args START and END.
7548 Never call font-lock-fontify-region directly.
7549 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7551 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7553 2000-10-08 Dave Love <fx@gnu.org>
7555 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7557 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7559 * play/studly.el (studlify-region, studlify-word): Add autoload
7562 * play/morse.el (morse-region, unmorse-region): Add autoload
7565 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7568 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7569 insist on symbols starting with word syntax.
7570 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7571 (eval-defun-1): Doc fix.
7572 (indent-sexp): Use nconc to build up indent-stack.
7574 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7575 Gnus with little use.
7576 (mail-setup-hook): Add mail-abbrevs-setup to options.
7578 * recentf.el: Doc fixes.
7580 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7583 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7584 without timezone and (8) with timezone to enforce some whitespace.
7585 Simplify code somewhat.
7587 * options.el (list-options): Doc that you should use customize.
7589 * iswitchb.el (iswitchb-mode): Add :require.
7591 * info.el (Info-goto-node, Info-menu): Doc fix.
7592 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7593 (info-tool-bar-map): New variable.
7594 (Info-mode): Use it.
7595 (Info-edit-map): Define all in defvar.
7596 (speedbar-attached-frame): Avoid compiler warning.
7598 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7599 (global-map): Bind [tool-bar] to a filtered map.
7600 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7601 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7603 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7605 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7606 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7607 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7608 icons, except up_arrow, which is left-arrow rotated.
7610 * imenu.el (imenu-add-to-menubar): Fix last change.
7612 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7614 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7615 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7617 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7619 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7620 typos in doc strings.
7622 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7623 the doc strings how to customize Font Lock faces.
7625 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7626 computing growth when dragging the header line.
7628 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7630 * simple.el (kill-line): Doc fix.
7632 2000-10-08 Miles Bader <miles@gnu.org>
7634 * faces.el (secondary-selection): Make foreground visible on tty.
7636 * jka-compr.el (auto-compression-mode): Move to the end of the
7637 file, because `define-minor-mode' actually calls the mode-function
7638 if the associated variable is non-nil, which requires that all
7639 needed functions be already defined.
7640 (with-auto-compression-mode): Add autoload cookie.
7642 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7644 * files.el (find-backup-file-name) [ms-dos]: If support for long
7645 file names is not available, behave as if version-control were set
7648 2000-10-07 Dave Love <fx@gnu.org>
7650 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7651 (browse-url-gnome-moz): New function.
7652 (browse-url-browser-function): Use it.
7653 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7655 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7657 * indent.el (tab-always-indent): New var.
7658 (indent-for-tab-command): Use it.
7660 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7661 raise an error. This way it can still default to a sane value.
7663 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7665 * startup.el (fancy-splash-screens): Use local rather than global map.
7666 Don't use `update-menu-bindings' any more.
7667 Get rid of assumptions about keymap representation.
7669 2000-10-06 Dave Love <fx@gnu.org>
7671 * textmodes/fill.el (sentence-end-double-space)
7672 (sentence-end-without-period): Doc fix.
7673 (adaptive-fill-regexp): Purecopy.
7674 (unjustify-current-line): Use line-end-position.
7675 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7677 * net/eudc-vars.el (eudc): Add :version, :link.
7679 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7681 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7682 Fix for define-minor-mode.
7683 (function-at-point): Alias to function-called-at-point.
7685 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7687 * simple.el (backward-word): Doc fix.
7689 * image-file.el (image-file-name-regexp): image-file-regexps ->
7690 image-file-name-regexps.
7691 (image-file-name-extensions): Add pbm.
7693 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7695 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7696 and add filename to the names so that diff-mode can jump to source.
7698 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7699 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7700 (tex-font-lock-keywords-1): Remove.
7701 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7702 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7703 (font-lock-default-fontify-region):
7704 Expand beg..end correctly when just following a multiline region.
7705 (font-lock-fontify-anchored-keywords):
7706 Include the anchor text as part of the multiline.
7708 2000-10-06 Gerd Moellmann <gerd@gnu.org>
7710 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7711 latter needs the autoloaded define-minor-mode macro during the
7714 * startup.el (command-line): For now, activate tool-bar-mode only
7715 if XPM images are supported.
7717 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7718 window by dragging a header-line at the top of the frame; that's
7719 confusing because the header-line doesn't move.
7720 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7721 of treating the event as a list. Some cleanup.
7723 2000-10-06 Miles Bader <miles@gnu.org>
7725 * simple.el (display-message-or-buffer): New function.
7726 (shell-command-on-region): Use `display-message-or-buffer'.
7728 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7731 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7732 (smbclient-prompt-regexp): Add usage note to doc string.
7733 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7734 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7735 Use add-hook for adding the comint filter function, and only do so
7736 if it's not already in the global hook list.
7737 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7738 to `make-local-variable'.
7739 (nslookup-font-lock-keywords): Remove prompt entry.
7740 (nslookup): Don't set the process-filter.
7741 (finger): Exit the loop correctly when the regexps list runs out.
7742 (ftp, smbclient, smbclient-list-shares):
7743 Set the real major mode immediately, not after execing.
7744 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7746 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7748 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7750 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7752 * which-func.el (which-func-format): Remove spurious space.
7753 (which-func-mode): Don't make it permanent-local.
7754 (which-func-ff-hook): Allow which-func-maxout to be nil.
7755 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7756 (which-func-mode): Simplify.
7757 Use post-command-idle-hook rather than post-command-hook.
7758 Go through all buffers and update their state.
7759 (which-function): Also try add-log-current-defun-function.
7761 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7762 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7763 Update call to with-vc-properties accordingly.
7764 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7765 (vc-revert-buffer): More careful about window selection and deletion.
7766 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7768 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7769 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7770 (cvs-dired-action): Change the default to quickdir.
7772 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7773 if comment-indent-function returns nil.
7774 (comment-indent-default): New function.
7775 (comment-indent-function): Use it and document the new semantics.
7777 * image-file.el: Docstring fixes.
7779 * help.el (help-xref-on-pp): Use match-string.
7780 (describe-variable): New arg BUFFER.
7781 Store the current buffer in the help-xref-stack.
7782 (temp-buffer-resize-mode): Use define-minor-mode.
7784 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7785 consistently with its docstring.
7786 Set jit-lock-first-unfontify-pos in an idempotent way.
7787 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7789 2000-10-05 Alex Schroeder <alex@gnu.org>
7791 * sql.el (sql-mysql-options): New variable.
7792 (sql-mysql): Use it.
7794 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7796 * image.el (image): New group.
7798 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7799 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7801 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7803 * net/net-utils.el (nslookup-font-lock-keywords)
7804 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7805 Ignore the value of wqindow-system; always define keywords
7807 2000-10-05 Kenichi Handa <handa@etl.go.jp>
7809 * startup.el (fancy-splash-screens): Remove the code for
7810 debugging; `(trace-to-stderr "EXITTT\n")'.
7812 2000-10-05 Miles Bader <miles@gnu.org>
7814 * diff-mode.el (diff-goto-source): Update call to
7815 `diff-hunk-status-msg' to reflect new REV variable.
7817 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7819 * progmodes/icon.el (icon-mode):
7820 Don't gratuitously override the default for comment-column.
7822 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7824 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7825 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7826 (jit-lock-functions): New var.
7827 (jit-lock-function-1): Use it if non-nil.
7828 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7829 Set the `fontified' property before doing the fontification to avoid
7830 repeatedly going through the same error.
7831 Don't turn errors into messages.
7832 (jit-lock-register, jit-lock-unregister): New functions.
7834 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7835 Use with-current-buffer.
7837 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7838 Turn comment into docstring.
7840 * apropos.el (apropos-mode): Use define-derived-mode.
7842 2000-10-04 Gerd Moellmann <gerd@gnu.org>
7844 * startup.el (fancy-splash-pending-command): New variable.
7845 (fancy-splash-pre-command): New function.
7846 (fancy-splash-screens): Rewritten.
7847 (command-line-1): If fancy-splash-pending-command is set, call it
7850 2000-10-04 Dave Love <fx@gnu.org>
7852 * toolbar/tool-bar.el (tool-bar-setup): New function.
7853 (tool-bar-mode): Use it.
7855 * subr.el (substitute-key-definition): Doc fix.
7856 (play-sound-file): New command.
7858 2000-10-04 Andre Spiegel <spiegel@gnu.org>
7860 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7861 vc-version-backup-file-name): New functions.
7863 * files.el (basic-save-buffer): Call vc-before-save before saving.
7865 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7866 vc-cvs-stay-local-p.
7868 * vc.el (vc-revert-buffer): Handle empty diff properly.
7869 (vc-version-backup-file): New function.
7870 (vc-checkout): Create a version backup if necessary.
7871 (vc-checkin): If a version backup file exists, delete it.
7872 (vc-version-diff): Diff locally using version backups, if available.
7873 (vc-revert-file): If there's a version backup, revert locally.
7874 (vc-transfer-file): Use version backup for base version, if
7875 available. If not, ask for confirmation whether to get it from the
7876 server. Update mode line before check-in.
7878 2000-10-04 Dave Love <fx@gnu.org>
7880 * toolbar/tool-bar.el (tool-bar-setup): New function.
7881 (tool-bar-mode): Use it.
7883 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7885 * net/net-utils.el (nslookup-font-lock-keywords)
7886 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7887 Only set if window-system is non-nil
7888 (net-utils-run-program): Returns buffer.
7889 (network-connection-reconnect): Added this function.
7892 Incorporates extensive cleanup and docfixes by
7893 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7894 Uses cl compile-time macros.
7895 (generic-mode-name, generic-comment-list)
7896 (generic-keywords-list, generic-font-lock-expressions)
7897 (generic-mode-function-list, generic-mode-syntax-table):
7899 (generic-mode-alist): Renamed to generic-mode-list.
7900 (generic-find-file-regexp): Default changed to "^#".
7901 (generic-read-type): Uses completing read on generic-mode-list.
7902 (generic-mode-sanity-check): removed this function.
7903 (generic-add-to-auto-mode): Removed this function
7904 (generic-mode-internal): Bind mode-specific definitions
7905 into function instead of putting them in alist.
7906 (generic-mode-set-comments): Reworked extensively.
7907 (generic-mode-find-file-hook): Simplified regexp searching
7908 (generic-make-keywords-list): Omit extra pair of parens
7910 * find-lisp.el (find-lisp-find-files-internal):
7911 Make sure directory name ends with "/".
7913 * generic-x.el (apache-conf-generic-mode):
7914 Regexp now allows leading whitespace.
7915 (rc-generic-mode): Added eval-when-compile
7916 around generic-make-keywords-list.
7917 Deleted duplicate regexp
7918 (rul-generic-mode): Added eval-when-compile
7919 around generic-make-keywords-list.
7920 (etc-fstab-generic-mode): New generic mode.
7921 (rul-generic-mode): Removed one eval-when-compile
7922 which caused a max-specpdl-size exceeded error.
7924 2000-10-04 Miles Bader <miles@gnu.org>
7926 * simple.el (minibuffer-temporary-goal-position): New variable.
7927 (next-history-element): Try to keep the position of point in the
7928 input string constant.
7930 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7931 (dired-do-create-files): If there's only one file, pass it in as
7932 the DEFAULT arg to dired-mark-read-file-name.
7934 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7936 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7937 (diff-goto-source): Be smarter when choosing REVERSE or not.
7939 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7940 (texinfo-mode-menu): Add an explicit shortcut for update all.
7942 2000-10-03 Andre Spiegel <spiegel@gnu.org>
7944 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7945 factorize backend-specific code cleanly (this was essentially
7946 conceived by Stefan Monnier).
7947 (vc-unregister): Function removed.
7948 (vc-revert-file): New function.
7949 (vc-revert-buffer): Delegate some of the work to it.
7951 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7952 default branch unconditionally.
7953 (vc-rcs-set-default-branch): New function.
7954 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7955 (vc-rcs-checkin): If an appropriate default branch has been set,
7956 force creation of that branch.
7957 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7958 code (as suggested by Stefan Monnier).
7960 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7962 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7963 highlighting overlay with a different face over the overlay
7964 isearch uses to highlight the current match because that can lead
7965 to bad face combinations.
7967 * loadup.el (toplevel): Load faces before isearch.
7969 * isearch.el (isearch-faces): New custom group.
7970 (isearch): New defface; was already tested for in the code.
7971 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7972 (isearch-highlight): Always use face `isearch'.
7974 2000-10-02 Dave Love <fx@gnu.org>
7976 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7977 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7978 comparison of opcode with operand.
7980 2000-10-03 Miles Bader <miles@gnu.org>
7982 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7983 buffer, since the echo area will now grow to accommodate them.
7985 2000-10-02 Andre Spiegel <spiegel@gnu.org>
7987 * vc-hooks.el (vc-registered): If FILE used to be registered under
7988 a certain backend, try that one first.
7990 * vc.el (vc-responsible-backend): Undo the previous change in the
7991 argument list. Handle multiple backends correctly.
7992 (vc-find-new-backend): Function removed.
7993 (vc-register): Use vc-responsible-backend, as before.
7994 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7996 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7998 * startup.el (fancy-splash-head): Change message below the
8001 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8003 * diff-mode.el (diff-goto-source): Emit a status message.
8004 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8005 (diff-test-hunk): Fix doc string.
8006 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8007 (diff-advance-after-apply-hunk): New variable.
8008 (diff-apply-hunk): Don't return a value.
8010 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8012 * vc.el (vc-editable-p): Minor optimization.
8013 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8014 (vc-find-new-backend): New function split from vc-responsible-backend.
8015 (vc-register): Use it.
8016 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8017 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8018 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8019 (vc-clear-headers): Don't use find-file.
8020 (vc-revert-buffer): Use `and' again (must have been a braino).
8021 (vc-switch-backend): Only prompt if requested.
8022 Short circuit if nothing is to be done.
8023 Don't use vc-resynch-buffer which could lose unsaved editing.
8024 (vc-default-receive-file): Update call to vc-unregister.
8025 (with-vc-file, vc-next-action-on-file):
8026 Use vc-backend rather than vc-registered.
8027 (vc-next-action-on-file): Use intern-soft.
8028 Deal with read-only *vc-diff* buffer.
8029 (vc-transfer-file): Docstring fix.
8031 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8032 (vc-rcs-receive-file): Avoid with-vc-properties.
8033 Update call to vc-unregister.
8034 Use constant `RCS' rather than (dynamically bound) var `backend'.
8036 2000-10-01 Andre Spiegel <spiegel@gnu.org>
8038 * vc.el (vc-next-action-on-file): Update mode line only if file
8040 (vc-start-entry): New argument initial-contents. Don't visit the file
8041 if it isn't already visited. Brought documentation up-to-date.
8042 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8043 (vc-checkin): New optional arg initial-contents, which is passed to
8045 (vc-finish-logentry): Make sure to bury log buffer only if there
8046 really is one. Call `vc-resynch-buffer' on log-file, not
8048 (vc-default-comment-history, vc-default-wash-log): New functions.
8049 (vc-index-of): Removed.
8050 (vc-transfer-file): Make do without the above.
8051 (vc-default-receive-file): Call comment-history unconditionally. Pass
8052 the resulting string to vc-checkin, instead of inserting it into the
8055 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8056 unconditionally. Use the comments as initial contents of the log
8057 entry buffer. Document the trick to force branch creation with no
8060 2000-10-01 Miles Bader <miles@gnu.org>
8062 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8063 `recenter' with an arg to prevent redrawing the display.
8065 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8067 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8069 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8071 * progmodes/c-mode.el (c-mode):
8072 Don't gratuitously override the default for comment-column.
8074 * textmodes/tex-mode.el (latex-metasection-list): New var.
8075 (latex-imenu-create-index): Use it.
8076 Move the regexp construction outside loops (and use push).
8077 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8078 (tex-font-lock-keywords): Moved from font-lock.el.
8079 (tex-comment-indent): Remove.
8080 (tex-common-initialization): Don't set comment-indent-function.
8081 (latex-block-default): New var.
8082 (tex-latex-block): Use it to provide a default choice.
8083 Add any unknown choice to latex-block-names.
8084 Insert [...] after {...}.
8085 (tex-last-unended-begin): Simplify regexp.
8086 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8087 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8088 (latex-mode): Set forward-sexp-function.
8090 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8091 Add regexp for @ignore ... @end ignore.
8092 (texinfo-heading-face): New face.
8093 (texinfo-font-lock-keywords): Use it.
8094 (texinfo-mode-menu): New menu.
8095 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8097 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8098 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8099 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8101 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8103 * delsel.el (delete-selection-mode): Use define-minor-mode.
8105 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8107 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8109 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8111 2000-09-30 Gerd Moellmann <gerd@gnu.org>
8113 * replace.el (keep-lines-read-args): New function.
8114 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8115 read arguments interactively. Add parameters RSTART and REND.
8116 Operate on the active region in Transient Mark mode.
8118 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8120 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8121 (authors-obsolete-files-regexps): New variable.
8122 (authors-add): Don't record changes in obsolete files.
8124 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8126 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8128 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8129 (comment-indent): Make sure there's a space between code and comment.
8130 Shift comments left to avoid going past fill-column.
8132 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8134 * startup.el (startup-echo-area-message): New function.
8135 (display-startup-echo-area-message): Use it.
8136 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8137 (fancy-splash-default-action): New function.
8138 (fancy-splash-screens-1): New function.
8139 (fancy-splash-head): Put a help-echo and a keymap under the image.
8141 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8143 * diff-mode.el (diff-add-log-file-name): Remove.
8144 (diff-mode): Use add-log-buffer-file-name-function.
8146 * add-log.el (find-change-log): New arg BUFFER-FILE.
8147 (add-log-file-name): Obey add-log-file-name-function.
8148 (add-log-buffer-file-name-function): New var.
8149 (add-change-log-entry): Use it.
8151 2000-09-29 Miles Bader <miles@gnu.org>
8153 * image-file.el (image-file-name-extensions): New variable.
8154 (image-file-name-regexps): Renamed from `image-file-regexps'.
8155 New default value is nil. Call `auto-image-file-mode'.
8156 (image-file-name-regexp): New function.
8157 (auto-image-file-mode): New minor mode.
8158 (insert-image-file): Don't make conditional on the image-file
8159 handler being enabled.
8160 (image-file-handler): Make the call here conditional instead.
8161 (set-image-file-handler-enabled, enable-image-file-handler)
8162 (disable-image-file-handler): Functions removed.
8164 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8167 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8169 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8170 it's a function from CL.
8171 (latex-imenu-create-index): Replace eval-when-compile with progn
8172 because latex-section-alist is not bound while compiling.
8174 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8176 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8177 (outline-mode): Use define-derived-mode.
8179 * progmodes/perl-mode.el (perl-mode):
8180 * progmodes/awk-mode.el (awk-mode):
8181 * progmodes/asm-mode.el (asm-mode):
8182 Don't gratuitously override the default for comment-column.
8184 * emacs-lisp/lisp.el (lisp-complete-symbol):
8185 Distinguish the let-binding case from the funcall case.
8186 (forward-sexp-function): New variable.
8187 (forward-sexp): Use it.
8189 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8190 (easy-mmode-defmap): Remove the now useless autoload.
8192 * time.el (display-time-mode): Use define-minor-mode.
8194 * subr.el (add-minor-mode): Don't eval NAME.
8195 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8196 Use if rather than cond.
8198 * simple.el (read-expression-map): Define more properly.
8199 (comment-indent-hook): Remove.
8200 (string-to-syntax): Bug fix.
8202 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8203 (cvs-ediff-diff): Fix typo.
8204 (cvs-revert-if-needed): Don't bother preserving read-only.
8206 * paren.el (show-paren-mode): Use define-minor-mode.
8208 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8209 (toggle-auto-compression): Remove.
8210 (jka-compr-build-file-regexp): Remove useless grouping.
8212 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8213 Avoid user-reserved bindings.
8214 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8215 (diff-header-face): Revert to grey85.
8217 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8219 * complete.el (partial-completion-mode) <defcustom>: Remove.
8220 (partial-completion-mode): Use define-minor-mode.
8221 (PC-do-completion): Understand `completion-auto-help = delay'
8222 to mean to popup the completion buffer only the second time.
8223 (PC-include-file-all-completions, PC-include-file-all-completions)
8224 (PC-include-file-all-completions): Don't quote lambda.
8226 * comint.el (comint-mode-hook): Docstring fix.
8227 (comint-mode): Use define-derived-mode.
8228 (comint-mode-map): Remove obsolete comment.
8229 (make-comint): Minor stylistic change.
8230 (comint-insert-clicked-input): Be more careful to find the overlay.
8231 Use this-command-keys rather than hardcoding mouse-2.
8233 * font-lock.el: Replace confusing (,@ with ,
8234 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8235 Don't use regexp-opt-depth. Spice up the regexp for args.
8236 Don't distinguish between cmds that can take an opt arg or not.
8237 Use `append' and `prepend' rather than `keep'.
8239 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8240 (latex-outline-regexp): New var.
8241 (latex-outline-level): New fun.
8242 (latex-section-alist): New var.
8243 (latex-imenu-create-index): Use it. Use `push' as well.
8244 (tex-shell-map): Initialize it properly.
8245 (tex-mode): Minor stylistic change.
8246 (plain-tex-mode): Use define-derived-mode.
8247 (latex-mode): Use define-derived-mode.
8248 Construct the paragraph regexps in a more readable way.
8249 Set the buffer-local outline-{level,regexp} vars.
8250 (slitex-mode): Derive from latex-mode.
8251 (tex-common-initialization): Don't kill-all-vars anymore.
8252 Add setting for comment-add and font-lock-defaults.
8253 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8254 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8255 (tex-start-tex): New arg DIR (and send a chdir command for it).
8256 Also display the shell buffer and save it in tex-last-buffer-texed.
8257 (tex-region): Use expand-file-name rather than concat.
8258 Remove code made useless by changes in tex-start-tex.
8259 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8261 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8263 2000-09-28 Dave Love <fx@gnu.org>
8265 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8267 2000-09-28 Gerd Moellmann <gerd@gnu.org>
8269 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8272 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8274 * info.el (Info-extract-pointer): Undo last change.
8275 Instead, fix the position of the `bound' arg to re-search-backward.
8277 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8279 * info.el (Info-extract-pointer):
8280 Widen more carefully, to avoid finding pointers in other nodes.
8281 (Info-index): Use push.
8283 2000-09-27 Gerd Moellmann <gerd@gnu.org>
8285 * frame.el (set-frame-font): Remove call to obsolete function
8287 (set-foreground-color, set-background-color): Likewise for
8288 frame-update-face-colors.
8290 2000-09-27 Miles Bader <miles@gnu.org>
8292 * image-file.el: New file.
8294 2000-09-27 Gerd Moellmann <gerd@gnu.org>
8296 * frame.el (frame-notice-user-settings): Don't call
8297 frame-update-faces, which is a no-op now.
8299 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8302 2000-09-27 Dave Love <fx@gnu.org>
8304 * mouse.el: Fix last change.
8306 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8308 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8310 2000-09-22 Kenichi Handa <handa@etl.go.jp>
8312 * international/quail.el (quail-help): The output message is
8315 2000-09-26 Dave Love <fx@gnu.org>
8317 * mouse.el (popup-menu): If POSITION is nil, set it using
8320 2000-09-25 Sam Steingold <sds@gnu.org>
8322 * net/browse-url.el (browse-url-file-url): Check for null maps.
8324 2000-09-26 Gerd Moellmann <gerd@gnu.org>
8326 * frame.el (frame-notice-user-settings): Don't add a
8327 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8329 * frame.el (frame-notice-user-settings):
8330 Make tool-bar-mode and default-frame-alist consistent.
8332 * toolbar/tool-bar.el (tool-bar-help): New function.
8334 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8336 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8337 current-load-list in top-level forms. Else this leaks a cons cell
8338 every time a defun is called.
8340 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8342 2000-09-25 Dave Love <fx@gnu.org>
8344 * startup.el (fancy-splash-head): Check XPM is available.
8346 * autoinsert.el (auto-insert): Doc fix.
8347 (auto-insert-alist): Following GNU notices, don't say `copyright
8348 _by_'. Use line-beginning-position.
8349 (auto-insert): Check buffer-file-name is non-nil before use.
8351 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8353 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8354 starting with `@def' or `@multitable', in addition to ones
8355 specified by the user in auto-fill-inhibit-regexp.
8357 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
8359 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8360 rmail-dont-reply-to-names matches the empty string.
8362 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8364 * startup.el (command-line-1, fancy-splash-text): Change the
8365 text to sound more friendly.
8367 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8369 * progmodes/hideshow.el: Update author email address.
8370 Generally, sync w/ maintainer version 5.22.
8371 (hs-hide-all-non-comment-function): New var.
8372 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8373 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8374 (hs-show-region): Delete this command.
8375 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8377 2000-09-22 Dave Love <fx@gnu.org>
8379 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8380 (hl-line-highlight): Specify buffer when moving overlay.
8382 * progmodes/fortran.el (fortran-mode): Locally set
8383 normal-auto-fill-function.
8384 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8385 (fortran-mode-map): Adjust auto-fill menu entry.
8387 2000-09-22 Gerd Moellmann <gerd@gnu.org>
8389 * vc-rcs.el (toplevel): Require `vc' when compiling.
8391 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8393 2000-09-22 Andre Spiegel <spiegel@gnu.org>
8395 * vc.el (vc-switch-backend): Signal an error if the file is not
8396 registered under the new backend.
8398 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8399 without explicit revision number.
8401 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8403 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8404 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8405 (diff-xor): New function.
8406 (diff-find-source-location): Use it. Fix a stupid name clash.
8407 (diff-hunk-status-msg): New function.
8408 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8409 (diff-test-hunk): Use diff-find-source-location.
8410 (diff-goto-source): Favor the `reverse'.
8411 (diff-hunk-text): Properly handle one-sided context diffs.
8412 (diff-apply-hunk): When done, advance to the next hunk.
8414 2000-09-21 Gerd Moellmann <gerd@gnu.org>
8416 * startup.el (command-line): If frame was created with a non-zero
8417 tool-bar-lines parameter, switch tool-bar-mode on.
8419 * add-log.el (change-log-date-face, change-log-name-face)
8420 (change-log-email-face, change-log-file-face)
8421 (change-log-list-face, change-log-conditionals-face)
8422 (change-log-function-face, change-log-acknowledgement-face):
8423 New faces, inheriting from font-lock faces.
8424 (change-log-font-lock-keywords): Use them.
8426 2000-09-21 Dave Love <fx@gnu.org>
8428 * progmodes/cperl-mode.el (top-level): Clean up
8429 `eval-when-compile's and assorted defvars.
8430 (cperl-invalid-face): Don't double-quote value. Change custom
8432 (cperl-mode): Set normal-auto-fill-function and don't zap
8434 (cperl-imenu--function-name-regexp-perl): Renamed from
8435 imenu-example--function-name-regexp-perl.
8436 (cperl-imenu--create-perl-index): Renamed from
8437 imenu-example--create-perl-index.
8438 (cperl-xsub-scan): Don't require cl.
8440 * msb.el (msb-mode-map): Use substitute-key-definition.
8441 (msb-mode): Use msb-mode-map.
8443 2000-09-21 Andre Spiegel <spiegel@gnu.org>
8445 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8447 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8448 (vc-switch-backend): New function.
8449 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8450 (vc-register): Fix prompt.
8451 (vc-unregister, vc-default-unregister): New functions.
8452 (vc-version-diff): Handle empty buffer in sentinel.
8454 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8455 (vc-rcs-state-heuristic): Use it to guess the state of files with
8457 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8458 been set with -b, but not created yet.
8459 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8460 contents in order to find the state.
8461 (vc-rcs-checkin): Allow creation of branches with no changes.
8462 (vc-rcs-unregister, vc-rcs-receive-file)
8463 (vc-rcs-set-non-strict-locking): New functions.
8465 * vc-hooks.el (vc-name): Force correct computation of the value
8466 in case it is missing.
8468 2000-09-21 Gerd Moellmann <gerd@gnu.org>
8470 * startup.el (fancy-splash-tail): Use a different foreground
8471 color on a dark frame background.
8473 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8475 * info.el: Use the correct capitalization when making Info-mode
8476 and Info-edit-mode `special' modes.
8478 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8480 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8481 (diff-mode): Add support for add-log.el.
8482 (diff-hunk-text): Use char offsets rather than line offsets.
8483 (diff-find-source-location): Replace LINE with line-offset (nil
8484 if not found) and always set POS to a meaningful position.
8485 Adapt to the new char-offsets.
8486 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8487 Adapt to the new diff-find-source-location.
8488 (diff-goto-source): Adapt to the new diff-find-source-location.
8490 * add-log.el (add-log-file-name): New function (split out of
8491 add-change-log-entry).
8492 (add-change-log-entry): Use it.
8493 Call add-log-file-name-function with the changelog file name if
8494 the current buffer is not associated with any file.
8495 Avoid find-file if the selected window is dedicated.
8497 * diff-mode.el (diff-find-source-location):
8498 Move code from diff-apply-hunk. Return buffer rather than file.
8499 (diff-apply-hunk): Use the new result from diff-find-source-location.
8500 (diff-goto-source): Use the new diff-find-source-location.
8502 2000-09-20 Dave Love <fx@gnu.org>
8504 * iswitchb.el: Some doc fixes.
8505 (iswitchb-mode-map): Define completely initially. Inherit
8506 minibuffer-local-map.
8507 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8509 (iswitchb-global-map): New variable.
8510 (iswitchb-summaries-to-end): Amalgamate regexps.
8511 (iswitchb-mode): New.
8512 (iswitchb-mode-hook): New variable.
8513 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8516 2000-09-20 Gerd Moellmann <gerd@gnu.org>
8518 * ehelp.el (electric-help): New defgroup.
8519 (electric-help-shrink-window): New user-option.
8520 (with-electric-help): Use it.
8522 * window.el (shrink-window-if-larger-than-buffer): If face
8523 `mode-line' has a :box, and we're on a graphical frame, add 1
8524 to the needed window height.
8526 * frame.el (frame-notice-user-settings): Add a last parameter nil
8527 to a call to `append', because the last list passed to `append' is
8528 not copied, and so subsequent calls to assq-delete-all will modify
8529 default-frame-alist.
8531 * startup.el (fancy-splash-image): Change :type.
8532 (fancy-splash-head): Use an XBM image if appropriate.
8533 (command-line-1): Show splash screens in more cases.
8535 * startup.el (fancy-splash-text): Don't quote faces.
8537 * dired.el (dired-font-lock-keywords): Undo last change.
8538 (dired-readin): Bind indent-tabs-mode to nil.
8540 * startup.el (fancy-splash-head): If frame's background mode
8541 is `dark', change the black background of the image to gray.
8542 (fancy-splash-screens): Display startup echo area message.
8543 (display-startup-echo-area-message): New function.
8545 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8547 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8549 * info.el (info-header-node): Tweak for color ttys.
8551 * faces.el (face-valid-attribute-values): Make sure directories we
8552 search for stipples both exist and are readable before trying to
8555 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8556 in the dry-run case.
8558 * jka-compr.el (with-auto-compression-mode): New macro.
8560 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8561 (custom-group-tag-face, custom-variable-tag-face): Use relative
8562 :height and inherit from `variable-pitch' face instead of
8564 * hi-lock.el (hi-black-hb): Likewise.
8566 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8567 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8568 toolbar-add-item, if image doesn't have a mask add a `:mask
8571 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8573 * diff-mode.el: Docstring fixes.
8574 (diff-header-face, diff-comment-face): New faces.
8575 (diff-font-lock-keywords): Highlight a bit differently.
8576 (diff-find-source-location): Don't return SPAN any more.
8577 (diff-hunk-text): Don't bother erasing the temp buffer.
8578 (diff-find-text): Drop argument LINE.
8579 (diff-apply-hunk): Update calls to diff-find-text.
8580 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8582 * calendar/calendar.el: Docstring fixes.
8583 (calendar-make-alist): Don't quote lambda.
8584 (calendar-star-date): Use make-local-variable.
8586 2000-09-19 Dave Love <fx@gnu.org>
8588 * toolbar/tool-bar.el: Renamed from toolbar.el.
8589 Change `toolbar' to `tool-bar' generally in symbols.
8590 Make some items invisible in `special' major modes.
8591 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8594 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8596 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8598 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8600 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8602 * files.el (find-file-suppress-same-file-warnings): New user-option.
8603 (find-file-noselect): Use it.
8605 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8606 (fancy-splash-screen): Defgroup.
8608 * add-log.el (change-log-font-lock-keywords): Match names
8609 more exactly for the case that font-lock-constant-face is
8612 2000-09-19 Richard M. Stallman <rms@gnu.org>
8614 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8616 2000-09-19 Andre Spiegel <spiegel@gnu.org>
8618 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8620 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8622 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8623 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8624 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8625 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8626 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8627 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8628 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8629 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8630 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8631 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8632 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8633 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8635 * startup.el (fancy-splash-text): New variable.
8636 (fancy-splash-delay, fancy-splash-image): New user-options.
8637 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8638 (fancy-splash-screens): New functions.
8639 (command-line-1): If display has a `display' frame parameter, has
8640 colors, and we have XPM support, show more fancy splash screens.
8642 2000-09-19 Dave Love <fx@gnu.org>
8644 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8645 with null `help'. Use modern backquote syntax.
8647 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8649 * font-lock.el (font-lock-mode): Change message telling the user
8650 that ``the buffer is too big''.
8652 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8653 for instance for the case that tab-width is 2.
8655 2000-09-18 Gerd Moellmann <gerd@gnu.org>
8657 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8658 toolbar-add-item, if image doesn't have a mask add a `:mask
8661 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8663 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8664 and return a cons if it's non-nil.
8665 (diff-apply-hunk): Try to jump to the line in the source text
8666 corresponding to the position of point in the in the hunk.
8668 * info.el (Info-title-3-face, Info-title-2-face)
8669 (Info-title-1-face): Use face inheritance and relative sizes
8670 instead of hard-wiring things.
8672 * faces.el (secondary-selection): Make dark-background variant sane.
8674 2000-09-16 Andrew Innes <andrewi@gnu.org>
8676 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8677 read-only, since they aren't under VC now.
8679 2000-09-17 Dave Love <fx@gnu.org>
8681 * tmm.el: Replace mapcar with mapc in several places.
8683 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8686 * international/latin1-disp.el: New file.
8688 * calendar/cal-move.el (scroll-calendar-left)
8689 (scroll-calendar-right): Make arg optional (for active mode line).
8691 * calendar/calendar.el (calendar-mode-line-format): Make fields
8693 (calendar-read-date, calendar-read-date, calendar-window-list):
8695 (calendar-month-name): Use aref, not sref.
8697 * view.el (minor-mode-alist): Propertize the string.
8699 * international/characters.el (standard-case-table): Add entries
8702 2000-09-18 Miles Bader <miles@gnu.org>
8704 * info.el (info-node, info-xref): Add dark-background variants.
8706 * faces.el (header-line): Change defaults to be less confusing
8707 when mixed with mode-lines.
8709 * info.el (Info-fontify-node): Make a few cleanups.
8710 Add extra `help-echo' and `local-map' props to node xrefs.
8711 Use header-specific faces for node-names & xrefs.
8712 (Info-use-header-line): New variable.
8713 (info-header-xref, info-header-node): New faces.
8714 (Info-setup-header-line): New function.
8715 (Info-select-node): Call Info-setup-header-line when enabled.
8716 (Info-extract-pointer): Work even if the header line is hidden.
8717 (Info-header-line): New variable.
8719 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8721 * vms-patch.el (print-region-function): Don't quote lambda.
8723 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8725 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8726 (lm-get-header-re): Allow spaces between the header and the colon.
8727 (lm-header): Allow $ in non-RCS headers.
8728 (lm-header-multiline): Put the strings back into order.
8729 Stop at an empty line. Don't require two space chars if the
8730 line is clearly not another header line.
8732 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8733 (popup-menu-popup): Remove.
8735 2000-09-15 Gerd Moellmann <gerd@gnu.org>
8737 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8738 specification if or if not tool-bar item contains an `:enabled'
8741 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8742 current buffer has no file name.
8744 2000-09-15 Dave Love <fx@gnu.org>
8746 * strokes.el: Sync with maintainer's current version with changes
8747 for Emacs, but avoid runtime cl and levents.
8748 (toplevel): Change autoloads and compilation requires.
8749 (strokes-version, strokes-bug-address, strokes-lift): Values
8751 (strokes-xpm-header, strokes-insinuated): New variable.
8752 (strokes): Add :link.
8753 (strokes-mode): Customized.
8754 (strokes-while-inhibiting-garbage-collector): New macro.
8755 (strokes-remassoc): Avoid remove-if.
8756 (strokes-fix-button2-command): Don't use ad-do-it.
8757 (strokes-insinuate): New function.
8758 (strokes-button-press-event-p, strokes-button-release-event-p):
8759 New functions, used instead of non-`strokes-' versions..
8760 (strokes-mouse-event-p): Rewritten.
8761 (strokes-event-closest-point): Avoid event-point.
8762 (strokes-get-grid-position): Avoid cdadr, caadr
8763 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8765 (strokes-help): Use with-output-to-temp-buffer.
8766 (strokes-window-configuration-changed-p): New function.
8767 (strokes-update-window-configuration): Use buffer-live-p,
8768 strokes-window-configuration-changed-p.
8769 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8770 (strokes-char-face): New face.
8771 (strokes-char-table, strokes-base64-chars): New variable.
8772 (strokes-xpm-for-stroke, strokes-list-strokes)
8773 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8774 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8775 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8776 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8777 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8780 2000-09-15 Gerd Moellmann <gerd@gnu.org>
8782 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8784 * image.el (create-image): Doc fix.
8786 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8787 instead of `:heuristic-mask t'.
8789 2000-09-14 Andrew Innes <andrewi@gnu.org>
8791 * makefile.w32-in: Revert to Unix line endings.
8793 2000-09-14 Andrew Innes <andrewi@gnu.org>
8795 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8798 * makefile.nt (DONTCOMPILE): Fix typo.
8800 * shell.el (shell-write-history-on-exit): New function.
8801 (shell-dumb-shell-regexp): New custom variable.
8802 (shell-mode): Make shell-write-history-on-exit the process
8803 sentinel if shell name matches shell-dumb-shell-regexp.
8805 * w32-fns.el: Comment out before-init-hook function which resets
8806 source-directory based; this breaks bootstrap.
8808 2000-09-14 Dave Love <fx@gnu.org>
8810 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8811 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8812 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8813 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8814 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8815 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8816 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8817 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8818 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8820 * toolbar/toolbar.el: New.
8822 * subdirs.el: Add toolbar.
8824 2000-09-14 Gerd Moellmann <gerd@gnu.org>
8826 * indent.el (indent-for-tab-command): Doc fix.
8828 2000-09-14 Alex Schroeder <alex@gnu.org>
8830 * ansi-color.el (ansi-colors): Doc change.
8831 (ansi-color-get-face): Simplified regexp.
8832 (ansi-color-faces-vector): Added more faces, doc change.
8833 (ansi-color-names-vector): Doc change.
8834 (ansi-color-regexp): Simplified regexp.
8835 (ansi-color-parameter-regexp): New regexp.
8836 (ansi-color-filter-apply): Doc change.
8837 (ansi-color-filter-region): Doc change.
8838 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8839 deal with zero length parameters.
8840 (ansi-color-apply-on-region): Doc change.
8841 (ansi-color-map): Doc change.
8842 (ansi-color-map-update): Removed debugging message.
8843 (ansi-color-get-face-1): Added condition-case to trap
8844 args-out-of-range errors.
8845 (ansi-color-get-face): Doc change.
8846 (ansi-color-make-face): Removed.
8847 (ansi-color-for-shell-mode): New option.
8849 2000-09-13 Kenichi Handa <handa@etl.go.jp>
8851 * international/quail.el (quail-start-translation): Translate KEY
8852 if necessary even if it doesn't have any mapping in the current
8854 (quail-start-conversion): Likewise.
8855 (quail-help): The output message is improved.
8857 2000-09-13 Miles Bader <miles@gnu.org>
8859 * comint.el (comint-output-filter): Revert to using
8860 `insert-before-markers'. Add bletcherous hack to undo damage
8861 caused by `insert-before-markers'. Put `front-sticky' property on
8862 overlays created here so that the field code understands how the
8863 overlay works. Use a let when making comint-last-prompt-overlay,
8864 so that the code is easier to read.
8866 2000-09-13 Dave Love <fx@gnu.org>
8868 * wid-edit.el (widget-default-format-handler): DTRT when
8869 doc-property is a function.
8871 2000-09-12 Francesco Potorti` <pot@gnu.org>
8873 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8874 filed name if it's not there.
8876 2000-09-12 Dave Love <fx@gnu.org>
8878 * simple.el (read-mail-command): Doc fix.
8879 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8881 * vc.el (vc-dired-listing-switches): Fix :version.
8883 * vc-hooks.el: Doc fixes.
8885 * subr.el (add-minor-mode): Use toggle-fun arg.
8887 * speedbar.el: Add :version to several defcustoms.
8889 * imenu.el (imenu--truncate-items, imenu--cleanup)
8890 (imenu--generic-function): Avoid mapcar.
8891 (imenu--replace-spaces): Function removed.
8892 (imenu--completion-buffer): Use subst-char-in-string.
8893 (imenu-add-to-menubar): Use keymap inheritance.
8895 2000-09-12 Miles Bader <miles@gnu.org>
8897 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8898 (diff-mode-map): Bind `diff-test-hunk'.
8899 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8901 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8903 * bytecomp.el (byte-compile-defvar): Undo last change
8904 because it breaks '(make-variable-buffer-local (defvar ...)'
8905 which is used at least in dired.
8907 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8909 * international/quail.el (quail-define-package): Docstring
8912 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8914 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8915 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8916 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8917 docstring of "chinese-py".
8919 * international/quail.el (quail-translation-docstring): New
8921 (quail-show-keyboard-layout): Docstring modified.
8922 (quail-select-current): Likewise.
8923 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8924 infinite recursive call.
8925 (quail-help): Check quail-translation-docstring. Format of the
8927 (quail-help-insert-keymap-description): Adjusted for the above
8930 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8932 * bytecomp.el (byte-compile-defvar): Only cons onto
8933 current-load-list in top-level forms. Else this leaks a cons cell
8934 every time a defun is called.
8936 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8938 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8939 Now understands non-unified diffs. Some functionality moved into
8940 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8941 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8942 modify anything. Only reposition point in the patched file if the
8943 patch succeeds. Only pop up another window if POPUP is true.
8944 Emit a message describing what happened if successful, and at what
8945 line-offset. Automatically detect reversed hunks and do something
8947 (diff-hunk-text, diff-find-text): New functions.
8948 (diff-filter-lines): Function removed.
8949 (diff-test-hunk): New function.
8950 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8952 2000-09-10 Dave Love <fx@gnu.org>
8954 * textmodes/tildify.el: Minor doc/commentary fixes.
8955 (tildify) <defgroup>: Add :version.
8957 * faces.el (face-x-resources): Make custom type more specific.
8958 (frame-background-mode): Use mapc.
8959 (region) <defcustom>: Add :version.
8961 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8963 * vc-sccs.el (vc-sccs-register):
8964 * vc-rcs.el (vc-rcs-register):
8965 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8966 * vc.el (vc-register): Clear file's properties.
8968 2000-09-08 Gerd Moellmann <gerd@gnu.org>
8970 * faces.el (face-spec-set): Only face-spec-reset-face when
8973 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8975 * help.el (help-insert-xref-button): Fix a typo in doc string.
8977 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8979 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8980 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8983 * menu-bar.el (read-mail-item-name): New function.
8984 (menu-bar-tools-menu): Use it to compute and display the package
8986 (menu-bar-tools-menu): Fix typo in GUD's help string.
8988 2000-09-07 Dave Love <fx@gnu.org>
8990 * diff-mode.el (diff-mouse-goto-source): New function.
8992 * vc-sccs.el: Doc fixes.
8993 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8995 * vc-rcs.el: Doc fixes.
8996 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8997 (vc-rcs-checkout-switches, vc-rcs-header)
8998 (vc-rcs-master-templates): Add or change :version.
9000 * vc-cvs.el: Doc fixes.
9001 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9002 (vc-cvs-stay-local): Add :version.
9004 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9006 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9008 * international/quail.el (quail-help): Fix previous change.
9010 2000-09-07 Gerd Moellmann <gerd@gnu.org>
9012 * faces.el (color-values): Doc fix.
9014 * faces.el (frame-set-background-mode): Use frame-parameter
9015 instead of frame-parameters.
9017 * frame.el (filtered-frame-list): Reduce consing.
9018 (frames-on-display-list): Call frame-parameter instead of
9021 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9023 * language/devan-util.el (devanagari-to-indian-region): In the
9024 loop, change the following char, not preceding char.
9026 2000-09-07 Gerd Moellmann <gerd@gnu.org>
9028 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9029 instead of frame-parameters.
9031 * faces.el (set-face-attribute): Simplify by calling
9032 internal-set-lisp-face-attribute with FRAME being 0.
9034 * vc.el: Remove `Id' version control keyword.
9036 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9038 * help.el (help-make-xrefs): Adjusted for the change of
9039 help-xref-mule-regexp.
9040 (help-insert-xref-button): New function.
9042 * international/mule-cmds.el (help-xref-mule-regexp-template):
9043 Include the pattern for character set.
9046 * international/quail.el: Don't require face.
9048 (quail-other-command): Dummy command to make quail-help work better.
9049 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9050 (quail-keyboard-layout-substitution): New variable.
9051 (quail-update-keyboard-layout): New function.
9052 (quail-keyboard-layout-type): New customizable variable.
9053 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9054 (quail-keyboard-translate): Pay attention to
9055 quail-keyboard-layout-substitution.
9056 (quail-insert-kbd-layout): New function.
9057 (quail-show-keyboard-layout): New function.
9058 (quail-get-translation): If the definition is a vector of length
9059 1, and the element is a string of length 1, return the character
9061 (quail-update-current-translations): Fix the case of
9062 relative-index out of range.
9063 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9064 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9065 Show key sequences for all available characters.
9066 (quail-help-insert-keymap-description): Don't show such verbose
9067 key bindings as quail-self-insert-command.
9069 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9070 Format changed, and each element now have extra documentations.
9071 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9072 Adjusted for the change of quail-cxterm-package-ext-info.
9074 2000-09-06 Gerd Moellmann <gerd@gnu.org>
9076 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9077 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9080 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9082 * vc.el: (toplevel): Don't require `dired' at run-time.
9083 (vc-dired-resynch-file): Remove autoload cookie.
9085 2000-09-05 Andre Spiegel <spiegel@gnu.org>
9087 * vc.el: Made several backend functions optional.
9088 (vc-default-responsible-p): New function.
9089 (vc-merge): Use RET for first version to trigger merge-news, not
9091 (vc-annotate): Handle backends that do not support annotation.
9092 (vc-default-merge-news): Removed. The existence of a merge-news
9093 implementation is now checked on caller sites.
9095 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9098 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9099 special case that has been removed from the default in vc-hooks.el.
9101 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9103 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9105 2000-09-05 Andre Spiegel <spiegel@gnu.org>
9107 * vc-hooks.el: Require vc during compilation.
9108 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9109 macro `with-vc-properties' in vc.el.
9110 (vc-file-getprop): Doc fix.
9111 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9113 * vc.el: Require dired-aux during compilation.
9114 (vc-name-assoc-file): Moved to vc-sccs.el.
9115 (with-vc-properties): New macro.
9116 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9117 vc-finish-steal): Use it.
9118 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9119 to the backend-specific function is now supposed to do the checkout,
9121 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9123 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9124 set file properties; that gets done in the generic code now.
9126 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9127 Changed parameter list, added code from vc.el that does the
9128 checkout, possibly with a double-take.
9130 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9131 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9132 the above under the new name.
9133 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9134 parameter list, added checkout command.
9135 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9136 properties; that gets done in the generic code now.
9138 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9140 * vc.el: Docstring fixes (courtesy of checkdoc).
9142 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9144 * vc.el (vc-checkout-writable-buffer-hook)
9145 (vc-checkout-writable-buffer): Remove.
9146 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9147 (vc-log-mode): Make it into a clean derived major mode.
9148 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9149 vc-log-mode if log-edit is not available.
9150 (vc-dired-mode-map): Don't set-keymap-parent yet.
9151 (vc-dired-mode): Do set-keymap-parent here.
9152 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9154 2000-09-05 Gerd Moellmann <gerd@gnu.org>
9156 * faces.el (set-face-attribute, face-spec-reset-face)
9157 (face-spec-set): Avoid consing by removing calls to `apply'.
9159 * frame.el (frame-parameter): Move to C code.
9161 2000-09-05 Dave Love <fx@gnu.org>
9163 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9164 insert-before-markers-and-inherit. Now checked systematically!
9166 2000-09-05 Alex Schroeder <alex@gnu.org>
9168 * sql.el (sql-postgres): Use sql-postgres-options.
9169 (sql-postgres-options): New variable.
9171 2000-09-05 Alex Schroeder <alex@gnu.org>
9173 * sql.el (sql-mode-menu): Work around missing variable mark-active
9175 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9176 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9179 2000-09-04 Gerd Moellmann <gerd@gnu.org>
9181 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9183 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9185 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9187 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9189 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9190 don't support anything else under SCCS yet.
9192 * vc-hooks.el: Minor doc fixes.
9194 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9196 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9197 not necessary. If verbose in state `needs-patch', do the same as
9198 under `up-to-date'. When NOT verbose and `needs-patch', check out
9199 latest version instead of `merge-news'.
9200 (vc-next-action-dired): Don't mess with default-directory here; it
9201 breaks other parts of dired. It is the job of the
9202 backend-specific functions to adjust it temporarily if they need it.
9203 (vc-next-action): Remove a special CVS case.
9204 (vc-clear-headers): New optional arg FILE.
9205 (vc-checkin, vc-checkout): Set properties vc-state and
9206 vc-checkout-time properly.
9207 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9208 (vc-print-log): Use new backend function `show-log-entry'.
9209 (vc-cancel-version): Do the checks in a different order. Added a
9210 FIXME concerning RCS-only code.
9212 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9213 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9215 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9217 * vc-hooks.el (vc-default-mode-line-string): Show state
9218 `needs-patch' as a `-' too.
9220 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9222 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9223 (vc-default-could-register): New function.
9224 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9225 (vc-resynch-buffer): Call vc-dired-resynch-file.
9226 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9227 vc-resynch-buffer instead of vc-resynch-window.
9228 (vc-next-action-dired): Don't redisplay here, that gets done as a
9229 result of the individual file operations.
9230 (vc-retrieve-snapshot): Corrected prompt order.
9232 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9234 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9236 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9237 hostname regexps. Updated all callers.
9238 (vc-cvs-responsible-p): Handle directories as well.
9239 (vc-cvs-could-register): New function.
9240 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9241 properties up-to-date.
9243 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9244 user whether to create one.
9246 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9248 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9249 check out a non-existing file.
9251 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9252 workfile does not exist.
9254 * vc.el (vc-version-diff): Use `require' to check for existence of
9257 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9259 * vc-cvs.el (vc-cvs-registered): Use new function
9260 vc-cvs-parse-entry to do the actual work.
9262 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9264 * vc-hooks.el (vc-find-backend-function): If function doesn't
9265 exist, return nil instead of error.
9266 (vc-call-backend): Doc fix.
9268 * vc.el (vc-do-command): Doc fix.
9269 (vc-finish-logentry): When checking in from vc-dired, choose the
9270 right backend for logentry check.
9271 (vc-dired-mode-map): Inherit from dired-mode-map.
9272 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9274 (vc-dired-state-info): Removed, updated caller.
9275 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9276 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9277 (vc-dired-listing-switches): New variable.
9278 (vc-directory): Use it, instead of dired-listing-switches.
9280 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9281 (vc-cvs-dir-state): New function.
9282 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9283 (vc-cvs-parse-entry): New function, also to be used in
9286 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9288 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9289 *or* single-window-frames.
9291 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9293 * vc.el (vc-update-changelog): Split into generic part and default
9294 implementation. Doc string adapted.
9295 (vc-default-update-changelog): New function. Call the `rcs2log'
9296 script in exec-directory, to fix a long-standing nuisance.
9298 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9299 simply signals an error.
9301 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9303 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9304 control-flow more clear and to avoid running `cvs' twice.
9306 * vc.el (vc-next-action-on-file): Doc fix.
9307 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9308 (vc-print-log): Eval `file' before constructing the continuation.
9310 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9312 * vc.el (vc-next-action-on-file): Corrected several messages.
9313 (vc-merge): Add prefix arg `merge-news'; handle it.
9315 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9316 is not reached. It is.
9317 (vc-cvs-merge): Set state to 'edited after merge.
9318 (vc-cvs-merge-news): Set workfile version to nil if not known.
9319 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9321 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9322 via stdout. (Merge from main line.)
9324 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9326 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9329 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9331 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9332 against kill-all-local-variables.
9333 (vc-log-edit): Don't save vc-parent-buffer any more.
9334 (vc-last-comment-match): Initialize to an empty string.
9335 (vc-post-command-functions): New hook.
9336 (vc-do-command): Run it.
9337 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9338 (vc-finish-logentry): Only add the comment to the ring if it's
9339 different from the last comment entered.
9340 (vc-new-comment-index): New function.
9341 (vc-previous-comment): Use it. Make the minibuffer message
9342 slightly less terse.
9343 (vc-comment-search-reverse): Make it work forward as well. Don't
9344 set vc-comment-ring-index if no match is found. Use
9345 vc-new-comment-index.
9346 (vc-comment-search-forward): Use vc-comment-search-reverse.
9347 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9348 define-derived-mode will do it for us. Bind `v' to a keymap that
9349 inherits from vc-prefix-map so that we can bind `vt' without
9351 (vc-retrieve-snapshot): Parenthesis typo.
9353 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9354 to 1. Make sure to switch to *vc* before looking for an error
9355 message. Use vc-parse-buffer.
9357 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9359 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9361 (vc-retrieve-snapshot): Split into two parts.
9362 (vc-default-retrieve-snapshot): New function.
9364 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9365 (vc-cvs-retrieve-snapshot): New function (untested).
9366 (vc-cvs-stay-local): Default to t.
9367 (vc-cvs-remote-p): New function and property.
9368 (vc-cvs-state): Stay local only if the above is t.
9369 (vc-handle-cvs): Removed.
9370 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9371 done via vc-handled-backends now.
9372 (vc-cvs-header): Escape Id.
9374 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9376 * vc.el (vc-do-command): Remove unused commands.
9377 (vc-version-diff): Make sure default-directory ends with a slash.
9378 Move the window commands into a vc-exec-after.
9379 (vc-print-log): Move more of the code into the `vc-exec-after'.
9381 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9383 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9384 (vc-print-log): Search current revision from beginning of buffer.
9385 (vc-revert-buffer): Clear echo area after the diff is finished.
9386 (vc-prefix-map): Removed definition of "t" for terse display in vc
9388 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9389 definition of "vt" for terse display.
9390 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9392 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9394 * vc.el (vc-exec-after): Avoid caddr.
9396 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9398 * vc.el (vc-exec-after): New function.
9399 (vc-do-command): Use it to add a termination message for async
9401 (vc-checkout): Try to handle a missing-backend situation.
9402 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9403 of a directory with a backend using async diffs.
9404 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9407 * vc-sccs.el (vc-sccs-state-heuristic): Use
9408 file-ownership-preserved-p.
9410 * vc-rcs.el (vc-rcs-state-heuristic): Use
9411 file-ownership-preserved-p.
9412 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9414 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9416 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9419 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9420 when there are no changes.
9422 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9424 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9426 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9428 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9430 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9432 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9433 the `fset' outside of the defvar so that it works even if
9434 vc-prefix-map was already defined.
9435 (vc-setup-buffer): New function, split out of vc-do-command.
9436 (vc-do-command): Allow BUFFER to be t to mean `just use the
9437 current buffer without any fuss'.
9438 (vc-version-diff): Change the `diff' backend operation to just put
9439 the diff in the current buffer without erasing it. Always use
9440 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9441 shrink-window-if-larger-than-buffer.
9442 (vc-print-log): Change the `print-log' backend operation to just
9443 put the log in the current buffer without erasing it. Protect
9444 shrink-window-if-larger-than-buffer.
9445 (vc-update-change-log): Fix setd typo.
9447 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9448 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9450 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9451 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9454 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9455 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9456 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9458 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9460 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9461 not possible, use vc-BACKEND-workfile-unchanged-p.
9462 (vc-default-workfile-unchanged-p): New function. Delegates to a
9463 full vc-BACKEND-diff.
9465 * vc-hooks.el (vc-simple-command): Removed.
9467 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9468 instead of vc-simple-command.
9469 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9470 avoid doing a diff when opening a file.
9471 (vc-rcs-state): Added check for unlocked-changes.
9472 (vc-rcs-header): Escape Id.
9473 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9474 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9477 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9478 (vc-sccs-diff): Remove optional arg CMP.
9479 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9480 SCCS-specific function.
9482 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9485 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9487 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9488 (with-vc-file, vc-merge): Use vc-editable-p.
9489 (vc-do-command): Remove unused var vc-file and fix the
9490 doubly-defined `status' var. Add a user message when starting an
9492 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9493 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9494 Use with-current-buffer.
9495 (vc-buffer-sync): Use unless.
9496 (vc-next-action-on-file): If the file is 'edited by read-only,
9497 make it read-write instead of trying to commit.
9498 (vc-version-diff, vc-update-change-log): Use `setq
9499 default-directory' rather than `cd'.
9500 (vc-log-edit): Don't forget to set default-directory in the
9503 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9504 (vc-sccs-state-heuristic): Use file-writable-p instead of
9506 (vc-sccs-checkout): Use `unless'.
9508 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9509 of comparing userids.
9510 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9511 Simplify the logic by eliminating unreachable code.
9512 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9513 just do a recursive call if we need to retry.
9514 (vc-rcs-checkout): Handle the case where rcs is missing by making
9515 the buffer read-write if requested and re-signalling the error.
9517 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9519 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9521 * vc-hooks.el (vc-handled-backends): Docstring change.
9522 (vc-ignore-vc-files): Mark obsolete.
9523 (vc-registered): Check vc-ignore-vc-files.
9524 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9527 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9529 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9531 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9532 files since ange-ftp already has vc-registered return nil.
9534 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9535 (vc-sccs-workfile-version): Use with-temp-buffer and new
9536 vc-parse-buffer and don't bother setting the property.
9537 (vc-sccs-add-triple): Use with-current-buffer and
9539 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9541 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9542 derives from the old vc-parse-buffer but uses the revision number
9543 rather than the date (much easier to compare robustly).
9544 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9545 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9546 locking-user more directly. Check strict locking and set
9547 checkout-model appropriately.
9548 (vc-rcs-parse-locks): Remove.
9549 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9550 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9551 (vc-rcs-system-release): Use with-current-buffer and
9553 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9555 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9556 (vc-simple-command): Docstring fix.
9557 (vc-registered): Align the way the file-handler is called with the
9558 way the function itself works.
9559 (vc-file-owner): Remove.
9561 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9562 extraction of fields and call to file-attributes because of a
9563 temporary bug in rcp.el.
9564 (vc-cvs-fetch-status): Use with-current-buffer.
9566 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9568 * vc.el (vc-do-command): Use file-relative-name.
9569 (vc-responsible-backend): Use vc-backend if possible.
9570 (vc-create-snapshot): Improve the `interactive' spec. Add support
9571 for branches and dispatch to backend-specific `create-snapshot'.
9572 (vc-default-create-snapshot): New function, containing the bulk of
9573 the old vc-create-snapshot.
9574 (vc-retrieve-snapshot): Improve the interactive spec.
9576 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9577 (vc-backend-hook-functions): Remove.
9578 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9579 (vc-backend): Reintroduce the test for `file = nil' now that I
9580 know why it was there (and added a comment to better remember).
9582 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9583 code from vc-sccs-hooks.el.
9584 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9586 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9587 and file-directory-p instead of file-exists-p.
9588 (vc-sccs-check-headers): Simplify the regexp.
9590 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9591 from vc-rcs-hooks.el. Don't require 'vc anymore.
9592 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9593 file-directory-p instead of file-exists-p.
9595 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9596 from vc-cvs-hooks.el.
9597 (proto vc-cvs-registered): Require 'vc-cvs instead of
9598 'vc-cvs-hooks. Don't require 'vc anymore.
9599 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9600 file-directory-p instead of file-exists-p.
9601 (vc-cvs-create-snapshot): New function, replacing
9603 (vc-cvs-assign-name): Remove.
9605 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9607 * vc-cvs.el (vc-cvs-header): New var.
9609 * vc-rcs.el (vc-rcs-exists): Remove.
9610 (vc-rcs-header): New var.
9612 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9613 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9614 (vc-sccs-header): New var.
9616 * vc.el (vc-do-command): Get rid of the `last' argument.
9617 (vc-header-alist): Remove, replaced by vc-X-header.
9618 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9619 (vc-dired-hook): Use expand-file-name instead of concat.
9620 (vc-directory): Use file-name-as-directory.
9621 (vc-snapshot-precondition, vc-create-snapshot)
9622 (vc-retrieve-snapshot): Allow the command to operate on any
9625 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9626 just removing the 'WORKFILE argument or by removing the 'MASTER
9627 argument and replacing `file' with (vc-name file).
9629 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9631 * vc.el: Update Copyright and add a crude list of backend funs.
9632 (vc-writable-p): New function.
9633 (with-vc-file): Use vc-writable-p.
9634 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9635 (vc-register): Avoid vc-name.
9636 (vc-locking-user): Remove.
9637 (vc-steal-lock): Make the `owner' arg non-optional.
9638 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9640 (vc-default-dired-state-info): Use vc-state instead of
9641 vc-locking-user and return special strings for special states.
9642 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9643 and get rid of one of the special CVS cases.
9644 (vc-cancel-version): prettify error message with \\[...].
9645 (vc-rename-master): New function.
9646 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9647 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9648 the CVS special case generic.
9649 (vc-default-record-rename): Remove.
9650 (vc-file-tree-walk-internal): Only call FUNC for files that are
9651 under control of some VC backend and replace `concat' with
9653 (vc-file-tree-walk): Update docstring.
9654 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9655 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9657 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9658 vc-sccs-record-rename. Use `find-file-noselect' rather than
9659 `find-file' and call `vc-rename-master' to do the actual move.
9660 (vc-sccs-diff): Remove unused `backend' variable.
9662 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9663 to delay loading of vc-sccs until it is really used.
9664 (vc-sccs-master-templates): Preload.
9665 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9666 (vc-sccs-project-dir): Remove (merged into
9667 vc-sccs-search-project-dir).
9668 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9669 rather than `concat', make sure it is preloaded and don't bother
9670 to check that the file actually exists.
9671 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9672 `locks' argument (use buffer's content instead) and eliminate n^2
9675 * vc-rcs.el: Update Copyright.
9676 (vc-rcs-rename-file): New function.
9677 (vc-rcs-diff): Remove unused `backend' variable.
9679 * vc-hooks.el: Update Copyright.
9680 (vc-backend): Don't accept a nil argument any more.
9681 (vc-up-to-date-p): Turn into a defsubst.
9682 (vc-possible-master): New function.
9683 (vc-check-master-templates): Use `vc-possible-master' and allow
9684 funs in vc-X-master-templates to return a non-existent file.
9686 * vc-cvs.el: Update Copyright.
9687 (vc-cvs-diff): Remove unused `backend' variable.
9688 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9690 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9692 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9694 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9695 since it can be called from vc-rcs.el.
9696 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9698 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9700 * vc.el (vc-version-diff): Expand file name read from the
9701 minibuffer. Handle the case when a previous version number can't
9702 be guessed. Give suitable messages when there were no differences
9704 (vc-clear-headers): Call backend-specific implementation, if one
9706 (vc-cancel-version): Made error checks generic. When done, clear
9707 headers generically, too.
9709 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9710 from vc-clear-headers in vc.el.
9712 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9714 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9715 optional. Handle the case when it's not there.
9717 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9719 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9721 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9723 * vc-hooks.el (vc-loadup): Remove.
9724 (vc-find-backend-function): Use `require'. Also, handle the case
9725 where vc-BACKEND-hooks.el doesn't exist.
9726 (vc-call-backend): Cleanup.
9728 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9730 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9731 vc-rcs-grab-templates)
9732 (vc-rcs-registered): Remove. The default function works as well.
9733 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9734 vc-sccs-grab-templates)
9735 (vc-sccs-registered): Remove. The default function works as well.
9737 * vc.el (vc-version-diff): Left out a vc- in call to
9739 (vc-default-dired-state-info, vc-default-record-rename)
9740 (vc-default-merge-news): Update for the new backend argument.
9742 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9743 using the default function.
9744 (vc-call-backend): If calling the default function, pass it the
9745 backend as first argument. Update the docstring accordingly.
9746 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9747 for the new backend argument.
9748 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9749 (vc-find-backend-function): Use the new name.
9750 (vc-default-registered): New function.
9752 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9754 * vc.el (vc-merge): Use vc-find-backend-function.
9756 * vc-hooks.el (vc-backend-functions): Remove.
9757 (vc-loadup): Don't setup 'vc-functions.
9758 (vc-find-backend-function): New function.
9759 (vc-call-backend): Use above fun and populate 'vc-functions
9761 (vc-backend-defines): Remove.
9763 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9765 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9766 Call vc-call-backend without the leading vc-.
9767 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9768 (vc-check-headers): Call vc-call-backend without the leading vc-.
9769 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9770 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9771 Call vc-call-backend without the leading vc-.
9773 * vc-cvs.el (tail): Provide vc-cvs.
9774 * vc-sccs.el (tail): Provide vc-sccs.
9775 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9777 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9778 (vc-make-backend-function, vc-call): Pass names without leading
9779 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9780 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9781 (vc-call-backend): Always try to load vc-X-hooks.
9782 (vc-registered): Remove vc- in call to vc-call-backend.
9784 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9786 * vc.el (vc-process-filter): New function.
9787 (vc-do-command): Setup `vc-process-filter' for the async process.
9788 (vc-maybe-resolve-conflicts): New function to reduce
9789 code-duplication. Additionally, it puts the buffer in
9790 `smerge-mode' if applicable.
9791 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9792 calling `merge-news'.
9793 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9794 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9795 interfacing to log-edit.el.
9796 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9797 log-edit is available.
9798 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9800 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9802 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9803 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9804 defvar and the initialization.
9805 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9807 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9808 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9810 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9812 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9814 * vc.el (vc-file-clear-masterprops): Removed.
9815 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9816 (vc-version-diff): Use buffer-size without argument.
9817 (vc-register): Heed vc-initial-comment.
9819 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9822 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9823 file name and workfile version.
9824 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9826 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9827 vc-file-clear-masterprops.
9829 * vc-sccs.el (vc-sccs-checkout): Removed call to
9830 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9831 rather than user login name.
9834 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9836 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9837 `want-differences-if-changed' and simplify.
9838 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9839 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9840 output (which is invalid for async vc-diff) to decide whether to
9841 do the revert silently or not.
9843 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9845 * vc-hooks.el (vc-loadup): Load files quietly.
9846 (vc-call-backend): Oops, brain fart.
9848 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9850 * vc-cvs.el (vc-cvs-state): Typo.
9851 (vc-cvs-merge-news): Return the status code rather than the error msg.
9853 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9855 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9856 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9857 vc-state or vc-up-to-date-p.
9858 (vc-merge): Use vc-backend-defines to check whether merging is
9859 possible. Set state to 'edited after successful merge.
9861 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9862 return that name. Redocumented.
9864 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9866 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9867 new `vc-state' semantics.
9868 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9869 'vc-locking-user to the current user.
9870 (vc-merge): Inline vc-backend-merge. Comment out code that I
9871 don't understand and hence can't adapt to the new `vc-state' and
9872 `vc-locking-user' semantics.
9873 (vc-backend-merge): Remove.
9875 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9876 rather than 'vc-locking-user.
9878 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9880 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9881 (vc-state): Don't use 'reserved any more. Just use the same
9882 convention as the one used for vc-<backend>-state where the
9883 locking user (as a string) is returned.
9884 (vc-locking-user): Update, based on the above convention. The
9885 'vc-locking-user property has disappeared.
9886 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9888 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9889 with a heuristic one.
9890 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9891 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9892 error. That allows us to get to 'needs-merge even in the
9893 stay-local case. There's still no way to detect 'needs-patch in
9894 such a setup (or to force an update for that matter).
9895 (vc-cvs-logentry-check): Remove, the default works as well.
9897 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9899 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9901 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9902 major-mode in which the buffer might have been put earlier. Use
9903 `remove' and `when'. Allow `okstatus' to be `async' and use
9904 `start-process' in this case.
9905 (vc-version-diff): Handle the case where the diff looks empty
9906 because of the use of an async process.
9908 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9910 * vc.el (vc-next-action-on-file): Removed optional parameter
9911 `simple'. Recompute state unconditionally.
9912 (vc-default-toggle-read-only): Removed.
9914 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9915 (vc-toggle-read-only): Undid prev change.
9917 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9918 vc-cvs-simple-toggle. Redocumented.
9919 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9920 (vc-cvs-toggle-read-only): Removed.
9922 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9924 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9925 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9926 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9927 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9928 still is. So maybe it should be removed.
9929 (vc-head-version, vc-find-binary): Remove.
9930 (vc-recompute-state): Move from vc-hooks.el.
9931 (vc-next-action-on-file): Add a `simple' argument to allow
9932 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9933 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9934 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9935 (vc-dired-mode-map): Properly defvar it.
9936 (vc-print-log): Call log-view-mode if available.
9937 (small-temporary-file-directory): defvar instead of use boundp.
9938 (vc-merge-news): Moved to vc-cvs.el.
9939 (vc-default-merge-news): New function.
9941 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9942 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9943 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9944 unknown `vc-latest-version' function. It should probably refer to
9945 vc-workfile-version or somesuch, but it's very unclear to me and I
9946 don't have SCCS to test things.
9948 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9949 (vc-sccs-state-heuristic): Fix typo.
9950 (vc-sccs-workfile-unchanged-p): Add missing argument.
9952 * vc-rcs.el: Require vc and vc-rcs-hooks.
9953 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9954 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9955 (vc-release-greater-or-equal-p): Move from vc.
9956 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9957 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9958 (vc-rcs-checkout): Add a missing `new-version' argument in the
9959 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9961 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9962 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9963 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9964 than the apparently unbound `workfile-version'.
9966 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9967 (vc-file-prop-obarray): Use `make-vector'.
9968 (vc-backend-functions): Add new hookable functions
9969 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9970 (vc-loadup): If neither backend nor default functions exist, use
9971 the backend function rather than nil.
9972 (vc-call-backend): If the function if not bound yet, try to load
9973 the non-hook file to see if it provides it.
9974 (vc-call): New macro plus use it wherever possible.
9975 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9976 nor `vc-find-binary' since it's only called from
9977 vc-mistrust-permission which is only used once the backend is known.
9978 (vc-checkout-model): Fix parenthesis.
9979 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9981 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9982 (vc-cvs-release, vc-cvs-system-release): Remove.
9983 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9984 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9986 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9987 (vc-cvs-toggle-read-only): First cut at a function to allow a
9988 cvs-status-free vc-toggle-read-only.
9989 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9990 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9991 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9992 (vc-cvs-checkout): Modify access rights directly if the user
9993 requested not to use `cvs edit'. And refresh the mode line.
9995 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9996 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9998 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10000 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10001 workfile' that got lost when the code was extracted from vc.el.
10002 And merged the tail with the rest of the code (not possible in the
10003 old vc.el where the tail was shared among all backends). And
10004 explicitly set the state to 'edited if `writable' is set.
10006 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10007 (vc-cvs-state): Be careful to return the value from
10008 vc-cvs-parse-state.
10009 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10010 property but return it instead. Also be careful to handle a nil
10011 or "" `rev' when workfile is non-nil (it was handled properly when
10014 * vc.el: Removed those pesky unnecessary `(function' quotes.
10015 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10016 directly in the defvar.
10017 (vc-do-command): Bind inhibit-read-only so as to properly handle
10018 the case where the destination buffer has been made read-only.
10019 (vc-diff): Delegate to vc-version-diff in all cases.
10020 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10021 (vc-annotate-mode-variables): Removed (code moved partly to
10022 defvars and partly to vc-annotate-add-menu).
10023 (vc-annotate-mode): Turned into a derived-mode.
10024 (vc-annotate-add-menu): Moved in code in
10025 vc-annotate-mode-variables.
10026 (vc-update-change-log): Use make-temp-file if available.
10028 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10030 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10031 `vc-checkout-model' updated to `vc-cvs-update-model'.
10033 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10035 * vc.el (vc-next-action-on-file): Added handling of state
10036 `unlocked-changes'.
10037 (vc-checkout-carefully): Is now practically obsolete, unless the
10038 above is too slow to be enabled unconditionally.
10039 (vc-update-change-log): Fixed typo.
10041 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10043 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10044 Now handles state `unlocked-changes'.
10045 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10047 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10049 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10050 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10051 `unlocked-changes'.
10052 (vc-rcs-workfile-unchanged-p): Renamed from
10053 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10054 function yet, but supposed to become one soon.
10056 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10058 (vc-call-backend): Changed error message.
10059 (vc-state): Added description of state `unlocked-changes'.
10061 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10063 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10064 always return t in CVS-controlled directories.
10066 * vc.el (vc-responsible-backend): New function.
10067 (vc-register): Largely rewritten.
10068 (vc-admin): Removed (implementation moved into vc-register).
10069 (vc-checkin): Redocumented.
10070 (vc-finish-logentry): If no backend defined yet (because we are in
10071 the process of registering), use the responsible backend.
10073 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10074 Updated function lists.
10075 (vc-call-backend): Fixed typo.
10077 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10079 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10080 Removed query option. Redocumented.
10082 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10084 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10086 * vc.el: Updated callers of `vc-checkout-required' to use
10087 `vc-checkout-model'.
10089 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10091 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10092 stuff updated to reference this function instead of the old
10093 `vc-backend-release-p'.
10095 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10097 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10098 vc-checkout-model. Return appropriate values. Updated callers.
10100 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10102 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10103 (vc-backend-revert): Function moved into `vc-revert';
10104 `vc-next-action' must be updated to accomodate this change.
10105 (vc-backend-steal): Function moved into `vc-finish-steal'.
10106 (vc-backend-logentry-check): Function moved into
10107 `vc-finish-logentry'.
10108 (vc-backend-printlog): Function moved into `vc-print-log'.
10109 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10110 (vc-backend-assign-name): Function moved into
10111 `vc-create-snapshot'.
10113 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10115 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10116 Rename to vc-checkout-model. Return appropriate values.
10119 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10120 to vc-checkout-model.
10121 (vc-checkout-required): Rename to vc-checkout-model.
10122 Re-implement and re-comment.
10123 (vc-after-save): Use vc-checkout-model.
10125 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10127 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10128 Update to use the vc-BACKEND-diff functions instead.
10129 `vc-diff' is now working.
10131 * vc-rcs.el (vc-rcs-logentry-check): New function.
10133 * vc-cvs.el (vc-cvs-logentry-check): New function.
10135 * vc-sccs.el (vc-sccs-diff): Function changed name from
10136 `vc-backend-diff'. This makes `vc-diff' work.
10138 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10139 of functions possibly implemented in a vc-BACKEND library.
10140 (vc-checkout-required): Fix bug that caused an error to be
10141 signaled during `vc-after-save'.
10144 This checkin is made with our new VC code base for the very first time.
10145 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10147 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10148 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10150 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10151 updated to `vc-uses-locking'.
10152 (vc-checkout-required): Call to backend function.
10153 `vc-checkout-required' updated to `vc-uses-locking' instead.
10155 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10156 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10158 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10159 to match the split into various backends.
10160 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10161 (vc-retrieve-snapshot): Bug fix.
10163 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10165 * vc-sccs.el (vc-sccs-release): Doc fix.
10167 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10169 * vc.el (vc-next-action-on-file): Bug found and fixed.
10170 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10171 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10173 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10174 (vc-rcs-checkout): Name space cleaned up. No more revision number
10175 crunching function names that are not prefixed with vc-rcs.
10176 (vc-rcs-checkout-model): Function added. References to
10177 `vc-checkout-model' replaced.
10179 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10181 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10182 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10183 still need to be split, and implemented for RCS).
10185 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10187 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10189 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10190 required by the vc.el file.
10192 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10193 required by the vc.el file.
10194 (vc-rcs-exists): Function added.
10196 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10197 required by the vc.el file.
10199 * vc.el (vc-admin): Updated to handle selection of appropriate
10200 backend. Current implementation is crufty and need re-thinking.
10202 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10204 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10206 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10207 beginning of annotate buffers correctly.
10209 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10210 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10211 functionality updated quite a lot to support multiple backends.
10212 Variables `vc-annotate-mode', `vc-annotate-buffers',
10213 `vc-annotate-backend' added.
10215 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10216 `vc-annotate-difference' added to supported backend functions.
10218 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10220 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10221 Use with-temp-file instead of /bin/sh. Merged from mainline
10223 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10225 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10227 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10229 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10231 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10233 * vc-hooks.el: vc-state-heuristic added to
10234 vc-backend-hook-functions.
10236 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10238 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10240 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10241 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10242 state to `reserved'.
10244 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10245 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10247 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10249 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10252 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10254 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10255 if defined. (Merged from main line, slightly adapted.)
10257 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10258 millenium problem (merged from mainline).
10260 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10262 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10263 part and moved the non-BACKEND stuff to vc.el.
10265 * vc.el: Split the annotate feature into a BACKEND specific part
10266 and moved it from the vc-cvs.el file to this one.
10268 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10270 * vc-hooks.el: Implement new state model.
10271 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10272 (vc-locking-user): Simplify. Now only needed if the file is
10273 locked by somebody else.
10274 (vc-lock-from-permissions): Remove. Functionality is in
10275 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10276 (vc-mode-line-string): New name for former vc-status. Adapted.
10277 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10279 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10280 Various simplifications and adaptations all over the place.
10282 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10283 Simplify and adapt the rest.
10285 * vc.el (vc-resynch-window): Add TODO comment: check for
10286 interaction with view mode according to recent RCS change.
10287 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10289 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10291 * vc.el: Convert the remaining function comments to docstrings.
10293 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10295 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10296 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10297 (vc-minor-part, vc-previous-version): Functions that operate and
10298 compare revision numbers got proper documentation. Comments added
10299 about their possible removal.
10301 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10303 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10304 the vc-backend.el files.
10306 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10308 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10309 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10310 (vc-rcs-previous-version): Functions added.
10312 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10314 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10316 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10318 * vc-hooks.el (vc-master-templates): Is really obsolete.
10319 Comment out the definition for now. What is the right procedure
10321 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10323 (vc-default-registered): Remove.
10324 (vc-check-master-templates): New function; does mostly what the
10326 (vc-locking-user): Don't rely on the backend to set the property.
10328 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10329 Rewrite documentation.
10330 (vc-rcs-templates-grabbed): New variable.
10331 (vc-rcs-grab-templates): New function.
10332 (vc-rcs-registered): Rewrite to use above mechanism.
10334 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10335 Rewrite documentation.
10336 (vc-sccs-templates-grabbed): New variable.
10337 (vc-sccs-grab-templates): New function.
10338 (vc-sccs-registered): Rewrite to use above mechanism.
10339 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10340 Don't throw the result, simply return it.
10342 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10343 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10344 (vc-cvs-registered): Does the check itself now. Simplify.
10346 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10349 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10351 * vc-cvs.el (vc-cvs-diff): New function.
10353 * vc-sccs.el (vc-sccs-diff): New function.
10355 * vc-rcs.el (vc-rcs-diff): New function.
10356 (vc-rcs-checkout): Bug (typo) found and fixed.
10357 (vc-rcs-register-switches): New variable.
10359 * vc.el (vc-backend-diff): Function removed and placed in the
10362 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10364 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10366 * vc.el (vc-backend-checkout): Function removed and replaced in
10367 the vc-backend.el files.
10369 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10371 * vc.el (vc-backend-admin): Removed and replaced in the
10372 vc-backend.el files.
10374 * vc.el (Martin): Removed all the annotate functionality since it
10375 is CVS backend specific.
10377 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10379 * spec.txt: Added specification of vc-state.
10381 * vc-sccs-hooks.el (vc-sccs-master-properties):
10382 Remove handling of vc-latest-version and
10383 vc-your-latest-version. What used to be vc-latest-version, is now
10384 returned as vc-workfile-version.
10385 (vc-sccs-workfile-version): Adapt.
10387 2000-09-04 Dave Love <fx@gnu.org>
10389 * vc.el: [Merged from mainline.]
10390 (vc-dired-mode): Make the dired-move-to-filename-regexp
10391 regexp match the date, to avoid treating date as file size.
10392 Add YYYY S option to WESTERN/
10394 2000-09-04 Dave Love <fx@gnu.org>
10396 * vc.el: Require `compile' when compiling.
10397 (vc-logentry-check-hook): New option.
10398 (vc-steal-lock): Use compose-mail.
10399 (vc-dired-mode-map): Defvar when compiling.
10400 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10401 vc-sccs.el and renamed. Callers changed.
10402 (vc-backend-checkout, vc-backend-logentry-check)
10403 (vc-backend-merge-news): Doc fix.
10404 (vc-default-logentry-check): New function.
10405 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10406 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10407 (vc-backend-merge): Doc fix. Use backend functions.
10408 (vc-check-headers): Use backend functions.
10410 * vc-cvs.el: Require vc when compiling.
10411 (vc-cvs-register-switches): Doc fix.
10412 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10413 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10414 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10415 New functions (code from vc.el).
10416 (vc-annotate-display-default): Fix interactive spec.
10417 (vc-annotate-time-span): Doc fix.
10419 * vc-rcs.el: Require vc when compiling.
10420 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10421 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10422 (vc-rcs-checkin): New functions (code from vc.el).
10423 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10425 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10427 * vc-sccs.el: Require vc when compiling.
10428 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10429 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10431 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10433 (vc-sccs-add-triple, vc-sccs-record-rename)
10434 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10435 (vc-sccs-admin): Doc fix.
10437 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10439 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10440 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10441 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10444 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10446 * vc-cvs.el: Moved the annotate functionality from vc.el.
10447 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10449 2000-09-04 Dave Love <fx@gnu.org>
10451 * vc.el (vc-backend-release): Call vc-system-release.
10453 * vc-sccs.el (vc-sccs-system-release):
10454 Renamed from vc-sccs-backend-release.
10456 * vc-rcs.el (vc-rcs-system-release):
10457 Renamed from vc-rcs-backend-release.
10459 * vc-cvs.el (vc-cvs-system-release):
10460 Renamed from vc-cvs-backend-release.
10462 2000-09-04 Dave Love <fx@gnu.org>
10464 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10466 (vc-backend-release): Dispatch to backend functions.
10467 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10468 probably needs attention.]
10470 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10471 (vc-sccs-backend-release): New function.
10473 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10474 (vc-cvs-backend-release): New function.
10476 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10478 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10479 (vc-default-dired-state-info): New function.
10480 (vc-dired-state-info): Dispatch to backends.
10481 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10483 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10484 from vc.el and renamed.
10486 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10488 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10489 (vc-version-other-window, vc-backend-assign-name): Removed
10490 references to vc-latest-version; sometimes changed into
10491 vc-workfile-version.
10493 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10494 vc-rcs-master-workfile-version.
10495 (vc-rcs-workfile-version): Use the above. Don't call
10496 vc-latest-version (that was unreachable code, anyway).
10497 (vc-rcs-fetch-master-properties): Doc fix.
10499 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10500 (vc-backend-hook-functions): Removed them from this list, too.
10501 (vc-fetch-properties): Removed.
10502 (vc-workfile-version): Doc fix.
10504 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10505 (vc-rcs-workfile-version, vc-rcs-locking-user)
10506 (vc-rcs-uses-locking): Use it.
10508 * vc-hooks.el (vc-consult-rcs-headers):
10509 Moved into vc-rcs-hooks.el, under the name
10510 vc-rcs-consult-headers.
10512 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10514 (vc-cvs-find-master): Use this name only; correct different
10515 versions of the name.
10517 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10519 (vc-sccs-locking-user): Use the latter.
10521 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10524 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10526 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10527 functions are implementation details of those two backends.
10529 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10531 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10532 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10534 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10535 (vc-sccs-parse-locks): SCCS-specific code moved here from
10538 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10539 code moved here from vc-hooks.
10541 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10542 into back-end specific parts and removed. Callers not updated
10543 yet; because I guess these callers will disappear into back-end
10544 specific files anyway.
10546 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10548 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10549 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10552 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10553 Store yes/no in the property, and return t/nil. Updated all
10556 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10557 vc-sccs-uses-locking. Don't set property.
10558 (vc-sccs-locking-user): Don't set property.
10560 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10561 vc-cvs-uses-locking. Don't set property here; leave that to
10563 (vc-cvs-locking-user): Reflect above change. Streamlined.
10565 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10566 vc-rcs-uses-locking.
10567 (vc-rcs-locking-user): Reflect above change.
10569 2000-09-04 Dave Love <fx@gnu.org>
10571 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10573 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10575 * vc-hooks.el (vc-checkout-model): Punt to backends.
10577 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10579 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10581 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10584 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10587 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10588 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10590 * vc-hooks.el (vc-default-locking-user): New function.
10591 (vc-locking-user, vc-workfile-version): Punt to backends.
10593 2000-09-04 Dave Love <fx@gnu.org>
10595 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10596 (vc-master-workfile-version): Moved from vc-hooks.
10598 * vc-rcs-hooks.el: Fix duplicate code in last change.
10600 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10601 (vc-rcs-master-templates): Improve :type.
10602 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10603 vc-master-workfile-version): Moved from vc-hooks.
10605 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10606 (vc-sccs-master-templates): Improve :type.
10607 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10609 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10611 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10612 (vc-cvs-master-templates): Improve :type. Use
10613 vc-cvs-find-cvs-master.
10614 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10616 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10618 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10619 Moved to vc-cvs-hooks.
10621 * vc-hooks.el: Add doc strings in various places. Simplify the
10623 (vc-handled-backends): New user variable.
10624 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10627 2000-09-04 Dave Love <fx@gnu.org>
10629 * vc.el: Some doc fixes for autoloaded and interactive functions.
10630 Fix compilation warnings from ediff stuff.
10631 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10633 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10635 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10637 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10639 2000-09-04 Dave Love <fx@gnu.org>
10641 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10643 (vc-make-backend-function, vc-loadup, vc-call-backend)
10644 (vc-backend-defines): New functions.
10646 * vc-hooks.el: Various doc fixes.
10647 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10648 (vc-match-substring): Function removed. Callers changed to use
10650 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10653 2000-09-04 Dave Love <fx@gnu.org>
10655 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10657 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10658 (vc-sccs-registered): Doc fix.
10660 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10661 (vc-cvs-registered): Doc fix.
10663 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10664 (vc-rcs-registered): Doc fix.
10666 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10668 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10670 * vc-hooks.el: vc-registered has been renamed
10671 vc-default-registered. Some functions have been moved to the
10672 backend specific files. they all support the
10673 vc-BACKEND-registered functions.
10675 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10677 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10679 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10681 2000-09-04 Dave Love <fx@gnu.org>
10683 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10684 menu-bar-update-hook.
10686 * help.el (help-manyarg-func-alist): Add
10687 find-operation-coding-system.
10689 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10691 * custom.el (custom-set-variables): Print message about errors in
10694 2000-09-03 Andrew Innes <andrewi@gnu.org>
10696 * makefile.w32-in: Change to DOS line endings.
10698 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10700 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10701 minor-mode keymaps, if they don't have one.
10703 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10705 * eshell/esh-module.el (eval-when-compile): Don't lose if
10706 esh-module.el's file name is truncated to DOS 8+3 limits.
10708 2000-09-01 John Wiegley <johnw@gnu.org>
10710 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10711 predicate, which caused entries in the completion list to be
10714 2000-08-30 John Wiegley <johnw@gnu.org>
10716 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10717 sending to subprocesses. Also, hook pre-command-hook if
10718 `eshell-send-direct-to-subprocesses' is non-nil.
10719 (eshell-send-direct-to-subprocesses): New config variable. If t,
10720 subprocess input is send immediately.
10721 (eshell-toggle-direct-send): New function.
10722 (eshell-self-insert-command): New function.
10723 (eshell-intercept-commands): New function.
10724 (eshell-send-input): If direct subprocess sending is enabled,
10725 don't echo any input to the Eshell buffer. Let the subprocess
10726 handle that. This requires "stty echo" in bash, for example.
10728 2000-08-28 John Wiegley <johnw@gnu.org>
10730 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10731 completion function for Eshell's implementation of `unset'.
10733 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10735 * info.el (Info-directory-list): Doc fix.
10737 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10739 * filecache.el (file-cache-add-directory-using-find): Don't quote
10740 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10742 2000-08-31 Kenichi Handa <handa@etl.go.jp>
10744 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10747 2000-08-30 Andrew Innes <andrewi@gnu.org>
10749 * timer.el (run-with-idle-timer): Undo last change, so that timer
10750 is not activated immediately if Emacs is already idle. Some
10751 existing code relies on this behaviour.
10753 2000-08-30 Miles Bader <miles@gnu.org>
10755 * frame.el (set-frame-font): Do completion of font-name for
10758 2000-08-30 Kenichi Handa <handa@etl.go.jp>
10760 * international/quail.el (quail-start-translation): Bind locally
10761 last-command-event, last-command, and this-command.
10762 (quail-start-conversion): Likewise.
10763 (quail-self-insert-command): Fix docstring.
10765 2000-08-29 Gerd Moellmann <gerd@gnu.org>
10767 * progmodes/executable.el
10768 (executable-make-buffer-file-executable-if-script-p): Check that
10769 buffer contains at least 2 characters.
10771 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10773 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10775 2000-08-29 Dave Love <fx@gnu.org>
10777 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10778 (diff-mode-shared-map): Bind mouse-2.
10779 (diff-imenu-generic-expression): New variable.
10780 (diff-mode): Use it.
10782 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10783 (mouse-popup-menubar): Add minor mode menus.
10784 (popup-menu): Check for lookup-key returning number.
10786 2000-08-29 Miles Bader <miles@gnu.org>
10788 * comint.el (comint-send-input): Create overlays using the proper
10789 front/read-advance arguments.
10791 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10793 * ps-print.el: Even/odd pages printing. Doc fix.
10794 (ps-print-version): New version number (6.0).
10795 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10796 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10797 (ps-print-duplex-feature): Variable eliminated.
10798 (ps-even-or-odd-pages): New variable.
10800 * progmodes/ebnf2ps.el: Doc fix.
10801 (ebnf-version): New version (3.3).
10802 (ebnf-user-arrow): Change variable customization to sexp.
10803 (ebnf-user-arrow): Function eliminated.
10804 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10806 2000-08-29 Kenichi Handa <handa@etl.go.jp>
10808 * help.el (help-xref-mule-regexp): New variable.
10809 (help-make-xrefs): Handle help-xref-mule-regexp.
10811 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10813 (describe-input-method): Temporarily activate the specfied input
10814 method to display the information.
10815 (describe-language-environment): Hyperlinks to mule related items.
10817 * international/mule-diag.el (charset-multibyte-form-string): New
10819 (list-character-sets-1): Use charset-multibyte-form-string.
10820 (describe-character-set): New function.
10821 (describe-coding-system): Hyperlinks to safe character sets.
10823 * international/quail.el (quail-help): New arg PACKAGE.
10824 Hyperlinks to mule related items.
10825 (quail-help-insert-keymap-description): Use
10826 substitute-command-keys instead of describe-bindings.
10827 (quail-translation-help): Hyperlinks to mule related items.
10829 2000-08-28 John Wiegley <johnw@gnu.org>
10831 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10832 have a defsubst call itself. Made `eshell-flatten-list' back into
10835 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10836 catch, in case re-centering point at bottom messes up the display.
10837 This happens frequently in Emacs 21, due I believe to variable
10840 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10841 to call `find-tag-interactive'.
10843 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10844 the list of remember directories.
10846 2000-08-28 John Wiegley <johnw@gnu.org>
10848 * align.el: Test align-region-separate to see if it's a symbol.
10850 2000-08-28 John Wiegley <johnw@gnu.org>
10852 * eshell/esh-util.el (eshell-flatten-list): Made this function
10853 into a defsubst form. It gets used very frequently, although
10854 calls don't occur all that often.
10856 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10859 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10860 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10862 (eshell-copy-handles): Created a new macro for duplicating the
10863 current set of open handles. This is needed by the looping
10865 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10866 is not incorrectly stomped on.
10868 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10869 declaration for pcomplete-use-paring.
10870 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10871 value of eshell-cmpl-use-paring.
10872 * pcomplete.el (pcomplete-use-paring): New config variable, to
10873 indicate whether paring should be used.
10874 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10875 completion alternatives that have already been used.
10877 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10878 bound to C-c C-y, which will repeat the previous N arguments
10879 (based on prefix argument).
10880 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10882 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10883 if there is no *Help* buffer. This is for XEmacs, which renames
10884 its help buffers uniquely. TODO: Find out what the current buffer
10887 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10888 first entry that correlates to a passwd/group number. Later
10889 entries (used for group/user name aliasing to multiple IDs) are
10892 * eshell/em-xtra.el (eshell/expr):
10893 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10894 (eshell-grep, eshell/diff, eshell/locate):
10895 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10896 argument list, before passing it to the system command.
10898 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10899 `find-tag' for use at final position in Eshell buffers (which
10900 otherwise triggers an error on Emacs 21).
10901 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10902 buffer, if it is currently bound to `find-tag'.
10904 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10905 in the list of matched Makefile names.
10906 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10907 directory, prefer its contents to Makefile.
10909 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10910 directory parts (like "cd old new", or "cd =regexp"), are now case
10911 sensitive on non-Windows/DOS platforms.
10913 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10914 types RET after an open delimiter (like "), display a message
10915 indicating that Eshell is waiting for the closing delimiter.
10917 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10918 environment variables.
10920 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10921 gracefully if the user enters incorrect arguments.
10923 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10926 * eshell/esh-var.el (eshell-interpolate-variable):
10927 * eshell/esh-mode.el (eshell-move-argument):
10928 * eshell/em-unix.el (eshell-du-sum-directory):
10929 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10930 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10933 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10934 to ensure the `preserve' flag gets propagated when doing recursive
10937 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10939 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10940 Don't convert \n into \0177 in memory.
10941 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10942 and back again, when reading and writing.
10944 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10946 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10947 testing of `fboundp' on `processp'.
10949 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10950 (eshell/jobs): Don't call process-list if it is not bound.
10951 (eshell-gather-process-output): Support systems where async
10952 subprocesses aren't supported.
10953 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10956 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10957 eshell-do-eval returns t.
10958 (eshell-do-pipelines-synchronously): New defmacro.
10959 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10960 when async subprocesses aren't supported.
10961 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10962 if async subprocesses aren't supported.
10963 (eshell-resume-command): Don't assume STATUS is a string.
10965 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10967 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10968 (eshell-close-target, eshell-get-target): Use eshell-processp.
10969 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10971 (eshell-get-target, eshell-create-handles): Doc fix.
10973 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10975 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10976 criterion to include commands that output something, as long as it
10977 leaves both the command and the end-of-buffer visible when the
10978 command has exited.
10979 (eshell-review-quick-commands): Adjust the help doc string
10982 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10984 * locate.el (locate): Cleaned up locate command's interactive prompting
10985 Thanks to Fran
\e,Ag
\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10987 * filecache.el (file-cache-case-fold-search): New variable
10988 (file-cache-assoc-function): New variable
10989 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10990 Use file-cache-case-fold-search variable
10991 (file-cache-add-file): Use file-cache-assoc-function
10992 (file-cache-delete-file): likewise
10993 (file-cache-directory-name): likewise
10994 (file-cache-debug-read-from-minibuffer): likewise
10996 2000-08-28 Gerd Moellmann <gerd@gnu.org>
10998 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10999 (abbrev-table-name): New function.
11000 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11001 If non-nil list local abbrev, only.
11003 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11005 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11006 from Gnus support code, and use special article copy buffer
11007 `(gnus-original-article-buffer)' instead. This allows to get rid
11008 of article-hide-headers usage (which breaks in the latest Gnus
11009 version). Thanks to Detlev Zundel.
11011 2000-08-28 Kenichi Handa <handa@etl.go.jp>
11013 * international/quail.el (quail-use-package): Hide "... loaded"
11015 (quail-start-translation, quail-start-conversion): Likewise.
11017 * international/kkc.el (kkc-region): Hide "... loaded" message.
11019 2000-08-27 Dave Love <fx@gnu.org>
11021 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11023 2000-08-27 Miles Bader <miles@gnu.org>
11025 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11027 2000-08-27 Kenichi Handa <handa@etl.go.jp>
11029 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11030 'ja-dic-cnv), not (require 'skkdic-cnv).
11032 2000-08-26 Miles Bader <miles@gnu.org>
11034 * faces.el (face-x-resources): Add entry for :inherit.
11035 * cus-face.el (custom-face-attributes): Add support for :inherit
11036 attribute. Add support for relative face heights.
11037 (custom-face-attributes-get): Treat `nil' as being a default value
11038 for :inherit (as well as `unspecified').
11040 * faces.el (set-face-attribute): Update doc string.
11041 (face-attribute-name-alist): Add :inherit.
11042 (face-valid-attribute-values): Handle :inherit.
11043 (face-read-string): Rephrase prompt to be less confusing.
11044 Assume that DEFAULT is a string, since we must return a string.
11045 (face-read-integer): Use `format' to turn DEFAULT into an
11046 acceptable default for face-read-string. Match NEW-VALUE against
11047 the string "unspecified", not the symbol `unspecified', since
11048 that's what face-read-string returns.
11049 (read-face-attribute): Lookup a name for old-value in valid, and
11050 use it as a default if we find one. Treat all values from
11051 face-read-string as strings. If the default is used, don't do any
11052 more processing on the value, just use the old value directly.
11053 (read-face-and-attribute, modify-face): Tweak prompt.
11054 (read-face-name): Don't assume prompt ends with a space.
11056 * faces.el (describe-face): Add support for :inherit attribute.
11058 2000-08-25 Kenichi Handa <handa@etl.go.jp>
11060 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11061 concat doesn't accept interger.
11063 * international/kkc.el: Remove SKK from Keywords. Require
11064 ja-dic-utl instead of skkdic-utl.
11066 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11067 Provide ja-dic-cnv instead of skkdic-cnv.
11068 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11069 (iso-2022-7bit-short): Add safe-charsets property.
11070 (skkdic-convert-postfix): Search Japanese chou-on character in
11071 addition to Hiragana character.
11072 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11073 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11074 (batch-skkdic-convert): Likewise.
11076 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11077 Provide ja-dic-utl instead of skkdic-utl.
11078 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11080 2000-08-24 Dave Love <fx@gnu.org>
11082 * disp-table.el (standard-display-default): Make the test of `l'
11085 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11088 * international/iso-ascii.el: Make pilcrow convenient string
11089 consistent with section.
11090 (iso-ascii-display): Set up multibyte characters as well as
11093 2000-08-24 Kenichi Handa <handa@etl.go.jp>
11095 * international/mule-cmds.el (reset-language-environment): Set
11096 default-process-coding-system to '(undecided . iso-latin-1), which
11097 makes process I/O almost consistent with file I/O. Call this
11098 function when mule-cmds.el[c] is loaded.
11100 2000-08-22 Andrew Innes <andrewi@gnu.org>
11102 * makefile.w32-in: New file.
11104 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11106 * comint.el (comint-output-filter): Compare end of
11107 comint-last-output-overlay with the start of the newly inserted
11108 text, not the end, when deciding whether to extend it.
11109 Set saved-point's insertion type to advance after insertion.
11111 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11112 since this is now done independently of font-lock mode.
11114 2000-08-21 Gerd Moellmann <gerd@gnu.org>
11116 * server.el (server-kill-new-buffers): New user option.
11117 (server-existing-buffer): New buffer-local variable.
11118 (server-visit-files): When using an existing buffer, set
11119 server-existing-buffer to t.
11120 (server-buffer-done): If server-kill-new-buffers is t, kill the
11121 buffer, unless it was already present before visiting it with
11124 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11126 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11127 even if the display doesn't support colors: some displays will
11128 support bold/underline faces.
11130 2000-08-21 Gerd Moellmann <gerd@gnu.org>
11132 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11134 * startup.el (command-line): If user's init file had an error,
11135 add explanatory text to *Messages*.
11137 2000-08-21 Kenichi Handa <handa@etl.go.jp>
11139 * man.el (Man-getpage-in-background): Decode the process output by
11140 the system locale coding system.
11142 2000-08-20 Dave Love <fx@gnu.org>
11144 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11145 Don't test x-popup-menu.
11146 (function) <complete-function>: Complete only fbound symbols.
11147 <validate, value>: New.
11148 (variable) <complete-function>: Complete only bound symbols.
11149 (coding-system): Add :base-only, :complete-function, :validate,
11150 :value, :prompt-match.
11151 (widget-coding-system-prompt-value): Use read-coding-system and
11153 (editable-field): Add :help-echo.
11154 (widget-push-button-gui, widget-push-button-cache)
11155 (widget-gui-action, widget-editable-list-gui): COmment out, along
11157 (widget-at): Make arg optional.
11158 (widget-echo-help): Adjust for current help-echo calling sequence.
11159 (widget-specify-field, widget-specify-button)
11160 (widget-specify-insert, widget-get-sibling, widget-image-find)
11161 (widget-convert, widget-insert, widget-leave-text)
11162 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11163 (widget-setup, widget-field-find, widget-before-change)
11164 (widget-after-change, widget-default-complete)
11165 (widget-default-create, widget-default-delete)
11166 (widget-push-button-value-create, editable-field)
11167 (widget-field-prompt-value, widget-field-validate)
11168 (widget-choice-value-create, widget-choice-action)
11169 (widget-choice-validate, widget-checklist-add-item)
11170 (widget-radio-add-item, widget-radio-chosen)
11171 (widget-radio-value-inline, widget-editable-list-value-create)
11172 (widget-editable-list-entry-create)
11173 (widget-documentation-link-add)
11174 (widget-documentation-string-value-create)
11175 (widget-regexp-validate, widget-file-complete)
11176 (widget-sexp-validate, widget-plist-convert-widget)
11177 (widget-plist-convert-widget, widget-alist-convert-widget)
11178 (widget-alist-convert-widget, widget-color-complete): Simplify,
11179 particularly to avoid bindings which aren't optimized out.
11181 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11183 (down-list, backward-up-list, up-list, kill-sexp)
11184 (backward-kill-sexp, mark-sexp): Make arg optional.
11185 (lisp-complete-symbol): Add optional arg PREDICATE.
11187 * cus-start.el: Add display-buffer-reuse-frames,
11188 file-coding-system-alist.
11190 2000-08-20 Gerd Moellmann <gerd@gnu.org>
11192 * startup.el (command-line): Clear realized faces after
11193 modifying TTY color mappings.
11195 2000-08-20 Miles Bader <miles@gnu.org>
11197 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11198 merely a subset of FACE's attributes.
11200 2000-08-19 Miles Bader <miles@gnu.org>
11202 * comint.el (comint-output-filter): Save the point with a marker,
11203 not just a buffer position.
11205 * international/mule.el (set-buffer-process-coding-system): Make
11206 interactive prompt less confusing.
11208 2000-08-19 Gerd Moellmann <gerd@gnu.org>
11210 * hilit-chg.el: General cleanup of doc strings, comments and
11213 2000-08-19 Miles Bader <miles@gnu.org>
11215 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11216 Compiler macro removed; beginning-of-line is no longer always
11217 equivalent to forward-line, in the presence of fields.
11219 * comint.el (comint-output-filter): Remove ad-hoc saving of
11220 restriction, and just use save-restriction, now that it works
11221 correctly. Don't adjust comint-last-input-start to account for
11222 our insertion; it shouldn't have moved because we don't use
11223 insert-before-markers anymore. Comment out call to
11224 `force-mode-line-update'; why is it here?
11226 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11227 while checking for prompt to delete. Use `forward-line 0'
11228 instead of beginning-of-line.
11229 (gud-filter): Temporarily widen gud comint buffer while
11232 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11234 * progmodes/sh-script.el: Big bag of typos.
11236 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11237 check since ispell-process is not bound when ispell is not yet loaded.
11239 2000-08-18 Dave Love <fx@gnu.org>
11241 * image.el (find-image): Copy `spec' before using plist-put.
11243 2000-08-18 Gerd Moellmann <gerd@gnu.org>
11245 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11248 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11249 backward-kill-sexp, analogous to kill-sexp.
11251 * progmodes/icon.el (icon-indent-line)
11252 (icon-is-continuation-line): Handle comments specially.
11254 2000-08-17 Ken Stevens <k.stevens@ieee.org>
11256 * ispell.el: Set to standard author/maintainer/keyword fields.
11257 Fine tuning to menu map appearance and operation, and added help.
11258 Remove `start' and `end' error messages when compiling.
11259 (ispell-choices-win-default-height): Fixed comment string.
11260 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11261 castellano8 dictionaries.
11262 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11263 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11264 dictionary, added italiano dictionary.
11265 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11267 (ispell-tex-skip-alists): Added psfig support.
11268 (ispell-skip-html): Renamed from ispell-skip-sgml.
11269 (ispell-begin-skip-region-regexp, ispell-skip-region)
11270 (ispell-minor-check): Improved html skipping support to skip across
11271 code, and recognize `&' commands without propper `;' syntax;
11272 (ispell-process-line): Fix alignment error when manually
11273 correcting spelling.
11274 (ispell): Fix comment string.
11275 (ispell-add-per-file-word-list): Always put word list on new line.
11277 2000-08-17 Gerd Moellmann <gerd@gnu.org>
11279 * format.el (format-encode-run-method): Fix error message to say
11280 `encode' instead of `decode'. Use save-window-excursion around
11281 shell-command-on-region as in format-decode-run-method because
11282 shell-command-on-region can display a buffer with error output.
11283 (format-decode): Don't record undo information for the decoding.
11284 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11285 that number part of the temporary buffer name so that more than
11286 one decoding using a temporary buffer can happen safely.
11288 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11289 of `A-z' in the regexp.
11291 * hilit-chg.el: Fix typos in commentary.
11293 * help.el (view-emacs-news): Rewritten for new naming scheme
11294 for old NEWS files.
11296 * startup.el (command-line): Pop to *Messages* in case an error
11297 is signaled while loading user-init-file.
11299 2000-08-17 Andreas Schwab <schwab@suse.de>
11301 * files.el (insert-directory): Don't lose original file name,
11302 undoing an undocumented change.
11304 2000-08-17 Alex Schroeder <alex@gnu.org>
11306 * sql.el (sql-magic-go): Use comint-bol.
11307 (sql-copy-column): Use comint-line-beginning-position.
11308 (comint-line-beginning-position): Define a replacement for
11309 comint-line-beginning-position if it is not fboundp.
11311 2000-08-17 Alex Schroeder <alex@gnu.org>
11313 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11314 it didn't have any effect anyway.
11316 2000-08-17 Alex Schroeder <alex@gnu.org>
11318 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11319 --pset and pager=off instead of sending \\o|cat at the beginning
11322 2000-08-17 Miles Bader <miles@gnu.org>
11324 * progmodes/octave-inf.el: Add compatibility definition of
11325 comint-line-beginning-position.
11327 2000-08-17 Kenichi Handa <handa@etl.go.jp>
11329 * startup.el (normal-top-level): Look in each dir in load-path for
11330 a leim-list.el file too. This assures of loading leim-list.el
11331 that is created at Emacs installation time even if a user have his
11334 2000-08-17 Miles Bader <miles@gnu.org>
11336 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11337 foreground color to black if the background is dark.
11339 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11341 * loadhist.el (unload-feature): Typo.
11343 * finder.el (finder-compile-keywords):
11344 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11345 to the generated file.
11347 * mail/mh-e.el (mh-make-local-vars):
11348 Replace make-variable-buffer-local with make-local-variable.
11350 * play/landmark.el:
11351 * options.el (Edit-options-{set,toggle,t,nil}):
11352 * mail/mailabbrev.el (mail-abbrevs-mode):
11353 * textmodes/tex-mode.el (tex-expand-files):
11354 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11356 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11358 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11359 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11360 Allow going past the last element.
11361 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11362 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11363 (cvs-mouse-toggle-mark): Don't move point.
11364 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11366 * progmodes/compile.el (grep): Provide a default set of files.
11367 (next-error): Docstring fix.
11368 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11370 * emacs-lisp/easy-mmode.el (define-minor-mode):
11371 Use `symbol-value' to keep the byte-compiler quiet.
11373 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11374 (diff-find-source-location): New fun, extracted from diff-goto-source.
11375 (diff-goto-source): Use it.
11376 (diff-next-complex-hunk, diff-filter-lines): New function.
11377 (diff-apply-hunk): New command.
11379 * smerge-mode.el (smerge-mode-menu): Doc fix.
11381 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11383 2000-08-16 Dave Love <fx@gnu.org>
11385 * windmove.el (windmove) <defgroup>: Add :version.
11387 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11388 (goto-address-fontify-p, goto-address-highlight-p)
11389 (goto-address-url-face, goto-address-url-mouse-face)
11390 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11391 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11392 (goto-address-fontify, goto-address-at-mouse): Simplify,
11393 (goto-address-at-point): browse-url-url-at-point,
11394 goto-address-find-address-at-point can return nil.
11395 (goto-address-find-address-at-point): Return nil on failure.
11397 * align.el (align) <defgroup>: Add :version.
11399 * calculator.el (calculator): Add :version.
11400 (calculator): Use two lines for calculator window if `modeline'
11403 * play/5x5.el: Doc fixes.
11404 (5x5) <defgroup>: Add :version.
11406 * play/fortune.el (fortune) <defgroup>: Add :version.
11407 (fortune-append): Fix error message.
11408 (fortune-from-region): Doc fix.
11410 * play/pong.el (pong): Doc fix.
11412 * play/morse.el: Keywords, commentary, autoloads.
11414 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11416 * desktop.el (desktop-save): Don't look at symbol-value of a
11417 member of minor-mode-alist, unless it is boundp.
11419 2000-08-16 Sam Steingold <sds@gnu.org>
11421 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11422 `while'; use `with-current-buffer' instead of `save-excursion'.
11423 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11425 2000-08-16 Kenichi Handa <handa@etl.go.jp>
11427 * international/ccl.el (declare-ccl-program): Docstring modified.
11428 (ccl-execute-with-args): Likewise.
11430 2000-08-16 Miles Bader <miles@gnu.org>
11432 * progmodes/sql.el: Add compatibility definition of
11433 comint-line-beginning-position.
11435 2000-08-15 Gerd Moellmann <gerd@gnu.org>
11437 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11438 'buffer-menu' property.
11439 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11441 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11442 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11445 * buff-menu.el (list-buffers-noselect): Don't display the
11446 *Buffer List* buffer.
11448 * font-lock.el: Require jit-lock to prevent a very late
11449 `Loading jit-lock' message.
11451 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11452 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11455 2000-08-15 Miles Bader <miles@gnu.org>
11457 * textmodes/ispell.el (ispell-graphic-p): New constant.
11458 (ispell-choices-win-default-height, ispell-help): Use
11459 `ispell-graphic-p' instead of `xemacsp'.
11461 2000-08-15 Dave Love <fx@gnu.org>
11463 * simple.el: Autoload widget-convert when compiling.
11464 (mail-user-agent): Doc fix.
11466 * help.el (function-called-at-point, variable-at-point): Use
11468 (help-manyarg-func-alist): Add insert-and-inherit.
11470 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11472 * delsel.el (delsel-unload-hook): New function.
11474 * find-file.el: Doc fixes. Move provide to end.
11475 (ff) <defgroup>: Add :link.
11476 (ff-goto-click): Deleted.
11477 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11478 Use mouse-set-point.
11480 * textmodes/tildify.el: Doc fixes.
11481 (tildify) <defgroup>: Add:version.
11483 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11484 (glasses-custom-set): Use set-default, not set.
11485 (minor-mode-alist): Propertize the lighter.
11486 (glasses-mode): Provide optional arg.
11488 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11489 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11490 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11491 option. Provide :type.
11492 (cwarn-configuration): Provide :type.
11493 (cwarn-mode): Doc fix.
11495 * add-log.el (change-log-merge): Doc fix.
11496 (change-log-redate): New command.
11498 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11500 (browse-url): Use dolist, not mapcar.
11501 (browse-url-at-point): Check for null url.
11502 (browse-url-event-buffer, browse-url-event-point): Functions
11504 (browse-url-at-mouse, browse-url-netscape): Simplify.
11506 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11508 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11509 Fix previous change to mapcan.
11510 (msb--init-file-alist, msb--add-separators)
11511 (msb--make-keymap-menu): Simplify.
11512 (msb--choose-file-menu): Use copy-sequence.
11513 (msb-mode-map): Add title to keymap.
11514 (msb-unload-hook): New function.
11516 * bs.el: Fix indentation.
11517 (bs) <defgroup>: Add :links.
11518 (bs-show): Doc fix.
11519 (bs-apply-sort-faces): Don't use window-system.
11520 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11522 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11524 * calendar/timeclock.el (timeclock-file): Run .timelog through
11525 convert-standard-filename.
11527 2000-08-14 Gerd Moellmann <gerd@gnu.org>
11529 * emacs-lisp/authors.el: New file.
11531 * paren.el (show-paren-priority): New user option.
11532 (show-paren-function): Set overlay priorities to
11533 show-paren-priority.
11535 2000-08-14 Miles Bader <miles@gnu.org>
11537 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11538 beginning-of-line with inhibit-field-text-motion bound.
11540 2000-08-14 Gerd Moellmann <gerd@gnu.org>
11542 * calendar/timeclock.el: New file.
11544 2000-08-14 David Ponce <david@dponce.com>
11546 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11547 `widget-button-click'. so that one can use left mouse button to
11548 click on dialog buttons.
11550 2000-08-14 Emmanuel Briot <briot@gnat.com>
11552 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11553 identifiers, since XML is case sensitive
11555 2000-08-12 Miles Bader <miles@gnu.org>
11557 * comint.el (comint-output-filter): Don't bother frobbing
11558 window-start, it doesn't seem to be necessary.
11560 * comint.el (comint-send-string, comint-send-region): Make into
11561 real functions. Snapshot the prompt before sending.
11563 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11565 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11566 technique similar to Info-index, instead of relying on specific
11567 names of relevant Index nodes.
11568 (Info-goto-emacs-command-node): Bind Info-history to nil when
11569 going to the first node found by Info-find-emacs-command-nodes.
11571 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11573 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11575 2000-08-10 Miles Bader <miles@gnu.org>
11577 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11579 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11581 * info.el (Info-file-list-for-emacs): More elements for the
11582 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11585 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11587 * comint.el (comint-send-input): Make the newline boundary overlay
11588 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11589 (comint-output-filter): Use `insert' instead of
11590 `insert-before-markers'. Extend comint-last-output-overlay when
11591 necessary since we can't rely on insert-before-markers to do it.
11592 * gud.el (gud-filter): Use `with-current-buffer' instead of
11593 save-excursion when inserting the output, so that point gets
11594 updated correctly; the old method relied on a rather dodgy
11595 side-effect of comint-output-filter to avoid the effect of
11598 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11600 * files.el (recover-file): Call insert-directory instead of
11601 invoking `ls' directly.
11603 2000-08-10 Miles Bader <miles@gnu.org>
11605 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11606 (comint-last-prompt-overlay): New variables.
11607 (comint-output-filter): Implement prompt highlighting.
11608 (comint-snapshot-last-prompt): New function.
11609 (comint-send-input): Snapshot the last prompt.
11610 Use comint-highlight-input-face.
11611 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11612 Use defface instead of defcustom.
11613 (send-invisible, comint-send-eof): Snapshot the last prompt.
11614 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11615 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11617 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11619 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11620 (regexp-opt-group): Use a list of chars for `letters'.
11621 (regexp-opt-charset): `chars' is now a list of chars.
11622 Use a char-table rather than a vector so it works for multibyte chars.
11624 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11625 Set cvs-minor-current-files to the selected fileinfo.
11626 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11627 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11629 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11631 * files.el (insert-directory): Don't call access-file on
11632 directories on DOS and Windows.
11634 2000-08-09 Kenichi Handa <handa@etl.go.jp>
11636 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11637 longer if necessary.
11638 (ccl-embed-code): Call ccl-embed-data to store CODE in
11639 ccl-program-vector.
11641 2000-08-09 Miles Bader <miles@gnu.org>
11643 * comint.el (comint-output-filter): Properly handle the case where
11644 the text surrounded by comint-last-output-overlay was deleted.
11646 2000-08-08 Gerd Moellmann <gerd@gnu.org>
11648 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11650 (Info-file-list-for-emacs): Remove "info" from the list because
11651 that leads to trying to use the documentation from file `info'
11652 in various situations where it isn't appropriate, for instance
11655 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11656 DIR and/or STRING are nil.
11658 * progmodes/compile.el (compilation-setup): Make variable
11659 compilation-error-screen-columns buffer-local, as some comment
11660 in the code suggests it should be.
11662 * files.el (auto-mode-interpreter-regexp): New variable.
11663 (set-auto-mode): Use it.
11665 * indent.el (indent-for-tab-command): Doc fix.
11667 * mouse-sel.el (mouse-sel-mode): Doc fix.
11669 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11672 * help.el (print-help-return-message): When
11673 display-buffer-reuse-frames is set, let the help window been quit,
11674 instead of deleting it, which might delete a reused frame.
11676 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11678 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11679 rename a directory to a name that differs only by its letter case.
11681 2000-08-08 Kenichi Handa <handa@etl.go.jp>
11683 * international/quail.el (quail-define-rules): Handle Quail decode
11684 map correctly. Add code for supporting annotations.
11685 (quail-install-decode-map): New function.
11686 (quail-defrule-internal): New optional arguments decode-map and
11688 (quail-advice): New function.
11690 2000-08-07 Sam Steingold <sds@gnu.org>
11692 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11693 `defconst', `define-condition', `with-slots'.
11694 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11696 2000-08-03 Miles Bader <miles@gnu.org>
11698 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11700 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11701 comint-use-prompt-regexp-instead-of-fields.
11702 (comint-send-input): Add `input' field property to stuff we send to
11703 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11704 (comint-output-filter): Add `output' field property to process
11705 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11706 (comint-replace-by-expanded-history)
11707 (comint-get-old-input-default, comint-show-output)
11708 (comint-backward-matching-input, comint-forward-matching-input)
11709 (comint-next-prompt, comint-previous-prompt): Use field
11710 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11711 (comint-line-beginning-position): New function.
11712 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11713 (comint-replace-by-expanded-history-before-point): Use
11714 comint-line-beginning-position and line-end-position.
11715 (comint-last-output-overlay): New variable.
11716 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11718 * shell.el (shell-prompt-pattern): Doc change.
11719 (shell-backward-command): Use line-beginning-position.
11721 * gud.el (gud-gdb-complete-command): Use
11722 comint-line-beginning-position.
11724 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11725 comint-bol doesn't actually go to the beginning of the line.
11727 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11728 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11729 (try-expand-line-all-buffers): Likewise.
11731 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11732 explicitly matching comint-prompt-regexp.
11733 (sql-copy-column): Use comint-line-beginning-position instead of
11734 explicitly matching comint-prompt-regexp.
11736 * progmodes/octave-inf.el (inferior-octave-complete): Use
11737 comint-line-beginning-position.
11739 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11741 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11742 looking for a prompt, use `forward-line 0' instead of
11743 `beginning-of-line', to avoid getting caught by an input field.
11745 2000-08-07 Gerd Moellmann <gerd@gnu.org>
11747 * files.el (shell-quote-wildcard-pattern): Make sure to return
11748 PATTERN, in the Unix case.
11750 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11752 * play/zone.el (zone): Discard any pending input before running
11753 the randomly-chosen pgm.
11755 2000-08-07 Kenichi Handa <handa@etl.go.jp>
11757 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11758 checking the existence of any multibyte characters.
11760 2000-08-06 Gerd Moellmann <gerd@gnu.org>
11762 * help.el (describe-mode): Test minor-mode symbol for being
11763 bound before testing its value for being nil.
11765 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11766 `first', `second', and `third'.
11768 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11769 (second): Make it an alias for `cadr'.
11771 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11773 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11774 types of display support faces now.
11776 2000-08-05 Gerd Moellmann <gerd@gnu.org>
11778 * pcvs.el (require): Require `cl' during compilation, only.
11780 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11781 (toplevel): Remove `remq' and `remove' from autoloads.
11782 (cl-fake-autoloads): New variable. If set, arrange for an error
11783 when CL functions etc. are autoloaded.
11785 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11787 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11789 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11790 popped up, but the user clicks outside the menu, return an empty
11791 regexp (that causes unhighlight-regexp to have no effect).
11793 * menu-bar.el (menu-bar-games-menu): Add Zone.
11795 * hi-lock.el (toplevel): Require font-lock.
11797 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11799 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11800 (ebnf-8-bit-chars): New var for bug fix.
11801 (ebnf-string): Bug fix.
11803 2000-08-03 Sam Steingold <sds@gnu.org>
11805 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11806 instead of `buffer-string'.
11807 (require 'cl): Always, not just when compiling.
11808 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11811 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11813 * international/mule-cmds.el (select-safe-coding-system): Make
11814 the message text about selecting a safe coding system more clear.
11816 2000-08-02 Gerd Moellmann <gerd@gnu.org>
11818 * hi-lock.el: New file.
11820 * play/zone.el: New file.
11822 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11823 value of tab-width in the original buffer. Choose a line number
11824 format that's a multiple of the original buffer's tab width, so
11825 that lines appear right.
11827 * textmodes/ispell.el (ispell): New function, replacing an alias.
11828 Spell-check active region if in transient-mark-mode and mark
11829 is active; otherwise spell-check buffer.
11831 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11833 * ps-mule.el: Fix a customization problem on
11834 ps-mule-font-info-database-default.
11836 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11838 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11839 display-mouse-p instead of window-system.
11840 (ebrowse-member-mode-map): Ditto.
11842 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11844 * progmodes/ebnf2ps.el: Update ps-print functions call.
11845 Indentation fix. Doc fix.
11846 (ebnf-version): New version number (3.2).
11847 (ebnf-format-color, ebnf-begin-job): Code fix.
11849 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11851 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11852 font lock support on window-system.
11853 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11855 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11856 display-color-p, if fboundp, instead of window-system.
11858 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11860 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11861 instead of window-system.
11863 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11865 (widget-choice-mouse-down-action): Use display-popup-menus-p
11866 instead of window-system.
11868 * strokes.el (strokes-file): Run the file name through
11869 convert-standard-filename.
11870 (strokes-mode): Call display-mouse-p instead of looking at
11871 window-system. Change the error message accordingly.
11873 * progmodes/cpp.el (toplevel): Support faces on tty's.
11875 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11876 (lm-plot-square, lm-init-display): Don't use window-system.
11878 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11879 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11881 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11882 instead of looking at window-system.
11884 2000-07-30 Gerd Moellmann <gerd@gnu.org>
11886 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11887 of testing if iswitchb-prepost-hooks is bound, because the
11888 latter will always be true when invoking a recursive minibuffer
11889 from an active Iswitchb buffer.
11891 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11893 * files.el (shell-quote-wildcard-pattern): New function.
11894 (insert-directory): Call it. Only prepend "\" to command on Unix
11895 and GNU/Linux systems.
11897 2000-07-30 Gerd Moellmann <gerd@gnu.org>
11899 * eshell/esh-groups.el: Change custom :link file names
11900 from `eshell.info' to `eshell'.
11902 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11904 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11905 correctly in recursive ange-ftp listings.
11907 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11909 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11910 ps-header-font-size-internal and
11911 ps-header-title-font-size-internal variables are not set,
11912 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11913 face text property is (foreground-color . COLOR) or
11914 `(background-color . COLOR)', ps-print crashes. Doc fix.
11915 (ps-print-version): New version number (5.2.4).
11916 (ps-plot-region): Code fix.
11917 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11918 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11921 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
11923 * glasses.el (glasses-make-readable): Fix uncapitalization of
11924 identifiers like `myXMLDocument'.
11926 2000-07-28 Karl Fogel <kfogel@red-bean.com>
11928 * mail/mail-hist.el (mail-hist-previous-input)
11929 (mail-hist-next-input): Do the obvious code factorization.
11930 (mail-hist-retrieve-and-insert): New func, contains common
11932 If inserting a message body, leave point at top.
11934 2000-07-28 Sam Steingold <sds@gnu.org>
11936 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11937 Use `<=', not `<' to compare times!
11938 (ange-ftp-ls): Remove.
11940 2000-07-27 Gerd Moellmann <gerd@gnu.org>
11942 * play/cookie1.el: Add explanation of how to make cookie.el
11943 compatible with strfile(1) to comment.
11945 * subr.el (remove, remq): New functions.
11947 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11948 escape `*' in regexps.
11949 (midnight-find): Reverse order of arguments in the funcall of
11952 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11955 * play/meese.el: Add Commentary section.
11957 2000-07-27 Alex Schroeder <alex@gnu.org>
11959 * sql.el (sql-ms): Added autoload cookie.
11960 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11961 (sql-oracle): Ditto.
11962 (sql-help): Doc change.
11964 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11965 types and exceptions.
11967 2000-07-27 Alex Schroeder <alex@gnu.org>
11969 * sql.el (sql-placeholder-history): New variable.
11970 (sql-query-placeholders-and-send): New function that will query
11971 the user and replace placeholders with user input.
11972 (sql-oracle): If running on NT, set comint-input-sender to
11973 sql-query-placeholders-and-send.
11975 (sql-stop): If in the SQLi buffer, insert stop notification, else
11976 present it as a message.
11978 2000-07-27 Alex Schroeder <alex@gnu.org>
11980 * sql.el (sql-input-ring-separator): Doc change.
11981 (sql-input-ring-file-name): Doc change.
11982 (sql-interactive-mode): Use `sql-input-ring-separator' and
11983 `sql-input-ring-file-name' to set the comint-mode equivalents
11984 without making them local variables.
11985 (sql-stop): Don't bind `sql-input-ring-separator' and
11986 `sql-input-ring-file-name' dynamically to their comint-mode
11989 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11991 * international/mule.el (register-char-codings): New function.
11992 (make-coding-system): Handle `safe-chars' specification in the arg
11995 * international/mule-cmds.el
11996 (find-coding-systems-region-subset-p): This function deleted.
11997 (sort-coding-systems-predicate): New variable.
11998 (sort-coding-systems): New function.
11999 (find-coding-systems-region): Use
12000 find-coding-systems-region-internal.
12001 (find-coding-systems-string): Use find-coding-systems-region.
12002 (find-coding-systems-for-charsets): Check
12003 char-coding-system-table.
12004 (select-safe-coding-system-accept-default-p): New variable.
12005 (select-safe-coding-system): Mostly rewritten. New argument
12007 (select-message-coding-system): Call select-safe-coding-system
12008 with ACCEPT-DEFAULT-P arg.
12009 (reset-language-environment): Reset default-sendmail-coding-system
12010 to the default value iso-latin-1.
12011 (set-language-environment): Don't set the obsolete variable
12012 charset-origin-alist.
12014 * international/codepage.el (cp-coding-system-for-codepage-1):
12015 Give `safe-chars' property to make-coding-system.
12017 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12018 calling select-message-coding-system twice.
12020 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12021 instead of `safe-charsets'.
12022 (cyrillic-alternativnyj): Likewise.
12023 (ccl-encode-alternativnyj): Don't check the charset
12024 cyrillic-iso8859-5.
12026 2000-07-27 Kenichi Handa <handa@etl.go.jp>
12028 * composite.el (compose-chars-after): Preserve match data.
12030 2000-07-26 Sam Steingold <sds@gnu.org>
12032 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12033 (ange-ftp-real-file-newer-than-file-p): New function.
12034 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12035 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12037 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12038 * midnight.el (midnight-float-time): Ditto.
12040 2000-07-26 Andreas Schwab <schwab@suse.de>
12042 * files.el (normal-backup-enable-predicate): Correct
12043 interpretation of the return value of compare-strings.
12045 2000-07-26 Gerd Moellmann <gerd@gnu.org>
12047 * isearch.el (isearch-resume): New function.
12048 (isearch-done): Add something to command-history to resume
12050 (isearch-yank-line, isearch-yank-word): Use
12051 buffer-substring-no-properties instead of buffer-substring.
12053 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12054 of flyspell-mouse-map.
12056 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12057 duplicate definition.
12058 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12060 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12061 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12063 2000-07-25 Sam Steingold <sds@gnu.org>
12065 * net/ange-ftp.el: Get modtime over the net.
12066 (ange-ftp-file-modtime): New function.
12067 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12068 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12070 (ange-ftp-dot-to-slash): New function.
12071 (ange-ftp-fix-name-for-vms): Use it.
12073 * midnight.el (midnight-buffer-display-time): Use
12074 `with-current-buffer'.
12076 2000-07-25 Gerd Moellmann <gerd@gnu.org>
12078 * find-dired.el: Update copyright notice.
12079 (find-dired): Offer to kill a running `find'.
12081 * enriched.el (enriched-face-ans): For a `foreground-color'
12082 property, return '(("x-color" COLOR))' so that COLOR will be
12083 output as a parameter of the x-color annotation. Likewise for the
12084 `background-color' property. In the case of normal face
12085 properties, don't return annotations for unspecified foreground
12086 and background face attributes.
12088 2000-07-25 Kenichi Handa <handa@etl.go.jp>
12090 * language/japan-util.el (japanese-katakana-region): Fix handling
12093 2000-07-25 Miles Bader <miles@gnu.org>
12095 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12096 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12097 constrain-to-field.
12099 2000-07-24 Andrew Innes <andrewi@gnu.org>
12101 * timer.el (timer-activate-when-idle): Add optional parameter
12102 DONT-WAIT. Update docstring.
12103 (run-with-idle-timer): Specify extra parameter to
12104 timer-activate-when-idle, so that timer will be activated
12105 immediately if Emacs is already idle.
12107 * w32-fns.el (w32-using-nt): Fix docstring.
12109 2000-07-24 Dave Love <fx@gnu.org>
12111 * mouse.el (popup-menu): Set last-command-event.
12112 (mouse-major-mode-menu-prefix): Declare.
12114 2000-07-24 Gerd Moellmann <gerd@gnu.org>
12116 * textmodes/flyspell.el: Update to author's version 1.5d.
12118 * progmodes/hideshow.el: Update copyright notice.
12120 * vcursor.el: Set maintainer to FSF, since author cannot
12123 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12125 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12128 * mouse.el (popup-menu): Run the keymap through indirect-function,
12129 in case it was defined with define-prefix-key. If the menu is a
12130 list of keymaps, look up the binding of user's choice in each one
12132 (mouse-popup-menubar): If the global and local menu-bar keymaps
12133 don't have a prompt string, create one and insert it into the
12134 keymap. Don't barf if current-local-map returns nil.
12136 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12138 * dired.el (dired-sort-R-check): Added to allow recursive listing
12140 (dired-sort-other): Use it.
12142 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12144 * Release of cc-mode 5.27
12146 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12148 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12149 c-beginning-of-statement-1 that caused a bad case of recursion
12150 which could consume a lot of CPU in large classes in languages
12151 that have in-expression classes (i.e. Java and Pike).
12153 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12154 statements before top level constructs (i.e. case 6 is moved
12155 before case 5 and is now case 4) to catch in-expression
12156 classes in top level expressions correctly.
12158 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12160 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12161 objc-method-intro. Case 4 removed and case 5I added.
12163 * cc-langs.el (c-append-paragraph-start): New variable used by
12164 c-common-init to get paragraph-start correct.
12165 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12166 initialize paragraph-start to make it correct both with and
12167 without the javadoc special case.
12169 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12170 initialize paragraph-start for javadoc markup.
12172 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12173 change by defaulting this to t. It's motivated by the
12174 confusing behavior that otherwise arise from the style system
12175 when editing both java and non-java files at the same time
12176 (see the comments about style setting in c-common-init).
12178 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12180 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12181 similar to the one in c-fill-paragraph to check the fill
12182 prefix from the adaptive fill function for sanity.
12184 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12186 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12189 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12191 * cc-align.el (c-lineup-multi-inher): Handle lines with
12192 leading comma nicely. Extended to handle member initializers
12195 * cc-engine.el: (c-beginning-of-inheritance-list,
12196 c-guess-basic-syntax): Fixed recognition of inheritance lists
12197 when the lines begins with a comma.
12199 * cc-vars.el (c-offsets-alist): Changed default for
12200 member-init-cont to c-lineup-multi-inher since it now handles
12201 member initializers and indents better for leading commas.
12203 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12205 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12206 handling that caused class open lines to be recognized as
12207 statement-conts in some cases.
12209 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12210 guessed by the adaptive fill function unless point is on the
12211 first line of a block comment.
12213 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12214 when the buffer ends with a macro continuation char.
12216 * cc-engine.el (c-guess-basic-syntax): Added support for
12217 function definitions as statements in Pike. The first
12218 statement in a lambda block is now labeled defun-block-intro
12219 instead of statement-block-intro.
12221 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12222 so that the class surrounding point is selected, not the one
12223 innermost in the state.
12225 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12226 recognition of switch labels having hanging multiline
12229 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12230 some code in c-guess-basic-syntax to a separate function.
12231 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12232 recognition of member inits with multiple line arglists.
12233 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12234 member-init-cont when the commas are in funny places.
12236 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12238 * cc-defs.el (c-auto-newline): Removed this macro since it's
12241 * cc-engine.el (c-looking-at-bos): New helper function.
12242 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12243 inexpr and toplevel classes apart in Pike.
12245 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12248 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12249 constant, since "class" can introduce an in-expression class
12252 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12254 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12255 indentation on cpp-macro lines.
12257 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12258 a syntax modifier like comment-intro, to make it possible to
12259 get syntactic indentation for preprocessor directives. It's
12260 incompatible wrt to lineup functions on cpp-macro, but it has
12261 no observable effect in the 99.9% common case where cpp-macro
12264 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12266 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12267 member-init-cont when the preceding arglist is several lines.
12269 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12271 * cc-styles.el (c-style-alist): The basic offset for the BSD
12272 style corrected to 8.
12274 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12276 * cc-styles.el (c-style-alist): Adjusted the indentation of
12277 brace list openers in the gnu style.
12279 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12281 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12283 * cc-cmds.el (c-electric-brace, c-electric-slash,
12284 c-electric-star, c-electric-semi&comma, c-electric-colon,
12285 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12286 when c-syntactic-indentation is nil.
12288 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12289 we were left at comments preceding the first statement when
12290 reaching the beginning of the buffer.
12292 * cc-vars.el (c-syntactic-indentation): New variable to turn
12293 off all syntactic indentation.
12295 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12297 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12298 between the text and the block comment ender when it hangs,
12299 depending on how many there are before the fill.
12301 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12303 * cc-engine.el (c-beginning-of-closest-statement): New helper
12304 function to go back to the closest preceding statement start,
12305 which could be inside a conditional statement.
12306 * cc-engine.el (c-guess-basic-syntax): Use
12307 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12309 * cc-engine.el (c-guess-basic-syntax): Better handling of
12310 arglist-intro, arglist-cont-nonempty and arglist-close when
12311 the arglist is nested inside parens. Cases 7A, 7C and 7F
12314 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12315 up-to-date with javadoc 1.2.
12317 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12319 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12320 multiline Pike type decls.
12322 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12324 * cc-cmds.el (c-indent-new-comment-line): Always break
12325 multiline comments in multiline mode, regardless of
12326 comment-multi-line.
12328 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12330 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12331 fully::qualified::names in C++ member init lists. Preamble in
12334 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12336 * cc-langs.el (c-common-init): Handling of obsolete variables
12337 moved to c-initialize-cc-mode. More compatible style override
12338 when using global style variables.
12339 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12340 variables moved here.
12342 * cc-styles.el (c-make-styles-buffer-local): Flag style
12343 variable localness in c-style-variables-are-local-p to make
12344 the compatibility measure in c-common-init work well.
12346 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12347 longer contain set-from-style.
12348 * cc-styles.el (c-initialize-builtin-style): Don't check for
12349 set-from-style on c-special-indent-hook.
12350 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12351 copy-alist is sufficient now.
12353 * cc-styles.el (c-set-style, c-set-style-1,
12354 c-get-style-variables): Fixes to variable initialization so
12355 that duplicate entries in styles have the same effect
12356 regardless of DONT-OVERRIDE.
12358 * cc-styles.el (c-set-style-2): Fixed bug where the
12359 initialization of inheriting styles failed when the
12360 dont-override flag is set.
12362 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12365 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12367 * cc-defs.el (c-forward-comment): Removed the workaround
12368 introduced in 5.38 since it had worse side-effects. If a line
12369 contains the string "//\"", it regarded the // as a comment
12370 start since the \ temporarily doesn't have escape syntax.
12372 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
12374 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12375 ada-xref.el before ada-prj.el, so that the Project menu is created
12376 when ada-prj tries to add to it.
12377 (ada-activate-keys-for-case): Suppress the characters that are not
12378 part of the Ada syntax. Better compatibility with else-mode
12379 (ada-adjust-case-interactive): When auto-casing is not active,
12380 correctly insert newlines (used to insert only ^M). Prevent the
12381 syntax table from being changed in case of an error
12382 (or '_' becomes part of a word and some commands are confused).
12383 Do nothing if ada-auto-case is nil.
12384 (ada-after-keyword-p): Ignore keywords that are also attributes
12385 (ada-batch-reformat): Update usage comment
12386 (ada-call-from-contextual-menu): New function
12387 (ada-case-read-exceptions): Reinitialize the casing exception list
12388 first to nil first, so that the casing exception file can be
12390 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12392 (ada-compile-goto-error): Fix regexp used to detect a file:line
12393 anywhere in the error message
12394 (ada-contextual-menu-last-point): New variable
12395 (ada-create-keymap): If the variable delete-key-deletes-forward is
12396 t on XEmacs, it means that DEL should delete one character
12398 (ada-create-menu): Use :included instead of :visible for XEmacs.
12399 New submenu "Options".
12400 (ada-end-stmt-re): Correctly indent "select ... then abort"
12402 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12403 even if they don't match ada-fill-comment-prefix Fix handling of
12404 paragraphs on the first or last line of a file.
12405 (ada-format-paramlist): Fix handling of default parameter values.
12406 (ada-get-body-name): New function.
12407 (ada-get-current-indent): Optimized by searchling directly for an
12408 existing generic part or a statement outside of it. Handle
12409 ada-indent-align-comments when indenting comments Replaced some
12410 regexps by testing directly the next character. This results in a
12411 huge speedup on some files. New indentation scheme for renames
12412 statements. Stop looking for the 'while' or 'for' associated with
12413 a 'loop' at the first semicolon encountered. A "return" can also
12414 match an anonymous access subprogram declaration.
12415 (ada-get-indent-noindent): Ignore strings and comments when
12416 looking for the keywords "record" and "private".
12417 (ada-goto-matching-decl-start): When matching "if", make sure we
12418 are not in fact seeing "end if". Ignore "when" statements except
12419 when initial keyword was "begin". Fix handling of nested
12420 procedures. Add a recursive call to this function to skip over
12421 other 'end' statmts. Fix indentation for "when .. => begin"
12422 (ada-in-open-paren-p): Fix indentation for complex boolean
12423 expressions, where 'and then', 'or else' and parenthesis
12424 statements are mixed up.
12425 (ada-in-paramlist-p): Skip comments while searching for the
12426 beginning Fix handling of operator declarations.
12427 (ada-indent-align-comments): New variable
12428 (ada-indent-current): Change the syntax table only in the
12429 protected section, so that we are sure it is restored correctly.
12430 (ada-indent-on-previous-lines): Use ada-use-indent and
12431 ada-with-indent Correctly indent "select ... then"
12432 (ada-indent-region): Slight speedup.
12433 (ada-indent-renames): New variable.
12434 (ada-last-which-function-subprog, ada-last-which-function-line):
12436 (ada-looking-at-semi-private): Correctly indent the 'private'
12437 keyword when it is the first word in a package declaration.
12438 (ada-loose-case-word): Stop searching if at the end of the buffer.
12439 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12440 even if point is not initially at the end of the word.
12441 (ada-matching-decl-start-re): Add "when".
12442 (ada-mode): Add support for abbrev-mode, outline-mode and
12443 which-func-mode Override the old find-file.el entry in
12444 ff-special-constructs since it is using the obsolete
12445 ada-spec-suffix variable
12446 (ada-no-auto-case): New function
12447 (ada-scan-paramlist): When parsing the argument type, accept
12448 spaces (as in "X 'Class", generated by Rational Rose).
12449 (ada-other-file-name): No longer loads the other file.
12450 (ada-popup-menu): Save and restore the current buffer and cursor
12451 position before and after displaying the menu.
12452 (ada-search-ignore-complex-boolean): New function.
12453 (ada-uncomment-region): Emacs21 already knows how to delete
12454 comments not starting in the first column.
12455 (ada-use-indent): New variable
12456 (ada-which-function): New function.
12457 (ada-with-indent): New variable
12458 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12459 can be batch-compiled from the command line.
12461 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12462 Add to the menu when the file is loaded, not in ada-mode-hook.
12463 Add -toolbar to the default ddd command Switches moved from
12464 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12465 ada-prj-default-comp-opt
12466 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12467 Reference Manual to the menu
12468 (ada-check-current): rewritten as a call to ada-compile-current
12469 (ada-compile): Removed.
12470 (ada-compile-application, ada-compile-current, ada-check-current):
12471 Set the compilation-search-path so that compile.el automatically
12472 finds the sources in src_dir. Automatic scrollong of the
12473 compilation buffer. C-uC-cC-c asks for confirmation before
12475 (ada-compile-current): New parameter, prj-field
12476 (ada-complete-identifier): Load the .ali file before doing
12478 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12479 conform to gnatmake's behavior.
12480 (ada-find-file-in-dir): New function
12481 (ada-find-references): Set the environment variables for gnatfind
12482 (ada-find-src-file-in-dir): New function.
12483 (ada-first-non-nil): Removed
12484 (ada-gdb-application): Add support for jdb, the java debugger.
12485 (ada-get-ada-file-name): Load the original-file first if not done
12487 (ada-get-all-references): Handles the new ali syntax (parent types
12488 are found between <>).
12489 (ada-initialize-runtime-library): New function
12490 (ada-mode-hook): Always load a project file when a file is opened,
12491 so that the casing exceptions are correctly read.
12492 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12493 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12494 to open the project file, since the latter does not work with
12495 speedbar Get default values before loading the prj file, or the
12496 default executable file name is wrong. Use the absolute value of
12497 src_dir to initialize ada-search-directories and
12498 compilation-search-path,... Add the standard runtime library to
12499 the search path for find-file.
12500 (ada-prj-default-debugger): Was missing an opening '{'
12501 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12503 (ada-prj-default-gnatmake-opt): New variable
12504 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12505 buffers, the project file is the default one Save the windows
12506 configuration before displaying the menu.
12507 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12508 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12509 ...) regexp-quote identifiers names to support operators +,
12511 (ada-remote): New function.
12512 (ada-run-application): Erase the output buffer before starting the
12513 run Support remote execution of the application. Use
12514 call-process, or the arguments are incorrectly parsed
12515 (ada-set-default-project-file): Reread the content of the active
12516 project file, not the one from the current buffer When a project
12517 file is set as the default project, all directories are
12518 automatically associated with it.
12519 (ada-set-environment): New function
12520 (ada-treat-cmd-string): New special variable ${current}
12521 (ada-treat-cmd-string): Revised. The substitution is now done for
12522 any ${...} substring
12523 (ada-xref-current): If no body was found, compiles the spec
12524 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12525 compiler to get rid of command line length limitations.
12526 (ada-xref-get-project-field): New function
12527 (ada-xref-project-files): New variable
12528 (ada-xref-runtime-library-specs-path)
12529 (ada-xref-runtime-library-ali-path): New variables
12530 (ada-xref-set-default-prj-values): Default run command now does a
12531 cd to the build directory. New field: main_unit Provide a default
12532 file name even if the current buffer has no prj file.
12535 Rewritten to show a tabbed-dialog.
12536 (ada-prj-add-ada-menu): Remove the map and name parameters.
12537 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12539 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12540 (ada-prj-load-from-file): New function
12541 (ada-prj-save): Always save fields that depend on the current buffer
12542 (ada-prj-show-value): New function
12544 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12545 Ada mode. This will allow us to display the Ada menu in any buffer
12546 we want (for project items).
12547 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12548 number of spaces in the header.
12550 2000-07-24 Dave Love <fx@gnu.org>
12552 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12554 2000-07-23 Noah Friedman <friedman@splode.com>
12556 * type-break.el (type-break): perform autosave.
12557 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12558 (type-break-do-query): Cancel query schedule while performing
12559 actual query, to avoid possibility of a second query being made
12560 while first one is already in progress.
12561 (type-break-time-stamp-format): New variable.
12562 (type-break-time-stamp): New function.
12563 (type-break-time-warning): Use it.
12564 (type-break-keystroke-warning): Use it.
12565 (type-break-noninteractive-query): Use it.
12567 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12569 Use add-minor-mode to set minor-mode-alist, if available.
12570 (eldoc-echo-area-use-multiline-p): New user option.
12571 (eldoc-echo-area-multiline-supported-p): New variable.
12572 (eldoc-docstring-format-sym-doc): Use them.
12573 (eldoc-mode): If not using idle timers, append to local post and
12574 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12575 (eldoc-display-message-no-interference-p): Don't interfere with
12577 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12578 (eldoc-function-arglist): New function.
12579 (eldoc-function-argstring): Use it.
12581 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12582 auto save directory exists before calling directory-files.
12584 2000-07-23 Dave Love <fx@gnu.org>
12586 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12589 2000-07-21 Dave Love <fx@gnu.org>
12591 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12592 now passed to the function. It now works properly.
12594 * smerge-mode.el (smerge-mode-menu): Fill it out.
12596 2000-07-20 Gerd Moellmann <gerd@gnu.org>
12598 * info-look.el (info-lookup): If *info* is shown in another frame
12599 on the same display, select that frame, instead of switching to
12600 the Info buffer in another window of the selected frame.
12602 * simple.el (universal-argument-map): Bind numeric keypad keys
12603 kp-0 to kp-9 and kp-subtract.
12604 (digit-argument): Handle these keys.
12606 2000-07-20 Dave Love <fx@gnu.org>
12608 * net/goto-addr.el (goto-address-fontify): Don't bother with
12609 buffer-modified and read-only stuff -- irrelevant with overlays.
12610 Put an extra property on the overlays and use it to clean up in
12611 case goto-address is re-run.
12613 2000-07-19 Richard M. Stallman <rms@gnu.org>
12615 * timer.el (run-with-idle-timer): Doc fix.
12617 * mail/mail-utils.el (mail-strip-quoted-names):
12618 Handle case where <...> appears inside "...".
12619 Use replace-match to edit the string more simply.
12620 (rmail-dont-reply-to): Cope with an unmatched ".
12622 2000-07-19 Dave Love <fx@gnu.org>
12624 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12627 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12628 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12629 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12631 2000-07-19 Gerd Moellmann <gerd@gnu.org>
12633 * textmodes/refer.el: Correct maintainer's email address.
12635 * progmodes/hideif.el: Correct author's email address.
12636 Fix typo in comment.
12638 * xml.el: New file.
12640 * mail/mailheader.el: Correct author's mail address.
12642 * gnus/parse-time.el: Correct author's mail address.
12644 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12646 * comint.el (comint-highlight-input, comint-highlight-face):
12648 (comint-input-ring-file-name): Change custom type.
12649 (comint-mode-map): Bind mouse-2.
12650 (comint-insert-clicked-input): New function.
12651 (comint-send-input): Handle input highlighting.
12653 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12655 * mouse.el (popup-menu): New function.
12656 (mouse-major-mode-menu): Use it.
12658 2000-07-18 Dave Love <fx@gnu.org>
12660 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12663 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12665 * faces.el (face-font-selection-order)
12666 (face-font-family-alternatives): Add custom type.
12668 2000-07-18 Dave Love <fx@gnu.org>
12670 * cus-edit.el (custom-variable-reset-saved)
12671 (custom-variable-reset-standard): Remove unused bindings.
12673 * rect.el (open-rectangle-line): Remove unused let.
12675 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12677 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12679 * cdl.el: Fix `Maintainer' keyword.
12681 * play/pong.el: Add author's email address.
12683 2000-07-17 Sam Steingold <sds@gnu.org>
12685 * files.el (insert-directory): Call `split-string' instead of
12686 re-implementing it.
12688 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12690 * mail/vms-pmail.el: Change maintainer to FSF.
12692 * net/goto-addr.el: Change maintainer to FSF.
12694 * info.el (Info-title-face-alist): Removed.
12696 2000-07-18 David Ponce <david@dponce.com>
12698 * recentf.el (recentf-open-files): New command that works like
12699 `recentf-open-more-files', but shows the whole list of files (not just
12700 those omitted from the menu). Useful if you don't use a menu-bar!
12701 (recentf-open-more-files) Modified to use `recentf-open-files'.
12703 (recentf-open-files, recentf-open-more-files)
12704 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12706 (recentf-dialog-mode): New mode for dialogs. You can now just type
12707 "q" to cancel the dialogs.
12709 2000-07-18 David Ponce <david@dponce.com>
12711 * recentf.el: This is a major update of recentf.el. It adds new
12712 features to better organize the recentf menu and "More..." buffer.
12714 Using new provided menu filtering functions you can now organize the
12719 - by user defined rules
12721 Finally, with the new `recentf-filter-changer' customizable filter you
12722 can define a ring of filters and dynamically (via the menu) cycle on
12723 each menu organization in the ring (a la msb).
12725 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12727 * eshell/eshell.el (eshell): Replace links to eshell.info with
12728 links to eshell, to avoid problems on systems where the manual is
12729 installed as `eshell'.
12730 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12731 * eshell/em-smart.el (eshell-smart): Ditto.
12732 * eshell/em-banner.el (eshell-banner): Ditto.
12733 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12735 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12736 same-file check in the MS-DOS version (it does support inodes).
12738 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12740 * eshell/eshell.el (eshell-directory-name):
12741 Run default directory name through convert-standard-filename.
12743 2000-07-18 Kenichi Handa <handa@etl.go.jp>
12745 * international/mule-cmds.el (select-safe-coding-system):
12746 Fix typo in the comment.
12748 * language/european.el (compound-text):
12749 Force katakana-jisx0201 to be designated to G1.
12751 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12752 Don't translate some national variant characters of latin-jisx0201.
12753 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12755 * international/kkc.el (kkc-after-update-conversion-functions):
12757 (kkc-update-conversion): Run functions in it at the tail.
12759 2000-07-16 John Wiegley <johnw@gnu.org>
12761 * lisp/align.el (align-newline-and-indent):
12762 Adding new function. for auto-aligning blocks of code on RET.
12763 (align-region): Fixed badly formatted minibuffer message.
12765 2000-07-17 Kenichi Handa <handa@etl.go.jp>
12767 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12768 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12769 the conversion list at first if appropriate.
12770 (kkc-next): Don't update kkc-next-count here.
12771 (kkc-prev): Don't update kkc-prev-count here.
12772 (kkc-show-conversion-list-update): Fix setting up of conversion
12775 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12777 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12779 2000-07-16 Dave Love <fx@gnu.org>
12781 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12782 function to be more specific.
12784 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12785 non-string help-echo.
12786 (widget-types-convert-widget): Defsubst it.
12787 (widget-echo-help): Try to cope with a help-echo function of two
12790 2000-07-15 Jason Rumney <jasonr@gnu.org>
12792 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12793 Declare as obsolete.
12795 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12797 2000-07-14 Gerd Moellmann <gerd@gnu.org>
12799 * hilit-chg.el: Fix typo.
12801 2000-07-14 Dave Love <fx@gnu.org>
12803 * info.el (Info-mode-menu): Fix use of :help, :enable.
12805 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12807 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12809 2000-07-13 Dave Love <fx@gnu.org>
12811 * emacs-lisp/easymenu.el: Doc fixes.
12812 (easy-menu-remove): Defalias to ignore.
12814 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12815 Call throw correctly.
12817 2000-07-13 Gerd Moellmann <gerd@gnu.org>
12819 * faces.el (frame-background-mode): Doc fix.
12821 * simple.el (eval-expression-print-length): Change custom type to
12822 allow entering nil as value.
12824 2000-07-13 Dave Love <fx@gnu.org>
12826 * progmodes/fortran.el (fortran-imenu-generic-expression):
12827 Change definition layout.
12828 (fortran-mode-menu): Reinstate customize entries.
12830 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12831 Use :filter, per old XEmacs code.
12833 2000-07-12 Gerd Moellmann <gerd@gnu.org>
12835 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12836 event when deciding what to send to the terminal.
12838 2000-07-12 Dave Love <fx@gnu.org>
12840 * cus-start.el: Add optional version as 4th element of specs and
12841 use it for several things new in v21. Remove load-path. Fix type
12842 of line-number-display-limit.
12844 2000-07-11 Dave Love <fx@gnu.org>
12846 * progmodes/fortran.el: Don't require easymenu.
12847 Use repeat counts in various regexps.
12848 (fortran-mode-syntax-table): Defvar directly.
12849 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12850 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12851 Use defvar, not defconst.
12852 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12853 (fortran-mode): Set fortran-comment-line-start-skip,
12854 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12855 (fortran-comment-indent): Use defsubst.
12856 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12857 Use fortran-comment-indent, not fortran-comment-indent-function.
12858 (fortran-comment-region, fortran-electric-line-number): Simplify.
12859 (fortran-auto-fill): New function.
12860 (fortran-do-auto-fill): Deleted.
12861 (fortran-find-comment-start-skip):
12862 Check for non-null comment-start-skip.
12863 (fortran-auto-fill-mode, fortran-fill-statement):
12864 Use fortran-auto-fill.
12865 (fortran-fill): Use fortran-auto-fill. Check for null
12866 comment-start-skip. Simplify final clause and use end-of-line finally.
12868 * widget.el (widget-plist-member): New alias.
12870 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12872 * eshell/esh-module.el (toplevel): Reference
12873 byte-compile-current-file only if it is bound.
12875 2000-07-10 Gerd Moellmann <gerd@gnu.org>
12877 * dired.el: Don't require `dired-aux'.
12879 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12881 * dired-aux.el (dired-show-file-type): New function.
12882 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12883 (dired-show-file-type): Add autoload.
12885 2000-07-10 Kenichi Handa <handa@etl.go.jp>
12887 * international/mule-diag.el (describe-font): Adjusted for the
12888 change of fontset-info.
12889 (print-fontset): Likewise.
12891 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12893 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12895 2000-07-07 Gerd Moellmann <gerd@gnu.org>
12897 * bindings.el: Bind `[delete]' to delete-char.
12899 * dired.el (dired-find-alternate-file): New function.
12900 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12901 (toplevel): Require dired-aux when compiling.
12902 (dired-buffers): Move defvar within file to avoid compiler warning.
12904 * info.el (Info-last-search): Variable removed.
12905 (Info-search-history): New variable.
12906 (Info-search): New Info-search-history.
12908 * battery.el, info-look.el: Change author's mail address.
12910 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12912 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12913 if rmail-ignored-headers is nil.
12914 (rmail-retry-failure): Bind rmail-ignored-headers and
12915 rmail-displayed-headers to nil.
12917 2000-07-06 Gerd Moellmann <gerd@gnu.org>
12919 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12920 (print-region-1): Don't hard code `-h' here.
12922 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12924 2000-07-01 Francesco Potorti` <pot@gnu.org>
12926 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12927 exim can use "your message" instead of "the message".
12929 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12931 * facemenu.el: Docstrings fixes.
12932 (facemenu-get-face): Don't use internal-find-face.
12933 (facemenu-iterate): Rename arg to match the docstring.
12935 * newcomment.el (uncomment-region): Be more careful when skipping
12936 backwards over `=' not to bump into BOBP.
12938 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12940 * ediff-diff.el (ediff-wordify): Use syntax table.
12941 * ediff-init.el (ediff-has-face-support-p): Use
12942 ediff-color-display-p.
12943 (ediff-color-display-p): Use display-color-p, changed to defun
12945 Got rid of special cases for NeXT and OS/2.
12946 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12949 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12951 * emacs-lisp/lucid.el: Require CL.
12952 (copy-tree, remprop): Remove, it's provided by CL.
12953 (map-keymap): Define in terms of cl-map-keymap.
12954 (extent-property, set-extent-end-glyph): New functions.
12956 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12958 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12960 * Makefile.in (DONTCOMPILE): Add comment that the name may
12961 not be changed without changing the make-dist script.
12963 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12964 (cl-mapc): Use mapc instead of cl-old-mapc.
12966 2000-07-05 Andrew Innes <andrewi@gnu.org>
12968 * makefile.nt: Add support for `bootstrap' and related targets.
12970 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12972 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12973 (easy-menu-do-define): Use `menu-item' format.
12974 Handle case where easy-menu-create-menu returns a symbol.
12975 Manually call the potential top-level filter in the function binding.
12976 (easy-menu-filter-return): New arg NAME.
12977 Convert to a keymap if MENU is an XEmacs menu.
12978 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12979 (easy-menu-converted-items-table, easy-menu-convert-item):
12980 New var and fun to memoize easy-menu-convert-item-1.
12981 (easy-menu-do-add-item): Use it.
12982 (easy-menu-create-menu): Use easy-menu-convert-item.
12983 Wrap easy-menu-filter-return around any :filter specification.
12984 Don't convert the menu if a filter was specified.
12985 Tell easy-menu-make-symbol not to check for MENU being an expression.
12986 (easy-menu-make-symbol): New arg NOEXP.
12988 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12990 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12991 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12992 (eval-defun): If called with prefix arg, instrument code for
12995 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12996 similar to that of eval-defun.
12998 2000-07-04 Dave Love <fx@gnu.org>
13000 * hl-line.el (hl-line-overlay): Make it permanent-local.
13002 * calendar/todo-mode.el: Replaced with a working version, based on
13003 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13005 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13007 * paths.el (prune-directory-list): New function.
13008 (Info-default-directory-list): Rewritten to more methodically
13009 enumerate a big list of possible info directories (based on the
13010 list used by the standalone info reader).
13012 * info.el (info-initialize): Use prune-directory-list to remove
13013 non-existent directories from Info-directory-list.
13015 * paths.el (Info-default-directory-list): Try a list of possible
13016 info-directories instead of a single one. Add the possible
13017 info directory "/usr/share/info".
13019 * woman.el (woman-man.conf-path): Explicitly include the debian
13020 man-db config file "/etc/manpath.config".
13021 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13022 are present in `manpath.config'.
13023 (woman-manpath): Include "/usr/share/man".
13025 2000-07-03 Gerd Moellmann <gerd@gnu.org>
13027 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13029 * startup.el (command-line): Initialize blink-cursor based
13032 * frame.el (blink-cursor): Default to nil if not running under
13035 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13036 (face-x-resources): Remove duplicate entry for :font.
13038 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13039 instead of cycling through windows with next-window.
13041 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13042 of cycling through windows with next-window.
13044 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13045 of cycling through windows with next-window.
13047 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13048 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13049 instead of cycling through windows with next-window.
13051 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13052 instead of cycling through windows with next-window.
13054 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13055 of cycling through windows with next-window.
13057 * terminal.el (te-process-output): Use walk-windows instead of
13058 cycling through windows with next-window.
13060 * server.el (server-switch-buffer): Use some-window instead of
13061 cycling through windows with next-window.
13063 * window.el (some-window): New function.
13064 (walk-windows): Remove reference to walk-windows-start.
13066 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13068 2000-07-03 Richard Stallman <rms@gnu.org>
13070 * window.el (walk-windows): Guarantee termination by keeping a list
13071 of all the windows already handled.
13073 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13075 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13078 * man.el (Man-notify-when-ready): Don't use window-system. If
13079 Man-notify-method is newframe, and the display is not
13080 multi-frame, select the frame created for the man page.
13081 (Man-init-defvars): Doc fix.
13083 2000-06-28 Gerd Moellmann <gerd@gnu.org>
13085 * faces.el (region): Change background color for light background.
13087 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13088 attribute from mode-line face of Ediff control frame.
13090 * replace.el (query-replace-map): Bind `e' like `E'.
13092 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13094 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13095 Change name to "Select All".
13097 * dos-fns.el (convert-standard-filename): Fix last change.
13099 2000-06-27 Gerd Moellmann <gerd@gnu.org>
13101 * help.el (describe-variable): Don't insert a second `'s' in front
13102 of the string `value is shown below'. Since the syntax-table is
13103 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13104 an existing `'s', so that this won't be deleted.
13106 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13107 * pcmpl-unix.el: New files.
13109 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13111 * wid-edit.el (widget-member): Use the new plist-member.
13113 2000-06-26 Gerd Moellmann <gerd@gnu.org>
13115 * replace.el (perform-replace): Undo change of 2000-04-04.
13116 Instead, move backward 1 character at the end of the loop when
13119 * faces.el (fringe): Change face for different backgrounds.
13121 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13124 * eshell/*.el: Change spelling of the Free Software Foundation.
13126 * eshell/esh-toggle.el: Removed.
13128 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13130 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13133 2000-06-26 Alex Schroeder <alex@gnu.org>
13135 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13136 `define-key'; instead of checking `(emacs-version)' check for
13137 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13138 for `;' and `o' which might be electric.
13140 (sql-electric-stuff): New user option.
13141 (sql-magic-go): New function which uses `sql-electric-stuff'.
13142 (sql-magic-semicolon): New function which uses
13143 `sql-electric-stuff'.
13145 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13148 (sql-oracle-options): New variable.
13149 (sql-oracle): Use it.
13151 (sql-imenu-generic-expression): Doc change.
13152 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13155 (sql-informix): Added command line parameter "-" to force
13156 sql-informix-program to use stdout.
13158 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13160 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13161 (cp864-decode-table): Doc fix.
13162 (cp720-decode-table): New variable, supports the Arabic OEM
13163 codepage used by Windows.
13164 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13166 2000-06-23 Dave Love <fx@gnu.org>
13168 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13169 (font-lock-fontify-anchored-keywords): Use
13170 line-beginning-position.
13171 (global-font-lock-mode): Use mapc.
13173 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13175 * eshell/esh-module.el: Require CL when compiling.
13177 2000-06-23 Gerd Moellmann <gerd@gnu.org>
13179 * comint.el (comint-substitute-in-file-name): Call replace-match
13180 with second and third arg t.
13182 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13183 Specify foreground color.
13185 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13188 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13190 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13191 cddr instead of cdddr.
13193 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13194 instead of copy-list.
13196 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13199 * subdirs.el: Add eshell subdirectory.
13201 * eshell: New subdirectory containing the Eshell package.
13203 * pcomplete.el: New file.
13205 2000-06-23 Paul Eggert <eggert@twinsun.com>
13207 * mail/mailpost.el (post-mail-send-it): Make sure file has
13208 proper permissions from birth.
13210 * files.el (basic-save-buffer-2): When temporarily setting
13211 file modes, set them to current modes plus 0200, not to 0777.
13213 * emerge.el (emerge-make-temp-file): Make sure file has proper
13214 permissions from birth.
13216 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13218 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13219 backup file name through convert-standard-filename.
13221 * dos-fns.el (convert-standard-filename): Convert leading
13222 directories as well. When long file names are supported, convert
13223 characters that are invalid in Windows file names.
13225 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13227 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13228 ps-print crashes. New feature: page selection for printing. Create
13229 raw-text-unix coding system for XEmacs. Doc fix.
13230 (ps-print-version): New version number (5.2.3).
13231 (ps-plot-region): Bug fix.
13232 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13233 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13234 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13236 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13237 (ps-last-page): New vars.
13239 2000-06-21 Gerd Moellmann <gerd@gnu.org>
13241 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13242 empty option string.
13244 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13246 * man.el (man): Doc fix.
13248 2000-06-21 Kenichi Handa <handa@etl.go.jp>
13250 * international/mule-cmds.el (set-language-info-alist): Docstring
13253 2000-06-20 Gerd Moellmann <gerd@gnu.org>
13255 * version.el (emacs-version): Use ISO date format.
13257 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13258 instead of `M-backspace'.
13260 * simple.el (turn-off-auto-fill): New function.
13262 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13264 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13265 Renamed from with-buffer-prepared-for-font-lock and use
13266 inhibit-modification-hooks rather than setting *-change-functions.
13267 Update all functions to use the new name.
13268 (jit-lock-first-unfontify-pos): New semantics (and doc).
13269 (jit-lock-mode): Make non-interactive.
13270 Don't automatically turn on font-lock.
13271 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13272 Always use jit-lock-after-change.
13273 Remove and restore font-lock-after-change-function.
13274 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13275 (jit-lock-after-unfontify-buffer): Remove.
13276 (jit-lock-stealth-fontify):
13277 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13278 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13280 2000-06-20 Sam Steingold <sds@gnu.org>
13282 * emacs-lisp/cl-indent.el (toplevel): Indent
13283 `print-unreadable-object' properly. Untabify.
13285 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13287 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13288 Support for bibentry.
13289 (reftex-compile-variables): Fixed problem with end of section-re.
13291 * texmodes/reftex-dcr.el (reftex-view-crossref,
13292 reftex-view-crossref-from-bibtex):
13293 Deal with changed `reftex-find-citation-regexp-format'.
13294 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13295 Replaced `remprop' with `put'.
13296 (reftex-view-crossref, reftex-view-crossref-when-idle):
13297 Support for bibentry.
13299 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13300 New entry for bibentry package.
13302 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13303 Regexp also matches "\nobibliography".
13305 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13306 Call `reftex-ensure-write-access' before doing anything.
13307 (reftex-ensure-write-access): New function.
13309 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13311 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13313 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13315 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13317 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13320 2000-06-20 Dave Love <fx@gnu.org>
13322 * faces.el (frame-background-mode): Use set-default, not set, in
13324 (frame-update-faces, frame-update-face-colors): Define with
13327 * enriched.el (enriched-decode-foreground)
13328 (enriched-decode-background): Don't use internal-find-face.
13330 * apropos.el: Doc fixes.
13332 * cus-edit.el (customize-changed-options): Check arg.
13333 (customize-version-lessp): Don't require decimal point.
13335 * custom.el (defcustom, defgroup): Doc fix.
13337 * newcomment.el (comment) <defgroup>: Add :version.
13338 (comment-multi-line): Doc fix.
13340 * emulation/mlsupport.el (define-hooked-local-abbrev,
13341 define-hooked-global-abbrev): Fix, using define-abbrev.
13343 2000-06-19 Gerd Moellmann <gerd@gnu.org>
13345 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13348 2000-06-19 Dave Love <fx@gnu.org>
13350 * menu-bar.el (menu-bar-options-save): New function.
13351 (menu-bar-options-menu): Use it.
13352 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13355 2000-06-19 Andreas Schwab <schwab@suse.de>
13357 * progmodes/etags.el (tags-query-replace): Put new parameters
13358 START and END at the end, for backward compatibility.
13360 2000-06-19 Kenichi Handa <handa@etl.go.jp>
13362 * international/codepage.el:
13363 (cp-coding-system-for-codepage-1): Delete special codes for
13364 generating xxx-dos coding system because now a CCL based coding
13365 system can handle EOL conversion by default.
13367 * international/mule.el (make-coding-system): Generate subsidiary
13368 coding systems for EOL handling variants even for a CCL based
13371 2000-06-19 Kenichi Handa <handa@etl.go.jp>
13373 * international/isearch-x.el (isearch-minibuffer-input-method)
13374 (isearch-minibuffer-input-method-function): These variables
13376 (isearch-with-input-method): Don't use the above variables.
13377 (isearch-process-search-multibyte-characters): Likewise. Call
13378 read-string with the arg INHERIT-INPUT-METHOD t.
13380 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13382 * font-lock.el (font-lock-after-fontify-buffer)
13383 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13385 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13386 Use consistent make-local-variable style for font-lock-fontified.
13387 (jit-lock-fontify-buffer):
13388 Don't bother checking for font-lock-mode and jit-lock-mode.
13390 * time.el: Remove trailing ^M that prevent CVS-merging.
13392 2000-06-16 Gerd Moellmann <gerd@gnu.org>
13394 * Makefile.in (distclean): New target.
13396 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13398 * Makefile.in (srcdir): Define for update-subdirs.
13400 2000-06-16 Gerd Moellmann <gerd@gnu.org>
13402 * find-lisp.el: New file.
13404 2000-06-16 Andrew Innes <andrewi@gnu.org>
13406 * time.el (display-time-mail-function): New variable, to allow
13407 external packages to indicate when new mail is available.
13408 (display-time-update): Use it.
13410 2000-06-16 Kenichi Handa <handa@etl.go.jp>
13412 * international/mule.el (mule-version): Change version name to
13413 SAKAKI. AOI has already been used by Meadow.
13415 * international/quail.el (quail-show-guidance-buf): To find the
13416 bottom window (but minibuffer), pay attention to the height of
13419 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13421 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13422 menu-bar menus. Add help strings. Don't remove the Edit menu
13423 from the menu bar, as the menu bar has enough space now.
13425 * Makefile.in (SHELL): Make sure /bin/sh is used.
13427 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13428 characters, which use series of two ^H characters instead of one.
13430 2000-06-15 Gerd Moellmann <gerd@gnu.org>
13432 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13433 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13435 (Info-find-node-2): Try a case-sensitive search first, then
13436 do a case-insensitive search.
13438 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13441 * complete.el (PC-env-vars-alist): New variable.
13442 (PC-complete-as-file-name): New function.
13443 (partial-completion-mode): Initialize PC-env-vars-alist from
13444 process-environment.
13445 (PC-do-completion): Handle completion of env vars.
13447 * info.el (Info-set-mode-line): Show file name in mode line,
13448 use `*Info*' instead of `Info:'.
13450 * startup.el (command-line-1): Change copyright messages to year
13453 2000-06-15 Dave Love <fx@gnu.org>
13455 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13458 2000-06-15 Kenichi Handa <handa@etl.go.jp>
13460 * international/mule.el (set-buffer-file-coding-system): Almost
13461 rewritten to handle `undecided' as no-op.
13463 2000-06-14 Gerd Moellmann <gerd@gnu.org>
13465 * Makefile.in: New file.
13467 * Makefile: Removed.
13469 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13470 (goto-address-highlight-keymap): Bind C-c RET.
13472 2000-06-14 Kenichi Handa <handa@etl.go.jp>
13474 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13475 inherits buffer-file-coding-system of the current buffer.
13477 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13478 0. Give correct argument to set-auto-coding-function.
13479 (tar-expunge): For goto-char, use (point-min), not 0.
13480 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13481 (tar-subfile-save-buffer): Likewize.
13483 * international/mule.el
13484 (after-insert-file-set-buffer-file-coding-system): Call
13485 set-buffer-file-coding-system with the arg FORCE t.
13487 2000-06-13 Gerd Moellmann <gerd@gnu.org>
13489 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13490 nil. Contemporary sendmails issue an X-Authentication-Warning if
13491 the sender is set with `-f'.
13493 2000-06-13 Dave Love <fx@gnu.org>
13495 * help.el (describe-function-1): Kluge around cases of functions
13496 fset to subrs whose doc doesn't match their symbol-name.
13498 * image.el (insert-image): Default STRING to a space.
13500 * info.el Doc fixes.
13501 (Info-build-node-completions): Match Ref tags.
13503 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13505 * frame.el (display-multi-frame-p, display-multi-font-p): New
13506 defaliases for display-graphic-p.
13508 * hl-line.el: Fixed a typo in commentary.
13510 2000-06-13 Kenichi Handa <handa@etl.go.jp>
13512 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13515 2000-06-12 Dave Love <fx@gnu.org>
13517 * image.el (insert-image): Save a little consing.
13519 2000-06-12 Kenichi Handa <handa@etl.go.jp>
13521 * language/tibet-util.el: Convert all tibetan-1-column characters
13522 to the corresponding tibetan characters.
13523 (tibetan-add-components): Delete code for the special treatment of
13526 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13528 (tibetan-vowel-transcription-alist): More rules added.
13529 (tibetan-composite-vowel-alist): New variable.
13530 (tibetan-precomposition-rule-alist): More rules added.
13532 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13534 * startup.el (command-line): Only call menu-bar-mode if interactive.
13536 * thingatpt.el (toplevel symbol-properties):
13537 * textmodes/makeinfo.el (makeinfo-compile):
13538 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13539 * progmodes/hideif.el (hif-compress-define-list)
13540 (hide-ifdef-use-define-alist):
13541 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13542 (ange-ftp-vms-add-file-entry):
13543 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13544 * man.el (Man-build-man-command):
13545 * mail/rnewspost.el (news-reply-header-hook):
13546 * info.el (Info-insert-dir):
13547 * emulation/mlconvert.el (backward-word, forward-word, setq):
13548 * emacs-lisp/gulp.el (gulp-send-requests):
13549 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13550 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13551 (byte-optimize-apply, end of file):
13552 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13553 (ad-make-freeze-definition):
13554 * startup.el (command-line, command-line-1): Don't quote lambdas.
13556 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13557 (cvs-cleanup-removed): New function.
13558 (cvs-cleanup-functions): New var.
13559 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13560 some flexibility in specifying additional entries to auto-cleanup.
13561 (cvs-quickdir): New function.
13562 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13563 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13564 (cvs-mode-find-file): Check that we are on a filename or dirname
13565 when invoked through a mouse-click.
13566 (cvs-full-path): Remove.
13567 (cvs-dired-action): Re-introduced.
13568 (cvs-dired-noselect): Use it.
13569 (vc-post-command-functions): use this new hook if available.
13571 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13572 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13573 (cvs-filename-map, cvs-dirname-map): Remove.
13574 (cvs-default-action): Remove.
13575 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13576 if the arg is really a keymap.
13577 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13578 Don't hardcode the mapping from state (aka type) to face, but check
13579 the var cvs-fi-<type>-face instead.
13580 (cvs-fileinfo-from-entries): New function.
13582 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13584 (cvs-find-file-and-jump): Change default to be safer.
13585 (cvs-mode-diff-map): Define it as a function as well.
13586 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13587 Bind mouse-2 in this global map rather than with text-properties.
13589 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13590 file to resolve the ambiguity between C(conflict) and C(need-merge).
13592 2000-06-12 Kenichi Handa <handa@etl.go.jp>
13594 * international/mule.el (set-buffer-file-coding-system): If
13595 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13598 2000-06-12 Dave Love <fx@gnu.org>
13600 * wid-edit.el (widget-specify-button): Really suppress the face if
13603 2000-06-11 Gerd Moellmann <gerd@gnu.org>
13605 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13607 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13609 * imenu.el (imenu-generic-expression): Docstring fix.
13611 * composite.el (composition-function-table): Move the `put'
13612 below the autoload cookie so we can load the file before loaddefs.
13614 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13616 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13617 Handle easy-mmode-define-global-mode.
13618 For complex macros like define-minor-mode that can generate
13619 several autoload entries, try to autoload entries in the
13620 macroexpanded code.
13622 * emacs-lisp/easy-mmode.el (define-minor-mode):
13623 If KEYMAP is a symbol, just use it.
13624 Use byte-compile-current-file and load-file-name to infer the
13625 proper :require to pass to defcustom.
13626 Wrap the hook var into `progn' so as not to autoload it.
13627 Add a :autoload-end cookie.
13628 Be more careful about the evaluation of KEYMAP.
13629 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13630 (define-derived-mode): Move define-abbrev-table outside of defvar.
13632 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13634 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13635 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13636 (backup-compiled-files): Ignore errors during `tar'.
13637 (bootstrap): Make autoloads before elc files.
13639 2000-06-10 Kenichi Handa <handa@etl.go.jp>
13641 * international/mule.el (set-buffer-file-coding-system): If one of
13642 undecided-XXX is specified, change only EOL conversion.
13644 * international/mule-conf.el (unix): New alias for the coding
13645 system undecided-unix.
13647 2000-06-09 Dave Love <fx@gnu.org>
13649 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13651 * progmodes/executable.el: Byte compile dynamic.
13652 (executable-insert): Change custom type.
13653 (executable-find): Add autoload cookie.
13654 (executable-make-buffer-file-executable-if-script-p): New
13655 function. After Noah Friedman.
13657 * files.el (after-save-hook): Customize, with
13658 executable-make-buffer-file-executable-if-script-p as an option.
13660 2000-06-09 Kenichi Handa <handa@etl.go.jp>
13662 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13663 "tib24p-mule.bdf" for Tibetan.
13665 * composite.el (decompose-composite-char): Declare it as obsolete.
13667 * man.el (Man-fontify-manpage): Pay attention to underline and
13668 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13670 2000-06-08 Gerd Moellmann <gerd@gnu.org>
13672 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13673 Set maintainer to FSF since author isn't reachable.
13675 2000-06-08 Dave Love <fx@gnu.org>
13677 * international/mule-cmds.el (select-safe-coding-system): If
13678 DEFAULT-CODING-SYSTEM is not specified, also check the most
13679 preferred coding-system if buffer-file-coding-system is
13680 `undecided'. From Handa.
13682 2000-06-08 Kenichi Handa <handa@etl.go.jp>
13684 * international/mule.el
13685 (after-insert-file-set-buffer-file-coding-system): If the buffer
13686 size is greater than INSERTED, judget that we are not visiting.
13688 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13690 * whitespace.el (defgroup whitespace): Comment out `:version'.
13691 XEmacs 20.4 has problems defining the group with this present.
13692 We'll have this commented out till get resolve the problem.
13694 2000-06-07 John Wiegley <johnw@gnu.org>
13696 * align.el (align-dq-string-modes, align-sq-string-modes)
13697 (align-open-comment-modes): Add pyhton-mode.
13698 (align-rules-list): Use get-text-property instead of
13699 text-properties-at.
13700 (align-rules-list): Add python-assignment.
13701 (align-rules-list): Change perl-comma-delimiter to
13702 basic-comma-delimiter. Use if for Perl modes and python-mode.
13703 (align-rules-list): Add python-chain-logic and
13704 basic-line-continuation.
13706 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13708 * apropos.el (apropos-mode-hook): New user variable.
13709 (apropos-mode): Run apropos-mode-hook.
13711 2000-06-07 David Ponce <david@dponce.com>
13713 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13714 commands. Require `wid-edit' at run-time.
13716 2000-06-07 David Ponce <david@dponce.com>
13718 * recentf.el: Added some "Commentary".
13719 (recentf-open-more-files, recentf-edit-list): Minor changes to
13720 move the point at the top of the file list. This behaviour is
13721 consistent with the menu one when the list contains a lot of
13723 (recentf-cleanup): Now displays the number of items removed from
13725 (recentf-relative-filter) New menu filter to show filenames
13726 relative to `default-directory'.
13728 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13730 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13731 with/without giving an error if PostScript printer doesn't have this
13732 kind of page size. Zebra Stripe continues or restarts on next page.
13733 Manual/automatic paper feeding. Switch or not the header.
13734 (ps-print-version): New version number (5.2.2).
13735 (ps-windows-system): Include emx as a Windows system.
13736 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13737 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13738 (ps-background-text): Code fix.
13739 (ps-error-handler-message, ps-user-defined-prologue)
13740 (ps-print-prologue-header, ps-printer-name)
13741 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13742 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13743 (ps-use-face-background): Customization fix.
13744 (ps-n-up-database): Data fix.
13745 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13746 (ps-switch-header): New vars.
13747 (ps-xemacs-color-name, ps-face-foreground-name)
13748 (ps-face-background-name, ps-boolean-constant): New funs.
13750 2000-06-07 Dave Love <fx@gnu.org>
13752 * allout.el: New version from Manheimer.
13754 2000-06-07 Kenichi Handa <handa@etl.go.jp>
13756 * textmodes/fill.el (fill-find-break-point): Check the validity of
13759 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13761 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13762 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13763 Call display-color-p and display-mouse-p instead of looking at
13766 2000-06-06 Dave Love <fx@gnu.org>
13768 * image.el (find-image): Doc fix. Return nil if image not found.
13769 (put-image, insert-image): Make STRING arg optional.
13771 2000-06-06 Kenichi Handa <handa@etl.go.jp>
13773 * language/vietnamese.el: Remove eval-when-compile.
13774 (viet-viscii-nonascii-translation-table): Define it as a
13775 translation table made from viet-viscii-decode-table.
13776 (viet-viscii-encode-table): Define it as a translation table made
13777 from the reverse map of above.
13778 (viet-vscii-nonascii-translation-table): Define it as a
13779 translation table made from viet-vscii-decode-table.
13780 (viet-vscii-encode-table): Define it as a translation table made
13781 from the reverse map of above.
13782 (ccl-decode-viscii): Use translate-character.
13783 (ccl-encode-viscii, ccl-encode-viscii-font)
13784 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13787 * language/cyrillic.el: Remove eval-when-compile.
13788 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13789 translation table made from cyrillic-koi8-r-decode-table.
13790 (cyrillic-koi8-r-encode-table): Define it as a translation table
13791 made from the reverse map of above.
13792 (ccl-decode-koi8): Use translate-character.
13793 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13794 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13795 a translation table made from cyrillic-alternativnyj-decode-table.
13796 (cyrillic-alternativnyj-encode-table): Define it as a translation
13797 table made from the reverse map of above.
13798 (ccl-decode-alternativnyj): Use translate-character.
13799 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13802 * international/mule-diag.el (non-iso-charset-alist): Specify
13803 translation table symbol instead of translation table itself.
13804 (list-block-of-chars): CHARSET may be a translation table symbol.
13806 * international/mule.el (make-coding-system): If CODING-SYSTEM
13807 already exists, override it.
13809 * international/fontset.el: Use family `proportional' for Tibetan
13812 * international/ccl.el (ccl-compile-translate-character): Don't
13813 check if Rrr has property translation-table.
13814 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13816 2000-06-05 Gerd Moellmann <gerd@gnu.org>
13818 * info.el: Bind case-fold-search to t when searching in case
13819 a user sets it to nil in a hook.
13821 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13823 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13824 * hl-line.el (hl-line-mode): Use the new :global key argument.
13826 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13827 (tar-clip-time-string): Prepend a space.
13828 (tar-grind-file-mode): Construct a string rather than modifying one.
13829 (tar-header-block-summarize): Fix docstring.
13830 Use `format' rather than an error-prone set of copy-loops.
13832 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13833 (diff-goto-source, diff-unified->context, diff-context->unified)
13834 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13835 understand the format output by the `-p' argument to diff.
13837 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13838 (sh-re-done): Use defconst.
13839 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13840 (sh-help-string-for-variable, sh-guess-basic-offset):
13841 Don't quote lambdas.
13842 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13843 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13845 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13846 (mh-letter-mode): Derive from text-mode.
13847 This implicitly means that it now calls kill-all-local-variables.
13848 Also remove the Emacs-18 compatibility code.
13850 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13851 Make use of symbol-property doc-string-elt.
13852 Use memq rather than a sequence of eq.
13853 (doc-string-elt): Fix the wrong or missing previously unused values.
13854 (autoload-print-form): New function extracted from
13855 generate-file-autoloads to allow recursion when handling progn
13856 so that defvar's and defun's docstrings are properly printed.
13857 (generate-file-autoloads): Use it.
13859 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13860 Use find-file-hooks in the minor-mode function.
13861 Be careful not to loop indefinitely in the post-command-hook function.
13863 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13865 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13867 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13868 differences whenever appropriate.
13869 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13870 * viper.el (find-file, find-file-other-window): Get viper to do
13873 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13875 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13876 (jit-lock-fontify-buffer): New function for JIT refontification.
13877 (jit-lock-mode): Fix docstring.
13878 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13879 Remove jit-lock-after-change from the _local_ hook.
13880 (jit-lock-function-1): Fix docstring.
13882 * info.el (Info-on-current-buffer): Initialize info.
13884 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13886 * progmodes/tcl.el (tcl-indent-for-comment):
13887 Ignore comment-indent-hook.
13889 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13890 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13891 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13892 and improve to use the lighter to guess the capitalization.
13893 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13894 Add keyword arguments to specify global-ness or the custom group.
13895 Add local-map and help-echo properties to the lighter.
13896 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13897 (easy-mmode-define-global-mode): New macro.
13899 2000-06-02 Dave Love <fx@gnu.org>
13901 * wid-edit.el: byte-compile-dynamic since we typically don't use
13902 all the widgets. Don't require cl or widget. Remove
13903 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13904 (widget-read-event): Removed. Callers changed to use read-event.
13905 (widget-button-release-event-p): Renamed from
13906 button-release-event-p.
13907 (widget-field-add-space, widget-field-use-before-change):
13909 (widget-specify-field): Use keymap property, not local-map.
13910 (widget-specify-button): Obey :suppress-face.
13911 (widget-specify-insert): Use modern backquote syntax.
13912 (widget-image-directory): Renamed from widget-glyph-directory.
13913 (widget-image-enable): Renamed from widget-glyph-enable.
13914 (widget-image-find): Replaces widget-glyph-find.
13915 (widget-button-pressed-face): Move defvar.
13916 (widget-image-insert): Replaces widget-glyph-insert.
13917 (widget-convert): Use keywordp.
13918 (widget-leave-text, widget-children-value-delete): Use mapc.
13919 (widget-keymap): Remove XEmacs stuff.
13920 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13921 (widget-button-click): Don't set point at the click, but re-centre
13922 if we scroll out of window. Rewritten for images v. glyphs &c.
13923 (widget-tabable-at): Use POS arg, not point.
13924 (widget-beginning-of-line, widget-end-of-line)
13925 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13926 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13927 (widget-default-create): Use widget-image-insert; some rewriting.
13928 (widget-visibility-value-create)
13929 (widget-push-button-value-create, widget-toggle-value-create): Use
13930 widget-image-insert.
13931 (checkbox): Create on and off images dynamically.
13932 (documentation-link): Change :help-echo.
13933 (widget-documentation-link-echo-help): Remove.
13935 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13937 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13939 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13940 (easy-mmode-define-toggle, define-minor-mode): Use it.
13941 (easy-mmode-define-keymap): Docstring fix.
13942 (define-derived-mode): Default PARENT to fundamental-mode.
13943 Add the derived-mode-parent symbol-property.
13944 (easy-mmode-derived-mode-p): New function.
13946 2000-06-02 Dave Love <fx@gnu.org>
13948 * files.el (convert-standard-filename): Doc fix.
13949 (normal-backup-enable-predicate): New function.
13950 (backup-enable-predicate): Use it to replace the lambda form.
13952 * calendar/todo-mode.el: [This needs more work on the outline
13954 (todo) <defgroup>: Add :version.
13955 (todo-add-category): Don't use pushnew.
13956 (todo-cmd-raise): Fix typo.
13957 (todo-top-priorities): Change temp buffer name.
13958 (todo-category-alist): Avoid redundant lambda.
13959 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13960 Use outline-next-heading.
13962 * autoarg.el: Rewritten to use define-minor-mode.
13963 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13964 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13966 2000-06-02 Kenichi Handa <handa@etl.go.jp>
13968 * isearch.el (isearch-other-meta-char): Fix previous change.
13970 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13972 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13973 (log-edit-done): Only add the comment to the ring if it's different
13974 from the last comment entered.
13976 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13978 2000-06-01 Dave Love <fx@gnu.org>
13980 * hl-line.el: Rewritten using define-minor-mode.
13982 * help.el (describe-function-1): Distinguish special form from
13983 builtin function. Sanity-check presence of arglist for builtins.
13985 2000-06-01 Kenichi Handa <handa@etl.go.jp>
13987 * international/characters.el: Fix syntax/category setting of
13988 Tibetan characters.
13990 * language/tibet-util.el (tibetan-add-components): Fixes for new
13991 encoding of Tibetan characters.
13992 (tibetan-decompose-precomposition-alist): New variable.
13993 (tibetan-decompose-region): Convert precomposed characters to
13994 non-precomposed characters.
13995 (tibetan-decompose-string): Likewise.
13996 (tibetan-composition-function): Fix args to
13997 thibetan-compose-string.
13999 * language/tibetan.el (tibetan-composable-pattern): More
14000 characters included.
14001 (tibetan-consonant-transcription-alist): Rule for "R" added.
14002 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14004 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14006 * language/lao-util.el (lao-composition-function): Fix args to
14009 * language/thai-util.el (thai-composition-function): Fix args to
14012 * isearch.el (isearch-update): Set disable-point-adjustment to t
14013 to prevent the point moving to the end of a composition when a
14014 part of a composition is searched.
14015 (isearch-other-meta-char): If the key invoking this command can be
14016 mapped by function-key-map to a printing char, call
14017 isearch-process-search-char directly.
14019 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14021 * emacs-lisp/bytecomp.el:
14023 * international/mule-cmds.el:
14024 * international/mule-util.el:
14025 * international/mule.el:
14028 * faces.el: Update calls to make-obsolete with a WHEN argument.
14030 * byte-run.el (make-obsolete, make-obsolete-variable):
14031 Add an optional WHEN argument and change the format of the
14032 symbol-property information.
14033 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14034 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14035 new obsolete-symbol-property format and print WHEN if it is provided.
14037 2000-05-31 Dave Love <fx@gnu.org>
14039 * loadhist.el (loadhist-hook-functions): Remove
14040 before-change-function, after-change-function.
14041 (unload-feature): Deal with symbols which are both bound and
14044 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14045 before-change-function, after-change-function.
14047 * simple.el (newline): Don't bind before-change-function,
14048 after-change-function.
14050 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14052 * whitespace.el (whitespace-rescan-timer-time): Update interval
14053 set to 600 seconds (10 minutes) instead of 60 seconds since
14054 a large number of whitespace buffers causes emacs to `freeze'
14055 for a considerable amount of time.
14057 * whitespace.el: Updated email address
14059 2000-05-31 Dave Love <fx@gnu.org>
14061 * add-log.el (change-log-font-lock-keywords) <function>: Add
14062 pattern for function of change.
14063 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14064 acknowledgements patterns.
14066 2000-05-31 Kenichi Handa <handa@etl.go.jp>
14068 * isearch.el (isearch-printing-char): If keyboard coding system is
14069 being used, call isearch-process-search-multibyte-characters.
14071 * international/isearch-x.el: Mostly rewritten.
14073 * international/quail.el (quail-start-conversion): Don't include
14074 unhandled events in the returned events, but set them in
14075 unread-command-events. Exit if all inputs are deleted.
14077 2000-05-30 Jason Rumney <jasonr@gnu.org>
14079 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14081 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14082 Reenable code to create initial fontsets.
14083 Use set-fontset-font in place of put-charset-property.
14085 2000-05-30 Gerd Moellmann <gerd@gnu.org>
14087 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14088 label, ensure that the first colon isn't followed by another.
14090 * paths.el (Info-default-directory-list): Doc fix.
14092 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14093 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14094 send a query containing USER only, not USER@HOST.
14096 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14097 and rmail-msgend to compute the restriction at the end, instead of
14100 2000-05-29 Gerd Moellmann <gerd@gnu.org>
14102 * dabbrev.el (dabbrev-expand): Don't display messages in the
14103 echo area if the minibuffer window is active.
14105 * jit-lock.el (jit-lock-mode): Add after change function to
14108 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14110 * antlr-mode.el: New commands: hide/unhide actions,
14111 upcase/downcase literals.
14112 (antlr-tiny-action-length): New user option.
14113 (antlr-hide-actions): New command. Suggested by
14114 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14115 (antlr-mode-map): New binding [C-c C-v].
14116 (antlr-mode-menu): New entries.
14117 (antlr-downcase-literals): New command.
14118 (antlr-upcase-literals): Ditto.
14120 * antlr-mode.el: Minor changes: indendation, mode-name.
14121 (antlr-indent-line): Indent cpp directive at column 0.
14122 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14124 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14125 (antlr-font-lock-additional-keywords): Workaround for intentional
14126 bug in XEmacs version of font-lock.
14127 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14128 be used by a smarter version of `buffers-menu-grouping-function'.
14130 2000-05-29 Gerd Moellmann <gerd@gnu.org>
14132 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14133 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14135 2000-05-29 Kenichi Handa <handa@etl.go.jp>
14137 * international/encoded-kb.el
14138 (encoded-kbd-iso2022-designation-map): Pay attention to that
14139 charset-iso-final-char return -1 for eight-bit-control and
14142 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14144 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14145 (speedbar-easymenu-definition-base): Use display-graphic-p where
14146 available, instead of window-system.
14148 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14150 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14151 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14154 2000-05-26 Dave Love <fx@gnu.org>
14156 * disp-table.el (standard-display-underline): Don't use
14157 internal-find-face.
14159 * mail/reporter.el: Maintainer change. Doc fixes.
14160 (reporter-version): Deleted.
14162 * emacs-lisp/elp.el: Maintainer change.
14163 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14165 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14167 * add-log.el (add-change-log-entry): Merge the current entry with the
14168 previous one if the previous one is empty.
14170 2000-05-26 Dave Love <fx@gnu.org>
14172 * loadhist.el (unload-feature): Fix interactive spec [from
14173 lijnzaad@ebi.ac.uk].
14175 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14176 subr-arity to check primitives.
14177 (byte-compile-flush-pending, byte-compile-file-form-progn)
14178 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14179 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14182 2000-05-26 Kenichi Handa <handa@etl.go.jp>
14184 * international/fontset.el: Set family names of non-latin charsets
14185 in default fontset to "*".
14187 * international/mule-diag.el (print-fontset): Combine family part
14188 and registry part of the fontname by "-*-" instead of "-".
14190 * international/mule-cmds.el (encode-coding-char): Make strings
14191 multibyte before calling encode-coding-string.
14193 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14195 * derived.el: Fix keywords.
14196 (define-derived-mode): Only define if needed.
14198 * simple.el (fill-comment, comment-column, comment-start)
14199 (comment-start-skip, comment-end, comment-indent-function)
14200 (block-comment-start, block-comment-end, indent-for-comment)
14201 (set-comment-column, kill-comment, comment-padding, comment-region)
14202 (comment-multi-line, indent-new-comment-line): Remove.
14204 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14205 function names for comment operations.
14207 * newcomment.el: Add abundant autoload cookies.
14208 (comment-style): Don't depend on runtime data at compile-time.
14209 (comment-indent-hook): Remove.
14210 (comment-indent): Check if comment-indent-hook is bound.
14211 (comment-region): Docstring fix.
14213 2000-05-25 Dave Love <fx@gnu.org>
14215 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14216 byte-code-function-p.
14218 * mail/rmailsum.el: Add provide.
14220 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14222 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14225 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14227 * ediff-diff.el (ediff-exec-process): delete --binary option from
14228 non-buffer ediff jobs.
14230 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14232 * hilit-chg.el (highlight-changes-mode): Ask about color or
14233 grayscale support, not about window-system.
14235 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14237 (ffap-highlight): Always default to t.
14239 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14240 display-popup-menus-p instead of looking at window-system.
14242 * disp-table.el (standard-display-g1, standard-display-graphic):
14243 Only refuse to use string glyphs on X and MS-Windows.
14245 * avoid.el: Remove window-system from commentary, suggest to use
14246 display-*-p instead.
14248 * apropos.el (apropos-print): Use display-mouse-p instead of
14251 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14253 * international/codepage.el (cp-decoding-vector-for-codepage):
14254 Fill up unsupported characters with their own codes. From Kenichi
14257 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14259 * international/mule-diag.el (describe-char-after): Use
14260 display-graphic-p instead of window-system, so that this function
14263 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14265 * international/codepage.el (cp-make-coding-systems-for-codepage):
14266 Remove the eight-bit-graphic and eight-bit-control charsets from
14267 the list of charsets which we convert into `?'.
14269 2000-05-25 Kenichi Handa <handa@etl.go.jp>
14271 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14273 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14274 japanese-jisx0213-2): New charsets.
14276 * international/fontset.el: Setup default fontset for new charsets.
14278 2000-05-24 Dave Love <fx@gnu.org>
14280 * info.el (Info-find-node-2): Restructure [following "Vadim
14281 S. Solomin" <sovs@uic.nnov.ru>].
14283 * icomplete.el: Fix header for Finder.
14285 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14287 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14290 * rmail.el (rmail-automatic-folder-directives): New user variable.
14291 (rmail-show-message): Add call to `rmail-auto-file' during
14293 (rmail-auto-file): New function.
14295 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14297 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14299 (ediff-test-utility,ediff-diff-mandatory-option)
14300 (ediff-reset-diff-options): Utilities for proper initialization of
14301 ediff-diff-options and ediff-diff3-options on Windows.
14303 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14306 * ediff-mult.el (ediff-filegroup-action): Use
14307 ediff-merge-filename-prefix.
14309 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14311 * viper-ex.el (ex-write): Set selective display to nil.
14313 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14315 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14316 aliases for hebrew-iso-8bit.
14318 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14320 * woman.el: New version from Francis J. Wright
14321 <F.J.Wright@Maths.QMW.ac.uk>.
14322 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14323 names in environment variables regardless of the path separator.
14324 (woman-topic-all-completions-1): Don't call file-name-directory-p
14325 on all files, since woman-file-regexp already filters out any
14328 2000-05-24 Kenichi Handa <handa@etl.go.jp>
14330 * international/quail.el (quail-start-translation): Don't change
14331 modified-p of the current buffer.
14332 (quail-start-conversion): Likewise.
14334 * international/kkc.el (kkc-region): Don't change modified-p of
14335 the current buffer.
14337 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14338 conform to RFC1468.
14339 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14341 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14343 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14344 (speedbar-insert-button): Invisible text property fix.
14345 (speedbar-directory-plus): Renamed from speedbar-directory-+
14346 (speedbar-directory-minus): Renamed from speedbar-directory--
14347 (speedbar-page-plus): Renamed from speedbar-file-+
14348 (speedbar-page-minus): Renamed from speedbar-file--
14349 (speedbar-page): Renamed from speedbar-file-
14350 (speedbar-tag): Renamed from speedbar-tag-
14351 (speedbar-tag-plus): Renamed from speedbar-tag-+
14352 (speedbar-tag-minus): Renamed from speedbar-tag--
14353 (speedbar-expand-image-button-alist): Use above renames.
14355 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14356 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14357 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14358 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14359 * sb-pg.xpm: Renamed from sb-file.xpm
14360 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14361 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14363 2000-05-24 Kenichi Handa <handa@etl.go.jp>
14365 * international/quail.el (quail-show-guidance-buf): Set
14366 current-input-method of the guidance buffer to the name of the
14367 curren input method.
14369 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14371 * progmodes/compile.el (compile-internal): Style typo.
14373 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14374 quote vars and functions in the docstring.
14376 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14378 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14379 Don't quote lambdas.
14381 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14383 2000-05-23 Gerd Moellmann <gerd@gnu.org>
14385 * startup.el (command-line): Determine source file of compiled
14386 user init file differently. Warn if compiled user init file
14387 is older than its source file.
14389 * ffap.el (ffap-url-regexp): Add `https'.
14391 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14393 * files.el (make-backup-file-name-1): Replace slashes with `!'
14394 rather than `|' (which is not allowed on Windows). Replace the
14395 drive letters with a string "drive_X".
14397 2000-05-23 Gerd Moellmann <gerd@gnu.org>
14399 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14401 * files.el (interpreter-mode-alist): Add `bash2'.
14403 2000-05-22 Dave Love <fx@gnu.org>
14405 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14407 (feature-file): Avoid calling symbol-name. Doc fix.
14408 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14409 (loadhist-hook-functions): Add mouse-position-function.
14410 (unload-feature): Change uses of mapcar.
14412 * files.el (parse-colon-path): Doc fix.
14413 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14414 (set-auto-mode): Use mapc.
14416 * complete.el (PC-look-for-include-file): Use :alnum: character
14418 (partial-completion-mode): Add autoload cookie.
14420 2000-05-22 Sam Steingold <sds@gnu.org>
14422 * info.el (Info-fontify-node): Fixed the call to
14423 `add-text-properties' (bug introduced on 2000-05-18).
14425 2000-05-22 Dave Love <fx@gnu.org>
14427 * bindings.el: Remove debug-ignored-errors set in other files.
14429 * progmodes/etags.el: Add to debug-ignored-errors.
14430 (visit-tags-table-buffer): Clear out buffers holding old tables
14431 when making a new list.
14432 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14435 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14437 (cmpl-string-case-type): Use character classes.
14440 * textmodes/ispell.el:
14443 * progmodes/compile.el: Add to debug-ignored-errors.
14445 * dabbrev.el: Add to debug-ignored-errors.
14446 (dabbrev-completion): Use mapc.
14448 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14450 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14451 (woman-mapcan, woman-parse-man.conf)
14452 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14453 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14454 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14455 path syntax better.
14456 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14457 (woman-manpath): Call woman-parse-man.conf.
14458 (woman-emulation): New defcustom, defaults to nroff.
14459 (woman-font-support): New defconst.
14460 (woman-use-symbol-font): New defcustom.
14461 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14463 Many functions: Doc fix.
14465 2000-05-22 Kenichi Handa <handa@etl.go.jp>
14467 * international/quail.el (quail-simple-translation-keymap): Map
14468 128..255 to quail-self-insert-command.
14469 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14471 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14473 * help.el (help-manyarg-func-alist): Typo.
14475 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14476 intervals which makes it heaps simpler.
14478 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14479 the nested comment markers.
14481 * subr.el (remove-hook): Don't turn the hook's value into a list.
14483 2000-05-21 Dave Love <fx@gnu.org>
14485 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14486 are invalid characters.
14488 * international/mule-util.el (detect-coding-with-priority): Use
14489 mapc. Remove redundant lambda.
14491 * international/mule-diag.el (list-non-iso-charset-chars)
14492 (describe-fontset): Remove redundant lambda.
14494 * emulation/crisp.el (brief-mode): New alias.
14496 * emacs-lisp/ring.el (ring-elements): New function.
14498 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14499 (easy-menu-do-add-item): Use keywordp.
14501 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14503 * replace.el: Doc and error message fixes.
14504 (replace-highlight): Use facep, not internal-find-face.
14506 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14508 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14510 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14511 (log-edit-insert-changelog): Drop `:' as well.
14513 * log-view.el: Fix file description.
14514 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14516 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14517 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14519 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14520 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14521 Print a status message if the toggle is called interactively.
14522 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14523 for global minor modes and use `defcustom' for them.
14524 Use add-minor-mode.
14525 (easy-mmode-define-derived-mode): Remove.
14526 (define-derived-mode): Fancier default docstring.
14527 (easy-mmode-define-navigation): Signal an error rather than (ding).
14529 * newcomment.el (comment-styles): New `box-multi'.
14530 (comment-normalize-vars): Better default for comment-continue to
14531 avoid whitespace-only continuations.
14532 (comment-search-forward): Always move even in the no-syntax case.
14533 (comment-padright): Only obey N if it's only obeyed for padleft.
14534 (comment-make-extra-lines): Better handling of empty continuations.
14535 Use `=' for the filler if comment-start has only one character.
14536 (uncomment-region): Try handling the special `=' filler.
14537 (comment-region): Allow LINES even if MULTI is nil.
14538 (comment-box): Choose box style based on comment-style.
14540 2000-05-20 Kenichi Handa <handa@etl.go.jp>
14542 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14543 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14545 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
14547 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14548 and insert, not subst-char-in-region.
14550 * international/mule-diag.el (list-character-sets-1): Handle
14551 charsets eight-bit-control and eight-bit-graphic.
14552 (list-iso-charset-chars): Likewise.
14553 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14554 charactes as is. Use indent-to to align characters.
14556 * international/mule-cmds.el (find-multibyte-characters): Never
14557 exclude charsets eight-bit-control and eight-bit-graphic.
14559 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14561 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14562 Don't quote lambdas.
14564 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14566 2000-05-19 Gerd Moellmann <gerd@gnu.org>
14568 * gud.el (gud-jdb-directories): Doc fix.
14570 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14572 * newcomment.el: New file.
14574 2000-05-19 Gerd Moellmann <gerd@gnu.org>
14576 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14578 2000-05-18 Andreas Schwab <schwab@suse.de>
14580 * dired.el (dired-between-files): Also skip lines beginning with
14583 2000-05-18 Gerd Moellmann <gerd@gnu.org>
14585 * msb.el (msb-menu-cond): Add choice `user'.
14587 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14589 * ps-print.el: Compatibility, customization and doc fix.
14590 (ps-printer-name-option): Replace defconst by defvar.
14591 (ps-postscript-code-directory): XEmacs compatibility.
14592 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14594 (ps-user-defined-prologue, ps-print-prologue-header)
14595 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14596 compatibility and code fix.
14597 (ps-print-background-image, ps-print-background-text):
14599 (ps-line-number-start, ps-n-up-on): New vars.
14601 2000-05-18 Espen Skoglund <esk@ira.uka.de>
14603 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14604 the indent-comment function to just return the appropriate indent.
14606 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14608 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14609 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14610 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14612 2000-05-18 Dave Love <fx@gnu.org>
14614 * info.el (Info-fontify-node): Add intangible property as well as
14617 * calendar/appt.el (appt-make-list): Match all lines of entry.
14618 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14620 2000-05-18 Kenichi Handa <handa@etl.go.jp>
14622 * international/mule-diag.el (describe-char-after): Call
14623 internal-char-font, not char-font. If internal-char-font returns
14624 nil, display "-- none --".
14626 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14628 * image.el (image-type-available-p): Don't reference image-types
14631 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14633 * autoarg.el (autoarg-mode): Typo in the :set argument.
14635 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14637 * startup.el (command-line-1): Don't signal an error if the
14638 directory for auto-save-list files does not yet exist.
14640 2000-05-17 Kenichi Handa <handa@etl.go.jp>
14642 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14644 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14646 * subr.el (remove-hook): `setq' hook-value, not `set'.
14648 2000-05-16 Sam Steingold <sds@gnu.org>
14650 * info.el (debug-ignored-errors): More errors to ignore.
14652 2000-05-16 Dave Love <fx@gnu.org>
14654 * cus-edit.el: Don't require cl or easymenu.
14655 (custom-variable-prompt): Test standard-value property, not
14658 2000-05-16 Sam Steingold <sds@gnu.org>
14660 * subr.el (add-hook): `setq' hook-value, not `set'.
14662 2000-05-16 Gerd Moellmann <gerd@gnu.org>
14664 * startup.el (command-line-1): Mention the FAQ in the startup
14667 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14669 * progmodes/compile.el (compilation-parse-errors): Collect
14670 `nomessage' regexps last.
14672 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14674 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14675 to the function name.
14677 2000-05-15 Dave Love <fx@gnu.org>
14679 * speedbar.el (speedbar-recenter): Typo.
14680 (speedbar-expand-line): Make arg optional.
14681 (speedbar-mode): Avoid a compiler warning.
14683 2000-05-15 Gerd Moellmann <gerd@gnu.org>
14685 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14686 user-specified option string is empty.
14688 * mouse.el (mouse-yank-at-click): Doc fix.
14690 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14692 * term/internal.el (IT-character-translations): More updates of
14693 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14696 2000-05-15 Gerd Moellmann <gerd@gnu.org>
14698 * env.el (getenv): New function, interactively callable.
14699 (setenv, getenv): Remove autoload cookies.
14701 * loadup.el: Load `env'.
14703 * progmodes/f90.el: Change author's mail address.
14705 2000-05-14 Dave Love <fx@gnu.org>
14707 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14708 goto-addr as an option.
14710 * help.el (help-xref-stack): Doc fix.
14711 (help-xref-following): New variable.
14712 (help-make-xrefs): Use it.
14713 (help-xref-go-back): Use position information from stack element.
14714 (help-follow): Make position in stack element a pair. Use
14715 help-xref-following.
14717 * autoarg.el: New file.
14719 * faces.el: Declare more functions obsolete.
14721 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14722 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14723 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14724 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14725 Remove all the setup-...-environment functions.
14727 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14729 * speedbar.el: Updated the commentary section. xemacs20p now uses
14730 >= when detecting. Require `defimage' safely.
14731 (speedbar-easymenu-definition-base): Add toggle for images.
14732 (speedbar-easymenu-definition-special): Add flush cache & expand.
14733 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14734 (speedbar-reconfigure-keymaps-hook): New variable.
14735 (speedbar-frame-parameters): Updated documentation.
14736 (speedbar-use-imenu-flag): Updated custom tag
14737 (speedbar-dynamic-tags-function-list): New variable.
14738 (speedbar-tag-hierarchy-method): Updated doc & custom.
14739 (speedbar-indentation-width, speedbar-indentation-width) New
14741 (speedbar-hide-button-brackets-flag): Customizable.
14742 (speedbar-vc-indicator): Doc update.
14743 (speedbar-ignored-path-expressions): Updated default value.
14744 (speedbar-supported-extension-expressions): Updated default value.
14745 (speedbar-syntax-table): Remove {} paren status.
14746 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14747 as "+". Added overlay aliases.
14748 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14749 `force-mode-line-update'.
14750 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14751 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14753 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14754 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14755 of arbitrary text, and new helper functions.
14756 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14758 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14759 (speedbar-directory-buttons): Update path search/expansion.
14760 (speedbar-make-tag-line): Pay attention to
14761 `speedbar-indentation-width'. Use more care w/ invisible
14763 (speedbar-change-expand-button-char): Call
14764 `speedbar-insert-image-button-maybe'.
14765 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14766 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14767 (speedbar-trim-words-tag-hierarchy)
14768 (speedbar-simple-group-tag-hierarchy): New functions
14769 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14770 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14772 (speedbar-mouse-set-point): New function
14773 (speedbar-power-click): Updated documentation.
14774 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14775 of tag prefix text.
14776 (speedbar-expand-line, speedbar-contract-line): Make more robust
14778 (speedbar-expand-line): Takes universal argument to flush the
14780 (speedbar-flush-expand-line): New function.
14781 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14782 Use new generator insertion method.
14783 (speedbar-fetch-dynamic-tags): New function.
14784 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14785 `speedbar-fetch-dynamic-imenu'.
14786 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14787 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14788 "Revert Buffer" menu items.
14789 (speedbar-buffer-buttons-engine): Be smarter when creating a
14790 filename tag (for expansion purposes.).
14791 (speedbar-highlight-one-tag-line,
14792 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14793 (speedbar-recenter): New functions.
14794 (defimage-speedbar): Image loading abstraction.
14795 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14796 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14797 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14798 (speedbar-tag-type, speedbar-tag-mail): New images.
14799 (speedbar-expand-image-button-alist): New variable.
14800 (speedbar-insert-image-button-maybe): Insert an image over some
14803 2000-05-13 Kenichi Handa <handa@etl.go.jp>
14805 * international/mule-cmds.el (encode-coding-char): An ASCII
14806 character is always encodable.
14808 * international/mule-conf.el: Add more information in descriptions
14811 * international/mule-diag.el (describe-char-after): New function.
14812 (describe-font-internal): Adjusted for the change of font-info.
14813 (describe-font): Likewise.
14814 (print-fontset): Rewritten for the new fontset implementation.
14815 (describe-fontset): Include fontset alias names in completion.
14816 (list-fontsets): Adjusted for the change of print-fontset.
14818 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14819 describe-char-after instead of displaying the detail in the echo
14821 (syntax-code-table): Format changed.
14822 (string-to-syntax): Adjusted for the above change.
14824 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14826 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14828 2000-05-12 Dave Love <fx@gnu.org>
14830 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14831 dependence. Use line-{beginning,end}-position, not
14832 point-at{b,e}ol. Some doc fixes.
14833 (todo-position): New function. Fix callers of position to use it.
14834 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14836 2000-05-12 Gerd Moellmann <gerd@gnu.org>
14838 * time.el (display-time-mail-icon): Use `:ascent center'.
14840 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14841 handling FTP security extensions.
14843 2000-05-11 Dave Love <fx@gnu.org>
14845 * calendar/todo-mode.el: New file.
14847 2000-05-11 Gerd Moellmann <gerd@gnu.org>
14849 * comint.el (comint-read-input-ring): Move reference to
14850 comint-input-ring-size outside of the save-excursion. It was
14851 causing the default value to be the only one ever seen.
14853 * font-lock.el: Update copyright. Remove Simon Marshall's email
14854 address on request from him.
14856 * subr.el (substitute-key-definition): Add comment describing
14857 the meaning of PREFIX.
14859 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14861 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14863 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14864 (add-minor-mode): Don't make the variable buffer-local and add a
14865 reference to define-minor-mode in the docstring.
14867 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14868 HEADER/FOOTER and fix bug with trailing empty directory.
14869 (cvs-append-to-ignore): Use vc-editable-p if available.
14870 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14871 (vc-do-command): Tweak advice to handle the new VC.
14873 * log-view.el (log-view-goto-rev): New function for the new VC.
14874 (log-view-minor-wrap): Use mark-active.
14876 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14877 (log-edit-changelog-full-paragraphs): New var.
14878 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14879 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14880 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14881 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14882 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14883 Replace the `cvs' prefix with `log-edit'.
14885 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14887 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14888 (diff-font-lock-defaults): Explicitly turn off multiline.
14889 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14890 (diff-ediff-patch): Fix call to ediff-patch-file.
14891 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14894 * frame.el (automatic-hscrolling): Typo.
14896 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14898 2000-05-09 Sam Steingold <sds@goems.com>
14900 * apropos.el (apropos-print): use `describe-face' instead of
14901 `customize-face-other-window'.
14903 2000-05-09 Dave Love <fx@gnu.org>
14905 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14907 * help.el (describe-variable): Have customize button pop the
14908 help-xref stack when invoked.
14909 (help-xref-symbol-regexp): Add `face'.
14910 (help-make-xrefs): Check for quoted face names and adapt regexp
14911 submatch numbers to cope.
14912 (help-xref-interned): Maybe insert face doc too. Separate
14913 sections with a line of hyphens.
14915 * faces.el: Some doc fixes. Declare some functions obsolete.
14916 (describe-face): Add customize button. Return the help
14919 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14921 * term/internal.el (IT-character-translations): Fix last change.
14923 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14925 * woman.el: New file
14926 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14928 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14930 * term/internal.el (IT-character-translations): Update ASCII
14931 simulations for greek-iso8859-7, add latin-iso8859-14 and
14934 * international/mule-cmds.el (set-language-info-alist): Call
14935 define-prefix-command with 3 arguments, to make the map suitable
14938 2000-05-07 Dave Love <fx@gnu.org>
14940 * time.el: Small doc fixes from Pavel Jan
\e,Am
\e(Bk ml.
14942 2000-05-05 Dave Love <fx@gnu.org>
14944 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14945 list in doc string. Don't quote keyword symbols.
14946 * emacs-lisp/cl.el: Likewise
14947 * emacs-lisp/cl-seq.el: Likewise
14949 2000-05-05 Gerd Moellmann <gerd@gnu.org>
14951 * abbrev.el (abbrev-mode): Make ARG optional.
14953 2000-05-04 Gerd Moellmann <gerd@gnu.org>
14955 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14957 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14959 * subr.el (substitute-key-definition): Clarify documentation.
14961 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
14963 * glasses.el (glasses-convert-to-unreadable): Use
14964 `glasses-separator' instead of the hard-wired "_".
14965 (glasses-mode): Call `glasses-make-unreadable' only in a single
14968 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14970 * term/internal.el (cjk-codepages-alist): Add associations for
14971 Chinese and Korean codepages. Remove FIXME comment.
14973 2000-05-03 Dave Love <fx@gnu.org>
14975 * time.el (display-time-mail-face, display-time-use-mail-icon):
14977 (display-time-mail-icon): New variable.
14978 (display-time-string-forms): Use the above. Fix the local-map.
14980 2000-05-03 Gerd Moellmann <gerd@gnu.org>
14982 * replace.el (query-replace-map): Add binding for `E'.
14983 (query-replace-help): Extend help text.
14984 (perform-replace): Allow editing the replacement string.
14986 * make-mode.el (makefile-mode-abbrev-table): New variable.
14987 (makefile-mode): Set local abbrev table to
14988 makefile-mode-abbrev-table.
14989 (makefile-font-lock-keywords): Fontify includes and conditionals.
14991 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14992 set TOGGLE's value.
14994 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14995 mail-interactive-insert-alias.
14996 (mail-abbrev-complete-alias): New command.
14997 (mail-mode-map): Bind it to `M-TAB'.
14999 2000-05-03 Kenichi Handa <handa@etl.go.jp>
15001 * language/lao-util.el (lao-compose-region): New function.
15003 2000-05-02 Gerd Moellmann <gerd@gnu.org>
15005 * files.el (recover-session): Make directories as necessary
15006 if they don't exist yet.
15008 * calendar/cal-french.el
15009 (french-calendar-multibyte-special-days-array)
15010 (french-calendar-special-days-array): Change French text.
15011 (calendar-french-date-string): Change output.
15012 (calendar-goto-french-date): Likewise.
15014 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15016 * wid-edit.el (widget-default-active): Obey `:always-active'.
15017 (widget-documentation-string-value-create): Set `:always-active'.
15019 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15021 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15022 default prefix to `~/_emacs.d/auto-save.list/_s'.
15023 (normal-top-level): Create the directory for auto-save files, if
15024 it doesn't already exist (in the ms-dos case only).
15026 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15028 * international/mule-cmds.el (set-language-environment): Don't
15029 concat an integer (dos-codepage), use format instead.
15031 2000-05-02 Dave Love <fx@gnu.org>
15033 * help.el (help-xref-on-pp): Check for constant symbols.
15035 2000-04-29 Gerd Moellmann <gerd@gnu.org>
15037 * startup.el (normal-top-level): Put a condition-case around
15038 the code loading subdirs.el.
15040 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15042 * ps-print.el: Upside-down and face background color printing,
15043 line number step, doc fix.
15044 (ps-print-version): New version number (5.2).
15045 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15046 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15047 (ps-spool-config): Var fix.
15048 (ps-printer-name-option): Const fix.
15049 (ps-print-upside-down, ps-use-face-background)
15050 (ps-line-number-step): New vars.
15051 (ps-window-system, ps-lp-system): New consts.
15052 (ps-face-background): New fun.
15054 2000-04-28 Richard Stallman <rms@gnu.org>
15056 * files.el (make-auto-save-file-name):
15057 Apply auto-save-file-name-transforms to visited file name
15058 before generating auto save file name.
15059 (auto-save-file-name-transforms): New variable.
15061 * files.el (backup-enable-predicate):
15062 Correctly test for a file under a temporary directory.
15064 2000-04-28 Gerd Moellmann <gerd@gnu.org>
15066 * subr.el (add-minor-mode): Rewritten.
15068 2000-04-28 Kenichi Handa <handa@etl.go.jp>
15070 * mail/sendmail.el (sendmail-send-it): Set
15071 buffer-file-coding-system to the selected coding system for MIME
15074 2000-04-27 Gerd Moellmann <gerd@gnu.org>
15076 * dired.el (dired-move-to-filename-regexp): Allow format where
15077 YYYY is followed by two spaces.
15079 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15080 in the second character class of the regexp.
15082 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15085 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15088 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15090 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15093 2000-04-27 Sen Nagata <sen@eccosys.com>
15095 * emacs-lisp/crm.el (crm-completion-table): New variable.
15096 (crm-collection-fn, crm-test-completion)
15097 (completing-read-multiple): Use it.
15099 2000-04-27 Dave Love <fx@gnu.org>
15101 * help.el (locate-library): Use mapc.
15102 (help-manyarg-func-alist): Add call-process-region.
15104 2000-04-26 Gerd Moellmann <gerd@gnu.org>
15106 * subr.el (add-minor-mode): Make argument MAP optional.
15108 * desktop.el (desktop-save): Save list of minor modes.
15109 (desktop-create-buffer): Restore minor modes.
15110 (desktop-minor-mode-table): New user-option.
15112 * subr.el (add-minor-mode): New function.
15114 * image.el (find-image): New function.
15115 (defimage): Rewritten to find image at load time.
15117 * startup.el (normal-top-level-add-to-load-path): Handle
15118 case that the default directory is not in load-path.
15120 * help.el: Old patch from Stefan Monnier.
15121 (help-xref-on-pp): New function.
15122 (describe-variable): Use it to display xrefs in a symbol's value.
15124 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15126 * cus-edit.el (custom-face): Fix parenthesis.
15128 2000-04-26 Kenichi Handa <handa@etl.go.jp>
15130 * mail/rmail.el (rmail-expunge): When there are no deleted
15131 messages, do nothing.
15133 2000-04-26 Dave Love <fx@gnu.org>
15135 * international/mule-cmds.el (locale-translation-file-name):
15137 (set-locale-environment): Set it here (at runtime).
15139 2000-04-25 Gerd Moellmann <gerd@gnu.org>
15141 * replace.el (perform-replace): Add parameters START and END. Use
15142 them instead of the check for a region in Transient Mark mode.
15143 (query-replace-read-args): Return two more list elements for the
15144 start and end of the region in Transient Mark mode.
15145 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15146 (map-query-replace-regexp, replace-string, replace-regexp): Add
15147 optional last arguments START and END and pass them to
15150 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15151 form with additional arguments for perform-replace.
15153 * progmodes/etags.el (tags-query-replace): Add parameters START
15154 and END. Construct a form with additional arguments for
15157 * simple.el (shell-command): Set default directory for "*Shell
15158 Command Output" buffer.
15160 * language/european.el (iso-latin-4): Fix typo.
15162 * emacs-lisp/crm.el: New file.
15164 2000-04-24 Dave Love <fx@gnu.org>
15166 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15167 (Custom-reset-saved, Custom-reset-standard)
15168 (custom-group-value-create, custom-group-set, custom-group-save)
15169 (custom-group-reset-current, custom-group-reset-saved)
15170 (custom-group-reset-standard): Use mapc.
15171 (custom-buffer-create-internal): Disable undo when creating items.
15173 (custom-face): Avoid redundant lambda.
15175 2000-04-24 Gerd Moellmann <gerd@gnu.org>
15177 * startup.el (auto-save-list-file-prefix): Set default to
15178 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15180 2000-04-24 Sam Steingold <sds@gnu.org>
15182 * time-stamp.el (time-stamp-string-preprocess): Always convert
15183 `field-result' to a string.
15185 2000-04-24 Gerd Moellmann <gerd@gnu.org>
15187 * frame.el (scrolling): New group.
15188 (automatic-hscrolling): New user-option.
15190 * startup.el (command-line-x-option-alist): Add `-lsp' and
15193 2000-04-19 Dave Love <fx@gnu.org>
15195 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15196 (cl-mapc): Rename from mapc. Fix the funcall.
15198 2000-04-19 Gerd Moellmann <gerd@gnu.org>
15200 * simple.el (clone-indirect-buffer-other-window): New command.
15201 (clone-indirect-buffer): Add optional arg NORECROD.
15202 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15204 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15206 * window.el (count-screen-lines): New function.
15207 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15208 instead of window-buffer-height.
15210 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15211 non-existing variable comint-input-sentinel.
15212 (inferior-lisp-args-to-list): Removed.
15213 (inferior-lisp): Use split-string instead of
15214 inferior-lisp-args-to-list.
15216 * hexl.el (hexl-insert-hex-string): New command.
15218 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15221 2000-04-18 Gerd Moellmann <gerd@gnu.org>
15223 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15224 at the start of an existing but empty folder.
15226 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15228 * ps-mule.el: Customization fix, doc fix.
15229 (ps-multibyte-buffer): Customization fix.
15231 2000-04-17 Richard M. Stallman <rms@gnu.org>
15233 * subr.el (read-passwd): Use read-char-exclusive.
15235 2000-04-17 Gerd Moellmann <gerd@gnu.org>
15237 * textmodes/texinfo.el (texinfo-insert-@email)
15238 (texinfo-insert-@emph, texinfo-insert-@quotation)
15239 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15240 (texinfo-mode-map): Add key bindings for them.
15242 * files.el (basic-save-buffer-2): Use a template with `$'
15243 instead of `#' for VMS.
15245 * simple.el (clone-indirect-buffer): New function.
15247 2000-04-16 Stephen Eglen <stephen@gnu.org>
15249 * iswitchb.el (iswitchb-case): New function. If the user input
15250 contains any upper-case characters, the search is made
15253 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15255 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15257 (texinfo-font-lock-syntactic-keywords): New var.
15258 (texinfo-font-lock-keywords): Remove comment regexp.
15259 (texinfo-insert-block): New function.
15260 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15261 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15262 and font-lock-defaults. Use regexp-opt for outline-regexp.
15263 (texinfo-environments): New var.
15264 (texinfo-environment-regexp): Use regexp-opt and
15265 texinfo-environments.
15267 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15268 ispell-process is bound since this might be eval'd before ispell
15270 (ispell-message): Use a tiny bit less magic and a bit more hard
15271 data to figure out what kind of sc-cite-regexp to use.
15273 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15275 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15276 (insert-cyclic-diary-entry): Unquote the lambda.
15278 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15280 * files.el (backup-enable-predicate): Unquote the lambda.
15282 * cus-edit.el (custom-face, face): Unquote the lambda.
15284 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15286 * ps-print.el: Check for line-beginning-position definition.
15288 * ps-print.el: Fix counting lines in a region.
15289 (ps-print-version): New version number (5.1.5).
15290 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15291 (ps-printing-region): Fun code fix.
15293 2000-04-15 Gerd Moellmann <gerd@gnu.org>
15295 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15296 to file-directory-p.
15298 2000-04-14 Gerd Moellmann <gerd@gnu.org>
15300 * gud.el (gud-jdb-build-source-files-list): Check that directory
15301 exists before calling directory-files.
15303 2000-04-13 Dave Love <fx@gnu.org>
15305 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15308 * emacs-lisp/cl-specs.el: Remove when, unless.
15310 * emacs-lisp/cl-extra.el: Don't quote keywords.
15311 (cl-old-mapc): New variable.
15313 (cl-map-intervals): Use with-current-buffer. Don't check for
15314 next-property-change.
15315 (cl-map-overlays): Use with-current-buffer.
15317 (copy-tree, remprop): Define unconditionally.
15319 * emacs-lisp/cl-compat.el (keywordp): Remove.
15321 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15323 (edebug-spec): Enable keywordp.
15325 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15328 * cus-start.el: Use keywordp.
15330 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15332 * diary-lib.el (include-other-diary-files): Fix the fix of
15333 2000-02-18 by doing a save-excursion.
15335 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15337 * ps-print.el: Customization fix, doc fix.
15338 (ps-print-version): New version number (5.1.4).
15339 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15340 (ps-print-preprint): Adjust code.
15341 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15342 (ps-print-prologue-header, ps-print-control-characters)
15343 (ps-spool-config): Customization fix.
15345 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15347 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15348 converted to the new menu-item format, names silightly changed,
15349 help strings added.
15351 Support for spelling without async subprocesses:
15353 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15354 (ispell-session-buffer): New variables.
15355 (ispell-start-process, ispell-process-status,
15356 ispell-accept-output, ispell-send-string): New functions, for
15357 Ispell invocation when async subprocesses aren't supported.
15358 (ispell-word, ispell-pdict-save, ispell-command-loop,
15359 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15360 to process-send-string with calls to ispell-send-string, and
15361 accept-process-output with ispell-accept-output.
15362 (ispell-init-process): Call ispell-process-status instead of
15363 process-status with.
15364 (ispell-init-process): Call ispell-start-process. Call
15365 ispell-accept-output and ispell-send-string. Don't call
15366 process-kill-without-query and kill-process if they are unbound.
15367 (ispell-async-processp): New function.
15369 2000-04-12 Dave Love <fx@gnu.org>
15371 * info.el: Add debug-ignored-errors.
15372 (Info-mode-menu): Add some items.
15373 (Info-directory): Add autoload cookie.
15375 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15376 Modify `truncate-lines'. Make `describe-language-environment'
15377 always visible and add help. Modify `describe-key' help. Invoke
15378 Info-directory from `info'. New entry `emacs-manual'.
15380 2000-04-10 Gerd Moellmann <gerd@gnu.org>
15382 * progmodes/ebrowse.el (ebrowse-tree-mode):
15383 Use propertized-buffer-identification.
15384 (ebrowse-update-member-buffer-mode-line): Likewise.
15385 (ebrowse--mode-strings): Removed.
15386 (ebrowse--mode-line-props): Removed.
15388 * files.el (auto-mode-alist): Add `EBROWSE'.
15390 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15391 space before testing for end of buffer.
15392 (ebrowse-load): Removed.
15393 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15394 (ebrowse-create-tree-buffer): Rewritten.
15395 (ebrowse-tree-mode): Read tree from buffer.
15397 * progmodes/ebrowse-ffh.el: Removed.
15399 2000-04-10 Kenichi Handa <handa@etl.go.jp>
15401 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15403 2000-04-10 Gerd Moellmann <gerd@gnu.org>
15405 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15406 at the wrong place.
15408 2000-04-09 Dave Love <fx@gnu.org>
15410 * files.el (backup-enable-predicate):
15411 Use temporary-file-directory, small-temporary-file-directory.
15412 (make-backup-file-name-function, backup-directory-alist): New vars.
15413 (make-backup-file-name-1): New function.
15414 (make-backup-file-name): Use it.
15415 (find-backup-file-name): Likewise. Use format for clarity, not concat.
15416 (file-newest-backup): Use make-backup-file-name.
15418 2000-04-09 Gerd Moellmann <gerd@gnu.org>
15420 * progmodes/ebrowse-ffh.el: New file.
15422 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15423 Moved to ebrowse-ffh.el.
15424 (ebrowse-load): Add autoload.
15426 * finder.el (finder-commentary): Add autoload cookie.
15428 * mail/rfc2368.el: Correct author's email address.
15430 * progmodes/ebrowse.el: New file.
15432 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15434 (easy-menu-do-add-item): Ditto.
15435 (easy-menu-define): Extend doc string.
15437 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
15438 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15439 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15440 with-buffer-unmodified.
15442 2000-04-08 Dave Love <fx@gnu.org>
15444 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15447 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15449 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15450 (viper-flash-search-pattern): No operation when using Emacs
15451 doesn't support face.
15452 Use `viper-put-on-search-overlay'.
15454 2000-04-04 Gerd Moellmann <gerd@gnu.org>
15456 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15459 * progmodes/make-mode.el: Some doc fixes.
15460 (makefile-mode-abbrev-table): New variable.
15461 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15462 (makefile-font-lock-keywords): Fontify includes and conditionals.
15463 (toplevel): Require `dabbrev' and `add-log' when compiling.
15465 * replace.el (perform-replace): Don't move forward one char
15466 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15467 to do that because it leaves point 1 position after the last
15468 replacement, after everything has been replaced.
15470 * jit-lock.el (with-buffer-unmodified): New macro.
15471 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15473 (jit-lock-function-1): Extracted from jit-lock-function; not
15474 preserving buffer's modified state.
15475 (jit-lock-function, jit-lock-stealth-fontify):
15476 Call jit-lock-function-1.
15478 * mail/rfc2368.el: Remove supernumerary copyright line.
15480 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
15482 * glasses.el: Provide facilities for inserting space before left
15483 parentheses and uncapitalization of identifiers.
15484 (glasses-mode): Try to remove old overlays in all cases.
15486 2000-04-03 Gerd Moellmann <gerd@gnu.org>
15488 * progmodes/compile.el (compile-internal): Display the compilation
15489 buffer in a different frame, if it's already displayed there.
15491 * mail/rfc2368.el: New file.
15493 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15494 header and insert its value as mail body.
15496 * subr.el (member-ignore-case): New function.
15498 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15499 (dabbrev--find-expansion): Ignore buffers matching a regexp
15500 from dabbrev-ignored-regexps.
15502 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15503 to extensions handled by gzip.
15505 2000-04-03 Richard M. Stallman <rms@gnu.org>
15507 * files.el (insert-directory): List the total free space
15508 along with the used space.
15510 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15511 line is followed by one that matches CITATION-REGEXP, end the
15514 2000-04-03 Markus Rost <rost@delysid.gnu.org>
15516 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15517 (rmail-make-basic-summary-line): Use that option.
15519 2000-04-03 Kenichi Handa <handa@etl.go.jp>
15521 * international/mule-cmds.el (encoded-string-description):
15522 Rewritten. Try pretty description for ISO 2022 escape sequences
15523 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15524 for hexadecimal format.
15526 2000-04-01 Dave Love <fx@gnu.org>
15528 * cpp.el: Change customization group to `c' from `C'.
15530 * vcursor.el (vcursor-move): Use display-color-p.
15532 * international/mule-util.el: Provide mule-utils.
15533 (string-to-sequence): Simplify and speed up.
15535 * international/mule.el (make-coding-system): Purecopy doc-string.
15537 * international/mule-cmds.el: Various menu changes.
15538 (describe-specified-language-support): Handle `Default'.
15539 (set-language-info): Purecopy `info'.
15541 2000-03-31 Andrew Innes <andrewi@gnu.org>
15543 * vc.el (vc-backend-diff): Return the correct status if we had to
15544 retry the rcsdiff command without the --brief option.
15546 2000-03-31 Dave Love <fx@gnu.org>
15548 * help.el (help-manyarg-func-alist): Correct several omissions.
15550 * add-log.el: Don't require cl, fortran.
15551 (add-log-current-defun-function): Doc fix.
15552 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
15553 (change-log-version-rcs): Function deleted.
15554 (change-log-version-number-search): Doc fix.
15555 Use vc-workfile-version. Avoid CL dolist.
15556 (add-change-log-entry): Just call add-log-current-defun to get
15557 defun. Simplify somewhat.
15558 (change-log-get-method-definition-1): Likewise.
15559 (add-log-current-defun): Return nil if calling
15560 add-log-current-defun-function does so. Move Fortran stuff to
15561 fortran.el. Return string without properties.
15563 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15564 and :alpha: char classes.
15566 * mail/supercite.el: Defvar curline when compiling.
15567 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15568 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15569 rather than a-zA-Z0-9 to allow non-ASCII characters.
15571 2000-03-31 Gerd Moellmann <gerd@gnu.org>
15573 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15575 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15576 Re-enable new code.
15578 * lpr.el (print-region-1): Use -d to specify printer name for
15579 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15581 2000-03-31 Dave Love <fx@gnu.org>
15583 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15584 Look for function definition in symbol's function value slot first
15585 instead of first consulting byte-compile-function-environment.
15587 2000-03-31 Kenichi Handa <handa@etl.go.jp>
15589 * language/european.el ("Polish"): New language environment.
15590 (setup-polish-environment): New function.
15592 2000-03-30 Gerd Moellmann <gerd@gnu.org>
15594 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15597 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15598 trying to `load' the symbol of an autoload instead of the file
15599 recorded in the autoload. Fix error messages.
15601 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15603 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15604 (ps-print-version): New version number (5.1.3).
15605 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15606 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15607 (ps-generate-postscript-with-faces): Code fix.
15608 (ps-color-values): XEmacs compatibility.
15609 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15610 (ps-default-fg, ps-default-bg): Adjust customization.
15611 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15612 (ps-color-scale): Renaming old ps-color-value fun.
15613 (ps-print-headers): Replace ps-print-header group to avoid conflict
15614 with ps-print-header variable.
15615 (ps-print-miscellany): New group.
15616 (ps-format-color, ps-rgb-color): New funs.
15617 (ps-default-foreground): New var.
15618 (ps-printer-name-option): New const.
15620 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15622 * net/net-utils.el:
15623 (network-connection-host, network-connection-service): New variables
15624 (network-connection-mode): New mode, derived from comint-mode
15625 (network-connection-mode-setup): New function, saves host and
15626 service information in local variables.
15629 (locate-word-at-point): Added this function
15630 (locate): Default to using locate-word-at-point as input
15631 Run dired-mode-hook
15633 2000-03-29 Dave Love <fx@gnu.org>
15635 * calendar/appt.el: Doc fixes.
15636 (appt-check): Convert min-to-app to a string before passing to
15637 appt-disp-window-function or concat.
15638 (appt-delete-window): Remove test for frame-root-window.
15639 (appt-select-lowest-window, appt-convert-time): Simplify.
15641 * emacs-lisp/bytecomp.el: Doc fixes.
15642 (byte-compile-file-form-autoload):
15643 Update byte-compile-function-environment.
15645 2000-03-29 Andreas Schwab <schwab@suse.de>
15647 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
15649 * dired.el (dired-insert-directory): If dired-free-space-program
15650 failed just delete its output.
15652 2000-03-29 Dave Love <fx@gnu.org>
15654 * international/iso-cvt.el: Move provide to end. Doc fixes.
15655 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15656 (iso-iso2sgml, iso-sgml2iso): New functions.
15657 (iso-cvt-define-menu): Fix some entries and use backquote for
15660 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15662 2000-03-28 Gerd Moellmann <gerd@gnu.org>
15664 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15665 ISO-DATE. If non-nil, return date in ISO 8601 format.
15667 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15669 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15670 if it ever becomes used.
15671 (log-edit-mode-hook): Default to vc-log-mode-hook.
15672 (log-edit-mode): Fix the docstring.
15674 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15677 2000-03-26 Dave Love <fx@gnu.org>
15679 * net/browse-url.el (browse-url): Re-fix case of
15680 browse-url-browser-function being an alist.
15681 (browse-url): Add :link to defgroup.
15683 * files.el: Doc fixes.
15684 (file-truename): Include `[' in wildcard characters.
15685 (automount-dir-prefix): Customize.
15686 (find-file-wildcards): Add :version.
15687 (find-file-noselect): Simplify a mapcar call.
15689 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15690 compatible with inf-lisp version.
15691 (eval-defun-1): Fix custom-declare-variable case.
15693 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15695 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15697 2000-03-24 Gerd Moellmann <gerd@gnu.org>
15699 * Makefile (COMPILE_FIRST): New macro.
15700 (compile-files): Compile files from COMPILE_FIRST first.
15702 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
15704 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15705 matching open parenthesis in column 0 to defun-prompt-regexp
15706 only if open-paren-in-column-0-is-defun-start is set.
15708 * sun-curs.el: Require CL at compile-time only.
15710 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15711 instead of copy-list which is a function from CL.
15712 (msb--choose-menu, msb--mode-menu-cond)
15713 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15714 (msb--init-file-alist): Use mapcar instead of mapcan.
15715 (msb--aggregate-alist): Use mapcar instead of mapcan.
15716 Fix `(' in column 0 in doc string.
15717 (msb--add-separators): Use mapcar instead of mapcan.
15719 * cus-dep.el: Require CL at compile-time only.
15721 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15723 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15724 (byte-compile-warnings): New warning `noruntime'.
15725 (byte-compile-constants, byte-compile-variables): Fix docstring.
15726 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15727 execute `eval-whenc-compile's body.
15728 (byte-compile-unresolved-functions): Fix docstring.
15729 (byte-compile-eval): New function.
15730 (byte-compile-callargs-warn): Check if the function will be available
15731 at runtime (via property `byte-compile-noruntime').
15732 (byte-compile-print-syms): New function.
15733 (byte-compile-warn-about-unresolved-functions): Also warn about
15734 `noruntime' functions (and use `byte-compile-print-syms').
15735 (byte-compile-file): Capitalize the message.
15737 2000-03-24 Gerd Moellmann <gerd@gnu.org>
15739 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15740 (rmail-expunge): Ask for confirmation depending on the setting
15741 of rmail-confirm-expunge.
15743 2000-03-23 Gerd Moellmann <gerd@gnu.org>
15745 * Makefile (bootstrap-clean): If $(emacs) exists, build
15746 loaddefs.el first. A loaddefs.el that's not up-to-date might
15747 cause a bootstrap failure because things don't autoload as expected.
15749 2000-03-23 Dave Love <fx@gnu.org>
15751 * net/browse-url.el: Restore previous use of
15752 browse-url-maybe-new-window.
15754 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15756 * ps-print.el: Skip banner page fix.
15757 (ps-print-version): New version number (5.1.2).
15758 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15760 2000-03-23 Dave Pearson <davep@davep.org>
15762 * net/quickurl.el Changed the type of parameter passed to the
15763 function defined by `quickurl-format-function'. Before only the
15764 text of the URL was passed. Now the whole URL structure is passed
15765 and the function is responsible for extracting the parts it requires.
15766 Changed the default of `quickurl-format-function' accordingly.
15767 (quickurl-insert): Changed the `funcall' of
15768 `quickurl-format-function' to match the above change.
15769 (quickurl-list-insert): Changed the `url' case so that it makes
15770 use of `quickurl-format-function', previous to this the format was
15773 2000-03-22 Gerd Moellmann <gerd@gnu.org>
15775 * startup.el: Change some spellings for the X Window System.
15777 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15779 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
15780 Clean up the code and the regexp and make sure the cursor is
15781 temporarily moved to the suspicious line while querying the user.
15783 2000-03-22 Jason Rumney <jasonr@gnu.org>
15785 * w32-fns.el (w32-charset-info-alist): Initialize.
15787 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15789 * ps-print.el: N-up last page fix.
15790 (ps-print-version): New version number (5.1.1).
15791 (ps-end-file, ps-end-job, ps-generate): Code fix.
15793 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15795 * files.el (find-file-run-dired): Update docstring.
15796 (find-directory-functions): New hook.
15797 (find-file-noselect): Run find-directory-functions rather than
15798 calling dired directly.
15800 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15802 * pcvs.el: Add a minimal leading commentary.
15803 (cvs-make-cvs-buffer): Change the header part by removing the startup
15804 message and adding a `Module' entry. Also replace the FOOTER and
15805 HEADER special fileinfos with the new support in ewoc for updating
15806 its own footer and header.
15807 (cvs-update-header): Update to use the header/footer of the ewoc.
15808 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15809 (cvs-is-within-p): New function.
15810 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15811 to only examine some subset of the buffers.
15813 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15814 `format' instead of our own ad-hoc functions.
15815 Remove HEADER and FOOTER cases, now handled in the EWOC.
15816 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15818 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15819 output to avoid scaring the user.
15820 (cvs-parse-table): Catch message for non-up-to-date commits.
15822 * pcvs-defs.el (cvs-startup-message): Remove.
15823 (cvs-global-menu): New autoloaded menu.
15825 * pcvs-util.el (cvs-string-fill): Remove.
15827 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15828 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15829 PP part of it and also make it work for footers and headers.
15830 (ewoc-create): Drop POS and BUFFER arguments.
15831 Use the DLL's dummy node to store the end-of-footer position.
15832 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15833 (ewoc-refresh): Remove unused `header' variable.
15834 (ewoc-(get|set)-hf): New functions.
15836 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15837 log-view-*-(message|file) and use easy-mmode-define-navigation.
15838 (log-view-message-re): Match SCCS format as well.
15839 And match the revision line rather than the dashed separator line.
15840 (log-view-mode): Use the new define-derived-mode.
15841 (log-view-current-tag): Fill in with an actual implementation.
15843 * cvs-status.el (cvs-status-(prev|next)): Rename from
15844 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15845 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15846 to let the output "breathe" a little more (more readable).
15847 (cvs-status-mode): Use the new define-derived-mode.
15849 * smerge-mode.el (smerge-auto-leave): New function and variable.
15850 (smerge-basic-map): Rename from smerge-basic-keymap.
15851 Change the bindings for smerge-diff-*.
15852 (smerge-*-map): Use easy-mmode-defmap.
15853 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15854 (smerge-keep-*): Use smerge-auto-leave.
15856 2000-03-21 Jason Rumney <jasonr@gnu.org>
15858 * cus-edit.el (custom-button-face): Use 3D look for w32.
15859 (custom-button-pressed-face): Likewise.
15861 2000-03-21 Gerd Moellmann <gerd@gnu.org>
15863 * progmodes/etags.el (tags-case-fold-search): New user-option.
15864 (tags-loop-eval): New function. Bind case-fold-search around eval
15865 depending on the value of tags-case-fold-search.
15866 (tags-loop-continue): Use tags-loop-eval.
15867 (find-tag-in-order): Bind case-fold-search depending on the value
15868 of tags-case-fold-search.
15870 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15872 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
15873 (diff-end-of-hunk): Return the end position for use in
15874 `easy-mmode-define-navigation'.
15875 (diff-recenter): Remove.
15876 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15877 of `easy-mmode-define-navigation'.
15878 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15879 previous renaming) and fix to use new names.
15880 (diff-merge-strings): Use \n as separator: simpler, faster.
15881 (diff-mode): Use `define-derived-mode'.
15883 * derived.el (define-derived-mode): Don't autoload anymore.
15884 Prefer the macro-only version provided by easy-mmode.el.
15886 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15887 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
15888 (easy-mmode-define-navigation): New macro.
15890 * subr.el (combine-run-hooks): New function.
15892 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
15894 * term/x-win.el: Fontsets related initialization is simplified.
15896 * international/mule-diag.el (describe-font): Don't refer to
15897 global-fontset-alist, instead call font-list.
15898 (describe-fontset, list-fontsets, mule-diag): Likewise.
15899 (print-fontset): Adjusted for the change of fontset implementation.
15901 * international/fontset.el (x-charset-registries): Variable removed,
15902 instead the corresponding data is stored in the default fontset.
15903 (register-alternate-fontnames): Function removed.
15904 (resolved-ascii-font): Variable removed.
15905 (x-compose-font-name): Ignore the second argument REDOCE.
15906 (x-complement-fontset-spec): Complement only an ASCII font and
15907 element for those charsets than can use that ASCII font.
15908 (generate-fontset-menu): Don't refer to global-fontset-alist,
15909 instead call fontset-list.
15910 (uninstantiated-fontset-alist): Variable removed.
15911 (x-style-funcs-alist): Likewise.
15912 (fontset-default-styles): Likewise.
15913 (x-modify-font-name): Function removed.
15914 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
15915 (create-fontset-from-ascii-font): Docsting adjusted for the above
15917 (instantiate-fontset, resolve-fontset-name): Functions removed.
15918 (fontset-list): Now implemented by C code.
15920 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15921 (describe-face): Include `font' attribute in the description.
15923 2000-03-21 Kenichi Handa <handa@etl.go.jp>
15925 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15927 2000-03-20 Gerd Moellmann <gerd@gnu.org>
15929 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15930 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15931 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15933 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15934 about behavior of set-buffer-modified-p wrt redisplay.
15936 2000-03-19 Richard M. Stallman <rms@gnu.org>
15938 * view.el (view-mode-disable): Kill local binding of view-read-only.
15940 2000-03-18 Gerd Moellmann <gerd@gnu.org>
15942 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
15943 is a string, convert it to a syntax cell using string-to-syntax.
15945 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15946 (string-to-syntax): New function.
15948 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15949 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15950 try to use passive ftp mode.
15952 2000-03-17 Gerd Moellmann <gerd@gnu.org>
15954 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15956 * simple.el (append-to-buffer): Update point of windows after
15959 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15960 forward then moving backward. Reindent.
15962 * frame.el (other-frame): Call x-focus-frame only if
15963 focus-follows-mouse is off.
15965 2000-03-17 Dave Love <fx@gnu.org>
15967 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
15969 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15971 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15972 regexp for labels cannot span several lines.
15974 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15975 `(setq :<key> ':<key>)' to the macro expansion.
15977 2000-03-16 Dave Love <fx@gnu.org>
15979 * progmodes/f90.el (f90): Put custom group under `languages', not
15981 (f90-mode-hook): Customize.
15982 (f90-mode): Set add-log-current-defun-function.
15983 (f90-current-defun): New function.
15985 2000-03-16 Gerd Moellmann <gerd@gnu.org>
15987 * cus-edit.el (custom-variable-tag-face): Handle case that
15988 default face's height is not a number.
15989 (custom-face-tag-face, custom-group-tag-face-1)
15990 (custom-group-tag-face): Ditto.
15991 (custom-group-tag-face-1): Add :group.
15993 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15995 2000-03-15 Gerd Moellmann <gerd@gnu.org>
15997 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15998 requiring easymenu.
16000 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16002 * ps-print.el: PostScript user-defined prologue, PostScript error
16004 (ps-print-version): New version number (5.1).
16005 (ps-user-defined-prologue, ps-error-handler-message)
16006 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16007 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16008 (ps-insert-string): New function.
16010 2000-03-15 Kenichi Handa <handa@etl.go.jp>
16012 * international/ccl.el (ccl-compile-expression): Don't generate
16013 invalid self-assignment code.
16015 2000-03-14 Dave Love <fx@gnu.org>
16017 * subr.el (replace-regexp-in-string): Renamed from
16018 replace-regexps-in-string. Doc fix.
16020 2000-03-12 Dave Love <fx@gnu.org>
16022 * cus-edit.el: Doc fixes.
16023 (customize-set-variable, customize-save-variable): Rename args for doc.
16024 (custom-variable-tag-face, custom-face-tag-face)
16025 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16026 style which user identify as hyperlink.
16027 (hook): Don't add undefined functions to the hook.
16028 (debug-ignored-errors): Transfer message from bindings.el.
16030 2000-03-12 Gerd Moellmann <gerd@gnu.org>
16032 * recentf.el (recentf-keep-non-readable-files-p):
16033 Remove double/nested definition.
16035 2000-03-12 Dave Love <fx@gnu.org>
16037 * facemenu.el (facemenu-get-face): Use display-color-p.
16038 * enriched.el (enriched-decode-foreground): Likewise.
16039 (enriched-decode-background): Likewise.
16040 * isearch.el (isearch-highlight): Likewise.
16041 * info-look.el (info-lookup): Likewise.
16042 * simple.el (completion-setup-function): Likewise.
16044 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16047 * bindings.el (mode-line-format): Fix line-number and
16048 column-number items. Add help-echo for the background.
16049 (mode-line-mule-info): Modify help-echo.
16051 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16053 * files.el (load-file): Allow completion to .elc.
16055 * man.el: Doc fixes.
16056 (Man-init-defvars): Use display-color-p to set fontification.
16058 * play/hanoi.el (hanoi-internal): Don't use oddp.
16060 2000-03-12 Gerd Moellmann <gerd@gnu.org>
16062 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16064 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16066 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16068 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16071 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16073 * font-lock.el (font-lock-keywords): Fix the doc now that
16074 regexp-opt-depth is unnecessary.
16075 (save-buffer-state): Set an edebug spec.
16076 (font-lock-fontify-anchored-keywords): Properly handle the case when
16077 the matcher goes past the limit.
16079 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16080 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16082 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16083 dll.el and cookie.el (from Elib) with heavy renaming and other
16086 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16087 Autoload the functions used.
16088 (easy-mmode-define-syntax): Fix CL typo.
16089 (easy-mmode-define-derived-mode): Improve the docstring generation.
16091 2000-03-10 Gerd Moellmann <gerd@gnu.org>
16093 * textmodes/texinfo.el (texinfo-version): Variable and function
16096 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16098 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16099 allow more flexibility.
16100 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
16101 (easy-mmode-defmap, easy-mmode-defsyntax)
16102 (easy-mmode-define-derived-mode): New macros.
16104 2000-03-09 Didier Verna <didier@xemacs.org>
16106 * rect.el (replace-rectangle): New function.
16108 2000-03-09 Dave Love <fx@gnu.org>
16110 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
16111 (fortran-comment-line-start-skip): Don't match cpp stuff.
16112 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16113 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16114 (fortran-mode): Don't set fortran-comment-line-start-skip,
16115 fortran-comment-line-start here. Set comment-start,
16116 add-log-current-defun.
16117 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16118 (fortran-current-defun): New function.
16120 2000-03-09 Gerd Moellmann <gerd@gnu.org>
16122 * emacs-lisp/re-builder.el: New file.
16124 * mouse.el (mouse-drag-region): Don't run up-event handler
16125 if hscroll has changed.
16127 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16128 builtin operators, use `font-lock-builtin-face' for Emacs and
16129 `font-lock-preprocessor-face' otherwise.
16131 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16132 `(defun (setf foo)' differently.
16134 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16136 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16137 (regexp-opt): Update comment and adapt the code the new meaning of
16138 the `paren' argument of regex-opt-group for shy-groups.
16139 (regexp-opt-depth): Handle shy groups as well as backslashed
16141 (regexp-opt-group): Turn the leading comment into a docstring.
16142 Allow `paren' to be a string (the string to use to open a group).
16143 Remove open-presuf and close-presuf. Instead of checking for `all
16144 one-char' and then later on check for `several one-char', handle
16145 both cases close together. Also apply a more generic algorithm
16146 for suffixes (the mirror image of the algorithm used for
16147 prefixes). Use shy-groups. Use nreverse rather than reverse.
16148 (regexp-opt-try-suffix): Removed.
16150 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16151 from comint-mode-map, so we can just inherit from it. Also, move
16152 the initialization into the `defvar' since there's no docstring
16153 anyway and it's fairly short.
16154 (inferior-scheme-mode): Define it as derived-mode: the code is
16155 shorter and this way we inherit from comint-mode-map rather than
16158 * subr.el (replace-regexps-in-string): Properly handle the case
16159 where we match an empty string.
16161 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16162 when the command has a directory component (such as "./testml").
16163 Also fix a typo in the comment.
16165 2000-03-08 Gerd Moellmann <gerd@gnu.org>
16167 * Makefile (compile-files): Compile files one by one because
16168 that's the only way to ensure a clean compilation environment for
16169 each individual file.
16171 * frame.el (other-frame): Call x-focus-frame.
16173 2000-03-07 Dave Love <fx@gnu.org>
16175 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16176 :require to defcustom.
16178 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
16180 * files.el (auto-mode-alist): Add configure.in.
16182 * progmodes/autoconf.el: New file.
16184 2000-03-07 Gerd Moellmann <gerd@gnu.org>
16186 * mail/mh-e.el: Change maintainer to `none'.
16188 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16189 to remove-hook and add-hook.
16191 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16193 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16195 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16196 (sendmail-send-it): Conditionally add MIME headers specifying the
16197 used character set.
16199 2000-03-07 Dave Love <fx@gnu.org>
16201 * winner.el: Fix keywords, autoload cookies.
16202 Split eval-when-compile form to avoid compilation failure.
16204 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16206 * international/mule.el: Modify comment about coding system
16207 property `coding-category'.
16208 (make-coding-system): New argument EOL-TYPE. Pay attention to
16209 coding-category property of PROPERTIES.
16211 * international/mule-conf.el (coding-category-utf-8)
16212 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
16213 categories. Include them in the argument for set-coding-priority.
16215 * international/mule-cmds.el (reset-language-environment):
16216 Include coding-category-utf-8, coding-category-utf-16-be, and
16217 coding-category-utf-16-le in the argument for set-coding-priority.
16218 (reset-language-environment): Initialize coding-category-utf-8,
16219 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16221 2000-03-06 Karl Fogel <kfogel@red-bean.com>
16223 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16224 code abstracted out of `bookmark-jump-noselect'. Now tries info
16225 extensions as well as compression extensions.
16226 (bookmark-jump-noselect): Use above new func.
16228 2000-03-03 Gerd Moellmann <gerd@gnu.org>
16230 * strokes.el: Change maintainer's mail address.
16232 2000-03-03 Kenichi Handa <handa@etl.go.jp>
16234 * international/mule-diag.el (list-character-sets): Make help-echo
16235 string by substitute-command-keys.
16236 (list-character-sets): Likewise.
16237 (sort-listed-character-sets): Call help-setup-xref.
16239 2000-03-02 Gerd Moellmann <gerd@gnu.org>
16241 * time.el (display-time-mail-file): Add `none' to the list of choices.
16243 2000-03-01 Dave Love <fx@gnu.org>
16245 * help.el (help-xref-go-back): Don't try to set position.
16247 * international/mule-diag.el (list-character-sets):
16248 Call help-setup-xref. Add help-echo to xrefs.
16249 (list-character-sets-1): Add help-echo to xrefs.
16251 2000-03-02 Gerd Moellmann <gerd@gnu.org>
16253 * frame.el (blink-cursor-mode): Switch cursor on when turning
16256 * add-log.el (add-log-current-defun): Add support for
16259 * mail/rmail.el (rmail-quit-hook): New variable.
16261 2000-03-01 Dave Love <fx@gnu.org>
16263 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16265 * help.el (help-xref-button): Add help-echo arg.
16266 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16268 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
16270 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
16272 2000-03-01 Gerd Moellmann <gerd@gnu.org>
16274 * image.el (defimage): Look for image files in load-path.
16276 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
16278 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16280 * recentf.el (recentf): Added version tag to the defgroup of recentf.
16282 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16284 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
16285 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16286 action to select/unselect a file.
16287 (recentf-edit-list): Code cleanup and improvement.
16288 (recentf-open-more-files-action): `recentf-open-more-files' button
16289 widget action to open a file.
16290 (recentf-open-more-files): No more use standard completion but widgets.
16291 (recentf-more-collection): Deleted.
16292 (recentf-more-history): Deleted.
16293 (recentf-setup-more-completion): Deleted.
16295 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16297 * recentf.el (recentf-mode): No more needs that Emacs is running
16298 under a window-system.
16300 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16302 * recentf.el (recentf-edit-list): New command to edit the recent
16303 list which allow the user to remove files.
16304 (recentf-edit-selected-items): New global variable, used by
16305 `recentf-edit-list' to hold the list of files to be removed from
16307 (recentf-make-menu-items): Updated to display a "Edit list..."
16308 menu item. Minor code cleanup.
16310 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16312 * recentf.el (recentf-open-more-files): New command to open files
16313 that are not displayed in the menu.
16314 (recentf-more-collection): New global variable holding the set of
16315 permissible completions used by `recentf-open-more-files'.
16316 (recentf-more-history): New global variable holding the history list
16317 used by `recentf-open-more-files' completion.
16318 (recentf-setup-more-completion): New function to setup completion for
16319 `recentf-open-more-files'.
16320 (recentf-make-menu-items): Updated to display a "More..." menu item.
16322 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16324 * recentf.el (recentf-menu-action): Doc fixed.
16326 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16328 * recentf.el (recentf-menu-filter): Doc updated.
16329 (recentf-update-menu-hook): Allow menu filters to force menu update.
16330 (recentf-make-menu-items): New menu filter handling.
16331 (recentf-make-menu-item): New helper function.
16332 (recentf-menu-elements): New menu handling function.
16333 (recentf-sort-ascending): Updated to new menu filter handling.
16334 (recentf-sort-descending): Updated to new menu filter handling.
16335 (recentf-sort-basenames-ascending): New menu filter function.
16336 (recentf-sort-basenames-descending): New menu filter function.
16337 (recentf-show-basenames): New menu filter function.
16338 (recentf-show-basenames-ascending): New menu filter function.
16339 (recentf-show-basenames-descending): New menu filter function.
16341 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16343 * diary-lib.el (list-diary-entries): Don't try to go forward at
16344 the end of the buffer.
16346 2000-02-29 Kenichi Handa <handa@etl.go.jp>
16348 * international/mule-diag.el (list-character-sets):
16349 Completely rewritten.
16350 (sort-listed-character-sets): New function.
16351 (list-character-sets-1): Completely rewritten.
16352 (list-character-sets-2): New function.
16353 (non-iso-charset-alist): New variable.
16354 (decode-codepage-char): New function.
16355 (charset-history): New variable.
16356 (read-charset) (list-block-of-chars)
16357 (list-iso-charset-chars)
16358 (list-non-iso-charset-chars)
16359 (list-charset-chars): New functions.
16360 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
16361 (dump-charsets): Likewise.
16363 2000-02-29 Gerd Moellmann <gerd@gnu.org>
16365 * dired-x.el (dired-filename-at-point): Add `@' to valid
16366 file name characters.
16367 (dired-filename-at-point): Handle ange-ftp file names.
16369 * frame.el (frame-notice-user-settings): Use assq-delete-all
16370 instead of assoc-delete-all.
16371 (frame-notice-user-settings): Ditto.
16373 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16376 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16378 * calculator.el (calculator-use-menu): New option.
16379 (calculator-initial-bindings): Changed some bindings to work as macros.
16380 (calculator-forced-input): Removed.
16381 (calculator-restart-other-mode): New variable.
16382 (calculator-mode-map): Set up menu.
16384 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16386 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
16388 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16390 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
16391 translate all ESC key sequences.
16392 (viper-goto-mark-subr): Restore markers for files for which
16394 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16395 * viper-util.el (viper-set-replace-overlay-glyphs)
16396 (viper-set-replace-overlay): Always check if the replacement
16398 * viper.el (viper-vi-state-mode-list): Add major modes.
16399 * ediff-wind.el: Minor comment changes.
16400 * ediff.el: Copyright notice date fix.
16402 2000-02-27 Jason Rumney <jasonr@gnu.org>
16404 * faces.el (face-font-family-alternatives): Add arial to helv.
16405 (mode-line, header-line, tool-bar): Same default as x for w32.
16406 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16407 face-font-family-alternatives from working.
16408 * term/w32-win.el (mouse-set-font): Do not build fontset from
16411 2000-02-25 Sam Steingold <sds@goems.com>
16413 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16416 2000-02-25 Richard M. Stallman <rms@gnu.org>
16418 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16420 2000-02-25 Gerd Moellmann <gerd@gnu.org>
16422 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
16424 * frame.el (busy-cursor-delay-seconds): New option.
16426 2000-02-24 Gerd Moellmann <gerd@gnu.org>
16428 * frame.el (show-cursor-in-non-selected-windows): New option.
16430 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16432 * diary-lib.el (include-other-diary-files): Undo the selective
16433 display in any included file and don't kill it.
16435 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16437 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16438 Menu items converted to (menu-item format, help strings added.
16439 [downcase, upcase]: Don't enable on MS-DOS.
16440 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
16441 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16443 2000-02-23 Dave Love <fx@gnu.org>
16445 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16446 (backward-kill-word): Revert addition of * to interactive spec --
16449 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16450 (backward-kill-sentence, kill-sentence): Likewise.
16452 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16453 scratch buffer name.
16454 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
16456 * term/w32-win.el (internal-face-interactive): Update prompt for
16457 new read-face-name.
16459 * mail/footnote.el (footnote): Add :version to defgroup.
16460 (footnote-section-tag-regexp): Customize.
16461 (footnote-start-tag, footnote-end-tag): New option.
16462 (footnote-latin-regexp): New variable.
16463 (Footnote-latin): New function.
16464 (footnote-style-alist): Add element for latin style.
16465 (footnote-style): Moved.
16466 (Footnote-goto-footnote): Use eq to test arg.
16468 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16470 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16471 (byte-compile-trueconstp): Include keywords.
16472 (byte-optimize-quote, byte-optimize-lapcode):
16473 Use byte-compile-const-symbol-p.
16474 (byte-optimize-char-before): New optimization.
16476 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16477 (byte-compile-const-symbol-p): New function.
16478 (byte-compile-constp, byte-compile-out-toplevel)
16479 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16482 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16484 2000-02-23 Kenichi Handa <handa@etl.go.jp>
16486 * international/encoded-kb.el: Be sure to update minor-mode-alist
16487 and minor-mode-map-alist.
16488 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16489 codes SS2 and SS3 correctly.
16490 (encoded-kbd-self-insert-ccl): New function.
16491 (encoded-kbd-setup-keymap): New function.
16492 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16493 by calling encoded-kbd-setup-keymap.
16495 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16496 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
16498 2000-02-22 Dave Love <fx@gnu.org>
16500 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
16501 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
16502 (lisp-mode-syntax-table): Set up for #|...|# comments.
16503 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16504 classes. Match `defface'.
16505 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16506 (eval-defun-1): Fix for defcustom.
16507 (lisp-indent-region): Doc fix.
16509 * subr.el (when, unless, split-string): Doc fix.
16510 (read-passwd): Move call of clear-this-command-keys to the right place.
16511 (replace-regexps-in-string): New function.
16513 2000-02-22 Gerd Moellmann <gerd@gnu.org>
16515 * help.el (describe-variable): Set syntax table to
16516 emacs-lisp-mode-syntax-table when moving forward over the
16519 2000-02-22 Dave Love <fx@gnu.org>
16521 * xt-mouse.el: Doc fixes.
16522 (xterm-mouse-position-function): New function, replacing advice of
16524 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16526 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16528 2000-02-21 Gerd Moellmann <gerd@gnu.org>
16530 * format.el (format-annotate-single-property-change):
16531 Handle properties.with dotted-list values.
16532 (format-proper-list-p): New function.
16534 * enriched.el (enriched-face-ans): Handle '(foreground-color
16535 . COLOR) and (background-color . COLOR).
16537 2000-02-20 Dave Love <fx@gnu.org>
16539 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16540 and assignments to it.
16541 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16543 (make-flyspell-overlay): Use it.
16544 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16546 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16547 (lm-get-header-re): Defun, not defsubst.
16548 (lm-get-package-name): Defun, not defsubst. Simplify.
16549 (lm-version): Doc fix. Simplify.
16550 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16551 (lm-crack-address, lm-last-modified-date, lm-commentary)
16552 (lm-verify, lm-synopsis): Simplify.
16553 (lm-report-bug): Require emacsbug. Use compose-mail.
16555 2000-02-20 Gerd Moellmann <gerd@gnu.org>
16557 * dired.el (dired-mode): Call propertized-buffer-identification
16558 to set mode-line-buffer-identification to something having
16559 the right text properties.
16561 * bindings.el (propertized-buffer-identification): New function.
16563 2000-02-20 Dave Love <fx@gnu.org>
16565 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16566 check for t-mouse too.
16568 * cus-start.el: Make echo-keystrokes `number'.
16570 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16572 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16573 Don't call ring-empty-p unless tags-location-ring is bound.
16574 From Noah Friedman <friedman@splode.com>.
16576 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16578 * progmodes/hideshow.el (hs-flag-region): No longer use
16579 `intangible' overlay property.
16581 (hs-toggle-hiding): New command.
16582 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16584 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16585 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16588 2000-02-18 Gerd Moellmann <gerd@gnu.org>
16590 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16592 2000-02-17 Gerd Moellmann <gerd@gnu.org>
16594 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16596 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16597 of `*' to handle `(* ... *)' comments.
16599 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16601 * faces.el (list-faces-display): Use display-mouse-p instead of
16604 * menu-bar.el (global-map): Menu-bar items converted to the new
16605 format (menu-item..., rearranged for better CUA compliance, and
16606 their names changed for better clarity. Help strings added.
16608 * international/mule-cmds.el (mule-menu-keymap)
16609 (describe-language-environment-map, set-coding-system-map)
16610 (setup-language-environment-map): Convert to new (menu-item...
16611 form, add help strings. Change names of menu items for better clarity.
16612 "Mule" menu-bar item removed (it's now in the "Options" submenu).
16614 2000-02-17 Gerd Moellmann <gerd@gnu.org>
16616 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16619 2000-02-16 Dave Love <fx@gnu.org>
16621 * faces.el: Don't require custom. Add more specific :groups to
16623 (set-face-attribute): Purecopy args.
16624 (read-face-name): Default to name at point and use it in prompt.
16625 Remove colon from arg in all callers.
16626 (list-faces-display): Hyperlink to face descriptions and customize
16629 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16631 * wid-edit.el (widget-match-inline): An atom never matches a list.
16633 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16635 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16636 at ':' characters by call to split-string.
16638 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16640 * textmodes/bibtex.el: Added RCS version identification.
16642 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16644 * textmodes/bibtex.el: Some temporary comments removed.
16645 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
16646 (bibtex-field-const): Allow capital letters.
16647 (bibtex-start-of-string): Deleted because unused.
16649 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16650 use the term 'reference' to describe a bibtex entry as a whole.
16651 Further, reference keys are no longer called 'labels'.
16652 (bibtex-keys): Renamed to bibtex-reference-keys.
16653 (bibtex-reformat-previous-labels): Renamed to
16654 bibtex-reformat-previous-reference-keys.
16655 (bibtex-reference-type): Renamed to bibtex-entry-type.
16656 (bibtex-reference-head): Renamed to bibtex-entry-head.
16657 (bibtex-reference-maybe-empty-head): Renamed to
16658 bibtex-entry-maybe-empty-head.
16659 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16660 (bibtex-search-reference): Renamed to bibtex-search-entry.
16661 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16662 bibtex-enclosing-entry-maybe-empty-head.
16663 (bibtex-entry-field-alist, bibtex-entry-head)
16664 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
16665 (bibtex-map-entries, bibtex-search-entry)
16666 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
16667 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16668 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
16669 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
16670 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
16671 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
16672 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16674 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16676 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16678 (bibtex-format-field-delimiters): New function, functionality
16679 extracted from bibtex-format-entry.
16680 (bibtex-autokey-get-yearfield-digits): New function, functionality
16681 extracted from bibtex-autokey-get-yearfield.
16683 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16684 entries in order to avoid stack overflow in the regexp matcher if
16685 field contents become large.
16686 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
16687 (bibtex-field-string-part-not-braced)
16688 (bibtex-field-string-part-no-inner-braces)
16689 (bibtex-field-string-part-1-inner-brace)
16690 (bibtex-field-string-part-2-inner-braces)
16691 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
16692 (bibtex-field-string-quoted, bibtex-field-string)
16693 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
16694 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
16695 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
16696 Deleted as parsing is now performed by the following functions.
16697 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
16698 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
16699 (bibtex-parse-field-string, bibtex-search-forward-field-string)
16700 (bibtex-parse-association, bibtex-field-name-for-parsing)
16701 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
16702 (bibtex-search-forward-field, bibtex-search-backward-field)
16703 (bibtex-start-of-field, bibtex-end-of-field)
16704 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
16705 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16706 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
16707 (bibtex-parse-string, bibtex-search-forward-string)
16708 (bibtex-search-backward-string, bibtex-start-of-string)
16709 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
16710 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
16711 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16712 entries. Instead of reporting the results of the parsing by
16713 match-beginning or match-end, these functions return data structures
16714 that hold the corresponding positions.
16715 (bibtex-enclosing-field): Changed to also report field boundaries by
16716 return values rather than by match-beginning or match-end.
16717 The following functions have been adapted to use the new
16719 (bibtex-skip-to-valid-entry, bibtex-search-reference)
16720 (bibtex-enclosing-field, bibtex-format-entry)
16721 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
16722 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
16723 (bibtex-print-help-message, bibtex-end-of-entry)
16724 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
16725 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16726 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
16727 Use the new method for parsing.
16728 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
16729 (bibtex-map-entries, bibtex-flash-head)
16730 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
16731 (bibtex-autokey-change, bibtex-autokey-get-namefield)
16732 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
16733 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16734 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
16735 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16736 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16737 order to make the new binding of case-fold-search immediately visible.
16739 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16741 * textmodes/bibtex.el: Copyright notice is up to date.
16742 Added constant 'bibtex-maintainer-salutation.
16744 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
16745 than make-temp-name, use match-string-no-properties and eliminate
16746 a quadratic behavior when building bibtex-strings.
16748 * bibtex.el (bibtex-reference-key): Accept string entries whose
16749 reference key contains upper case letters.
16751 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16753 * bibtex.el (bibtex-reference-head): Allow entries to start with
16756 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16758 * bibtex.el: Hiding of entry bodies is not longer provided by
16759 bibtex.el directly. Instead the hideshow package can be used.
16760 Added a special bibtex entry to hs-special-modes-alist.
16761 (bibtex-hs-forward-sexp): Added for hideshow.el.
16763 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16765 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16766 proceedings entry type (for cross referencing). Thanks to Wagner
16767 Toledo Correa for the suggestion.
16769 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16771 2000-02-14 Kenichi Handa <handa@etl.go.jp>
16773 * international/characters.el: Setup case table for Vietnamese.
16775 2000-02-12 Gerd Moellmann <gerd@gnu.org>
16777 * uniquify.el (toplevel): Require CL at compile time.
16778 (uniquify-push): Removed.
16780 * shadowfile.el (shadow-when): Removed.
16782 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16783 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
16785 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16786 regexp for paragraph-start.
16788 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16791 2000-02-10 Dave Love <fx@gnu.org>
16793 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16794 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16796 (widget-specify-field, widget-specify-button): Don't use
16797 widget-mouse-help as help-echo property.
16798 (default): Use #'ignore for :validate and :mouse-down-action.
16799 (checkbox): Add help-echo.
16800 (widget-sexp-validate): Rewritten to clarify error messages.
16801 (character): Use char-valid-p in :match function.
16802 (widget-color-complete): Use facemenu-color-alist.
16803 (widget-color-action): Use facemenu-read-color.
16805 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16806 set up `caar' &c that we now have.
16808 2000-02-09 Ray Blaak <blaak@gnu.org>
16810 * delphi.el: Make resourcestring a declaration region, like const
16813 2000-02-09 Dave Love <fx@gnu.org>
16815 * bindings.el (mode-line-input-method-map): New variable.
16816 (mode-line-mule-info): Use it; fix last change.
16817 (mode-line-mode-menu): Move definition.
16818 (mode-line-mouse-sensitive-p): Deleted.
16819 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16820 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
16822 * startup.el (command-line-1): Don't call
16823 make-mode-line-mouse-sensitive.
16825 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16827 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
16828 before rmail-toggle-header, because the former toggles headers.
16830 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16832 * diff-mode.el (diff-kill-junk): New interactive function.
16833 (diff-reverse-direction): Use delete-and-extract-region.
16834 (diff-post-command-hook): Restrict the area so that the hook also works
16835 outside of any diff hunk. This is necessary for the minor-mode.
16836 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16837 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16839 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16840 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16841 so that it can be used more easily in <foo>-mode-hook. Also make sure
16842 to avoid duplicate entries.
16843 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16844 (font-lock-remove-keywords): Just as was done for `add', allow it to
16845 work even if font-lock-mode is nil. Also make sure we don't modify
16846 any pre-existing list by forcing a copy-sequence. Finally rename
16847 `major-mode' to `mode'.
16848 (font-lock-fontify-syntactic-anchored-keywords)
16849 (font-lock-fontify-anchored-keywords)
16850 (font-lock-fontify-keywords-region): Use line-end-position.
16851 Don't make `font-lock-multiline' local (it's now done in
16852 font-lock-set-defaults).
16853 (font-lock-set-defaults): Make `font-lock-multiline' local.
16854 Move the `font-lock-fontified' creation to inside the `unless'.
16856 2000-02-06 Andrew Innes <andrewi@gnu.org>
16858 * term/w32-win.el (x-handle-args): Comment out call to message,
16859 which occurs before window system is initialized.
16861 * makefile.nt: Add support for recompiling lisp code.
16863 2000-02-04 Dave Love <fx@gnu.org>
16865 * bindings.el (mode-line-mule-info): Fix/extend last change.
16867 * completion.el: Replace completion-dolist with dolist.
16869 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
16871 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16873 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
16874 environment names before they go into the section regexp.
16876 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
16877 char class in regexp.
16879 * textmodes/reftex-parse.el (reftex-with-special-syntax):
16880 Bind `case-fold-search' to nil.
16882 * progmodes/idlwave.el (idlwave-template):
16883 Respect `idlwave-abbrev-change-case'.
16884 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
16885 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
16886 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
16887 (idlwave-rw-case): New function.
16888 (idlwave-statement-match): Fixed problem with assignment regexp.
16889 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
16890 (idlwave-surround): New argument LENGTH to support padding of
16891 operators longer than 1 char.
16893 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16894 idlwave-shell-expression-overlay. Implemented printing of
16895 expressions on higher levels of the calling stack.
16896 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
16897 (idlwave-retrieve-expression-from-level): New function.
16898 (idlwave-shell-last-calling-stack): Variable removed.
16899 (idlwave-shell-reset): Argument action reversed (`visible' to
16900 `hidden'). Also remove stop-line overlay.
16901 (idlwave-shell-calling-stack-routine): New variable.
16902 (idlwave-shell-parse-stack-and-display): Messages now display
16903 negative level numbers.
16904 (idlwave-shell-mode): Set `modeline-format'.
16905 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16906 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
16907 (idlwave-shell-print-expression-function): New option.
16909 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
16910 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16911 `tool-bar' instead of `toolbar'.
16913 2000-02-02 Dave Love <fx@gnu.org>
16915 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16916 emacs-lisp-mode-hook. Don't check for defalias being defined.
16918 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16919 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
16920 Use the new builtins directly.
16922 * whitespace.el (whitespace): Add :version to defgroup.
16924 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16927 * thingatpt.el (sexp-at-point, symbol-at-point)
16928 (number-at-point, list-at-point): Add autoload cookie.
16930 * recentf.el (recentf): Add :version to defgroup.
16932 * quickurl.el (quickurl): Add :version to defgroup.
16934 * elide-head.el (elide-head): Use point-marker more.
16936 * bs.el (bs): Add :version to defgroup.
16938 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16940 * progmodes/delphi.el (delphi): Add :version to defgroup.
16942 2000-02-02 Gerd Moellmann <gerd@gnu.org>
16944 * ange-ftp.el (ange-ftp-write-region): Handle case that
16945 succeeding process operation sets a different coding system.
16947 * calculator.el: New file.
16949 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16951 * frame.el (frames-on-display-list, framep-on-display): New functions.
16952 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16953 (display-selections-p, display-screens, display-pixel-width)
16954 (display-pixel-height, display-mm-width, display-mm-height)
16955 (display-backing-store, display-save-under, display-planes)
16956 (display-color-cells, display-visual-class): New functions.
16958 * term/tty-colors.el (tty-color-gray-shades): New function.
16960 * faces.el (display-color-p): Use framep-on-display.
16961 (display-grayscale-p): New function.
16963 2000-01-31 Dave Love <fx@gnu.org>
16965 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16966 (create-fontset-from-x-resource): Don't concat integers.
16968 2000-01-31 Inge Frick <inge@nada.kth.se>
16970 * view.el: Some changes in documentation. Removed some trailing
16971 whitespace. Changed some parameter names to agree with documentation.
16972 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16973 window is not deleted. Modifies change 1998-04-26.
16975 2000-01-31 Gerd Moellmann <gerd@gnu.org>
16977 * windmove.el: New file.
16979 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16980 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16981 progmodes/ebnf-yac.el: Update copyright and license info.
16983 * jit-lock.el (jit-lock-function): Widen before calculating
16985 (jit-lock-stealth-chunk-start): Rewritten.
16987 * info.el (Info-title-face-alist): Removed.
16988 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
16989 (Info-fontify-node): Use these faces.
16991 2000-01-30 Gerd Moellmann <gerd@gnu.org>
16993 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16994 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16995 `&allow-other-keywords'.
16997 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16998 the list of directories scanned heuristically.
17000 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
17002 2000-01-30 Jason Rumney <jasonr@gnu.org>
17004 * w32-fns.el: Define w32-tty-standard-colors.
17006 * startup.el (command-line): Use w32-tty-standard-colors when in
17009 2000-01-30 Dave Love <fx@gnu.org>
17011 * jka-compr.el (jka-compr-load): Fix up load-history.
17013 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17015 * emacs-lisp/cl-macs.el: Revert previous change.
17017 2000-01-29 Dave Love <fx@gnu.org>
17019 * facemenu.el: Purecopy various strings.
17021 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17022 years. Deal with three-digit years.
17024 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17025 Use defconst, purecopy.
17026 (help-back-label): Purecopy it.
17028 2000-01-18 Gerd Moellmann <gerd@gnu.org>
17030 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17031 variable. If non-nil, order the buffer list according to the
17032 currently selected frame.
17033 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17034 non-nil, pass the selected frame to function buffer-list.
17036 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17038 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17040 2000-01-28 Dave Love <fx@gnu.org>
17042 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17044 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17045 Don't use lisp-indent-hook property.
17048 * subr.el: Move out indent and edebug specs for when and unless.
17050 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17053 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17056 2000-01-28 Gerd Moellmann <gerd@gnu.org>
17058 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17059 `collecting' as synonym for `collect'.
17061 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17062 for the case it contains spaces.
17064 * simple.el (what-cursor-position): Change formatting of messages.
17066 * frame.el (delete-other-frames): New function.
17067 (toplevel): Bind it to C-x 5 1.
17069 * sort.el (sort-numeric-base): New option.
17070 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17071 interpret it as octal or hexadecimal. Use sort-numeric-base
17074 * progmodes/glasses.el: New file.
17076 2000-01-27 Gerd Moellmann <gerd@gnu.org>
17078 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17079 userids differently.
17081 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17082 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17083 progmodes/ebnf-yac.el: New files.
17085 2000-01-26 Dave Love <fx@gnu.org>
17087 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17088 on a function with an empty body. [From Eric Ludlam.]
17090 2000-01-25 Andre Spiegel <spiegel@gnu.org>
17092 * vc.el (vc-version-diff): Make sure file name is expanded.
17094 2000-01-25 Gerd Moellmann <gerd@gnu.org>
17096 * scroll-bar.el (scroll-bar-timer): Variable removed.
17097 (scroll-bar-toolkit-scroll): Don't use a timer.
17099 2000-01-25 Kenichi Handa <handa@etl.go.jp>
17101 * language/thai-util.el (thai-composition-function):
17102 Delete superfluous `a'.
17104 2000-01-24 Dave Love <fx@gnu.org>
17106 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17107 end-of-defun-function.
17109 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
17111 2000-01-22 Jason Rumney <jasonr@gnu.org>
17113 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17114 conflicts with new face support.
17116 2000-01-22 Richard M. Stallman <rms@gnu.org>
17118 * replace.el (query-replace): Rename last arg to DELIMITED.
17119 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17120 (query-replace-regexp): Likewise.
17122 2000-01-20 Richard M. Stallman <rms@gnu.org>
17124 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17126 * emacs-lisp/lisp.el (beginning-of-defun-function):
17127 Variable renamed from beginning-of-defun.
17128 Do not call make-variable-buffer-local.
17129 (beginning-of-defun-raw): Use new variable name; doc fix.
17130 (beginning-of-defun): Doc fix.
17131 (end-of-defun-function): Variable renamed from end-of-defun.
17132 Do not call make-variable-buffer-local.
17133 (end-of-defun): Use new variable name; doc fix.
17135 * subr.el (dolist, dotimes): Copied from cl-macs.el
17138 * mail/undigest.el (rmail-digest-end-regexps):
17139 Variable replaces rmail-digest-end-regexp.
17140 Allows multiple regexps for detecting the end line.
17141 (undigestify-rmail-message): Corresponding changes.
17143 2000-01-19 Dave Love <fx@gnu.org>
17145 * files.el (user-init-file): Don't declare here -- is primitive.
17147 * startup.el (command-line): Check for compiled user-init-file and
17148 set to uncompiled version if necessary.
17150 2000-01-18 Gerd Moellmann <gerd@gnu.org>
17152 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17153 (undigestify-rmail-message): Use it.
17155 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17157 2000-01-17 Gerd Moellmann <gerd@gnu.org>
17159 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17162 2000-01-14 Gerd Moellmann <gerd@gnu.org>
17164 * emacs-lisp/copyright.el (copyright-update): Removed the
17165 requirement for a trailing space from `copyright-regexp', to
17166 support copyrights with owner specified on a separate line..
17168 * align.el: New file.
17170 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17172 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17174 2000-01-13 Dave Love <fx@gnu.org>
17176 * ph.el: Removed. (Obsoleted by EUDC.)
17178 2000-01-13 Gerd Moellmann <gerd@gnu.org>
17180 * net/eudc.el (toplevel): Remove autoloaded code installing
17181 menu with easymenu, because that causes build problems.
17183 * frame.el (frame-notice-user-settings): New variable.
17184 (frame-notice-user-settings): Don't modify frame parameters
17185 if called a second time.
17187 2000-01-13 Richard M. Stallman <rms@gnu.org>
17189 * frame.el (frame-notice-user-settings):
17190 Notice default-frame-parameters even for non-window frames.
17192 2000-01-13 Gerd Moellmann <gerd@gnu.org>
17194 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17196 (eudc-bob-can-display-inline-images): Extend for Emacs.
17197 (eudc-bob-toggle-inline-display): Ditto.
17198 (eudc-bob-display-jpeg): Ditto.
17200 2000-01-12 Gerd Moellmann <gerd@gnu.org>
17202 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17203 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17204 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17206 * add-log.el (add-change-log-entry): Fix error trying an
17209 * subdirs.el: Add `net' directory.
17211 * net: New directory.
17213 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17214 eval-last-sexp. Don't bind debug-on-error here.
17215 (eval-last-sexp): New function. Bind debug-on-error if
17216 eval-expression-debug-on-error is non-nil.
17217 (eval-defun-2, eval-defun): Likewise.
17219 * simple.el (eval-expression): Don't bind debug-on-error if
17220 eval-expression-debug-on-error is nil. Detect changed
17221 debug-on-error, and propagate new value to global binding, if
17222 eval-expression-debug-on-error is non-nil,
17223 (eval-expression-debug-on-error): Change doc string.
17225 2000-01-11 Richard M. Stallman <rms@gnu.org>
17227 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17229 * emacs-lisp/lisp-mode.el (with-syntax-table):
17230 Set up lisp-indent-function property.
17232 * subr.el (with-syntax-table): Moved from simple.el.
17234 * simple.el (with-syntax-table): Moved to subr.el.
17236 2000-01-11 Gerd Moellmann <gerd@gnu.org>
17238 * tmm.el (tmm-shortcut): Delete region after prompt instead
17241 * textmodes/fill.el (fill-common-string-prefix): New function.
17242 (fill-context-prefix): Use the longest common prefix of first
17243 and second line fill prefix, if there is one.
17245 2000-01-11 Richard M. Stallman <rms@gnu.org>
17247 * array.el (array-mode): Don't use make-variable-buffer-local.
17248 Use make-local-variable for `truncate-lines'.
17250 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17252 * add-log.el (add-log-current-defun): Handle user-defined
17253 add-log-current-function returning nil,
17255 * add-log.el (add-change-log-entry): Insert version number
17256 if having found a current function
17258 * add-log.el (add-log-current-defun):
17259 Call `add-log-current-defun-function'. Try matches at level 0 and
17260 level 1. Strip whitespace from defun found.
17262 2000-01-10 John Wiegley <johnw@gnu.org>
17264 * allout.el (isearch-done/outline-provisions): Added `edit'
17265 argument to correspond with the current definition of `isearch-done'.
17267 2000-01-10 Dave Love <fx@gnu.org>
17269 * elide-head.el (elide-head): Use point-marker, not point.
17271 2000-01-10 Gerd Moellmann <gerd@gnu.org>
17273 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17274 before and after the year 2000.
17276 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17277 Add ispell- prefix.
17279 2000-01-10 Ken Stevens <k.stevens@ieee.org>
17281 * ispell.el: Only define dictionaries in menus when they exist.
17282 (version18p): New variable.
17283 (version20p): New variable.
17284 (xemacsp): New variable.
17285 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17286 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17287 (ispell-dictionary-alist6): Russian command lines no longer accept
17288 run-together words.
17289 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17290 (ispell-dictionary-alist): Add koi8-r to customize definition.
17291 (check-ispell-version): Added documentation string. Return library
17292 path when called non-interactively.
17293 (ispell-menu-map-needed): Uses new variables.
17294 (ispell-library-path): New variable.
17295 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17296 (ispell-word): Improved documentation string. Test for valid
17297 character mappings. Correctly check typed in word changes that can
17298 result in single words split into multiple words.
17299 Return replacement word.
17300 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17301 replace in recursive query replace mode. Help message for
17302 recursive edit mode.
17303 (ispell-show-choices): Protect against bad framepop bindings.
17304 (ispell-help): Fix to work with XEmacs.
17305 (ispell-highlight-spelling-error): Use new variables.
17306 (ispell-overlay-window): Fix to work with XEmacs.
17307 (ispell-parse-output): Passed and returns location information
17308 tracking spelling corrections. Doesn't recheck same word on
17310 (ispell-init-process): Protect against bogus XEmacs variable binding.
17311 Fix call to single argument in sleep-for. Use new variables.
17312 (ispell-region): Passed and returns location information tracking
17313 spelling corrections. Doesn't check same word on current line.
17314 Improved documentation string. Doesn't resend a line already
17315 checked to the ispell process - fixes bug in LaTeX parsing.
17316 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17317 (ispell-skip-region): No longer skips <TT> in SGML.
17318 (ispell-process-line): Tracks location information with spelling
17319 corrections. Added documentation string. Accounts for words
17320 already accepted on this line. Don't allow query-replace on line
17321 starting with math characters. Doesn't resend a line already sent
17322 to ispell process. Fixes alignment error bug.
17324 2000-01-10 Richard M. Stallman <rms@gnu.org>
17326 * dired-x.el (dired-guess-shell-alist-default):
17327 Suggest xloadimage, which is free, not xv, which isn't.
17329 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17330 Don't ever include the host name or user name in the value.
17332 2000-01-09 Gerd Moellmann <gerd@gnu.org>
17334 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17337 2000-01-09 Stephen Eglen <stephen@gnu.org>
17339 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17342 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17344 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17346 2000-01-09 Gerd Moellmann <gerd@gnu.org>
17348 * progmodes/cperl-mode.el: Replace ^F with ^L.
17350 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17351 `require'ing rmail and mailalias to prevent infinite recursion.
17353 2000-01-08 Dave Love <fx@gnu.org>
17355 * emacs-lisp/backquote.el: Remove inappropriate customization
17356 (allowing custom.el to use backquote).
17358 2000-01-07 Dave Love <fx@gnu.org>
17360 * add-log.el (add-log-debugging): Deleted.
17361 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17362 file. Remove debugging code.
17363 (change-log-get-method-definition, change-log-name): Add doc.
17364 (change-log-sortable-date-at): New function.
17365 (change-log-merge): New command.
17367 * time.el (display-time-string-forms): Make the Mail string active.
17368 (display-time-update): Provide help-echo for load average.
17370 * bindings.el (make-mode-line-mouse2-map): New function.
17371 (mode-line-modified): Use it and simplify.
17372 (mode-line-mule-info): Provide help-echo info.
17373 (minor-mode-alist): Activate the strings.
17374 (make-mode-line-mouse-sensitive): Simplify for
17375 mode-line-buffer-identification.
17377 2000-01-07 Gerd Moellmann <gerd@gnu.org>
17379 * play/pong.el: New file.
17381 2000-01-06 Dave Love <fx@gnu.org>
17383 * array.el: Assorted cleanups for compiler warnings, doc strings,
17384 `array-' prefix for symbols.
17386 2000-01-05 Dave Love <fx@gnu.org>
17388 * textmodes/outline.el (outline-mode-menu-bar-map):
17389 Add outline-headers-as-kill.
17390 (outline-mode): Define imenu-generic-expression.
17391 (outline-headers-as-kill): New command.
17393 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17394 from paragraph-start.
17395 (paragraph-indent-minor-mode): New command.
17397 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17398 M-C-e, M-C-h, C-j, C-xnd, TAB.
17399 (fortran-mode): Set beginning-of-defun, end-of-defun.
17400 (fortran-column-ruler): Simplify.
17401 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17402 (fortran-with-subprogram-narrowing): Likewise.
17403 (fortran-indent-subprogram): Call mark-defun.
17404 (fortran-check-for-matching-do): Change narrowing.
17406 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17407 (cl-lucid-hash-tag): Delete.
17408 (cl-hash-table-p): Correct test for native table.
17409 (cl-hash-table-count): Use hash-table-count.
17411 * browse-url.el (browse-url): Fix case of
17412 browse-url-browser-function being an alist.
17414 2000-01-05 Carsten Dominik <cd@gnu.org>
17416 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17417 (reftex-index-phrase-file-extension): New options.
17419 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17420 Use new option `reftex-index-phrase-file-extension'.
17422 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17423 `reftex-parse-file-extension'.
17425 2000-01-05 Dave Love <fx@gnu.org>
17427 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17428 (beginning-of-defun-raw): Use it.
17429 (end-of-defun): New variable.
17430 (end-of-defun): Use it.
17431 (check-parens): New command.
17433 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17435 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17436 (hs-show-block): Don't use `mapcar' when not accumulating.
17438 Fix buglet in local variables initialization.
17440 2000-01-05 Andreas Schwab <schwab@suse.de>
17442 * hscroll.el (hscroll): Doc fix.
17444 2000-01-05 Carsten Dominik <cd@gnu.org>
17446 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17447 Require idlw-toolbar.
17449 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
17450 file idlw-rinfo.el.
17451 (idlwave-customize): Load must read file idlw-shell.el.
17452 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
17454 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17456 * progmodes/idlw-shell.el: Also provide idlwave-shell
17457 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17458 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17460 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
17461 both reftex-dcr and reftex-vcr.
17463 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17465 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17467 * ps-print.el: PostScript code now is in separate files, doc fix.
17468 (ps-print-version): New version number (5.0.3).
17469 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17471 (ps-spool-config): Initialization fix.
17472 (ps-print-prologue-1, ps-print-prologue-2)
17473 (ps-print-duplex-feature): PostScript code moved to separated file.
17474 (ps-background-image): Little code reformating.
17475 (ps-begin-file, ps-begin-job): Fix code.
17476 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17477 (ps-prologue-file): New fun.
17479 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17481 * ps-vars.el: Eliminated.
17483 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17486 * ps-print.el: ps-vars eliminated, doc fix.
17487 (ps-print-version): New version number (5.0.2).
17488 (ps-spool-config): Initialization fix.
17489 (ps-print-customize): New fun.
17491 2000-01-04 Gerd Moellmann <gerd@gnu.org>
17493 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
17495 2000-01-04 Dave Love <fx@gnu.org>
17497 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17500 2000-01-03 Dave Love <fx@gnu.org>
17502 * elide-head.el (elide-head) [defgroup]: Add :version.
17504 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17505 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17506 Use `cl-hash-table-p', not `hash-table-p'.
17507 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17509 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17511 * faces.el (face-read-integer, read-face-attribute)
17512 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
17514 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17516 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17517 at comment end, and re-insert them after filling.
17519 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17521 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17522 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17523 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17525 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17527 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17528 the new name of face-color-supported-p.
17530 * term/w32-win.el (xw-defined-colors): Likewise.
17532 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17534 * simple.el (completion-setup-function): Count completion-size
17535 from minibuffer-prompt-end, not from point-min.
17537 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17539 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17540 Pass the frame to tty-color-* functions.
17541 (display-color-p, frame-set-background-mode): Pass the frame to
17542 tty-display-color-p.
17544 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17546 (tty-color-alist, tty-modify-color-alist): New functions.
17547 (tty-color-define, tty-color-clear, tty-color-approximate)
17548 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17549 optional parameter FRAME.
17551 2000-01-01 Gerd Moellmann <gerd@gnu.org>
17553 * image.el (create-image, defimage): Don't assume image data is
17556 * image.el (defimage): Handle specifications containing :data
17558 (image-type-from-data): New function.
17559 (image-type-from-file-header): Use it.
17560 (create-image): Add parameter DATA-P.
17562 See ChangeLog.8 for earlier changes.
17564 ;; Local Variables:
17565 ;; coding: iso-2022-7bit