(tmm-get-keymap): Fix handling of :filter.
[emacs.git] / lisp / ChangeLog
blob735ed5f3182902ad11c46ad69b63a7d9bd35fccf
1 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
3         * tmm.el (tmm-get-keymap): Fix handling of :filter.
4         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5         text into *Completions*.
7         * net/goto-addr.el (goto-address-at-point): Deal with URLs
8         part of which look like email addresses.
10 2001-05-18  Andrew Innes  <andrewi@gnu.org>
12         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD): Use
13         . instead of absolute path for lisp dir, to avoid bug in W2K
14         cmd.exe's handling of FOR loops.
15         (autoloads): Set find-file-suppress-same-file-warnings to t to
16         avoid slew of spurious messages.
18 2001-05-18  Simon Josefsson  <simon@josefsson.org>
20         * mail/smtpmail.el (maybe-append-domain): Renamed to
21         `smtpmail-maybe-append-domain'.
22         (smtpmail-via-smtp): Use the new name.
24         * net/browse-url.el (browse-url-browser-function): Add kde.
25         (browse-url-kde-program, browse-url-kde-args): New variables.
26         (browse-url-kde): New function.
28 2001-05-18  Miles Bader  <miles@gnu.org>
30         * simple.el (delete-horizontal-space, just-one-space): Use
31         `constrain-to-field' instead of `field-end'/`field-beginning',
32         because it's more efficient for large files.
34 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
36         * mail/rmail.el (rmail-require-mime-maybe): New function.
37         (rmail): Use it.
38         (rmail-mode): Handle the case of finding Rmail files.
40         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
41         functions.
43 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
45         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
46         text-property after moving to the beginning of line and regardless
47         of the value of font-lock-multiline.
49 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
51         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
53         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
54         last coding system used before calling set-buffer-modified-p
55         because that function changes last-coding-system.
57 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
59         * files.el (switch-to-buffer-other-window)
60         (switch-to-buffer-other-frame): Add an xref to display-buffer in
61         the doc string.
63 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
65         * language/slovak.el, language/czech.el: New maintainer.
67 2001-05-16  Sam Steingold  <sds@gnu.org>
69         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
70         sub-form of `defgeneric' correctly.
72 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
74         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
75         of `c'.
77         * textmodes/outline.el (outline-font-lock-level): Remove the
78         condition-case, test what outline-level returns instead, to
79         ease debugging.
81         * international/mule.el (auto-coding-regexp-alist): New user-option.
82         (auto-coding-from-file-contents): New function.
83         (set-auto-coding): Use it to determine a coding system.
85 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
87         * mouse.el (mouse-delete-other-windows): Doc fix.
89         * emacs-lisp/lisp-mode.el (lisp-mode):
90         Make font-lock-keywords-case-fold-search a buffer-local variable with
91         make-local-variable before setting it.
93 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
95         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
96         prefixes.
98 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
100         * hexl.el (hexl-current-address): Print a message when called
101         interactively.
103 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
105         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
107         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
109         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
111 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
113         * startup.el (command-line): If parameters have been changed in
114         the init files which influence font selection, clear the face
115         cache so that faces get realized with the new parameters.
117         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
119 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
121         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
123 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
125         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
126         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
128 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
130         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
131         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
133 2001-05-09  John Wiegley  <johnw@gnu.org>
135         * eshell/esh-util.el (eshell-convert-numeric-arguments):
136         Annotated the documentation string to tell users about
137         `eshell-no-numeric-conversions'.
139         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
140         conversions if a Lisp function has the property
141         `eshell-no-numeric-conversions' set to a non-nil value.
143         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
144         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
145         property `eshell-no-numeric-conversions' on the following
146         functions (which all deal with filesystem entities, and never Lisp
147         numerical values): eshell/cd, eshell/pushd, eshell/popd,
148         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
149         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
150         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
151         eshell/which, eshell/addpath.
153 2001-05-09  John Wiegley  <johnw@gnu.org>
155         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
156         encountered as an argument, don't convert it right away, but tag
157         the first character of the string with the text properties
158         `number', which signifies to `eshell-lisp-command' that the
159         argument should be passed through `string-to-number' if it is
160         actually used in the call to a Lisp function.
162         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
163         function, convert any string arguments that have been tagged as
164         "numbers", by calling string-to-number.
166         * eshell/esh-util.el (eshell-number-regexp): Now that number
167         conversions only happen for Lisp function calls, the number regexp
168         should now match all integer and floating point forms.
170         * eshell/esh-proc.el: Disable `eshell-stop-process' and
171         `eshell-continue-process', since they are both nonfunctional at
172         the moment.
173         (eshell-proc-initialize): Don't bind keys for
174         `eshell-stop-process' or `eshell-continue-process'.
176         * eshell/em-unix.el (eshell-shuffle-files):
177         Apply `directory-file-name' before calling `file-name-directory'.
179         * eshell/em-hist.el (eshell-add-to-history): Reference to
180         `eshell-history-ring' needed to be `eshell-history-index'.
182         * calendar/timeclock.el (timeclock-find-discrep):
183         Initialize `elapsed' to 0.
184         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
185         it's still nil.
187 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
189         * arc-mode.el (archive-int-to-mode): Construct the string directly.
190         (archive-mode): Use capitalize.
191         (archive-unique-fname): Use make-temp-file.
193 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
195         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
197 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
199         * tar-mode.el (tar-extract): Pay attention to the value of
200         coding-system-for-read, if it is non-nil.
202         * calendar/holidays.el (holidays): Add an autoload cookie.
203         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
205 2001-05-08  John Wiegley  <johnw@gnu.org>
207         * calendar/timeclock.el (timeclock-workday-remaining):
208         Changed logic for determining how much time is remaining.
209         (timeclock-workday-elapsed): Don't accept a "relative" argument
210         for the current day's elapsed time.  What could that have meant?
211         (timeclock-workday-elapsed-string): No "relative" argument anymore.
212         (timeclock-when-to-leave): Changed logic, similarly to what was
213         done for `timeclock-workday-remaining'.
214         (timeclock-find-discrep): Removed "today-only" argument, which had
215         no meaning.  Fixed some more math problems.  The function now
216         returns a three member list: (TOTAL-TIME-DISCREPANCY
217         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
219 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
221         * w32-fns.el (convert-standard-filename): Start replacing slashes
222         from the beginning of the file name, not from where the last
223         invalid character was.  From "Andrew Maguire (SWW)"
224         <Andrew.Maguire@Smallworld.co.uk>
226 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
228         The following changes are to provide infrastructure for handling
229         MIME messages to rmail.  They don't affect the original behaviour
230         if rmail-enable-mime is nil.
232         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
233         (rmail-search-mime-message-function)
234         (rmail-search-mime-header-function): New variables.
235         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
236         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
237         `rmail-view-buffer' is hidden.
238         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
239         call rmai-show-mime-function.
240         (rmail-display-labels): If rmail-enable-mime is non-nil, update
241         mode-line-process of rmail-view-buffer.
242         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
243         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
244         buffer.
245         (rmail-next-message, rmail-next-undeleted-message): Be sure to
246         set-buffer to the Rmail buffer.
247         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
248         rmail-search-mime-header-function.
249         (rmail-search-message): New function.
250         (rmail-search): Call rmail-search-message to check if a message
251         matches REGEXP, lastly update point after calling
252         rmail-show-message.
253         (rmail-undelete-previous-message, rmail-expunge-confirmed)
254         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
255         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
256         header region, refer to rmail-msgref-vector while setting the
257         current buffer to rmail-buffer temporarily.
258         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
259         If rmail-enable-mime is non-nil, call
260         rmail-insert-mime-forwarded-message-function instead of inserting
261         forwarded message by itself.
263         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
264         Rmail buffer.
265         (rmail-set-label, rmail-next-labeled-message): Likewise.
267         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
268         set-buffer to the Rmail buffer.
269         (rmail-output-to-rmail-file): Likewise.
270         (rmail-output): Likewise.
272         * mail/rmailsum.el (rmail-message-subject-p): Process the result
273         of mail-fetch-field by rmail-summary-line-decoder.
274         (rmail-new-summary): Be sure to go to the Rmail buffer.
275         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
276         rmail-view-buffer to nil.
277         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
278         rmail-view-buffer.
279         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
280         rmail-buffer.
281         (rmail-summary-scroll-msg-down): Likewise.
282         (rmail-summary-beginning-of-message): Likewise.
283         (rmail-summary-wipe): Likewise.
284         (rmail-summary-toggle-header): Use save-window-excursion, not
285         save-excursion.  Update point in rmail-view-buffer, not in
286         rmail-buffer.
287         (rmail-summary-reply): Before calling rmail-reply, set buffer to
288         rmail-view-buffer, not rmail-buffer.
290 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
292         * cus-edit.el (custom-file): Signal an error if user-init-file is
293         nil (running -q).
295         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
297         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
298         Add :version.
300         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
301         New option.
302         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
303         only if smtpmail-warn-about-unknown-extensions is set.
305         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
306         instead of rmail-sort-by-keywords.
308         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
309         rmail-sort-by-keywords.
311         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
312         rmail-summary-sort-by-keywords.  Doc fix.
313         (rmail-summary-mode): Doc fix.
315         * mail/rmail.el (rmail-edit): New Custom group.
317         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
318         (rmail-edit-mode-hook): New user-option.
320 2001-05-05  Richard M. Stallman  <rms@gnu.org>
322         * help.el (help-xref-symbol-regexp): Recognize "source of"
323         and friends, meaning make a link to the source file.
324         (help-make-xrefs): Handle "source of" and friends
325         by constructing a link that visits the source file.
327         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
329 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
331         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
332         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
333         Renamed from perl-font-lock-keywords to avoid clashes.
334         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
335         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
336         Updated correspondingly.
338         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
339         Typo `nonexistant' -> `nonexistent'.
341 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
343         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
344         Split `c-electric-delete' into two functions where
345         `c-electric-delete-forward' always deletes forward and
346         `c-electric-delete' only contains the code necessary for XEmacs to
347         choose between backward and forward deletion.
349         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
350         get the electric behavior on that key too.
351         (c-fill-paragraph): Fixed bogus direct use of
352         c-comment-prefix-regexp, which caused an error when it's a list.
354 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
356         * dired-aux.el (dired-diff): Doc fix.
358         * dired.el (dired-diff): Likewise.
360 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
362         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
364 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
366         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
367         if both the buffer and the file are read-only.
369         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
370         rather than font-lock-string-face.
371         (sh-get-indent-info): Treat heredocs like strings.
373 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
375         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
376         a newline following `}'.
377         (texinfo-format-email): New function.
378         (toplevel): Use texinfo-format-email for @email.
379         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
380         Add `display'.
381         (texinfo-sort-region): Goto point-min before sorting.
382         (texinfo-set): Remove leading white space from value.
383         From yagi@is.titech.ac.jp.
385         * replace.el (query-replace-regexp-eval): Doc fix.
387 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
389         * diff-mode.el (diff-nonexistant-face): New face.
390         (diff-font-lock-keywords): Use it.
392 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
394         * font-lock.el (font-lock-mode): Doc fix.
396         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
397         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
399 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
401         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
402         backslash at the start of the here-document delimiter.
403         (sh-font-lock-syntactic-keywords): Likewise.
405         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
407 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
409         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
410         (tty-color-translate, tty-color-by-index, tty-color-values)
411         (tty-color-desc): Doc fix.
413 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
415         * dired-aux.el (dired-do-create-files, dired-do-copy)
416         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
417         Mention dired-dwim-target in the doc string.
419 2001-04-28  Miles Bader  <miles@gnu.org>
421         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
422         (dabbrev--find-expansion): Use it.
423         (dabbrev--select-buffers): Don't select ignored buffers.
425 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
427         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
429 2001-04-26  Richard M. Stallman  <rms@gnu.org>
431         * dabbrev.el: Add doc strings for some functions.
432         (dabbrev--eliminate-newlines): New variable.
433         (dabbrev--substitute-expansion): Convert newlines to spaces
434         if dabbrev--eliminate-newlines is set.
435         If abbrev and expansion are both all-lower-case,
436         leave dabbrev--last-case-pattern nil.
438 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
440         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
441         if necessary, like in rmail-show-message.
443 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
445         * ps-print.el: Color specified by number is forced to be float number.
446         (ps-print-version): New version number (6.5.1.1).
447         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
448         initialization.
449         (ps-prefix-quote): New internal var.
450         (ps-print-quote): New fun.
451         (ps-setup, ps-output-frame-properties, ps-float-format)
452         (ps-format-color): Code fix.
453         (ps-plot-region): Eliminate redundant foreground color text setting.
455 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
457         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
459 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
461         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
463 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
465         * info.el (Info-additional-directory-list): Doc fix.
467         * find-lisp.el (find-lisp-find-dired-filter)
468         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
469         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
471 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
473         * progmodes/make-mode.el (makefile-font-lock-keywords):
474         Rationalize the rules for includes and conditionals and use the
475         keyword face for them.
477         * faces.el (modify-face): Add compatibility for non-interactive use.
479 2001-04-24  John Wiegley  <johnw@gnu.org>
481         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
482         fix from last night, since it wasn't finding eshell/cd.
484 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
486         * rect.el (string-rectangle): Revert to 20.x behaviour.
487         (replace-rectangle): Make it an alias for string-rectangle.
488         (string-insert-rectangle): New function.
490 2001-04-23  John Wiegley  <johnw@gnu.org>
492         * eshell/em-unix.el (eshell/diff): Fixed problems that were
493         occurring with Emacs 21's diff.el/compile.el interaction layer.
495 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
497         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
498         case where the function was defined in a file, but not part of an
499         eshell module.
501 2001-04-23  John Wiegley  <johnw@gnu.org>
503         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
504         code to work around a redisplay problem I've been having.
506 2001-04-23  John Wiegley  <johnw@gnu.org>
508         * calendar/timeclock.el (timeclock-day-required): If the time
509         required for a particular day is not set, use `timeclock-workday'.
510         (timeclock-find-discrep): Added some sample code in a comment.
512         * eshell/eshell.el (eshell-command): Made a few changes so that
513         `eshell-command' could be called programmatically.
515         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
517         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
519 2001-04-23  John Wiegley  <johnw@gnu.org>
521         * calendar/timeclock.el: Updated copyright.
522         (timeclock-generate-report): Don't report the daily or two-week
523         total, if no time has been worked in that period.
524         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
525         final computational form, which was unnecessary; corrected a
526         parsing problem when timeclock-relative was nil.
528 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
530         * calendar/timeclock.el (timeclock-modeline-display): Check if
531         `list-entry' is null.
532         (timeclock-use-display-time): The first argument to `set-variable'
533         must be a symbol.
535 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
537         * calendar/calendar.el (diary-entry-marker)
538         (calendar-today-marker, calendar-holiday-marker):
539         Use display-color-p instead of window-system.
540         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
541         instead of window-system.
542         (calendar-hide-window): Use display-multi-frame-p instead of
543         window-system.
545         * calendar/cal-x.el (calendar-two-frame-setup)
546         (calendar-only-one-frame-setup, calendar-one-frame-setup):
547         Use display-multi-frame-p instead of window-system.
549 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
551         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
553         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
554         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
556 2001-04-23  Alex Schroeder  <alex@gnu.org>
558         * goto-addr.el: Instead of defining line-beginning-position and
559         line-end-position a defalias is used for point-at-bol and point-at-eol.
561 2001-04-23  Alex Schroeder  <alex@gnu.org>
563         * goto-addr.el: Added XEmacs compatibility code.
564         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
566 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
568         * textmodes/paragraphs.el (sentence-end): Doc fix.
570 2001-04-20  Alex Schroeder  <alex@gnu.org>
572         * sql.el (sql-escape-newlines-and-send): New function.
573         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
575 2001-04-20  Alex Schroeder  <alex@gnu.org>
577         * sql.el (sql-db2-program): New option.
578         (sql-db2-options): New option.
579         (sql-db2): New function.
581 2001-04-20  Alex Schroeder  <alex@gnu.org>
583         * sql.el (sql-mode-menu): Added highlighting entries.
584         (sql-highlight-oracle-keywords): New function.
585         (sql-highlight-postgres-keywords): New function.
586         (sql-highlight-ansi-keywords): New function.
588 2001-04-20  Alex Schroeder  <alex@gnu.org>
590         * sql.el (sql-help): Doc change.
592 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
594         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
596 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
598         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
599         for defmethod.
601         * comint.el (comint-cr-magic): New function.
602         (toplevel): Add it to comint-preoutput-filter-functions.
604 2001-04-18  Andrew Innes  <andrewi@gnu.org>
606         * makefile.w32-in (EMACSLOADPATH): Define.
607         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
608         (recompile): Remove stuff to set EMACSLOADPATH.
610 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
612         * language/slovak.el ("Slovak"): Add tutorial entry.
614         * net/browse-url.el (browse-url-new-window-flag): Renamed from
615         browse-url-new-window-p.
617 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
619         * info.el (Info-menu-update): When there are no menus and/or no
620         cross references in the node, make the respective items of the
621         Info menu-bar menu inactive.
623 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
625         * indent.el (indent-for-tab-command): Call indent-line-function
626         with no argument if PREFIX-ARG is non-nil.
628         * frame.el (delete-other-frames): Handle minibuffer-only frames.
630 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
632         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
633         an async subprocess if start-process is unavailable.  Suggested by
634         Tim Van Holder <tim.van.holder@pandora.be>.
636 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
638         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
639         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
641 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
643         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
644         manual.
646 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
648         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
649         (cvs-menu): Add a few entries.
651         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
652         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
653         lock file appears to be reachable from Emacs.
654         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
655         (cvs-mode-find-file): Look for cvs-header-face rather than
656         cvs-dirname-face (which doesn't exist).
657         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
659         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
661 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
663         * emulation/pc-select.el (pc-selection-mode): Don't turn on
664         normal-erase-is-backspace on a tty.  Instead, bind some keys such
665         as [delete] directly, like pc-select.el did before
666         normal-erase-is-backspace was invented.
668 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
670         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
672 2001-04-11  John Wiegley  <johnw@gnu.org>
674         * eshell/em-ls.el (eshell-ls-insert-directory):
675         Set font-lock-defaults to nil, to prevent fontification in dired
676         buffers, if Eshell's ls is being used.
678 2001-04-11  John Wiegley  <johnw@gnu.org>
680         * calendar/timeclock.el (timeclock-completing-read): New function.
681         (timeclock-ask-for-project, timeclock-ask-for-reason):
682         Call `timeclock-completing-read'.
684         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
685         required where `member' was being used.
687 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
689         * eshell/em-hist.el (eshell-previous-matching-input):
690         Don't display "History item" if the the minibuffer is active.
692 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
694         * startup.el (command-line): Output a newline after printing
695         an error from loading the window system's init file.
697 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
699         * textmodes/texinfo.el (texinfo-font-lock-keywords):
700         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
701         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
702         keywords whose arguments routinely include @@.
704 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
706         * emacs-lisp/advice.el (ad-make-advised-definition):
707         Construct advice for subrs differently.
709         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
710         regexp in parentheses when building the regexp for searching backwards.
712         * simple.el (completion-list-mode-finish): New function.
713         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
715         * language/european.el ("Polish"): Change sample text.
716         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
718         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
719         parameter.
721         * faces.el (menu): Doc fix.
723 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
725         * ps-print.el: Footer implementation.  Doc fix.
726         (ps-print-version): New version number (6.5.1).
727         (ps-header-frame-alist): New customization var for header frame
728         properties.
729         (ps-line-number-color): New customization var for line number color.
730         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
731         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
732         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
733         (ps-right-footer): New customization vars for footers.
734         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
735         footers.
736         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
737         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
738         Code fix.
739         (ps-prologue-file): Indentation fix.
740         (ps-print-quote): Fun eliminated.
741         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
742         (ps-output-frame-properties): New fun.
743         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
744         (ps-skip-newline): Replace defun by defsubst.
746 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
748         * eshell/eshell.el (eshell-command): Needed a "%s" format
749         specifier, in case the buffer contains percent characters.
751 2001-04-10  John Wiegley  <johnw@gnu.org>
753         * calendar/timeclock.el (timeclock-generate-report): Added a
754         missing insert of the project name.
756 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
758         * obsolete/profile.el: Moved from emacs-lisp/.
760         * Makefile.in (nonobsolete_setwins): New macro.
761         (finder-data): Use it instead of `setwins'.
762         From: Dave Love <fx@gnu.org>.
764         * server.el (server-visit-files): Set server-existing-buffer correctly.
765         (server-visit-files): Run server-visit-hook after going to
766         line 1 so that the hook can set point as it sees fit.
768         * bindings.el (mode-line-modified): Unify help messages.
770 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
772         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
773         All callers changed.
775 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
777         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
778         long file names aren't supported, truncate the file names in
779         quail-misc-package-ext-info to 8+3 before matching them against
780         FILENAME.
782         * dos-fns.el (dos-truncate-to-8+3): New function.
784         * progmodes/compile.el (grep-compute-defaults): Use null-device
785         instead of literal /dev/null. Reported by Jens Schmidt
786         <schmidt@mathematik.uni-kl.de>.
788         * simple.el (normal-erase-is-backspace-mode): Doc fix.
790 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
792         * textmodes/sgml-mode.el: Add unknown maintainer.
793         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
794         (html-mode-map): Use set-keymap-parent.
796 2001-04-06  Dave Love  <fx@gnu.org>
798         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
799         Remove redundant string-to-list.
801 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
803         * composite.el (reference-point-alist): Doc fix.
805 2001-04-05  Sam Steingold  <sds@gnu.org>
807         * font-lock.el (font-lock-keywords-case-fold-search):
808         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
809         file made font-lock case-insensitive.
811 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
813         * faces.el (defface menu): Doc fix.
815         * wid-edit.el (widget-color-sample-face-get): Don't make
816         faces for undefined colors.
818         * version.el (emacs-version): Include LessTif/Motif version info.
820 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
822         * ps-mule.el: Eliminate cl package dependence.
823         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
824         if they aren't defined yet.
825         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
826         Eliminate cl package dependence.
828 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
830         * progmodes/cc-cmds.el (c-outline-level):
831         Bind buffer-invisibility-spec.  Originally from Dave Love, but
832         got lost when incorporating version 5.26.
834 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
836         * emulation/pc-select.el (pc-selection-mode):
837         Call normal-erase-is-backspace-mode instead of binding
838         keys individually.
840         * cus-load.el (normal-erase-is-backspace): Use it instead of
841         delete-key-deletes-forward.
843         * startup.el (command-line): Use normal-erase-is-backspace and
844         normal-erase-is-backspace-mode.
846         * simple.el (normal-erase-is-backspace): Rename from
847         delete-key-deletes-forward.  Doc fix.
848         (normal-erase-is-backspace-mode): Rename from
849         delete-key-deletes-forward-mode.  Doc fix.
850         Run normal-erase-is-backspace-hook.
852         * dired.el (dired-move-to-filename-regexp): Support file sizes in
853         ``human-readable'' format produced by GNU `ls'.
854         (dired-move-to-filename-regexp): Recognize ISO format dates.
855         From Paul Eggert <eggert@twinsun.com>.
857 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
859         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
860         New functions.
861         (lm-verify): Check keywords.
862         From Eric M. Ludlam <eric@siege-engine.com>.
864 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
866         * speedbar.el (speedbar-insert-image-button-maybe): Check for
867         `xemacs' feature instead of for the function `set-extent-property'.
869 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
871         * mail/mh-utils.el (mh-folder-hist): New var.
872         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
874 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
876         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
877         region, position point on the first or last 16-byte group.
878         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
879         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
880         hexl-beginning-of-line.
882 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
884         * icomplete.el (icomplete-mode): Treat an argument like other
885         modes do.
887         * startup.el (fancy-splash-head): Use splash8.xpm for color
888         depth 8.
890         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
891         Add an antry for ``converts''.
893         * language/slovak.el ("Slovak"): Add documentation string.
894         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
896         * language/czech.el ("Czech"): Add documentation string.
897         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
899         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
900         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
902 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
904         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
905         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
906         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
907         Use `defsubst' rather than a macro to ease debugging.
908         (mail-extr-last): Remove (use `last' instead).
909         (mail-extract-address-components): Properly reset the syntax-table
910         after parsing an address.  Use `last' rather than mail-extr-last.
911         Make sure the end marker stays at the very end.
913 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
915         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
916         last change.
918 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
920         * ps-print.el: Line and paragraph spacing feature.  Region to cut
921         out when printing.  Doc fix.
922         (ps-print-version): New version number (6.5).
923         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
924         New vars.  Line and paragraph spacing feature.
925         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
926         out when printing.
927         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
928         (ps-get-font-size, ps-begin-job, ps-continue-line)
929         (ps-plot-region): Code fix.
930         (ps-print-prologue-2): Var eliminated.
931         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
932         New internal vars.
933         (ps-get-size): New fun.
934         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
935         (ps-next-line): Replace defun by defsubst.
936         (ps-mule-plot-string): Autoload doc fix.
938         * ps-bdf.el: XEmacs compatibility.  Doc fix.
939         (installation-directory, coding-system-for-read): Declare vars if
940         it's not declared yet.
941         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
943         * ps-mule.el: XEmacs compatibility.  Doc fix.
944         (leading-code-private-22): Declare var if it's not declared yet.
945         (charset-bytes, charset-dimension, charset-id, charset-width)
946         (find-charset-region, split-char, char-width, chars-in-region)
947         (forward-point, decompose-composite-char, encode-coding-string)
948         (coding-system-p, ccl-execute-on-string, define-ccl-program):
949         Define funs if not defined yet.
950         (encode-composition-rule, find-composition): Define funs if not
951         loaded yet.
952         (ps-mule-prologue): PostScript code fix.
954 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
956         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
957         non-nil, generate font for the header strings.
958         (ps-mule-prepare-font): Likewise.
959         (ps-mule-generate-glyphs): Likewise.
960         (ps-mule-string-encoding): Likewise.
961         (ps-mule-header-charsets): New variable.
962         (ps-mule-encode-header-string): New function.
963         (ps-mule-header-string-charsets): New function.
964         (ps-mule-begin-job): Check charsets in the header strings.  If there
965         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
967         * ps-print.el (ps-generate-header-line): Encode the header string by
968         ps-mule-encode-header-string.
969         (ps-mule-encode-header-string): Declare autoload.
971 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
973         * frame.el (cursor-in-non-selected-windows):
974         Replaces show-cursor-in-non-selected-windows.
976 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
978         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
979         Delete entries for "chinese-py" and "chinese-ziranma".
980         (quail-misc-package-ext-info): New variable.
981         (tsang-quick-converter): New function.
982         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
983         (quick-cns-converter, py-converter, ziranma-converter)
984         (miscdic-convert, batch-miscdic-convert): New functions.
986 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
988         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
989         eight-bit-control chars.
991         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
992         Reduce making temporary vector (suggested by Dave Love).
994 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
996         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
997         string as well.
999 2001-03-30  Andreas Schwab  <schwab@suse.de>
1001         * files.el (backup-directory-alist): Fix typo.
1003 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
1005         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
1006         <eggert@twinsun.com>.
1008 2001-03-30  Dave Love  <fx@gnu.org>
1010         * progmodes/fortran.el (fortran-comment-region): Fix typo.
1012 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
1014         * simple.el (transient-mark-mode): Mention C-g in the doc string.
1016 2001-03-30  Miles Bader  <miles@gnu.org>
1018         * subr.el (interactive-form): Fix paren typo.
1020 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
1022         * emacs-lisp/profile.el: Say that it's obsolete in the header
1023         line, so that finder.el puts that into its data-base.
1024         Suggested by Alex Schroeder <alex@gnu.org>.
1026 2001-03-29  Paul Eggert  <eggert@twinsun.com>
1028         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1029         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1031 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
1033         * generic.el (generic-mode-set-comments): Use "" rather than nil
1034         for comment-end.
1036 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
1038         * emacs-lisp/advice.el (ad-make-advised-definition):
1039         Call interactive-form to obtain the interactive spec of subrs.
1041         * subr.el (interactive-form): New function.
1043 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
1045         * vc-sccs.el (vc-sccs-register): Use relative file names.
1047 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
1049         * bookmark.el (bookmark-get-bookmark): Handle case that
1050         BOOKMARK is not a string.
1052         * image.el (image-type-regexps): Change type for PS files
1053         to `postscript'.
1055         * subr.el (read-passwd): Clear command history after each
1056         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
1058 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
1060         * international/kkc.el (kkc-save-init-file): Locally bind
1061         print-length to nil.
1063 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
1065         * textmodes/flyspell.el: Some doc fixes.
1066         (flyspell-maybe-correct-transposition)
1067         (flyspell-maybe-correct-doubling): Use a temporary buffer
1069         * textmodes/ispell.el (ispell-parse-output): Doc fix.
1071         * emacs-lisp/byte-opt.el (byte-optimize-while)
1072         (byte-optimize-form-code-walker): Diagnose too few arguments
1073         for `if' and `while'.
1075 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
1077         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1078         Prepend `\' to "\<quail-translation-docstring>".
1080 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
1082         * autorevert.el (global-auto-revert-non-file-buffers):
1083         Remove duplicate defcustom.
1085 2001-03-26  Miles Bader  <miles@gnu.org>
1087         * international/latin1-disp.el (latin1-char-displayable-p):
1088         Add leading "-" for X font pattern.
1090 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
1092         * international/mule-diag.el (describe-coding-system):
1093         For raw-text and emacs-mule, don't add anymore text about what
1094         charsets they can encode.
1096 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
1098         * help.el (view-lossage): Mention open-dribble-file in the doc
1099         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1101 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
1103         * skeleton.el (skeleton-internal-list): Fix bogus logic.
1104         (skeleton-pair-insert-maybe): Don't pair after a backslash.
1106 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
1108         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1109         Call ccl-execute-on-string directly so that CCL program handling
1110         multibyte sequence can work correctly.
1111         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1112         property of the coding system.
1114 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
1116         * textmodes/fill.el (fill-individual-paragraphs-prefix):
1117         Fix transcription typo.
1119 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
1121         * whitespace.el: Add buffer local variables to toggle testing of
1122         whitespaces in buffers without affecting the default values.
1123         Bump version to 3.0 to account for a few other changes.
1124         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1125         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1126         (whitespace-toggle-spacetab-check): New functions.
1128 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1130         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1132 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
1134         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1135         bs-cycle-configuration-name.  From Juanma Barranquero
1136         <lektu@uol.com.br>.
1138         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1139         and cc-vars.el.
1141         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1142         headers.  Always invoke sendmail with option -t.
1144 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1146         * Release of cc-mode 5.28.
1148 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1150         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1151         Removed the hardcoded switch to "java" style in Java mode.
1152         It's instead taken care of by the default value for c-default-style.
1154 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1156         * cc-align.el (c-lineup-math): Fix bug where lineup was
1157         triggered by equal signs in string literals.
1159 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1161         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1162         limit detection when at the ends of the buffer.
1164         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1165         "for" statement clause in case 7F; a better one is done
1166         earlier in case 7D anyway.
1168 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1170         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1171         somewhat more and did a small optimization.
1173 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1175         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1176         Use the limit argument only to limit the syntactic context
1177         search, not to limit the actual movement.
1179         * cc-cmds.el (c-beginning-of-statement): Move by sentence
1180         inside multiline strings, just like in comments.  Also various
1181         fixes to the paragraph and comment prefix recognition, block
1182         comment ender handling etc.
1184 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1186         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1187         the relative position of the point.
1189         * cc-cmds.el (c-electric-continued-statement): New function to
1190         use as abbrev hook to reindent for keywords such as "else"
1191         that continues an earlier statement.
1193         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1194         like classes.
1196         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1197         (pike-mode): Populate the default abbrev tables to reindent for
1198         keywords such as "else" that can continue earlier statements.
1199         Abbrev mode is therefore turned on by default now.  (Note that
1200         this doesn't apply to idl-mode, since IDL afaik doesn't have
1201         statements at all.)
1203 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1205         * cc-engine.el (c-inside-bracelist-p): Fix for handling
1206         bracelists where the declaration contains template arguments.
1208 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1210         * cc-cmds.el (c-comment-indent):
1211         Use `c-get-syntactic-indentation' to correctly calculate the
1212         syntactic indentation.  Fixes bug with lineup functions that
1213         return vectors.
1215         * cc-engine.el (c-get-syntactic-indentation): Split the
1216         indentation sum calculation from `c-indent-line' to a separate
1217         function.
1219 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1221         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1222         Fixed places where it was assumed that preprocessor directives
1223         have to start in column zero.
1225         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1226         template arguments after a class identifier properly.
1228         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1229         lists for `new Foo[]' constructs in Java as expressions and
1230         not top level definition brace lists on the top level, so that
1231         they'll get indented consistently with the same type of
1232         expression in a normal block.
1234 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1236         * cc-cmds.el (c-fill-paragraph): The kludge that checks
1237         whether the adaptive filling package fails to keep the comment
1238         prefix is now kludged further to check for filladapt-mode
1239         which doesn't have that problem. This is really icky, but it's
1240         the only way that works with the current misfeatures/bugs in
1241         both adaptive-fill-mode and filladapt-mode.
1243         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1244         around point is recognized more robust.
1246 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1248         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1249         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1250         (c-lit-type): Fixed all internal variables used dynamically so
1251         that they are always bound.
1253         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1254         errors:
1256         (c-indent-region): Fixed reporting of syntactic errors so that
1257         the region is fully reindented even when an error occurs.
1258         The last syntactic error is printed afterwards.  Also cleanup up a
1259         whole lot of code that tried to optimize indentation of whole
1260         sexps but in reality accomplishes nothing.
1262         (c-indent-sexp): Use c-indent-region.
1264         (c-parsing-error): Changed this variable to hold the message
1265         for any syntactic error that is discovered.
1267         (c-parse-state): Search backward from point instead of the bod
1268         position when the latter is invalid.  This makes CC Mode
1269         recover faster when there are unbalanced close braces.
1271         (c-backward-to-start-of-if): Use c-parsing-error to report
1272         dangling "else" clauses instead of throwing an error, and fall
1273         back to a reasonable position.
1275         (c-indent-line): Added argument to avoid reporting syntactic errors.
1277         (c-show-syntactic-information): Don't report any syntactic errors.
1279 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1281         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1282         paragraph recognition when moving by sentence in literals.
1284         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1285         start regexp for javadoc to recognize javadoc markup in general instead
1286         of a specific set of keywords, to be more future-safe.
1288         (c-Pike-pikedoc-paragraph-start)
1289         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1290         pikedoc markup.
1292         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
1294         (pike-mode): Initialize paragraph settings pikedoc recognition.
1296         * cc-vars.el (c-default-style): Made a nicer Customize widget.
1298         (c-comment-prefix-regexp): Made it possible to use an
1299         association list on this to specify mode specific regexps.
1300         The default value now use a special regexp in Pike mode to
1301         recognize pikedoc markup.
1303         (c-current-comment-prefix): New variable containing the actual
1304         regexp from c-comment-prefix-regexp for the current buffer.
1306 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1308         * cc-cmds.el (c-electric-brace): Fixed check for special brace
1309         lists: We can't look at the syntax, since a brace list can get
1310         recognized as a plain statement-cont.
1312         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1313         special brace list opener broken over two lines got recognized
1314         as a statement on the second line.  Case 9A changed.
1316 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1318         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1319         adjustment after line is reindented.
1321 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1323         * cc-defs.el (c-point): Added optional argument for position
1324         to use instead of the current point.
1326         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1327         the in-expression block symbols when the construct starts at
1328         boi, to avoid the extra level of indentation in that case.
1329         Cases 4, 16A and 17E affected.
1331 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1333         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
1334         calls to `c-indent-line', to adhere better to Emacs conventions.
1336         * cc-engine.el (c-indent-line): Use the syntax already bound
1337         to `c-syntactic-context', if there is any.
1339 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1341         * cc-engine.el (c-get-offset): Fixed bug where the indentation
1342         wasn't added up correctly when a lineup function returned nil.
1344 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1346         * cc-engine.el (c-collect-line-comments): Fixed bug where
1347         empty lines were ignored when collecting line comments backwards.
1349 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1351         * cc-align.el (c-lineup-dont-change): Return an absolute
1352         indentation column to work correctly in the case when several
1353         syntactic elements are processed for the same line.
1355         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1356         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1357         (c-set-offset): Added absolute indentation column settings by
1358         using the vector type.
1360 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1362         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1363         Implemented two new cleanups `space-before-funcall' and
1364         `compact-empty-funcall'.
1366 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1368         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1369         helping building regexps.
1371         * cc-engine.el (c-on-identifier): New function for detecting
1372         identifiers.  It takes keywords into account.
1374         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1375         lists.  `c-keywords' is set to a regexp matching all keywords
1376         in the current language.
1378 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1380         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1381         list of characters to skip backwards over at the beginning of
1382         a statement, since it can precede string literals in Pike.
1384 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1386         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1387         recognition when standing on the last line in a C++ comment
1388         with nothing but whitespace after the prefix.
1390         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1391         given no limit argument.
1393 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1395         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1396         recognition for the `[]= operator symbol in Pike.
1398 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1400         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1401         around a bug in `eval-when-compile' in the byte compiler.
1403         * cc-engine.el (c-forward-token-1): Fixed bug with return
1404         value when count is zero and there's no token start within the limit.
1406         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1407         "prefix comments", i.e. comments which are followed by code on
1408         the same line.
1410         * cc-mode-19.el: Fixes so that checks that must be done at
1411         compile time also are done then.
1413 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1415         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1416         time and at runtime, and only when it's needed.
1418 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1420         Major cleanup for less error prone and more warning free
1421         compilation, including some fixes for bugs due to different
1422         compilation orders. Thanks to Martin Buchholz for providing
1423         the basis for all this.
1425         * cc-bytecomp.el: New file that provides some byte compilation
1426         features: It ensures that files always are loaded from the
1427         current source directory during compilation, and it provides a
1428         set of macros to turn off specific compiler warnings for
1429         specific symbols.  (It's not CC Mode specific in any way.)
1431         Fixed a nearly acyclic dependency tree (both runtime and
1432         compile-time) between all files.
1434         * cc-defs.el: Separated all macros before the inline functions,
1435         to ensure correct compilation.
1437         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1438         cc-defs.el to cc-engine.el and made it a function instead.
1440         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1441         about char-after.
1443         * cc-vars.el: Cope even when there isn't a custom package
1444         containing defcustom available.
1446         * cc-make.el: Removed since it's no longer necessary.
1448         README: Updated installation instructions.
1450 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1452         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1453         improve the modularity: Moved all mode init stuff from
1454         cc-langs.el to cc-mode.el, including the keymap
1455         initialization; cc-langs now only contains the various
1456         variables for configuring the language syntax.
1458         * cc-engine.el, cc-styles.el (c-evaluate-offset)
1459         (c-get-offset): Moved from cc-styles to cc-engine since file
1460         dependency analysis suggests they belong there (which also
1461         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
1463 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1465         * cc-cmds.el (c-fn-region-is-active-p): New function that
1466         wraps the corresponding macro, for use in places that aren't
1467         compiled.  Thanks to Martin Buchholz for pointing out this.
1469         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
1471         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1472         add things to the bug report.
1474 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1476         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1477         returned prefix could contain a newline when the search for a
1478         good prefix line failed.
1480 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1482         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1483         (c-toggle-auto-hungry-state): Made the argument optional, as
1484         the documentation says it is.
1486 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
1488         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1489         multiline string syntax, #"...", as a cpp macro.
1491 2001-03-21  Paul Eggert  <eggert@twinsun.com>
1493         * international/mule-cmds.el (set-locale-environment):
1494         Set system-messages-locale and system-time-locale, but only if the
1495         caller specifies a non-nil locale name.
1497 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
1499         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
1500         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
1502 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
1504         * follow.el (follow-avoid-tail-recenter): Doc fix.
1506         * custom.el (custom-set-variables): Avoid reversing the list
1507         of args needlessly.
1509         * startup.el (fancy-splash-head): Don't change the colors of the
1510         XPM image on a dark background.
1512         * comint.el (comint-exec-1): Set columns of the terminal to
1513         window-width instead of frame-width.
1515         * info.el (Info-scroll-down): Add missing WINDOW arg for
1516         pos-visible-in-window-p.
1518         * ehelp.el (electric-help-mode-hook): Add defcustom.
1520         * mail/sendmail.el (mail-mode): Activate case-folding in
1521         font-lock-defaults.
1523 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
1525         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1526         (completion-ignored-extensions): Remove duplicate ".class".
1528 2001-03-19  Andreas Schwab  <schwab@suse.de>
1530         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1531         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1533 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
1535         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1536         methods since there are not prefix input methods.
1538 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
1540         * international/mule-cmds.el (read-input-method-name):
1541         Locally bind enable-recursive-minibuffers to t.
1543 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
1545         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1547 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
1549         * ediff-util.el: Copyright years.
1550         (ediff-choose-syntax-table): New function.
1551         (ediff-setup): Use ediff-choose-syntax-table.
1553         * ediff-init.el (ediff-with-syntax-table): New macro, uses
1554         with-syntax-table.
1556         * ediff.el: Date of last update, copyright years.
1558         * ediff-wind (ediff-setup-control-frame): Nill->nil.
1560         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1561         of Scott Bronson.
1562         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1563         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1564         Deleted functions.
1565         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1566         ex-token-list.
1568         * viper-util.el: Spaces, indentation.
1570         * viper.el: Changed version, modification time.
1572 2001-03-16  John Wiegley  <johnw@gnu.org>
1574         * calendar/timeclock.el (timeclock-workday-remaining):
1575         Check whether `discrep' is non-null before using it.
1577 2001-03-16  John Wiegley  <johnw@gnu.org>
1579         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1580         first-time checkins.
1581         (timeclock-log-data): Fixed problem with reading timelog log file.
1582         Resulting data in the "day list" was incorrect.
1583         (timeclock-find-discrep): Check if `timeclock-file' is readable
1584         before opening it.
1585         (timeclock-time-less-p): New function.
1586         (timeclock-day-base): New function.
1587         (timeclock-geometric-mean): New function.
1588         (timeclock-generate-report): Generate a summary report based on
1589         the contents of the log file.  This uses `timeclock-log-data', and
1590         is an example of writing a timelog manipulation function.
1591         (timeclock-visit-timelog): A quick command for opening the timelog
1592         file.
1593         (timeclock-log-data): Bound the variable event.
1595 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
1597         * international/mule-cmds.el (select-safe-coding-system):
1598         Fix typo: symbol-name -> symbol-value.
1600         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1601         before substitute-in-file-name to handle double slashes in FILE
1602         correctly.
1604 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
1606         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1607         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1609 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
1611         * bindings.el (features): Add `md5' and `overlay' to the list.
1613         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1614         bound before using it.  It's not bound when configured without X,
1615         for instance.
1617 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
1619         * progmodes/hideshow.el: Update copyright.
1620         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
1621         (hs-minor-mode-hook): Include `:version' in defcustom form.
1623 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
1625         * help.el (string-key-binding): Don't call event-start on
1626         a non-list.
1628 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
1630         * startup.el (fancy-splash-tail, command-line-1): Fix the
1631         copyright year.
1633 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
1635         * term.el: These changes are based on a patch sent from Yong Lu
1636         <lyongu@yahoo.com>.
1637         (term-set-escape-char): Bind M-x to execute-extended-command in
1638         term-raw-escape-map.
1639         (term-move-columns): Don't try to move to negagive column.
1640         (term-emulate-terminal): Insert a string before deleting a text to
1641         overwrite.
1643 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
1645         * play/life.el (life): Rearrange code so that all calls to
1646         life-display-generation are in a catch-form.
1648         * progmodes/etags.el (tags-loop-continue): Don't change point in a
1649         file that isn't interesting.  In an interesting file, push the old
1650         value of point on the mark ring.
1652         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1653         New function.
1654         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1655         Use it.
1657         * emacs-lisp/autoload.el (generate-file-autoloads):
1658         Remove warning about line lengths.
1660 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
1662         * progmodes/etags.el (tags-compression-info-list): New variable.
1663         (find-tag-in-order): Use it to deal with compressed source files.
1664         (tag-file-name-match-p): New function.
1665         (etags-recognize-tags-table): Use it for better match of file names.
1667 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
1669         * international/mule-cmds.el (register-input-method): Doc fix.
1671         * international/quail.el (quail-translate-key): Fix condition to
1672         check if there's another breaking point in the current key.
1674 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
1676         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1677         Babyl header to the newly-created output file, bind
1678         coding-system-for-write to either rmail-file-coding-system or
1679         emacs-mule-unix.
1681 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
1683         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1684         Fix the name and regexp used for subsubsections.
1686 2001-03-10  Dave Love  <fx@gnu.org>
1688         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1689         and save-buffer if buffer-file-name non-nil.  From rms.
1691 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
1693         * vc.el (vc-do-command): If the destination buffer is already
1694         current, don't set it up and don't erase it.  Updated doc string
1695         to reflect that.
1696         (vc-version-diff): When doing a single file diff, don't switch to the
1697         *vc-diff* buffer before the command.  This is to preserve local
1698         variable bindings that might affect the diff command.
1699         (vc-print-log): Don't switch to the *vc* buffer before the
1700         command, so that local variable bindings are preserved.
1702         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
1703         not the current buffer.
1704         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1706         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
1707         make output go to buffer *vc*, not the current buffer.
1709 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
1711         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1712         so ^, $, *, ? and + are interpreted correctly.
1714 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
1716         * help.el (string-key-binding): Renamed from
1717         mode-line-key-binding.  Handle any event on a string.
1718         Check for `keymap' properties as well as `local-map' properties.
1720         * comint.el (comint-insert-clicked-input): Use the last key
1721         from this-command-keys to lookup the global key definition.
1723 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
1725         * international/characters.el: Add category `j' for
1726         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
1728         * international/mule-conf.el (no-conversion): Fix docstring.
1729         (raw-text): Fix docstring.
1731 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
1733         * simple.el (choose-completion-string): When not leaving the
1734         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1735         is set.
1737         * window.el (shrink-window-if-larger-than-buffer): Handle frame
1738         parameter `(minibuffer . t)'.
1740 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
1742         * progmodes/sh-script.el (sh-st-symbol): New symbol.
1743         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1744         (sh-mode): Remove `make-local-variable' for unused var
1745         `font-lock-unfontify-region-function'.
1747 2001-03-07  Richard M. Stallman  <rms@gnu.org>
1749         * info.el (Info-scroll-down): Fix previous change.
1751         * mail/rmail.el (rmail-toggle-header): Use a window which
1752         is showing the Rmail buffer, rather than the selected window.
1754 2001-03-07  Dave Love  <fx@gnu.org>
1756         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1757         now, to avoid problems with binding imenu directly to a mouse event.
1759 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
1761         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1762         second arg t.
1764 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
1766         * log-edit.el (log-edit-common-indent): New var.
1767         (log-edit-set-common-indentation): Renamed from
1768         log-edit-delete-common-indentation.  Use the new var.
1769         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1771         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1772         (cvs-mode-add-change-log-entry-other-window):
1773         Don't presume change-log-default-name is defined.
1775         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1777         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1778         the "tree" operation as well.
1780         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1782         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1783         to match paragraph-start.
1785         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1786         comment-start-skip and set comment-end-skip as well.
1787         (sgml-comment-indent): Fix for new value of comment-start-skip.
1788         (html-autoview-mode): Don't bother using make-local-hook.
1790 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
1792         * cus-edit.el (custom-save-delete): Move in front of local
1793         variables, otherwise long Custom entries would make them ineffective.
1795         * uniquify.el: Set maintainer to FSF.
1797 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
1799         * dired-aux.el (dired-do-shell-command): Doc fix.
1801 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
1803         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1805         * which-func.el (which-func-modes): Add cperl-mode.
1806         (which-func-mode-global): Use define-minor-mode.
1808         * info-look.el: Docstring fixes and dead code eliminated.
1809         (cperl-mode): Add support.
1810         (emacs-lisp-mode): List all entries from elisp manual, whether
1811         or not they are currently (f)bound or not.  Update regexp.
1813         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1815         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1816         so that C-h m shows the correct information.
1817         Use make-local-variable rather than make-variable-buffer-local.
1818         (cperl-info-buffer, cperl-setup-tmp-buf):
1819         Use make-local-variable rather than make-variable-buffer-local.
1820         (cperl-msb-fix, cperl-get-help-defer):
1821         Check major-mode for `cperl-mode' as well.
1823         * progmodes/cperl-mode.el: Updated to author version 4.23.
1824         (cperl-electric-pod): SYNOPSIS was misspelled.
1825         (cperl-find-pods-heres): @if ? a : b was considered a REx.
1826         (cperl-after-expr-p): Make true after __END__.
1828 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
1830         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
1831         bookmark-completion-ignore-case is t.
1833         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1834         switch, like xterm, and concat resource strings, with a newline
1835         between them.
1837 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
1839         * international/codepage.el (cp770-decode-table)
1840         (cp773-decode-table, cp774-decode-table): New variables.
1842         * man.el (Man-hyphenated-reference-regexp): New variable.
1843         (Man-build-references-alist): Use it to search for referenced
1844         manpages.  If hyphenated is non-nil, record a concatenated word in
1845         Man-refpages-alist only if it matches Man-reference-regexp.
1846         Update word's length when it is concatenated.  Reverse the list,
1847         to get the first manpage at the head.
1848         (Man-possibly-hyphenated-word): New function.
1849         (Man-follow-manual-reference): Use it instead of current-word to
1850         find a manpage at point, in a way that accounts for hyphenated
1851         references.
1853 2001-03-06  Alex Schroeder  <alex@gnu.org>
1855         * sql.el (sql-interbase): New function.
1856         (sql-interbase-program): New option.
1857         (sql-interbase-options): New option.
1858         And some typos fixed: "customise" to "customize".
1860 2001-03-06  Dave Love  <fx@gnu.org>
1862         * textmodes/flyspell.el (flyspell-region):
1863         Set up flyspell-local-mouse-map.
1865 2001-03-05  Richard M. Stallman  <rms@gnu.org>
1867         * mail/rmail.el (rmail-retry-failure):
1868         Don't call rmail-beginning-of-message.
1869         Don't discard From: field.  Do discard Received: field.
1870         Use unwind-protect to re-prune.
1871         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
1873 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
1875         * international/quail.el (quail-title): Add autoload cookie.
1877 2001-03-05  Dave Love  <fx@gnu.org>
1879         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1880         new defs.
1882 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
1884         * language/ethio-util.el (ethio-toggle-space):
1885         Update current-input-method-title if necessary.
1886         (ethio-toggle-punctuation): Likewise.
1888         * international/quail.el (quail-title): Fix for the case that a
1889         title of an input method is specified by a list of the same form
1890         as used in mode-line-format.
1892         * international/mule-cmds.el (activate-input-method):
1893         If current-input-method-title is set by activating INPUT-METHOD,
1894         respect that value.
1896 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
1898         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1900 2001-03-05  Alex Schroeder  <alex@gnu.org>
1902         * sql.el (sql-sybase): Fix typo (was: query user about server two
1903         times instead of server and database).
1905         * sql.el (sql-sybase): Doc change.
1906         (sql-mysql): Doc change.
1907         (sql-postgres): Doc change.
1909 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
1911         * international/mule-conf.el (emacs-mule, raw-text):
1912         Docstring modified.
1914 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
1916         * term/internal.el: Update copyright notice.
1918         * term/pc-win.el: Update copyright notice.
1920 2001-03-02  Dave Love  <fx@gnu.org>
1922         * files.el (insert-file-contents-literally):
1923         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1924         not jka-compr-compression-info-list.
1926 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
1928         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1929         spaces in default comment-start-skip settings rather than \s-.
1931 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
1933         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1934         default-frame-alist as well.
1936 2001-03-01  Dave Love  <fx@gnu.org>
1938         * textmodes/reftex.el (defvar): Wrap some defvars in
1939         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
1941         * subr.el (event-basic-type): Doc fix.
1943         * international/quail.el: Doc fixes.
1945         * international/utf-8.el: Doc fixes.
1947         * international/mule-cmds.el: Doc fixes.
1948         (leim-list-header): Fix header text.
1950         * international/mule.el (coding-system-category): Doc fix.
1952         * international/ccl.el (ccl-compile): Doc fix.
1954 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
1956         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1957         rather than (before|after)-change-functions.
1959 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
1961         * ediff-util.el (ediff-scroll-horizontally): Arrange for
1962         scroll-left and scroll-right being called interactively so that
1963         they set the window's min_hscroll.
1965 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
1967         * info.el (info-insert-file-contents-1): Accept an additional
1968         argument `lfn': if it is non-nil, concatenate `filename' and
1969         `suffix'; otherwise use the complicated MS-DOS code.
1970         All callers changed.
1971         (info-insert-file-contents, Info-find-node): If the MS-DOS port
1972         can access long file names, try the long file-name version of
1973         `info-insert-file-contents-1', then the short file-name version.
1975 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
1977         * language/ethio-util.el (setup-ethiopic-environment-internal):
1978         Change bindings of functions keys to conform to "Emacs Lisp Coding
1979         Convention".
1981         * language/ethiopic.el ("Ethiopic"): Add documentation.
1983 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
1985         * international/utf-8.el (mule-utf-8): Set coding-category
1986         property to coding-category-utf-8.
1988 2001-02-27  Richard M. Stallman  <rms@gnu.org>
1990         * lpr.el (lpr-page-header-switches, print-region-1):
1991         Undo 2000-07-06 change.
1992         (lpr-add-switches): Default to t on gnu/linux.
1994 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
1996         * bs.el (bs-attributes-list): Doc fix.
1998 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
2000         * help.el (describe-project): Display the file THE-GNU-PROJECT.
2002         * help.el (view-order-manuals): Use goto-address.
2004         * startup.el (command-line-1): Add info about ordering manuals
2005         to the not so fancy splash screens.
2007 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
2009         * vc.el (vc-default-workfile-unchanged-p)
2010         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
2012 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
2014         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
2015         fontify in the right buffer.
2017         * allout.el (outline-flag-region): Move macro in front of first
2018         use to avoid a run-time error.
2020 2001-02-24  Andrew Innes  <andrewi@gnu.org>
2022         * makefile.w32-in: Fix copyright notice.
2024 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
2026         * international/utf-8.el (mule-utf-8): Set correct value for
2027         valid-codes property.
2029         * international/fontset.el (x-complement-fontset-spec): In the
2030         case that we use ASCII font for the other charsets, use only
2031         family and registry part of it.
2033 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
2035         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2036         (shrink-window-if-larger-than-buffer): Doc fix.
2038 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
2040         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2041         predicate passed to completing-read.
2043 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
2045         * startup.el (command-line): Fix last change.
2047 2001-02-23  Jason Rumney  <jasonr@gnu.org>
2049         * startup.el (tool-bar-originally-present): New variable.
2050         (command-line): Set it if the tool-bar is switched on at startup.
2052         * frame.el (frame-notice-user-settings): Only adjust frame height
2053         for no tool-bar case if tool-bar was originally switched on.
2054         From E. Jay Berkenbilt.
2056 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
2058         * server.el (server-switch-buffer): Only switch window if the
2059         current one is dedicated.
2061         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2062         rather than using (match-beginning 0) when searching for break point.
2064 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
2066         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2067         @ follows an accent command such as @'.  Support optional braces
2068         in commands that insert accents, like makeinfo does.
2070 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
2072         * startup.el (fancy-splash-text): Add a line for ordering
2073         manuals.  Reverse order of splash screens shown.
2074         (use-fancy-splash-screens-p): Adapt to the text line added.
2076         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2077         manuals from the FSF.
2079         * help.el (view-order-manuals): New function.
2080         (toplevel): Bind C-h C-m to this function.
2082 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
2084         * newcomment.el (comment-forward): Skip the comment-start before
2085         searching for the comment-end.
2087 2001-02-21  Dave Love  <fx@gnu.org>
2089         * custom.el (custom-initialize-changed, defcustom): Doc fix.
2091         * international/mule-cmds.el, international/mule.el: Doc fixes.
2093         * play/fortune.el: Fix autoload cookies.  Add types to defcustoms.
2094         (fortune) <defgroup>: Add :link.
2095         (fortune-from-region): Use eq, not eql.
2097 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
2099         * startup.el (fancy-splash-screens): Use display-hourglass
2100         instead of display-busy-cursor.
2102         * frame.el (display-hourglass): Renamed from busy-cursor.
2103         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2104         (show-cursor-in-non-selected-windows): Doc fix.
2106 2001-02-20  Dave Love  <fx@gnu.org>
2108         * international/utf-8.el: Doc and commentary fixes.
2110 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
2112         * ehelp.el (with-electric-help): Doc fix.
2114 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
2116         * msb.el (msb-mode): Call the update-buffers function explicitly
2117         with a FORCE argument.
2119         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2120         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
2121         returns nil.
2123 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2125         * ps-print.el: Timestamp package replacement.  Some enhancements.
2126         Some XEmacs compatibility.  Doc fix.
2127         (ps-print-version): New version number (6.4).
2128         (ps-printer-name): Initialization fix.
2129         (ps-zebra-stripe-follow): Funcionality enhancement.
2130         (ps-prologue-file): Code enhancement.
2131         (ps-right-header): Timestamp package replacement.
2132         (ps-setup, ps-face-bold-p, ps-face-italic-p)
2133         (ps-get-page-dimensions)
2134         (ps-generate-header, ps-begin-file, ps-begin-job)
2135         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2136         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2137         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2138         (coding-system-for-write): Var declaration (XEmacs compatibility).
2140 2001-02-20  Miles Bader  <miles@gnu.org>
2142         * image-file.el (image-file-name-extensions): Add "tif".
2144 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
2146         * wid-edit.el (widget-button-click): Save the selected window
2147         around the code handling clicks on buttons.
2149 2001-02-18  Dave Love  <fx@gnu.org>
2151         * imenu.el (imenu--generic-function): Use mapc to iterate over
2152         syntax characters.
2154 2001-02-17  Richard M. Stallman  <rms@gnu.org>
2156         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2158         * uniquify.el (uniquify-buffer-name-style): Doc fix.
2160 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
2162         * mouse.el (mouse-save-then-kill): If the distance from the new
2163         point to the mark is equal to the distance of point from the new
2164         point, move point instead of the mark.
2166 2001-02-16  Dave Love  <fx@gnu.org>
2168         * textmodes/flyspell.el (flyspell-get-word): Return string without
2169         properties.
2171 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
2173         * generic.el (generic-find-file-regexp): Doc fix.
2174         (generic-ignore-files-regexp): New defcustom.
2175         (generic-mode-find-file-hook): If the file's name matches the
2176         regexp in `generic-ignore-files-regexp', don't enter
2177         default-generic-mode.  Doc fix.
2179 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
2181         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
2182         Add autoload cookies.
2184         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
2185         of cal-tex-24.
2187 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
2189         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2191         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2192         the character class after the (optional) drive, to support file
2193         names with embedded blanks.
2195 2001-02-15  Sam Steingold  <sds@gnu.org>
2197         * textmodes/tex-mode.el (tex-shell-running):
2198         Check the process buffer too.
2200 2001-02-15  Dave Love  <fx@gnu.org>
2202         * battery.el (battery-status-function): Fix doc, :type.
2204         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
2206 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
2208         * subr.el (read-passwd): Clear Lisp memory holding password.
2210 2001-02-15  Miles Bader  <miles@gnu.org>
2212         * info.el (Info-copy-current-node-name): New function.
2213         (Info-mode-menu): Add it to the menu.
2215 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
2217         * international/mule-cmds.el (toggle-input-method): Doc fix.
2219 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
2221         * replace.el (occur): Stop at end of buffer.
2223 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
2225         * international/mule-cmds.el (set-input-method): Another doc fix.
2227 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
2229         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2231 2001-02-13  Miles Bader  <miles@gnu.org>
2233         * faces.el (set-face-background, set-face-foreground)
2234         (set-face-stipple): Treat a value of nil as being `unspecified'.
2236 2001-02-12  Dave Love  <d.love@dl.ac.uk>
2238         * international/latin1-disp.el:  Doc fixes.
2239         (latin1-display) <defgroup>: Add :link.
2240         (latin1-display) <function>: Set variable latin1-display.
2242 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
2244         * international/mule-cmds.el (set-input-method): Doc fix.
2246 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
2248         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2249         (speedbar-line-file): Return nil if not a file.
2250         (speedbar-buffers-line-path): Return file for tags, and dir for files.
2252 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
2254         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2255         for remote files.
2256         (ediff-coding-system-for-read): Replaced the no-conversion default
2257         with raw-text.
2259         * ediff-init.el: Removed :version from defcustom vars.
2261         * ediff-util.el (ediff-compute-custom-diffs-maybe):
2262         Better handling of the diff mode.
2264         * ediff.texi: Added ediff-coding-system-for-read.
2266         * viper.texi: Fix typos.
2268 2001-02-11  Dave Love  <fx@gnu.org>
2270         * shadowfile.el: Doc fixes.
2271         (shadow) <defgroup>: Add :link.
2272         (shadowfile-unload-hook): New function.
2273         (shadow-initialize): Use defalias, not fset.
2274         (shadow-define-cluster, shadow-define-literal-group)
2275         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
2277         * international/mule.el: Doc and message fixes.
2279         * international/ccl.el (define-ccl-program): Doc fix.
2281 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
2283         * faces.el (mode-line): Set :line-width property to -1.
2285 2001-02-10  Richard M. Stallman  <rms@gnu.org>
2287         * complete.el (partial-completion-mode): Doc fix.
2289         * simple.el (delete-key-deletes-forward-mode):
2290         Change `let' to `let*' to fix gross bug in last change.
2292         * repeat.el (repeat): Don't let execute-kbd-macro alter
2293         real-last-command.
2295 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
2297         * simple.el (eval-expression): Doc fix.
2299 2001-02-09  Dave Love  <fx@gnu.org>
2301         * imenu.el (imenu-generic-expression): Doc fix.
2303         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2304         From Juanma Barranquero.
2306         * emacs-lisp/authors.el (authors): Expand `root' before running find.
2308 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
2310         * faces.el (set-face-attribute): Describe the case of a negative
2311         value specified for :line-width.
2313 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
2315         * which-func.el (which-func-mode): Invert which-func-mode-global.
2316         From Juanma Barranquero <lektu@uol.com.br>.
2318 2001-02-08  Dave Love  <fx@gnu.org>
2320         * wid-edit.el (widget-plist-convert-widget): Replace binding of
2321         widget-plist-value-type.
2322         (widget-alist-convert-widget): Replace binding of
2323         widget-alist-value-type.
2325         * textmodes/paragraphs.el (sentence-end): Doc fix.
2327         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2328         Remove `backward-line'.
2330         * play/pong.el (pong-blank-color, pong-bat-color)
2331         (pong-ball-color, pong-border-color, pong-left-key)
2332         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2333         (pong-pause-key, pong-resume-key, pong-timer-delay):
2334         * mail/mh-comp.el (mh-compose-letter-function):
2335         * eshell/esh-mode.el (eshell-skip-prompt-function):
2336         * emulation/viper-ex.el (ex-unix-type-shell-options):
2337         * recentf.el (recentf-menu-filter):
2338         * ps-print.el (ps-print-region-function):
2339         * lpr.el (print-region-function):
2340         * forms.el (forms-mode-hooks):
2341         * dirtrack.el (dirtrack-directory-change-hook):
2342         * cus-start.el (temp-buffer-show-function, display-buffer-function):
2343         * textmodes/spell.el (spell-filter):
2344         * textmodes/fill.el (adaptive-fill-function):
2345         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2346         * progmodes/etags.el (find-tag-default-function):
2347         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
2348         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2350 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
2352         * emulation/viper-init.el (viper-fast-keyseq-timeout)
2353         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
2354         Meyering <jim@meyering.net>.
2356         * loadup.el: Revert last change.
2358 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
2360         * international/mule.el (transform-make-coding-system-args):
2361         Make it work also for coding systems not using CCL.
2363 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
2365         * simple.el (previous-matching-history-element)
2366         (next-matching-history-element): Doc fix.
2368         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2369         specific part.
2371 2001-02-06  Dave Love  <fx@gnu.org>
2373         * add-log.el (add-log-current-defun-function)
2374         (add-log-buffer-file-name-function, add-log-file-name-function):
2375         Fix :type.
2376         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2378 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
2380         * info.el (info-initialize): Remove the test for system-type when
2381         invocation-directory is non-nil.
2383         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2384         of `font-lock-defaults' to `backward-paragraph' rather than nil.
2386 2001-02-06  Andrew Innes  <andrewi@gnu.org>
2388         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2389         absolute.
2391 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
2393         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2394         buffers.  When hi-lock turned on rather than only checking current
2395         buffer for regexps, all buffers are checked. Moved activation of
2396         font-lock to hi-lock-refontify. When font-lock turned off rather
2397         than removing added highlighting just in current buffer, remove it
2398         in all buffers.  Changed edit menu text from "Automatic
2399         Highlighting" to "Regexp Highlighting" Documentation for
2400         highlighting phrases, minor documentation changes.
2401         (hi-lock-set-file-patterns): Execute only if there are new or
2402         existing file patterns.
2403         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2404         unfontify and, if a support mode is active, will not refontify the
2405         whole buffer.  If necessary, turn on font lock. (Removed
2406         font-lock-unfontify and font-lock support-mode-specific calls,
2407         such as lazy-lock-fontify-window.)
2408         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2409         patterns are found. Not useful now since find-file-hook is removed
2410         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
2411         (hi-lock-face-phrase-buffer): New function.  Also added related
2412         menu item and keybinding.
2413         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2414         (hi-lock-process-phrase): New function.
2415         (hi-lock-line-face-buffer): Doc fixes.
2416         (hi-lock-face-buffer): Doc fixes.
2417         (hi-lock-unface-buffer): Doc fixes.
2419 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
2421         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2422         dabbrev-ignored-regexps.
2424 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
2426         * simple.el (kill-line): Doc fix.
2428 2001-02-05  Dave Love  <fx@gnu.org>
2430         * loadup.el: Revert last two changes -- bootstrapping works with
2431         regenerated loaddefs.
2433 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
2435         * isearch.el (isearch-forward): Doc fix.
2437         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2438         of font-lock-defaults to backward-paragraph.
2440 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
2442         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2443         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2445 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2447         * ebnf2ps.el: Eliminate time-stamp functions.
2448         (ebnf-version): New version (3.5).
2449         (ebnf-eps-finish-and-write): Replace time-stamp functions by
2450         format-time-string.
2452 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
2454         * simple.el (next-line): Goto end-of-line before inserting a newline.
2456 2001-02-05  Miles Bader  <miles@gnu.org>
2458         * image-file.el (insert-image-file): When visiting an image, also
2459         set `truncate-lines' to t so that any fringe arrow looks correct.
2461 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
2463         * isearch.el (isearch-forward): Add description about input method
2464         in the docsting.
2466 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
2468         * skeleton.el (skeleton-internal-1): Always push the mark for @.
2470 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
2472         * info.el (info-initialize): If installation-directory is nil, for
2473         DOS/Windows systems try looking in a sibling of invocation-directory.
2475 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
2477         * wid-edit.el (widget-button-click): Fix last change.
2479         * frame.el (frame-notice-user-settings): When resizing the initial
2480         frame because the tool bar is off, also change the frame's top
2481         position if a negative top position was specified.
2483 2001-02-02  Miles Bader  <miles@gnu.org>
2485         * image-file.el (insert-image-file): When visiting an image,
2486         suppress the cursor in the image buffer.
2488 2001-02-01  Dave Love  <fx@gnu.org>
2490         * progmodes/f90.el (f90-mode): Remove startup message.
2492         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
2494 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
2496         * startup.el (command-line): Fix code determining whether or not
2497         to use delete-key-deletes-forward-mode.
2499 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
2501         * vc.el (vc-diff-switches): New user option.
2502         (vc-version-diff): Use it.
2503         (vc-diff-switches-list): New macro.
2505         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2506         New customization options.
2507         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2509         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2511 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
2513         * msb.el (toplevel): Quote hook symbols.
2515 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
2517         * international/mule.el (make-coding-system): Add description
2518         about recognized properties in the docstring.
2520         * international/mule-conf.el: Remove unused charsets
2521         mac-roman-lower and mac-roman-upper.
2523 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
2525         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2526         is in front of the left-margin, if any.
2528         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2529         like `delete'.
2531         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
2533         * term/w32-win.el (mouse-set-font): Doc fix.
2535 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
2537         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2538         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2539         on already.
2541 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
2543         * files.el (save-buffer): Don't give message if (buffer-file-name)
2544         returns nil.
2546 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
2548         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2550         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2551         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
2553         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2554         display problems.
2556 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
2558         * international/mule.el (charset-info): Fix docstring.
2560         * international/mule-diag.el (describe-character-set): Check final
2561         char valid before printing it.
2563 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
2565         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2567         * frame.el (frame-notice-user-settings): Do the tool-bar
2568         stuff only for graphical displays.  Fix a braino.
2570         * frame.el (frame-initialize): Create initial frame visible.
2571         (frame-notice-user-settings): When tool-bar has been switched off,
2572         correct the frame size and sync tool-bar-mode.
2574         * startup.el (command-line): Remove manipulation of frame
2575         height for tool bars.
2577 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2579         * lpr.el: Compatibility with XEmacs and doc fixes.
2580         (lpr-windows-system, lpr-lp-system): New vars.
2581         (lpr-printer-switch): New defcustom.
2582         (printer-name, lpr-command): Customization fix.
2583         (print-region-1): Code fix.
2584         (print-region-new-buffer, printify-region): Indentation fix.
2585         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2586         New functions.
2588 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
2590         * msb.el (toplevel): Fix the eval-after-load.
2592 2001-01-29  Dave Love  <fx@gnu.org>
2594         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2596         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2598         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
2599         (tcl-using-emacs-19-23): Consider Emacs 21+.
2600         (tcl-help-directory-list, tcl-command-switches): Fix :type.
2601         (tcl-add-emacs-menu): Supply menu name.
2602         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2604 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
2606         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2608 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
2610         * pcvs.el (cvs-mark-fis-dead): New function.
2611         (cvs-mode-add): Use it.
2612         (cvs-mode-add-change-log-entry-other-window):
2613         Rebind change-log-default-name to itself rather than to nil.
2615 2001-01-29  Sam Steingold  <sds@gnu.org>
2617         * vc-cvs.el: Replaced (require 'vc) with a bunch of
2618         `autoload' statements.
2620 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
2622         * files.el (confirm-kill-emacs): Doc fix.
2624         * frame.el (frame-initialize): Doc fix.
2626         * time-stamp.el (time-stamp-string): Doc fix.
2628         * woman.el (WoMan-log-1): Make the log buffer writable.
2629         From Markus Rost <rost@math.ohio-state.edu>.
2631 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
2633         * imenu.el (imenu-syntax-alist): Add autoload cookie for
2634         the `make-variable-buffer-local'.
2636 2001-01-29  Dave Love  <fx@gnu.org>
2638         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
2639         (ansi-color-for-comint-mode-on, ansi-color-process-output):
2640         Add autoload cookie.
2641         (ansi-color-apply-sequence): Fix typo.
2643 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
2645         * menu-bar.el (menu-bar-files-menu): Add menu items for
2646         Postscript printing in black and white.
2648         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2649         X-Mailman-Version, Precedence, List-Help, List-Post,
2650         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2651         Content-Type, Content-Length.
2653 2001-01-29  Dave Love  <fx@gnu.org>
2655         * elide-head.el (elide-head): Make overlay evaporate.
2657         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
2659 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
2661         * isearch.el (isearch-highlight): Don't punt if the display
2662         doesn't support colors, since isearch faces are defined for
2663         monochrome displays as well.
2665 2001-01-27  Sam Steingold  <sds@gnu.org>
2667         * shell.el (shell-write-history-on-exit): Make sure that we are in
2668         the shell buffer (M-x tex-file RET inserted the error message into
2669         the TeX buffer).
2671 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
2673         * simple.el (transient-mark-mode): Doc fix.
2675 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
2677         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
2679 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
2681         * shell.el (shell-unquote-argument): If the shell is one of the
2682         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2683         quote character.
2684         (shell-dumb-shell-regexp): Document that the shells which match
2685         this regexp are supposed to not treat a backslash as a quote character.
2687         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
2688         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
2690 2001-01-27  Richard M. Stallman  <rms@gnu.org>
2692         * dabbrev.el (dabbrev--substitute-expansion):
2693         Treat a one-capital-letter abbrev as "not all upper case",
2694         so as to force preservation of the expansion's pattern
2695         if the expansion starts with a capital letter.
2697 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
2699         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2700         Doc fix.
2702         * simple.el (transient-mark-mode): Document the fact that many
2703         commands act on the region when mark is active.
2705 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
2707         * international/quail.el (quail-setup-completion-buf): Make the
2708         multibyteness of current buffer inherited to Quail completion buffer.
2709         (quail-show-guidance-buf): Make the multibyteness of current
2710         buffer inherited to Quail guidance buffer.
2711         (quail-help): Make the multibyteness of current buffer inherited
2712         to Quail help buffer.
2714 2001-01-26  Dave Love  <fx@gnu.org>
2716         * time-stamp.el: Doc fixes.
2718         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
2719         (delphi-keyword-face, delphi-other-face): Fix :type.
2721         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
2723         * mail/feedmail.el (feedmail): Add :link.
2724         (feedmail-send-it): Doc fix.
2726         * mail/sendmail.el: Doc fixes.
2727         (sendmail-send-it): Fix the non-ASCII regexp and use
2728         rfc2047-encode-string.
2730         * dired.el, dired-aux.el: Revert last change.
2732 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
2734         * makefile.w32-in (DONTCOMPILE): Add various term files.
2736 2001-01-26  Dave Love  <fx@gnu.org>
2738         * Makefile.in (DONTCOMPILE): Add various term files.
2740 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
2742         * man.el (Man-default-man-entry, Man-mode): Doc fix.
2744         * startup.el (display-startup-echo-area-message): Make sure
2745         the echo area is resized to fit the size of the startup message.
2747         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2748         part of which is a constant.
2750 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
2752         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
2754 2001-01-26  Richard M. Stallman  <rms@gnu.org>
2756         * simple.el (next-line): Don't let `newline' expand abbrevs.
2757         Simplify slightly.
2758         (open-line): Don't let `newline' expand abbrevs.
2760 2001-01-25  John Wiegley  <johnw@gnu.org>
2762         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2763         to `repeat' in the :type field.
2765         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2766         allow a choice of regexp or nil.
2767         (pcomplete-dir-ignore): Same.
2769         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2770         a command) to always fail.
2772 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
2774         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2775         discard the result.
2776         (iswitchb-to-end): Likewise.
2778 2001-01-25  Sam Steingold  <sds@gnu.org>
2780         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
2781         Require vc.
2783 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
2785         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2787         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2789 2001-01-25  Dave Love  <fx@gnu.org>
2791         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2792         (describe-coding-system): Tweak the English text.
2794         * loadup.el: Preload international/ccl for utf-8.
2796 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
2798         * mail/rmail.el (rmail-redecode-body): Doc fix.
2800 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
2802         * international/mule-cmds.el (reset-language-environment):
2803         Reset coding-category-utf-8 to mule-utf-8.
2805         * international/mule-conf.el (coding-category-utf-8):
2806         Initialize to mule-utf-8.
2808         * loadup.el: Preload international/utf-8.
2810         * international/utf-8.el: New file.
2812 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
2814         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2816 2001-01-24  Sam Steingold  <sds@gnu.org>
2818         * dired.el (dired-replace-in-string): Removed.
2819         (dired-sort-toggle): Use `replace-regexps-in-string'
2820         instead of `dired-replace-in-string'.
2822         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2823         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
2825         * gs.el (gs-replace-in-string): Removed.
2826         (gs-options): Use `replace-regexps-in-string'
2827         instead of `gs-replace-in-string'.
2829 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
2831         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2832         bug report is mailed to an email list and posted to a news group.
2834 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
2836         * comint.el (comint-replace-by-expanded-history-before-point):
2837         Fix change of 2000-08-03 to move point to the start of the line again.
2839         * startup.el (tool-bar-images-pixel-height): New variable.
2840         (command-line): After loading the user's init file, when
2841         tool-bar-mode is on, increase the frame's size by some lines for
2842         the tool-bar.
2844         * frame.el (frame-initialize): Create the initial frame invisible.
2846 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2848         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2849         (chinese-big5): MIME:Big5.
2851 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
2853         * international/mule-cmds.el (universal-coding-system-argument):
2854         Handle commands with prefix args.
2856 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2858         * calendar/diary-lib.el (diary-float): Fix case of MONTH
2859         being a list of numbers.
2860         (diary-mail-entries): Rewritten.
2862 2001-01-23  Dave Love  <fx@gnu.org>
2864         * international/mule.el (make-coding-system): Fix typo.
2866         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2867         Add backward-paragraph as font-lock-beginning-of-syntax-function.
2869 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
2871         * font-lock.el (font-lock-mode): Doc fix.
2873 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
2875         * international/mule.el (make-translation-table): Fix docstring.
2877 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
2879         * mail/rmail.el (rmail-redecode-body): New function.
2881         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2883 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
2885         * isearch.el (isearch-lazy-highlight-case-fold-search)
2886         (isearch-lazy-highlight-regexp): New variables.
2887         (isearch-lazy-highlight-cleanup): Update lazy highlight if
2888         case-fold search or regexp search has been toggled.
2890         * wid-edit.el (widget-button-click): Avoid a save-excursion
2891         around running a global binding.
2893         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2894         to 0.25.
2896 2001-01-20  Miles Bader  <miles@gnu.org>
2898         * cus-edit.el (custom-face-save): Do post-processing on the face's
2899         new value like `custom-face-set' does.
2901 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
2903         * mail/emacsbug.el (report-emacs-bug): Report the value of
2904         LC_CTYPE, not LC_TYPE.
2906         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2907         isearch-toggle-regexp and isearch-edit-string to doc string.
2909 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
2911         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2912         as font-lock-beginning-of-syntax-function in font-lock-defaults.
2914         * jit-lock.el (jit-lock-fontify-now): Don't bind
2915         font-lock-beginning-of-syntax-function to nil.
2917 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
2919         * mail/emacsbug.el (report-emacs-bug): Report values of
2920         locale-coding-system, default-enable-multibyte-characters, and the
2921         environment variables LC_ALL, LC_TYPE, and LANG.
2923 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
2925         * font-lock.el (font-lock-default-fontify-region): Fix last change.
2927         * font-lock.el (font-lock-multiline): Default to nil.
2928         (font-lock-default-fontify-region): If font-lock-multiline is
2929         nil, don't check the property `font-lock-multiline'.
2931         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2932         is nil, don't check the `font-lock-multiline' text property.
2934 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
2936         * viper.el: Call initial-major-mode on startup.
2938         * ediff.el (ediff-patch-file): Use better defaults.
2940         * ediff-vers.el: Fix for 8+3 DOS file systems.
2942 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
2944         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2945         diff mode, if available.
2947 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
2949         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
2951         * ediff-init.el (subst-char-in-string): Define and use it, unless
2952         it's already defined.
2954 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
2956         * tooltip.el (tooltip-hide-delay): New user-option.
2957         (tooltip-show): Use tooltip-hide-delay instead of the default.
2959 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
2961         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2962         kill-local-variable doesn't work for enable-multibyte-characters.
2964 2001-01-17  Dave Love  <fx@gnu.org>
2966         * ediff-init.el (ediff-before-setup-hook)
2967         (ediff-merge-filename-prefix): Add :version.
2969         * international/latin1-disp.el: Require disp-table.
2970         (latin1-display): Fix :set.
2972         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2974 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
2976         * isearch.el (isearch-lazy-highlight-initial-delay)
2977         (isearch-lazy-highlight-interval): Default to 0.
2979 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
2981         * isearch.el (isearch-highlight): Set isearch-overlay priority to
2982         1 here rather than each time through
2983         isearch-lazy-highlight-new-loop.
2984         (isearch-lazy-highlight-max): Variable deleted.
2985         (isearch-lazy-highlight-max-at-a-time): New user variable, like
2986         isearch-lazy-highlight-max but controls a single invocation of
2987         isearch-lazy-highlight-update.
2988         (isearch-lazy-highlight-wrapped): Variable recreated.
2989         (isearch-lazy-highlight-window-start): New variable.
2990         (isearch-lazy-highlight-cleanup): Restored to behavior of
2991         before 2-Jan.
2992         (isearch-lazy-highlight-remove-overlays): Function deleted;
2993         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
2994         behavior removed.
2995         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2996         isearch-lazy-highlight-update in a loop rather than just once.
2997         Test isearch-invalid-regexp here and decide not to start a new
2998         loop, rather than testing it each time through
2999         isearch-lazy-highlight-update.
3000         (isearch-lazy-highlight-search): Function restored.
3001         (isearch-lazy-highlight-update): Get called in a timer loop again,
3002         but this time highlight more than one match each time through.
3003         Only highlight matches in the visible part of the window.
3004         Start at point, move in the direction of the search, and wrap around at
3005         the edge of the window.  Use sit-for to force redisplay and ensure
3006         window-start is credible.  "Face suppressing" behavior removed;
3007         overlay priorities should make it unnecessary, right?
3008         (isearch-highlight): Face suppressing behavior removed.
3009         (isearch-dehighlight): Face suppressing behavior removed.
3010         (isearch-set-lazy-highlight-faces-at): Removed.
3012 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
3014         * language/european.el ("Latin-1"): Make the format of description
3015         about additional language environments same as that of Latin-2.
3017 2001-01-16  Dave Love  <fx@gnu.org>
3019         * isearch.el (isearch-lazy-highlight): Add :version.
3021         * simple.el (backward-delete-char-untabify-method)
3022         (next-line-add-newlines): Add :version.
3024 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
3026         * bindings.el: Bind <backspace> and <delete> via function-key-map.
3027         Don't bind <delete> otherwise.
3029         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3030         and <delete> via function-key-map.
3032         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3033         Subject line only if point is after the `Subject:'.
3035 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
3037         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3038         japanese-jisx0213-2 in `charset' property of this lang. env.
3040         * language/european.el ("Latin-1"): Add description for Dutch and
3041         Spanish lang. env.
3043         * international/mule.el (decode-char): Fix conditions.
3044         (encode-char): Handle eight-bit-control too.
3045         (transform-make-coding-system-args): New function.
3046         (make-coding-system): Accept XEmacs style arguments for CCL base
3047         coding system.
3049 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
3051         * progmodes/etags.el (find-tag-noselect): Save the value of
3052         tags-file-name before switching buffers, for the case it has a
3053         buffer-local value.
3055 2001-01-15  Alex Schroeder  <alex@gnu.org>
3057         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3058         From Dave Love <fx@gnu.org>.
3059         (ansi-color-for-comint-mode): Fix :version.
3061 2001-01-15  Alex Schroeder  <alex@gnu.org>
3063         * ansi-color.el (ansi-color-unfontify-region): Doc change.
3065 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
3067         * dired.el (dired-insert-directory): If file-system-info fails,
3068         remove the " free " part, but don't signal an error.
3070 2001-01-12  Sam Steingold  <sds@gnu.org>
3072         * bookmark.el (bookmark-maybe-historicize-string):
3073         Use new backquote syntax.
3075 2001-01-12  Richard M. Stallman  <rms@gnu.org>
3077         * subr.el (last): Handle a list that doesn't end in nil.
3079 2001-01-12  Sam Steingold  <sds@gnu.org>
3081         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3082         to `backward-delete-char-untabify'.
3084 2001-01-12  Dave Love  <fx@gnu.org>
3086         * cus-edit.el (customize-menu-create): Fix the :filter following
3087         easymenu change.
3089         * wid-edit.el (function): Add :match-alternatives.
3090         (widget-color-action): Doc fix.
3092 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
3094         * calendar/calendar.el (calendar-basic-setup): Doc fix.
3096 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
3098         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
3100         * international/ccl.el (define-ccl-program): Fix docstring.
3102 2001-01-11  Dave Love  <fx@gnu.org>
3104         * international/mule-cmds.el (standard-display-european-internal):
3105         Set display table for 2208 as for 160.
3107         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3109         * progmodes/fortran.el (fortran-mode-map): Modify Customization
3110         entry for custom-menu-create change.
3111         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
3112         don't cons it in the search loop.
3114         * imenu.el (imenu--truncate-items): Revert last change.
3116 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
3118         * info.el (Info-setup-header-line): If the node header includes
3119         either Next: or Prev: links, don't show the File: and Node: parts
3120         in the header line.
3122 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
3124         * comint.el (comint-goto-process-mark): Don't print a message
3125         when running in batch mode.
3127         * isearch.el (isearch-search): In the condition-case handler for
3128         `error', set isearch-invalid-regexp to the whole error message.
3130         * subr.el (eval-after-load): Call load-symbol-file-load-history to
3131         ensure that eval-after-load works for files dumped with Emacs.
3133         * help.el (load-symbol-file-load-history): New function extracted
3134         from function symbol-file.
3135         (symbol-file): Use it.
3137         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
3139 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
3141         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3142         behave as if there were no prefix argument.
3143         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3144         argument were nil.
3146 2001-01-11  Richard M. Stallman  <rms@gnu.org>
3148         * isearch.el (isearch-lazy-highlight-update):
3149         Don't look for more potential matches once maximum is exceeded.
3150         Use overlays-in to check correctly for overlap with current match.
3151         Ignore empty matches.
3153 2001-01-11  Miles Bader  <miles@gnu.org>
3155         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3156         (ispell-overlay-window, ispell-help, ispell-show-choices)
3157         (ispell-command-loop): Use it instead of `window-height'.
3159 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
3161         * files.el (confirm-kill-emacs): New user-option.
3162         (save-buffers-kill-emacs): Ask for final confirmation before
3163         killing Emacs.
3165         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3166         to nil.
3168 2001-01-10  Dave Love  <fx@gnu.org>
3170         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3172         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
3174         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3176         * calculator.el (calculator-number-digits): Fix :type.
3178         * vc-cvs.el (vc-cvs-header): Fix :type.
3179         * vc-rcs.el (vc-rcs-header): Fix :type.
3180         * vc-sccs.el (vc-sccs-header): Fix :type.
3182         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3184         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3186         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3188 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
3190         * simple.el (set-variable): Force a thorough redisplay for the
3191         case that the variable has an effect on the display, like
3192         `tab-width' has.
3194 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
3196         * vc.el: Add documentation for backend interface.
3198 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
3200         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3202         * international/mule-conf.el (latin-extra-code-table): Set to t
3203         for \223 and \224.
3205 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
3207         * international/mule-cmds.el (locale-language-names): Map "es" to
3208         "Spanish" and "nl" to "Dutch".
3210 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
3212         * bindings.el (global-map): Bind <home> to beginning-of-line,
3213         <end> to end-of-line, C-<home> to beginning-of-buffer, and
3214         C-<end> to end-of-buffer.
3216         * language/european.el: Add Dutch and Spanish language info
3217         to be able to use the appropriate tutorials.
3219 2001-01-09  Alex Schroeder  <alex@gnu.org>
3221         * ansi-color.el (ansi-color-process-output): Use markers instead
3222         of positions for start and end of region.
3223         (ansi-color-apply-on-region): Rewrote code to make it more robust.
3224         Previously, occasional mistakes happend when fontifying many
3225         chunks of output (eg. ls --color=yes /dev).  This happened
3226         whenever an overlay was created up to the end of the region, which
3227         coincided with the process-mark.  New text would then be added
3228         within that overlay instead of after it.
3229         (ansi-color-make-extent): Overlays are created with the property
3230         `modification-hooks' set to '(ansi-color-freeze-overlay).
3231         (ansi-color-freeze-overlay): New function.  When inserting text at
3232         the end of the overlay, the overlay will resize.
3234 2000-01-09  Alex Schroeder  <alex@gnu.org>
3236         * ansi-color.el (ansi-color-process-output): Doc change.
3237         (ansi-color-unfontify-region): Doc change.  No longer installed
3238         automatically in font-lock-unfontify-region-function.
3239         (ansi-color-apply): Doc change.
3240         (ansi-color-apply-on-region): Use extents or overlays instead of
3241         text-properties.
3242         (ansi-color-make-extent): New function.
3243         (ansi-color-set-extent-face): New function.
3245 2000-01-09  Alex Schroeder  <alex@gnu.org>
3247         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3248         both use ansi-color-process-output, now.
3249         (ansi-color-process-output): Doesn't return string anymore.  It is
3250         installed in comint-output-filter-functions for both Emacs and
3251         XEmacs, now.
3252         (ansi-color-unfontify-region): Simplified code removing variables
3253         pos and start-ansi.
3254         (ansi-color-apply): Put text-property ansi-color before putting
3255         text-property face because ansi-color-unfontify-region is called
3256         immediately after the call to put-text-property.
3257         (ansi-color-context-region): Doc change.
3258         (ansi-color-filter-region): Simplified code.
3259         (ansi-color-apply-on-region): Changed start to start-marker, using
3260         a marker explicitly.  Put text-property ansi-color before putting
3261         text-property face because ansi-color-unfontify-region is called
3262         immediately after the call to put-text-property.
3264 2000-01-09  Alex Schroeder  <alex@gnu.org>
3266         * ansi-color.el (ansi-color-faces-vector): Doc change.
3267         (ansi-color-for-comint-mode): Changed :type property to choice.
3268         (ansi-color-last-context): Removed.
3269         (ansi-color-process-output): Don't use ansi-color-last-context, as
3270         the main functions will store their context now.
3271         (ansi-color-context): Doc change.
3272         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3273         Uses ansi-color-context such that repeated calls will strip
3274         partial escape sequences, too.
3275         (ansi-color-apply): Simplified code.  Colorize end of string if
3276         face is not null.  Store context in new (FACE STRING) format, such
3277         that repeated calls will strip partial escape sequences, too.
3278         Append faces to face property using ansi-color-apply-sequence such
3279         that cumulative mode actually works.
3280         (ansi-color-context-region): New variable.
3281         (ansi-color-filter-region): Rewrote it based on
3282         ansi-color-apply-on-region.  Uses ansi-color-context-region such
3283         that repeated calls will strip partial escape sequences, too.
3284         (ansi-color-apply-on-region): Simplified code.  Colorize end of
3285         region if face is not null.  Store context in new (FACE POS)
3286         format, such that repeated calls will strip partial escape
3287         sequences, too.  Append faces to face property using
3288         ansi-color-apply-sequence such that cumulative mode actually works.
3289         (ansi-color-apply-sequence): New function.
3290         (ansi-color-get-face): When the default face is added to the list
3291         of faces, all previous settings are discarded and the list of
3292         faces is set to '(default).
3294 2000-01-09  Alex Schroeder  <alex@gnu.org>
3296         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3297         face, such that ansi-color-apply and ansi-color-apply-on-region
3298         will do the right thing.
3299         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3300         returns nil, set the list of faces back to nil instead of
3301         appending the result of ansi-color-get-face to the front of the list.
3303 2000-01-09  Alex Schroeder  <alex@gnu.org>
3305         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3306         (ansi-color-process): Doc change.
3307         (ansi-color-last-context): New buffer-local variable.
3308         (ansi-color-process-output): New function.  It is automatically
3309         added to comint-output-filter-functions if this is XEmacs.
3310         (ansi-color-unfontify-region): New optional parameter for XEmacs
3311         compatibility.  Check wether font-lock-syntactic-keywords is
3312         boundp before removing the syntax table text property, as XEmacs
3313         doesn't have it.
3314         (ansi-color-filter-region): Doc change.
3315         (ansi-color-apply-on-region): Doc change.
3316         (ansi-color-make-face): New function.  Compatibility layer for
3317         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
3318         (ansi-color-make-color-map): Use ansi-color-make-face.
3319         (ansi-color-get-face): Avoid face text property '(nil) as results
3320         in an errow for XEmacs.
3322 2000-01-09  Alex Schroeder  <alex@gnu.org>
3324         * ansi-color.el (ansi-color-unfontify-region): New function.
3325         Uses text-property ansi-color in order to preserve fontification by
3326         ansi-color.  When the package is loaded, a lambda expression is
3327         put onto font-lock-mode-hook.  This lambda expression will check
3328         font-lock-unfontify-region-function and replace
3329         font-lock-default-unfontify-region with ansi-color-unfontify-region.
3330         (ansi-color-apply): Add text-property ansi-color in addition to
3331         text-property face.
3332         (ansi-color-apply-on-region): Add text-property ansi-color in
3333         addition to text-property face.
3334         (save-buffer-state): Copy of the macro that is also used by
3335         lazy-lock and font-lock.
3337         (ansi-color-for-comint-mode): New option.
3338         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3339         (ansi-color-for-comint-mode-off): Ditto.
3340         (ansi-color-for-comint-mode-filter): Ditto.
3341         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
3342         decide what to do.  This function is added to
3343         comint-preoutput-filter-functions when the package is loaded.
3345         (ansi-color-for-shell-mode-set): Removed.
3346         (ansi-color-for-shell-mode): Removed.
3348 2000-01-09  Alex Schroeder  <alex@gnu.org>
3350         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3351         the lambda expression from the ansi-color-for-shell-mode :set
3352         property.  Additionally, modify shell-mode-hook to enable or
3353         disable font-lock-mode for future shell buffers.
3354         (ansi-color-for-shell-mode): The :set property calls
3355         ansi-color-for-shell-mode-set instead of a lambda expression.
3357 2000-01-09  Alex Schroeder  <alex@gnu.org>
3359         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3360         (ansi-color-context): New variable.
3361         (ansi-color-apply): Save context between calls.
3363 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
3365         * isearch.el (isearch, isearch-lazy-highlight-face):
3366         New definitions for face colors and attributes.
3368         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3369         of display-mouse-p.
3371 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
3373         * international/mule.el (make-coding-system): If the coding system
3374         accepts extra latin codes, register such codes as safe for the
3375         coding system.
3377 2001-01-08  Richard M. Stallman  <rms@gnu.org>
3379         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3380         don't mention the file name or the date here, because they are
3381         logged at the start of the file.
3383 2001-01-08  Richard M. Stallman  <rms@gnu.org>
3385         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3386         Change screen-width to frame-width.
3388 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
3390         * info.el (Info-search): Print the default as part of the prompt.
3392 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
3394         * vc.el (vc-default-latest-on-branch-p): New function, replaces
3395         constant implementations in backends.
3397         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3398         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3400         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3401         WRITABLE to EDITABLE.
3403         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3404         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3405         to EDITABLE.
3407 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
3409         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
3410         (copyright, copyright-update): Compute the current year at run time.
3412 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
3414         * isearch.el (isearch-old-signal-hook): Removed.
3415         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3416         instead of setting signal-hook-function.
3417         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3419 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
3421         * emulation/edt.el: Update to version 4.0.  Provide support for
3422         EDT scroll margins at top and bottom of the window.  Provide an
3423         emulation of the EDT SUBS command (bound to GOLD-Enter, by
3424         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
3425         user when file-related buffer modifications exist.
3426         Provide support for running EDT Emulation in XEmacs.
3427         Provide customize access to some user updatable variables.
3428         Add Commentary section to file header.
3429         Fixed a few minor bugs and cleaned up some code.
3431         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
3432         for detecting a keypress that generates an ASCII key sequence.
3433         (Previously, only a keypress that generates a vector was
3434         recognized.)  Embed Window Manager name into name of the generated
3435         EDT Emulation initialization file since the initialization file is
3436         Window Manager specific.  Add Commentary section to file header.
3438 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
3440         * mail/sendmail.el (mail-mode): Doc fix.
3442         * info.el (Info-goto-emacs-command-node): Doc fix.
3443         (Info-goto-emacs-key-command-node): Doc fix.
3445 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
3447         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
3448         systems without long file-name support.
3450 2001-01-06  Andrew Innes  <andrewi@gnu.org>
3452         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3454 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
3456         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3457         (isearch-lazy-highlight-update): Doc fix.
3459         * ffap.el (ffap-bindings): Doc fix.
3461         * dired-x.el (dired-virtual-guess-dir): Doc fix.
3463 2001-01-05  Dave Love  <fx@gnu.org>
3465         * emacs-lisp/cl-seq.el (remove, remq): Remove.
3467 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
3469         * mouse-drag.el (mouse-drag-safe-scroll):
3470         Bind scroll-preserve-screen-position to nil.
3472         * isearch.el (isearch-old-signal-hook): New variable.
3473         (isearch-mode): Set signal-hook-function to isearch-done.
3474         (isearch-done): Restore old signal-hook-function.
3476         * info.el (Info-fontify-node): Mark one more char as intangible.
3478 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
3480         * composite.el (compose-last-chars): New argument COMPONENTS.
3481         If it is non-nil, compose preceding characters by compose-region with
3482         COMPONENTS.
3484         * international/quail.el (quail-input-string-to-events): New function.
3485         (quail-input-method): Convert input string to events here.
3486         (quail-start-translation): Return input string, not event list.
3487         (quail-start-conversion): Likewise.
3489 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
3491         * tooltip.el (tooltip-cancel-delayed-tip)
3492         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3493         and tooltip-add-timeout.
3494         (tooltip-show): Set border color from faces's foreground.
3495         (tooltip-show-help-function): If called with the same help string
3496         as last time, do nothing.
3497         (tooltip-help-tips): Don't set tooltip-help-message to nil.
3499         * startup.el (fancy-splash-screens): Don't bind show-help-function
3500         to nil.
3502         * tooltip.el (tooltip-frame-parameters): Remove colors.
3503         (tooltip): New face
3504         (tooltip-set-param): New function.
3505         (tooltip-show): Set up color frame parameters from face `tooltip'.
3506         Display the tooltip text in face `tooltip'.
3508 2001-01-04  Dave Love  <fx@gnu.org>
3510         * whitespace.el (whitespace-global-mode): Fix typo.
3512         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3514 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
3516         * help.el (help-for-help): Fix a typo in a doc string.
3517         From kwzh@gnu.org (Karl Heuer).
3519 2001-01-03  Dave Love  <fx@gnu.org>
3521         * dired-x.el: Doc fixes.  Maintainer change.
3522         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
3523         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3524         (dired-guess-shell-alist-user): Customize.
3525         (dired-x-help-address): Set to bug-gnu-emacs.
3526         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3527         (dired-default-directory): Renamed from default-directory.
3529         * hl-line.el (hl-line): Doc fix.
3531 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
3533         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
3535 2001-01-02  Richard M. Stallman  <rms@gnu.org>
3537         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3538         to remove all the current alternative-match highlighting.
3539         If nil, remove only what's outside the current window.
3540         (isearch-lazy-highlight-remove-overlays): Take optional
3541         region within which NOT to remove them.
3542         (isearch-lazy-highlight-new-loop): Greatly simplified.
3543         (isearch-lazy-highlight-update): Find all the other occurrences
3544         visible in the window, in just one call.
3545         (isearch-lazy-highlight-start): Now holds start of region to scan.
3546         (isearch-lazy-highlight-end): Now holds end of region to scan.
3547         (isearch-lazy-highlight-wrapped): Variable deleted.
3548         (isearch-lazy-highlight-search): Function deleted.
3550 2000-01-02  Andrew Innes  <andrewi@gnu.org>
3552         * w32-fns.el (convert-standard-filename): Do length check on name
3553         before aref.
3555 2001-01-02  Dave Love  <fx@gnu.org>
3557         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3558         value.
3559         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3561         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3563         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3564         read syntax.
3566         * calendar/todo-mode.el (todo): Add :link, :version.
3567         (todo-save-top-priorities): Remove autoload cookie.
3568         (todo-add-category, todo-add-item-non-interactively)
3569         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
3571 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
3573         * comint.el (comint-input-history-ignore): New variable.
3574         (comint-read-input-ring): Ignore entries matching
3575         comint-input-history-ignore.
3577 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
3579         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3580         (lm-copyright-mark): New function.
3581         (lm-crack-copyright): New function.
3582         (lm-verify): Check that the file has a copyright.
3583         Check that the file is copyright Free Software Foundation.
3585 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
3587         * international/mule-diag.el (print-fontset): Indent font name by
3588         24 columns, not 25.
3590 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
3592         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3593         in Subject line.
3595         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
3596         Use mail-mode-hook instead of mail-setup-hook.
3597         Otherwise continuing an interrupted message with C-u C-x m for
3598         instance, winds up in Mail mode without abbrevs.
3600 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3602         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
3603         non-nil.  Adding almost all customization variables on ps-setup.
3604         Doc fix.
3605         (ps-print-version): New version number (6.3.3).
3606         (ps-end-with-control-d): Initialization fix.
3607         (ps-lines-printed): New var.
3608         (ps-skip-newline): New fun.
3609         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3610         (ps-next-line, ps-continue-line, ps-plot-region)
3611         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
3613 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
3615         * international/fontset.el (x-complement-fontset-spec):
3616         Resolve ASCII font name so that the same family name is used for fonts
3617         registered in x-font-name-charset-alist.
3618         (create-fontset-from-fontset-spec): Adjusted for the above change.
3619         The name of fontset alias should be a unresolved ASCII font name.
3621 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
3623         * simple.el (delete-key-deletes-forward-mode): Bind backspace
3624         and delete in isearch-mode-map.
3626 2000-12-28  Richard M. Stallman  <rms@gnu.org>
3628         * dired-x.el (dired-guess-shell-alist-default):
3629         Use xpdf instead of acroread.
3631 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
3633         * textmodes/artist.el (artist-butlast): Deleted.
3634         (artist-ellipse-mirror-quadrant): Use butlast instead of
3635         artist-butlast.
3637         * subr.el (butlast, nbutlast): Moved from cl.el to here.
3639         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3641 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
3643         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3645         * ls-lisp.el: Better support for the Mac and MS-Windows.
3646         (ls-lisp): New defgroup.
3647         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
3648         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
3649         (ls-lisp-support-shell-wildcards): New defcustoms.
3650         (ls-lisp-parse-symlink): New function.
3651         (insert-directory): Code to convert switches to a list and set up
3652         the wildcard argument copied from ls-lisp-insert-directory.
3653         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
3654         for -C and -R switches.
3655         (ls-lisp-column-format): New function.
3656         (ls-lisp-delete-matching, ls-lisp-handle-switches)
3657         (ls-lisp-format-time): Add doc strings.
3658         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3659         Support ls-lisp-dirs-first.
3660         (ls-lisp-classify, ls-lisp-extension): New functions.
3661         (ls-lisp-format): Optionally support emulation of symlinks.
3662         Support -i, -s, and -G switches.
3664 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
3666         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3668         * version.el (emacs-version): Print X scroll bar information.
3670         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3671         instead of x-toolkit-scroll-bars-p.
3673         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3674         of x-toolkit-scroll-bars-p.
3676 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
3678         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
3679         (ffap-bindings): Doc fix, to reflect the above change.
3681 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
3683         * term.el (term-char-mode): Define all non-ascii self-inserting
3684         characters to 'term-send-raw in term-raw-map.
3686 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
3688         * viper-init (viper-restore-cursor-type): Added condition-case guard.
3690         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3691         Changed initialization; use add-hook.
3692         (ediff-file-remote-p): Use file-local-copy.
3694         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
3696         * ediff.el (ediff-patch-buffer): Bug fix.
3697         (ediff-revision): Allow selection of the file at the prompt.
3699 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
3701         * subr.el (combine-run-hooks): Remove.
3703         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3704         and remove the rogue second spec.
3706 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
3708         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3710 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
3712         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3713         Use minibuffer menu prompt for the `=' prefix.
3714         (smerge-command-prefix): Change default to C-^.
3715         (smerge-mode): Don't assume font-lock doesn't move point.
3717         * skeleton.el (skeleton-internal-1): Make sure the first line of
3718         the region is also re-indented.
3719         (skeleton-end-newline): New var.
3720         (skeleton-end-hook): Use it.
3722 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3724         * comint.el (comint-password-prompt-regexp): Support CVS.
3726 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
3728         * simple.el (delete-key-deletes-forward-mode): Simplify.
3729         Also backspace key combinations, depending on
3730         delete-key-deletes-forward.
3732         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3734         * simple.el (delete-key-deletes-forward): Doc fix.
3736 2000-08-22  Emmanuel Briot  <briot@gnat.com>
3738         * xml.el (top level comment): Updated to reflect the fact that
3739         white spaces are relevant in the XML file.
3740         (xml-parse-file): Do not kill an existing Emacs buffer if the file
3741         to parse was already edited. This allows for on-the-fly analysis
3742         of XML files.
3743         (xml-parse-tag): Check that the casing is the same in the start
3744         tag and end tag, since XML is case-sensitive.  Allows for spaces
3745         in the end tag, after the name of the tag.
3746         (xml-parse-attlist): Allow for the character '-' in the name of
3747         attributes, as in the standard http-equiv attribute Do not save
3748         the properties in the XML tree, since they are not relevant.
3750 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
3752         * generic.el (generic-read-type): Undo last change, inline into
3753         `generic-mode' and then remove.
3754         (generic-mode): Inline generic-read-type.
3755         (define-generic-mode): Push the symbol name rather than the symbol
3756         onto generic-mode-list.
3758 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
3760         * generic.el (generic-read-type): Build an alist for
3761         completing-read as in 20.7.
3763         * play/landmark.el (lm): Use interactive spec `P'.
3764         (toplevel): Don't set debug-on-error.
3766         * server.el (server-switch-buffer): Choose a window on a visible frame.
3768 2000-12-21  Dave Pearson  <davep@davep.org>
3770         * quickurl.el: Commentry change, I've moved my web site.
3772 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3774         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3775         ranges like \177-\237, but accepts the character sequence from \177 to
3776         \237.  Doc fix.
3777         (ebnf-version): New version (3.4).
3778         (ebnf-setup): Code fix.
3779         (ebnf-range-regexp): New fun.
3780         (ebnf-8-bit-chars): Const fix.
3782         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3783         entry.  Doc fix.
3784         (ebnf-bnf-lex): Code fix.
3785         (ebnf-bnf-comment-chars): Const fix.
3787         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3788         entry.  Doc fix.
3789         (ebnf-iso-comment-chars): Const fix.
3791         * ebnf-otz.el: Doc fix.
3793         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3794         entry.  Doc fix.
3795         (ebnf-yac-skip-code): Code fix.
3796         (ebnf-yac-comment-chars): Const fix.
3798 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
3800         * files.el (insert-directory-safely): New function.
3801         (recover-file): Use it instead of insert-directory.
3802         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3804 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
3806         * international/mule-cmds.el (select-safe-coding-system):
3807         Check coding-category-list more rigidly.  Improve help message.
3809         * dired.el (dired-move-to-filename-regexp): Fix previous change.
3811 2000-12-21  Miles Bader  <miles@gnu.org>
3813         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
3815 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
3817         * international/mule-diag.el (describe-char-after): Make *Help*
3818         buffer inherit multibyteness of the current buffer.
3820         * international/mule.el (make-char): Docstring adjusted for the
3821         change of make-char-internal.
3823 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
3825         * international/iso-cvt.el: Docstrings fix.
3827 2000-12-20  Dave Love  <fx@gnu.org>
3829         * subr.el (eval-after-load): Doc fix.
3831 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
3833         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3834         for numbers.
3836 2000-12-20  Miles Bader  <miles@gnu.org>
3838         * international/quail.el (quail-help): Resize the help window
3839         again after it has all its contents.  Remove unneeded progn.
3841 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
3843         * pcmpl-linux.el: Fix copy/paste error.
3845 2000-12-19  Andrew Innes  <andrewi@gnu.org>
3847         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
3849 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3851         * progmodes/idlw-rinfo.el: Fixed copyright notice.
3853         * progmodes/idlw-toolbar.el: Fixed copyright notice.
3855         * progmodes/idlw-shell.el: Fixed copyright notice.
3857         * progmodes/idlwave.el: Fixed copyright notice.
3859         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
3860         TAB as key separators.
3862 2000-12-19  Alex Schroeder  <alex@gnu.org>
3864         * sql.el (sql-sybase-options): New option.
3865         (sql-sybase): Use it.  Add sql-database to the list of parameters
3866         provided for login.  The options -w 2048 -n are not used any more.
3867         (sql-postgres-options): Changed default from "--pset" to "-P".
3868         (sql-mysql-options): Doc change.
3869         (sql-stop): Doc change.
3871 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
3873         * international/quail.el (quail-input-method): Always hide
3874         the guidance buffer on exiting.
3876 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
3878         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3879         isn't fboundp.
3881         * server.el (server-buffer-done): Bury the buffer before
3882         killing it.
3884         * faces.el (face-spec-set): Interpret a nil in specs for
3885         foreground and background colors as `unspecified', for
3886         compatibility with 20.x.
3888 2000-12-18  Dave Love  <fx@gnu.org>
3890         * simple.el (mail-user-agent): Doc fix.
3891         (input-mode-8-bit): Removed.
3893         * international/mule.el (set-keyboard-coding-system): Doc fix.
3894         (keyboard-coding-system): New option.
3896         * mail/sendmail.el (send-mail-function): Customize.
3898 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
3900         * international/codepage.el (cp866-decode-table): New table.
3902 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
3904         * version.el (emacs-version): Remove `%a' from the time format
3905         because the weekday doesn't fit well into each locale.
3907 2000-12-18  Miles Bader  <miles@gnu.org>
3909         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3911         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
3912         Check that emacs-major-version is `=' to 20, not `>='.
3913         (artist-replace-chars): Use `make-string' instead of a loop.
3915 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
3917         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3918         (cvs-execute-single-file): Don't change directory.
3919         Patch from Per Cederqvist.
3921 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3923         * textmodes/ispell.el (check-ispell-version):
3924         If `ispell-program-name' is "aspell", pass it the -v switch instead
3925         of -vv.
3927 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
3929         * international/mule-diag.el (mule-diag): Insert information about
3930         configure options, multibyte awareness, language env.
3932         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3933         regexp to search for candidates.
3935 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
3937         * info.el (Info-forward-node): If the node has an
3938         Info-header-line, widen the buffer before searching for "next:"
3939         and "up:" pointers, and set the search limit to stay in the
3940         current node.
3942 2000-12-16  Miles Bader  <miles@gnu.org>
3944         * simple.el (delete-trailing-whitespace): Remove extraneous let.
3946 2000-12-15  Miles Bader  <miles@gnu.org>
3948         * comint.el (comint-send-string, comint-send-region): Also accept
3949         a buffer, buffer-name, or nil for PROCESS, for compatibility with
3950         process-send-string/region.
3952 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
3954         * isearch.el (isearch-lazy-highlight-max): New user-option.
3955         (isearch-lazy-highlight-update): Don't highlight more than
3956         isearch-lazy-highlight-max matches.
3958         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3960 2000-12-15  Richard M. Stallman  <rms@gnu.org>
3962         * sort.el (sort-columns): Fix error message.
3964         * dabbrev.el (dabbrev--last-case-pattern): Value is now
3965         `upcase' or `downcase' or nil.
3966         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3967         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3968         (dabbrev--substitute-expansion): New arg record-case-pattern.
3969         If it is non-nil, set dabbrev--last-case-pattern.
3970         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3972         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3974 2000-12-15  Miles Bader  <miles@gnu.org>
3976         * paths.el (Info-default-directory-list): Don't delete
3977         configure-info-directory from the list of standard info
3978         directories when appending it to the end -- their order is important.
3980         * faces.el (read-face-attribute): If there's no entry for the
3981         user's input in VALID, just use it as-is (this will often result
3982         in an error, but it may be OK for e.g. colors using hexadecimal
3983         notation, and at least will yield a better error message).
3985         * window.el (mode-line-window-height-fudge): Function removed.
3986         (height-affecting-face-attributes, mode-line-window-height-fudge):
3987         Variables removed.
3988         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3989         window is really the right size.  Use vertical-motion
3990         rather than forward-line.
3991         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3992         (ispell-command-loop, ispell-show-choices): Use the variable
3993         ispell-choices-win-default-height, rather than the function.
3994         (ispell-choices-win-default-height): Function removed.
3995         (ispell-mode-line-window-height-fudge): Function removed.
3997 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
3999         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4001 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
4003         * paths.el (Info-default-directory-list):
4004         If configure-info-directory is not one of the standard directories,
4005         put it first in the list; otherwise put it last.  Doc string
4006         changed accordingly.
4008         * info.el (Info-directory-list): Change doc string to reflect the
4009         change in Info-default-directory-list.
4011         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4012         windows-nt as windowed environments, even under -nw.
4014         * startup.el (command-line): Don't call x-backspace-delete-keys-p
4015         if not fboundp.  Switch delete-forward mode for the <delete> key
4016         on all PC platforms, even under -nw.
4018         * term/internal.el ([M-delete]): Remap to M-d.
4020 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
4022         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4024 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
4026         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4028 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
4030         * startup.el (command-line): Call delete-key-deletes-forward-mode,
4031         if appropriate.
4033         * simple.el (delete-key-deletes-forward): New user-option.
4034         (delete-key-deletes-forward-mode): New function.
4036         * bindings.el: Bind `delete' to backward-delete-char.
4038         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4039         Test if symbol is bound before getting its value.
4041         * tooltip.el (tooltip-show): If an error is signaled in
4042         x-show-tip, display that error, and display the help in the
4043         echo area.
4045 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
4047         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4048         Show "... entries" messages for every 10000 entries, not 10.
4050 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
4052         * bookmark.el: Provide a generic exit hook, as suggested by
4053         Ovidiu Predescu <ovidiu@cup.hp.com>:
4054         (bookmark-exit-hook): New var.
4055         (bookmark-exit-hook-internal): New func, replaces
4056         old raw lambda form in `kill-emacs-hook', and runs new
4057         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
4058         as logically that feature must have been provided if this function
4059         is running.
4060         Removed ;;;###autoload before the `add-hook' call.
4062 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
4064         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4065         (easy-menu-current-active-maps): New function.
4066         (easy-menu-get-map): Use it.
4067         Make a proper menu entry when creating a new keymap.
4069 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
4071         * international/characters.el: Fix cases and syntaxes for
4072         mule-unicode-0100-24ff.
4074         * dired.el (dired-move-to-filename-regexp): Fixed for the case
4075         that a Japanese character is not appended after day and year.
4077         * info.el (Info-suffix-list): Change format for a command that
4078         requires arguments.
4079         (info-insert-file-contents): Adjusted for the above change.
4081 2000-12-12  Andreas Schwab  <schwab@suse.de>
4083         * tar-mode.el (tar-extract): Base the name of the subfile buffer
4084         on the name of the tar buffer.  Verify that the existing buffer is
4085         visiting the same subfile.
4087 2000-12-12  Dave Love  <fx@gnu.org>
4089         * subdirs.el: Add obsolete.
4091 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
4093         * mail/rmailsum.el (rmail-summary-expunge)
4094         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4095         instead of rmail-confirm-expunge.
4097         * replace.el (perform-replace): Don't use an empty match adjacent
4098         to a non-empty match when computing the next match before the
4099         replacement is performed.
4101 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
4103         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4104         definition (patch by Stefan Monnier).
4105         (glasses-mode): Use jit-lock instead of `after-change-functions'
4106         (patch by Stefan Monnier).
4108 2000-12-12  Miles Bader  <miles@gnu.org>
4110         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4111         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4113 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
4115         * term/mac-win.el: Remove load for ls-lisp.
4117         * loadup.el: Load ls-lisp for system-type `macos'.
4119 2000-12-12  Miles Bader  <miles@gnu.org>
4121         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4122         Respect field end too.
4123         (just-one-space): Respect fields as `delete-horizontal-space'.
4124         (newline-and-indent, reindent-then-newline-and-indent):
4125         Use `delete-horizontal-space'.
4127 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
4129         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4130         (so as to obey the field property in the minibuffer).
4132         * obsolete/c-mode.el: Moved from lisp/progmodes.
4133         * obsolete/auto-show.el: Moved from lisp.
4134         * obsolete/ooutline.el: Moved from lisp/textmodes.
4136 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4138         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
4139         changes to list them here.
4141         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4142         Too many changes to list them here.
4144         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4145         Too many changes to list them here.
4147         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4149 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
4151         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
4153         * cus-edit.el (custom-save-variables, custom-save-faces):
4154         Comment fix.
4156         * hscroll.el: Moved to `obsolete' subdir.
4158 2000-12-11  Miles Bader  <miles@gnu.org>
4160         * window.el (window-text-height): Function removed (now in C).
4162 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
4164         * log-edit.el (log-edit-parent-buffer): New var.
4165         (log-edit): Set it.  Add BUFFER argument.
4166         (log-edit-done): Use char-before.
4167         Don't bother checking validity of vc-comment-ring.
4168         Only bury the buffer if log-edit popped it up.
4170         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4171         (cvs-mode-diff-help): Remove.
4172         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
4173         (cvs-mode-marked): Set up the default for CMD manually.
4175         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4176         Remove binding for ? now made unnecessary.
4178 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4180         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
4181         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4183         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4184         when master file is not open.
4186 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
4188         * progmodes/ada-stmt.el: Update `maintainer'.
4190 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
4192         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4193         choices to match documentation string.
4195 2000-12-09  Miles Bader  <miles@gnu.org>
4197         * minibuf-eldef.el: New file.
4199         * window.el (fit-window-to-buffer): Don't pass last argument to
4200         pos-visible-in-window-p, now that its meaning is inverted.
4202 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
4204         * image.el (create-image): Doc fix; spotted by Per Cederqvist
4205         <ceder@lysator.liu.se>.
4207 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
4209         * autoinsert.el (auto-insert-alist): Add missing final \n.
4211         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
4212         (cvs-menu-map): Remove.
4213         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4214         (cvs-mode-quit): Turn it back into a plain function.
4216         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
4217         (texinfo-filter): Remove (move to texinfo.el).
4219         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4220         file where it's more visible.
4221         (texinfo-filter, texinfo-chapter-level-regexp): New variables
4222         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4223         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4224         (texinfo-inside-macro-p): Only catch `scan-error's.
4225         (texinfo-inside-env-p): Make better use of the match info.
4226         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4227         (texinfo-insert-@end): Slight re-organization.
4228         Also remove useless `looking-at' call.
4230 2000-12-08  Andrew Innes  <andrewi@gnu.org>
4232         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4233         accessible in -nw mode.
4235         * term/w32-win.el: Remove stuff about selection timeout, which is
4236         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
4237         it is accessible in -nw mode.
4239 2000-12-08  Dave Love  <fx@gnu.org>
4241         * emacs-lisp/lisp-mode.el (lisp-mode):
4242         Set font-lock-keywords-case-fold-search.
4244 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
4246         * textmodes/ispell.el (ispell): Doc fix.
4248 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
4250         * international/quail.el (quail-insert-decode-map): Check the
4251         frame width of a window displaying the current buffer, not that of
4252         the selected frame.
4253         (quail-help): Make sure that the help buffer has window before
4254         inserting text in it.
4256 2000-12-07  Sam Steingold  <sds@gnu.org>
4258         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4259         Backquote is used in isearch.el, so autoloading saves nothing.
4261 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
4263         * startup.el (normal-top-level-add-subdirs-to-load-path):
4264         Ignore the CVS and RCS subdirectories case-insensitively.
4266         * dired.el (dired-insert-directory): If file-system-info is
4267         fboundp, call it instead of invoking dired-free-space-program.
4269 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
4271         * server.el (server-visit-files): Push files on file-name-history.
4273         * progmodes/cc-langs.el: Update copyright.
4275         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4277         * bindings.el (mode-line-mode-menu): Add glasses-mode.
4279         * bindings.el (mode-line-mode-menu): Reverse the order
4280         of define-keys so that the menu appears in alphabetical order.
4282 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
4284         * progmodes/glasses.el (glasses-mode): Update mode line at the end
4285         of the function.
4287 2000-12-07  Dave Love  <fx@gnu.org>
4289         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4291         * facemenu.el (facemenu-unlisted-faces): Fix value.
4293 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
4295         * font-lock.el (font-lock-default-fontify-region):
4296         Include the terminating \n (off-by-one error).
4297         (font-lock-set-defaults): Use dolist.
4299         * derived.el (define-derived-mode): Don't use combine-run-hooks.
4301 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
4303         * international/mule-cmds.el (describe-language-environment):
4304         Fix for the case that an input method title is not string but a list.
4306         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4307         of wrong SIZE record.
4309 2000-12-06  Dave Love  <fx@gnu.org>
4311         * newcomment.el (comment-region, comment-dwim): Doc fix.
4313         * textmodes/texinfo.el: Require tex-mode when compiling.
4314         (texinfo-update-node): Doc fix.
4315         (texinfo-imenu-generic-expression): Add @anchor.
4316         (texinfo-font-lock-keywords): Add @uref.
4317         (texinfo-inside-macro-p): Don't use ignore-errors.
4318         (texinfo-insert-quote): Match more contexts.
4320         * international/mule.el (decode-char, encode-char): Doc fix.
4321         (auto-coding-alist): Customize.
4323         * files.el (load-file): Fix change of 2000-03-12.
4325         * wid-edit.el (widget-text-keymap): Doc fix.
4327 2000-12-06  Andrew Innes  <andrewi@gnu.org>
4329         * makefile.w32-in (lisp): Set to an absolute directory, namely
4330         $(CURDIR).
4332 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4334         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4335         read generated-autoload-file, and set buffer-file-coding-system to
4336         raw-text-unix after reading the file.
4338         * international/mule-conf.el (file-coding-system-alist):
4339         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
4341 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
4343         * replace.el (occur): Make line-number-width 1 smaller for the
4344         colon following the line number.
4346         * startup.el (fancy-splash-text, command-line-1):
4347         Use `File' for the menu name instead of `Files'.
4349         * tmm.el: Update copyright.
4351         * cus-start.el: Add entry for even-window-heights.
4353 2000-12-06  Miles Bader  <miles@gnu.org>
4355         * faces.el (frame-set-background-mode): Avoid stomping on
4356         locally modified faces.
4358 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
4360         * international/fontset.el: Correct the font registries for
4361         japanese-jisx0213-1 and japanese-jisx0213-2.
4363 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
4365         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4367         * iswitchb.el: Update customization commentary.
4369 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
4371         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4372         (tpu-search-highlight): Fixed comparison of overlay end positions.
4373         (tpu-trim-line-ends): Implemented trimming logic locally.
4375         * emulation/tpu-extras.el (tpu-write-file-hook)
4376         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
4378 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
4380         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4381         to cn-gb.
4382         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4384 2000-12-04  Dave Love  <fx@gnu.org>
4386         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4388 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
4390         * mail/rmailsum.el (rmail-summary-expunge)
4391         (rmail-summary-expunge-and-save): Ask for confirmation with
4392         rmail-expunge-confirmed.
4394         * mail/rmail.el (rmail-expunge-confirmed): New function.
4395         (rmail-expunge): Use it.
4397 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
4399         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
4400         (etags-recognize-tags-table, find-tag-in-order):
4401         New functionality: interpret file names as tags.
4403 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
4405         * info.el (Info-scroll-prefer-subnodes): New defcustom.
4406         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4407         the first subnode until the bottom of the current node is visible.
4409 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
4411         * format.el (format-decode): Don't change buffer's undo list.
4413 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
4415         * faces.el (face-font-registry-alternatives): Add entries for CJK
4416         fonts.  Doc-string adjusted for the actual usage of this data.
4418         * international/fontset.el: Change the font registries for CJK
4419         fonts in the default fontset.  Don't append '*' to registries.
4421 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
4423         * emacs-lisp/easy-mmode.el (define-derived-mode)
4424         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4426         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4427         (derived-mode-p): New function.
4428         (derived-mode-make-docstring): Add `docstring' argument.
4429         Use it if available and complete it if necessary.
4431 2000-12-03  Andreas Schwab  <schwab@suse.de>
4433         * type-break.el (type-break): Don't make parent of itself.
4435 2000-12-03  Miles Bader  <miles@gnu.org>
4437         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4439 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
4441         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4442         (tex-main-file, tex-file): Simplify.
4443         (tex-generate-zap-file-name): Use subst-char-in-string.
4444         (tex-strip-dots): Remove.
4446         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4448         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4449         to check if the match succeeded.
4451 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
4453         * startup.el (use-fancy-splash-screens-p): New function.
4454         (command-line-1): Use it to determine whether or not to use
4455         a fancy splash screen.
4457 2000-12-02  Andreas Schwab  <schwab@suse.de>
4459         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4461 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
4463         * international/mule.el (make-char): Fix last change.
4465         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4466         New defcustoms.
4467         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
4468         autoloading tex-mode; instead, do the same manually.
4469         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
4470         with numeric argument.  Docstring fix.
4471         (toplevel): Require cl when compiling.
4473         * international/mule.el (make-char): Doc fix.
4475 2000-12-02  Jason Rumney  <jasonr@gnu.org>
4477         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4478         the Emacs Lisp manual)
4480 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
4482         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4484         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4485         the Emacs Lisp manual).
4487 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
4489         * simple.el (next-line-add-newlines): Change default to nil.
4491 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
4493         * files.el (revert-buffer, recover-file):
4494         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
4496 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
4498         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4500 2000-12-01  Miles Bader  <miles@gnu.org>
4502         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4504 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
4506         * international/mule-diag.el (describe-char-after): Fix typo.
4507         (describe-character-set, non-iso-charset-alist): Fix typo.
4509 2000-12-01  Miles Bader  <miles@gnu.org>
4511         * image-file.el (image-file-name-regexp): Automatically add
4512         upper-case variants of each filename extension in
4513         `image-file-name-extensions', since they seem to be common.
4515         * simple.el (minibuffer-contents)
4516         (minibuffer-contents-no-properties, delete-minibuffer-contents):
4517         New functions.
4518         * filecache.el (file-cache-directory-name)
4519         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4521 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
4523         * filecache.el (file-cache-minibuffer-complete): Don't try to
4524         delete the minibuffer prompt.
4526 2000-11-30  Dave Love  <fx@gnu.org>
4528         * cus-start.el: Fix read-buffer-function type.
4530 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
4532         * md5.el: Removed.  There's a built-in function, now.
4534 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
4536         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4537         as dummy 0-th char of rmail-deleted-vector.
4539 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
4541         * ps-print.el (ps-end-job): Bind case-fold-search only after
4542         switching to ps-spool-buffer.
4544 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4546         * ps-print.el: Line number font customization.  PostScript: Lines and
4547         PageCount are initialized on each page.  Doc Fix.
4548         (ps-print-version): New version number (6.3.2).
4549         (ps-lpr-switches, ps-font-info-database, ps-font-size)
4550         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4551         (ps-right-header): Customization fix.
4552         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4553         Fix code.
4554         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4555         New vars.
4557 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
4559         * bs.el: Fix typos and spelling errors.
4560         (bs-appearance) <defgroup>: Renamed from bs-appearence.
4561         (bs-configuration): Doc fix.
4563         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
4565 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
4567         * emulation/tpu-edt.el (tpu-version): New version.
4568         (tpu-search-overlay, tpu-replace-overlay): New initial range.
4569         (tpu-original-mode-line): Variable deleted.
4570         (tpu-mark-flag): New initial value.
4571         (tpu-set-mode-line): Don't redefine mode-line-format.
4572         Add tpu-mark-flag to minor-mode-alist.
4573         (tpu-update-mode-line): New mark flag logic.
4574         (tpu-get): Use find-file-wildcards.
4575         (tpu-search-highlight): Move overlay less, reset overlay properly.
4576         (tpu-unselect): Deactivate mark.
4577         (tpu-lm-replace): Reset overlay properly.
4578         (tpu-forward-line): Use forward-visible-line.
4579         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
4581         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
4583 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
4585         * cus-edit.el (custom-face-value-create): Always emphasize tag.
4587 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4589         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4590         and skip whitespace and newlines.
4592 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
4594         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4596 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
4598         * help.el (describe-function-1): Regexp-quote function name
4599         when used as part of a regexp.
4601         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4602         Use face-attribute instead of face-foreground and face-background.
4603         (tool-bar-add-item): Likewise, and handle unspecified colors.
4605         * enriched.el (enriched-face-ans): Use face-attribute instead
4606         of face-foreground and face-background.
4608         * faces.el (face-foreground, face-background, face-stipple):
4609         Return nil if attribute is unspecified, for backward compatibility.
4611         * files.el (auto-mode-alist): Add an entry for antlr-mode.
4613         * play/5x5.el: Remove version info.
4615         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4617         * frame.el (blink-cursor-mode): Doc fix.
4619 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
4621         * antlr-mode.el: New commands to run ANTLR from within Emacs and
4622         to create Makefile rules.
4623         (antlr-tool-command): New user option.
4624         (antlr-ask-about-save): New user option.
4625         (antlr-makefile-specification): New user option.
4626         (antlr-file-formats-alist): New variable.
4627         (antlr-special-file-formats): New variable.
4628         (antlr-unknown-file-formats): New user option.
4629         (antlr-help-unknown-file-text): New variable.
4630         (antlr-help-rules-intro): New variable.
4631         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4632         (antlr-mode-menu): Add entries.
4633         (antlr-file-dependencies): New function.
4634         (antlr-directory-dependencies): New function.
4635         (antlr-superclasses-glibs): New function.
4636         (antlr-run-tool): New command.
4637         (antlr-makefile-insert-variable): New function.
4638         (antlr-insert-makefile-rules): New function.
4639         (antlr-show-makefile-rules): New command.
4641         * antlr-mode.el: More Emacs/XEmacs stuff.
4642         (antlr-no-action-keywords): New constant with value nil.
4643         (antlr-font-lock-keywords-alist): Use it.  Old value would break
4644         syntax highlighting in Emacs-21.0.
4645         (antlr-default-directory): Emacs/XEmacs dependend function.
4646         (antlr-read-shell-command): Ditto.
4647         (antlr-with-displaying-help-buffer): Ditto.
4649 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
4651         * antlr-mode.el: imenu, parsing and highlighting changes.
4652         (antlr-imenu-create-index-function): Don't create extra submenus
4653         for definitions in different grammar classes.  It is not necessary
4654         for the menu and would make command `imenu' awkward to use.
4655         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4656         header actions and more than one.
4657         (antlr-font-lock-tokendef-face): Changed color.
4658         (antlr-font-lock-tokenref-face): Changed color.
4659         (antlr-font-lock-additional-keywords): Also highlight lowercase.
4660         (antlr-mode-syntax-table): New variable.
4661         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4662         (antlr-with-syntax-table): Don't copy syntax table.
4664 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
4666         * antlr-mode.el: Minor changes: language setting.
4667         (antlr-language-alist): The value for file option "language" can
4668         be both an identifier and a string.
4669         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4670         (antlr-language-limit-n-regexp): Change accordingly.
4672 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
4674         * antlr-mode.el: Minor changes: tabs, hiding.
4675         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4676         (antlr-action-visibility): Also allow value nil to also hide the
4677         braces.  Renamed from `antlr-tiny-action-length'.
4678         Suggested by Jay@aol.com.
4679         (antlr-hide-actions): Change accordingly.  Hide line if completely
4680         hidden action is on a line of its own.
4682 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
4684         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4686         * sort.el (sort-columns): Don't concat strings with numbers.
4688 2000-11-29  Dave Love  <fx@gnu.org>
4690         * cus-edit.el (face): Fix :format.
4692         * mail/feedmail.el: Require smtpmail when compiling.
4693         (mail-do-fcc): Autoload.
4694         (feedmail) <defgroup>: Fix :link.
4695         (feedmail-nuke-body-in-fcc): Fix :type.
4696         (feedmail-send-it): Add autoload cookie.
4698 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
4700         * newcomment.el (comment-indent): Save excursion around call to
4701         comment-indent-function.
4703 2000-11-29  Miles Bader  <miles@gnu.org>
4705         * subr.el (member-ignore-case): Return the tail of the list who's
4706         car matches, like `member', not the matching element itself.
4708 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
4710         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
4711         should not contain `\n'.
4713 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
4715         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4717         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4719         * dired-aux.el (dired-do-create-files): Construct default file
4720         name for dired-mark-read-file-name so that when the user enters
4721         just RET, the target file will end up in the target directory.
4723         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4724         local-abbrev-table before changing buffers because it might
4725         have a buffer-local binding.
4727 2000-11-28  Miles Bader  <miles@gnu.org>
4729         * simple.el (delete-horizontal-space): Handle fields more generally.
4731 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
4733         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4735 2000-11-28  Dave Love  <fx@gnu.org>
4737         * progmodes/ps-mode.el (ps-mode): Set comment-start and
4738         comment-start-skip locally.
4740         * progmodes/fortran.el (fortran-mode): Don't set
4741         fortran-comment-line-start-skip.  Set comment-start to
4742         fortran-comment-line-start.
4743         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4744         (fortran-comment-line-start-skip): Simplify slightly.
4746 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
4748         * play/5x5.el: Remove RCS keyword.
4750         * bs.el: Mistaken commit, undone 2000-11-30.
4752 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
4754         * textmodes/tildify.el (tildify-string-alist):
4755         Add `plain-tex-mode' here.
4757 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
4759         * chistory.el (Command-history-setup): Remove extraneous `keymap'
4760         reference.
4762 2000-11-28  Miles Bader  <miles@gnu.org>
4764         * cus-face.el (custom-face-attributes): Add post-filter function
4765         for :box.  Make pre-filter function for :box handle all cases.
4767         * wid-edit.el (widget-choose): Make sure pop-up window is large
4768         enough to display all the choices, as there's no way to scroll it.
4770 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
4772         * international/mule-conf.el: Make the coding system no-conversion
4773         safe for all characters.
4775 2000-11-27  Dave Love  <fx@gnu.org>
4777         * net/ldap.el (ldap) <defgroup>: Add :version.
4779         * tooltip.el (tooltip-use-echo-area): Doc fix.
4781         * cus-start.el <minibuffer-prompt-properties>: Add version.
4782         <read-buffer-function>: Add.
4784         * apropos.el (apropos-print): Add help-echo to active text.
4786         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4788 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
4790         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4791         type, group and version.
4793 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
4795         * select.el (x-get-selection): Docstring fix.
4797 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
4799         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
4801 2000-11-27  Andrew Innes  <andrewi@gnu.org>
4803         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4805         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4807 2000-11-27  Miles Bader  <miles@gnu.org>
4809         * dired.el (dired-get-filename): Return filename verbatim if
4810         LOCALP is `verbatim'.
4811         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4812         `verbatim' so that we don't inadvertently delete a non-existant
4813         directory name.
4815 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
4817         * international/characters.el: Specify cases and syntaxes for
4818         mule-unicode-0100-24ff.
4820 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
4822         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4823         that foreground and/or background colors of the face `tool-bar'
4824         are unspecified.
4826 2000-11-27  Miles Bader  <miles@gnu.org>
4828         * wid-edit.el (widget-field-buffer, widget-field-start)
4829         (widget-field-end): Handle widget field `pseudo-overlays'.
4830         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4831         if it's there instead of in `widget-field-list'.
4833         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
4834         (help-make-xrefs): Delete extraneous newlines at the end of the
4835         docstring.
4837 2000-11-25  Jason Rumney  <jasonr@gnu.org>
4839         * startup.el (command-line): Call set-locale-environment after
4840         Window System init file is read, as it can result in a call to
4841         redraw-frame.
4843 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
4845         * simple.el (shell-command): Mention the effect of the prefix
4846         argument in the doc string.
4848 2000-11-25  Miles Bader  <miles@gnu.org>
4850         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4852         * wid-edit.el (widget-field-value-delete): Don't try to delete
4853         overlay when it's the `pseudo-overlay' that exists at some points.
4855 2000-11-24  Jason Rumney  <jasonr@gnu.org>
4857         * international/mule-cmds.el (locale-language-names): Add "jp" as
4858         a non-standard alternative for Japanese.
4860 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
4862         * vc-hooks.el: Require 'cl during compilation.
4864 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
4866         * faces.el (face-set-after-frame-default): Let face attributes
4867         specified for new frames override frame parameters.
4869         * startup.el (command-line): Fix computation of the source file
4870         for user-init-file when user-init-file is a compiled file.
4872 2000-11-24  Miles Bader  <miles@gnu.org>
4874         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
4875         (custom-post-filter-face-spec): New functions.
4876         (custom-face-set, custom-face-value-create): Filter the face spec
4877         before and after customization.
4878         (custom-face-set): If VALUE specifies a null face, pass a
4879         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4880         * cus-face.el (custom-face-attributes): Remove SET and GET
4881         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
4882         cases they're needed.
4884         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4885         that it's distinguishable from the :off-glyph on dark-background
4886         displays.  Set its background color too.
4888         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4889         so that people can easily turn it off.
4891 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
4893         * ediff-diff.el: Moved variables around to have it compile under NT.
4895         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
4897         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
4899         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
4900         redundant skip-small-frames test.
4902         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
4903         (viper-downgrade-to-insert): Protect against errors in hooks.
4905         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4906         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
4907         (viper-restore-cursor-type,viper-set-insert-cursor-type):
4908         New functions.
4910         * viper-util.el (viper-memq-char): Bug fixes.
4912         * viper.el (viper-mode): Fix cursor handling.
4914 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
4916         * international/mule-diag.el (list-iso-charset-chars):
4917         For two-byte charset, fix the `while' condition.
4918         (list-non-iso-charset-chars): Fix the `while' condition.
4920 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
4922         * subr.el (add-hook, remove-hook): Don't call make-local-hook
4923         if the variable is make-variable-buffer-local.
4925         * progmodes/ada-stmt.el (ada-template-map):
4926         Initialize and bind it to C-c t in ada-mode-map.
4927         (ada-stmt-mode-hook): New function extracted from old code.
4928         Only change the buffer-local side of skeleton-*.
4929         (ada-mode-hook): Use it.
4931 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
4933         * iswitchb.el (iswitchb-minibuf-depth): New variable.
4934         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4935         we expect to be returned by minibuffer-depth once we prompt the
4936         user in the minibuffer.
4937         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4938         as recorded in iswitchb-minibuf-depth, return non-nil.
4940 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
4942         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4943         (hscroll-window-maybe): Docstring fix.
4945 2000-11-23  Dave Love  <fx@gnu.org>
4947         * rect.el (string-rectangle): Don't test delete-selection-mode.
4949 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
4951         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4952         is in the tool bar.
4954         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
4955         with `no-dir'; we want the directory part to be able to remove it.
4957 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
4959         * textmodes/outline.el (outline-flag-region):
4960         Don't bind inhibit-read-only since we don't modify the buffer.
4961         (outline-isearch-open-invisible): Don't jump to overlay-start
4962         since we're trying to unhide text around point.
4963         (outline-discard-overlays): Use dolist.
4965         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4967 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4969         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
4971 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
4973         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4974         Fix ARG regexp to skip quoted braces.
4975         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4976         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4977         are (correctly) handled separately).
4978         Remove `caption' and `footnote' from `citations': they contain text.
4979         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4980         (latex-skeleton-end-hook): New function.
4981         (latex-mode): Use it.
4982         (tex-start-tex-marker): Remove.
4983         (tex-send-tex-command): Don't set tex-start-tex-marker.
4984         (tex-error-parse-syntax-table): New var.
4985         (tex-compilation-parse-errors): Use it.
4986         Ignore tex-start-tex-marker.  Don't bother with marker-position.
4987         (tex-validate-buffer): Don't bother with marker-position.
4989         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
4990         (flyspell-generic-progmode-verify): Use it.
4992 2000-11-22  Sam Steingold  <sds@gnu.org>
4994         * simple.el (delete-trailing-whitespace): New interactive function.
4996         * progmodes/ada-mode.el (ada-mode): Use it instead of
4997         `ada-remove-trailing-spaces'.
4998         (ada-remove-trailing-spaces): Removed.
5000         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
5002         * textmodes/picture.el (picture-clean): Removed.
5003         (picture-mode-exit): Call it instead of `picture-clean'.
5005 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
5007         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5009         * hi-lock.el (hi-lock-refontify): Don't call non-existent
5010         jit-lock-fontify-buffer; it should anyway be unneccessary to
5011         do anything special when jit-lock is active.
5012         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5014 2000-11-22  Dave Love  <fx@gnu.org>
5016         * calendar/todo-mode.el (todo-top-priorities): Use
5017         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5019         * language/chinese.el, language/cyrillic.el:
5020         * language/devanagari.el, language/ethiopic.el, language/greek.el:
5021         * language/hebrew.el, language/indian.el, language/japanese.el:
5022         * language/korean.el, language/lao.el, language/misc-lang.el:
5023         * language/thai.el, language/tibetan.el, language/vietnamese.el:
5024         Use provide.
5026         * cus-edit.el (custom-buffer-create-internal): Save some consing.
5027         (custom-variable-set): Improve validation error mesage.
5029         * rect.el (string-rectangle): Revert last change.
5030         (string-rectangle-line): New arg DELETE.
5031         (string-rectangle): Check delete-selection-mode.
5033         * emacs-lisp/edebug.el (edebug-version)
5034         (edebug-maintainer-address): Deleted.
5035         (edebug-submit-bug-report): Just alias to report-emacs-bug.
5036         (edebug-read-function): Account for other `'#' read forms.
5037         (edebug-mode-menus): Make some items toggles.
5038         (edebug-outside-unread-command-event, unread-command-event):
5039         Remove these to avoid warnings.
5041 2000-11-22  David Ponce  <david@dponce.com>
5043         * recentf.el (recentf-menu-items-for-commands)
5044         (recentf-make-menu-items, recentf-make-menu-item)
5045         (recentf-filter-changer): Added :help and :active menu-item properties.
5047         (recentf-build-dir-rules, recentf-dump-variable)
5048         (recentf-edit-list, recentf-open-files-item)
5049         (recentf-open-files): Replaced unnecessary `mapcar' with new
5050         built-in `mapc'.
5052 2000-11-23  Miles Bader  <miles@gnu.org>
5054         * faces.el (menu): Make inverse-video on ttys too.
5056 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
5058         * simple.el (comment-line-break-function): Use the new name
5059         indent-new-comment-line -> comment-indent-new-line.
5060         (clone-indirect-buffer): Don't ignore NORECORD.
5061         (next-completion): Properly handle the case where items are adjacent.
5063         * mouse.el (popup-menu): Stupid typo.
5065 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
5067         * emacs-lisp/authors.el: Remove autoload cookies, add author,
5068         maintainer, keywords tags.
5070         * rect.el (replace-rectangle): Don't call string-rectangle-line
5071         with too many arguments.
5073 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
5075         * ediff-util.el (ediff-file-checked-out-p)
5076         (ediff-file-checked-in-p): Call vc-state instead of
5077         vc-locking-user, which no longer exists.
5079         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5081 2000-11-22  Dave Love  <fx@gnu.org>
5083         * md5.el (md5): Provide.
5084         (md5): Fix error call.
5086 2000-11-22  Miles Bader  <miles@gnu.org>
5088         * textmodes/refill.el (refill-adjust-ignorable-overlay)
5089         (refill-fill-paragraph-at): Remove debugging code.
5091         * calendar/calendar.el (generate-calendar-window): When we don't
5092         call `fit-window-to-buffer', make sure the top line is fully visible.
5094         * image-file.el (insert-image-file): Don't make `read-only'
5095         property rear-nonsticky.
5097         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5098         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5099         stashing away its original value.
5100         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5101         in the recursive edit.
5102         Bind `isearch-original-minibuffer-message-timeout' to protect it.
5103         (isearch-done): Restore `minibuffer-message-timeout'.
5105         * cus-start.el: Remove entry for `mode-line-inverse-video'.
5107 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
5109         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5111         * find-lisp.el (find-lisp-find-files-internal):
5112         Use dolist, when and file-name-as-directory.
5114         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
5115         (define-derived-mode, define-minor-mode): Add specs.
5117         * window.el: General comment and spacing fixes.
5118         (save-selected-window): Use backquotes.
5119         (window-safely-shrinkable-p): New function.
5120         (shrink-window-if-larger-than-buffer): Use it.
5122         * subr.el (make-local-hook): Docstring fix.
5124         * shell.el (shell-mode): Use define-derived-mode.
5126         * newcomment.el (comment-indent): Insert comment before calling
5127         comment-indent-function.  Don't insert in column 0.
5128         (comment-dwim): Indent before inserting comment.
5130         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
5131         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
5132         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5133         Use mapc rather than map.
5135         * files.el (find-buffer-visiting): Compare all attributes before
5136         declaring two files identical (rather than just their inode-no).
5137         (auto-mode-alist): Use \' rather than $.
5139         * which-func.el: Update maintainer line.
5141         * pcvs.el (uniquify-buffer-file-name): Remove advice.
5142         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5143         (uniquify-buffer-file-name): Use it.
5145 2000-11-22  Miles Bader  <miles@gnu.org>
5147         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5148         * simple.el (minibuffer-avoid-prompt): New function.
5150 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
5152         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5154 2000-11-21  Miles Bader  <miles@gnu.org>
5156         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5157         inclusion of `track-mouse'.
5159         * textmodes/refill.el (refill-ignorable-overlay): New variable.
5160         (refill-adjust-ignorable-overlay): New function.
5161         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5162         only the paragraph's tail if possible.
5163         Update `refill-ignorable-overlay'.
5164         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5166         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5167         point inside the fill-prefix.
5169         * textmodes/refill.el (refill-post-command-function): Don't reset
5170         refill-doit in the case where a self-insertion command doesn't
5171         case a refill.  Use `refill-fill-paragraph-at', getting position
5172         from `refill-doit'.
5173         (refill-after-change-function): Set `refill-doit' to END.
5174         (refill-fill-paragraph-at): New function, mostly from old
5175         refill-fill-paragraph.
5176         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5177         (refill-pre-command-function): New function.
5178         (refill-mode): Add it to `pre-command-hook'.
5180 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
5182         * textmodes/artist.el (artist-mode): Fix autoload cookie.
5184         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5185         javadoc tags.
5187 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
5189         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5190         vc.el).
5192         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
5193         require vc.
5195         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
5196         checkouts.
5198 2000-11-20  Dave Love  <fx@gnu.org>
5200         * Makefile.in (DONTCOMPILE): Omit bindings.el.
5202 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
5204         * calculator.el (calculator-paste): Use `if' instead of `and'
5205         and `or'.
5206         (calculator-help): Don't use electric-describe-mode for XEmacs.
5208 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
5210         * info.el (info-menu-5): Doc fix.
5212         * textmodes/artist.el: New file.
5214 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
5216         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
5217         and differentiate according to checkout model.
5218         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5219         since this function is only concerned with master state.
5221         * vc-hooks.el (vc-workfile-unchanged-p)
5222         (vc-default-workfile-unchanged-p): Moved here from vc.el.
5224         * vc.el (vc-workfile-unchanged-p)
5225         (vc-default-workfile-unchanged-p): See above.
5227 2000-11-19  Miles Bader  <miles@gnu.org>
5229         * image-file.el (insert-image-file): Make `intangible' and
5230         `read-only' properties rear-nonsticky too.
5232 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
5234         * ps-print.el: Update copyright notice.
5236         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5237         (tooltip-show): Use the offsets.
5239         * bindings.el (mode-line-modified): Fix a typo.
5240         (mode-line-toggle-modified, mode-line-widen)
5241         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5243 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
5245         * ps-print.el (toplevel): Test for find-coding-system being
5246         fboundp before calling ps-x-find-coding-system.
5248 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
5250         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5251         (vc-version-backup-file): Docstring fix.
5253 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
5255         * files.el (basic-save-buffer): Don't add a newline if
5256         find-file-literally is non-nil.
5257         (find-file-literally): Extend doc string.
5259         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5260         sort(1) with the `-f' argument.
5262 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
5264         * vc.el: Updated backend documentation.
5265         (vc-default-check-headers): New function.
5267         * vc-{cvs,rcs,sccs}.el: Functions reordered.
5269         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
5270         up-to-date.
5271         (vc-do-command): In the asynchronous case, output messages only if
5272         the minibuffer is not active.
5274         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
5275         `vc-cvs-use-edit' is on.
5276         (vc-cvs-checkout): When this is used for reverting the workfile,
5277         make a backup of the original contents and revert to that in case
5278         of error.
5279         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
5280         remote repositories.
5282         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5283         for both version and ratio in the minibuffer.
5285         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
5286         Use vc-do-command to perform the annotation, not call-process.
5288 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
5290         * international/quail.el (quail-start-translation): Don't call
5291         `message' before reading key sequence.
5293 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
5295         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5297 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
5299         * window.el (fit-window-to-buffer): Be sure to acquire at least
5300         one text line even if the buffer is empty.
5302 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
5304         * net/ange-ftp.el (ange-ftp-file-writable-p)
5305         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5306         Bind ange-ftp-process-verbose to nil.
5308 2000-11-15  Dave Love  <fx@gnu.org>
5310         * wid-edit.el (widget-specify-field, widget-specify-button):
5311         If :help-echo is a function, set help-echo of overlay to
5312         widget-mouse-help.
5313         (widget-mouse-help): New function.
5314         (widget-echo-help): Rewritten for :help-echo functions only taking
5315         a widget arg.
5317         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5318         Use display-graphic-p.
5319         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5320         and that JPEG is available.
5321         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5323         * international/mule-cmds.el (locale-charset-language-names):
5324         Match @euro.
5326 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
5328         * faces.el (face-set-after-frame-default):
5329         If `inhibit-default-face-x-resources' is bound, don't intialize the
5330         default face from X resources.
5332 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
5334         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5335         Don't set EMACSLOADPATH.
5337 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
5339         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5340         texinfo-insert-@url.
5341         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5342         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5344 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
5346         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5347         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5348         (checkdoc-minor-keymap): Backward compatibility.
5349         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5350         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5351         (checkdoc-this-string-valid-engine): Be a bit more strict
5352         to avoid matching substrings of `...' quoted vars/funs.
5353         (checkdoc-defun-info): Only look for `interactive' if alone.
5354         (debug-ignored-errors): Add "arg doesn't appear in docstring".
5356         * progmodes/compile.el (grep): `tag-default' can be nil.
5358         * newcomment.el (comment-indent): Paren typo.
5360 2000-11-14  Dave Love  <fx@gnu.org>
5362         * calculator.el: New maintainer version.
5364         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
5366         * cmuscheme.el: Doc fixes.
5367         (cmuscheme) <defgroup>: Use `scheme' as parent.
5368         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
5370         * xscheme.el (scheme-program-name): Don't define here.
5372         * progmodes/scheme.el (scheme-program-name): New variable
5373         (originally in cmuscheme).
5375 2000-11-14  Miles Bader  <miles@gnu.org>
5377         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5378         Handle header-lines.  Don't loop forever if we can't enlarge the
5379         window anymore.  Simplify a bit.
5381 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
5383         * window.el (fit-window-to-buffer): Don't check
5384         window-text-height.  Assure that the last line is fully visible.
5386         * international/quail.el (quail-show-guidance-buf):
5387         Call fit-window-to-buffer to assure the enough height of the guidance
5388         buffer.
5389         (quail-update-guidance): Avoid making the guidance buffer shorter.
5391 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
5393         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5394         rather than `prepend' and add an interesting comment.
5395         (tex-math-face, tex-font-lock-syntactic-face-function):
5396         New face and function to use it.
5397         (tex-define-common-keys, tex-mode-map): Use menu-item rather
5398         than `menu-enable' symbol property.
5399         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5400         (tex-mode): Add some latex-mode commands for auto-selection.
5401         Use tex-font-lock-syntactic-face-function.
5402         (tex-insert-quote): Simplify.
5403         (tex-shell): New mode.
5404         (tex-start-shell): Use it.
5405         (tex-shell-proc, tex-shell-buf): New functions.
5406         (tex-send-command): Use it.
5407         (tex-main-file): Fix the meaning of the new arg REALFILE.
5408         (tex-send-tex-command): New function split from `tex-start-tex'.
5409         Set compilation-last-buffer and compilation-parsing-end.
5411         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5412         when it follows non-comment text on the line.
5414         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5415         Set font-lock-defaults.
5416         (lisp-mode-shared-map): Init inside the defvar.
5417         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5418         Use define-derived-mode.
5420 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
5422         * faces.el (header-line): Use `:box nil' for color/gs displays too.
5424 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
5426         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5427         Don't recursively optimize body because that can lead to infinite
5428         recursion; see comment there.
5430 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
5432         * faces.el (face-spec-set-match-display): Revert the change from
5433         2000-10-24.  Add a FIXME for after v21.1.
5435 2000-11-13  Miles Bader  <miles@gnu.org>
5437         * textmodes/fill.el (skip-line-prefix): New function.
5438         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
5439         (fill-paragraph): Don't leave point inside the fill-prefix.
5440         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5441         point inside the fill-prefix.
5443 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
5445         * calendar/calendar.el (generate-calendar-window):
5446         Use `fit-window-to-buffer'.
5448 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
5450         * gud.el (gud-minor-mode): New var.
5451         (gud-symbol, gud-val): New functions.
5452         (gud-find-file): Copy gud-minor-mode to the new buffer.
5453         (gud-menu-map): Include entries for commands that are not always
5454         available, using :enable to (de)activate them.
5455         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
5456         (gud-mode-map): New map.
5457         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
5458         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5459         Don't set up gud's menu (it's done by the minor-mode).
5460         (gud-minibuffer-local-map): New.
5461         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5462         (gud-query-cmdline): New function.
5463         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
5464         (gud-mode): Use define-derived-mode.
5465         Don't set up gud's menu (it's done by the minor-mode).
5466         (gud-chop-words): Remove.
5467         (gud-common-init): Use split-string instead.
5468         (gud-new-keymap, gud-make-debug-menu): Eradicate.
5470         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5471         Add keyword arg :name.
5473         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5474         (diff-count-matches, diff-split-hunk): New functions.
5475         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5477         * pcvs-info.el (cvs-fi-conflict-face): New var.
5479         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5480         Make it into a simple syntax-table, shared among all submodes.
5481         (sh-heredoc-face): Re-introduce.
5482         (sh-font-lock-syntactic-face-function): New function.
5483         (sh-mode): Use it.  Also use define-derived-mode.
5484         Remove old bogus setting of indent-region-function.
5485         (sh-set-shell): Don't set the syntax-table any more.
5486         (sh-mode-syntax-table) <defun>: Remove.
5488 2000-11-12  Miles Bader  <miles@gnu.org>
5490         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5491         message if interactive.
5493 2000-11-12  Dave Love  <fx@gnu.org>
5495         * mail/feedmail.el: Fix header,
5496         (feedmail) <defgroup>: Add :link.
5498         * view.el: Use local-map property, not keymap on mode-line string.
5500         * scroll-all.el (scroll-all-mode): Customize variable.
5501         Add autoload cookie to function.
5503         * lazy-lock.el: Remove compatibility code.
5505         * finder.el (finder-known-keywords): Add `files', remove `vms'.
5506         (finder-help-echo): New variable.
5507         (finder-mouse-face-on-line): Add help-echo stuff.
5508         (finder-list-keywords, finder-list-matches): Use mapc.
5510         * faces.el (face-font-registry-alternatives): Add :version.
5512         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5513         tags-table-list.
5515         * net/browse-url.el (browse-url-browser-function): Update :version.
5517         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
5518         (mail-mode): Use [:alnum:] in some regexps.
5520 2000-11-10  Dave Love  <fx@gnu.org>
5522         * ediff.el (ediff-regions-internal, ediff-documentation):
5523         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5524         fundamental mode.
5526         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5527         buffer into fundamental mode.
5528         (ediff-set-difference): Use copy-sequence if available.
5530         * ediff-ptch.el (ediff-dispatch-file-patching-job):
5531         Check ediff-patch-map non-nil.
5532         (ediff-fixup-patch-map, ediff-fixup-patch-map)
5533         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5534         buffer into fundamental mode.
5536         * ediff-merg.el (state-or-merge): Defvar when compiling.
5538 2000-11-10  Jason Rumney  <jasonr@gnu.org>
5540         * w32-fns.el (w32-add-charset-info): New function.
5541         (w32-charset-info-alist): Use it.
5543 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
5545         * faces.el (face-font-registry-alternatives): New user-option.
5547 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
5549         * textmodes/texinfo.el (texinfo-block-default): New var.
5550         (texinfo-insert-block): Use it.  Insert a newline if needed.
5552         * textmodes/fill.el (fill-indent-according-to-mode): New var.
5553         (fill-region-as-paragraph): Use it.
5555         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5556         (latex-mode): Tweak tex-*-(head|trail)er regexps.
5557         Tweak paragraph regexps to allow a leading [ \t]*.
5558         (tex-latex-block): Insert a newline if necessary.
5559         (latex-insert-item): Only insert a newline if necessary.
5560         (tex-guess-main-file): New function.
5561         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
5562         Set tex-main-file if TeX-master is provided.
5563         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5565 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
5567         * startup.el (command-line): Set the default tooltip-mode
5568         to t for graphical displays which implement x-show-tip.
5570         * tooltip.el (tooltip-mode): Add a comment about startup.el
5571         setting the default value of this user-option.
5573 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
5575         * font-lock.el (font-lock-*-face) <defvar>: Move.
5576         (font-lock-defaults-alist): Mark obsolete.
5577         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5578         (font-lock-mode): Use define-minor-mode.
5579         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5580         (font-lock-turn-off-thing-lock): Be more explicit.
5581         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5582         (font-lock-syntactic-face-function): New var.
5583         (font-lock-fontify-syntactically-region): Use it.
5584         (font-lock-doc-face): New.
5586         * pcvs.el (cvs-enabledp): Ignore errors.
5587         (cvs-commit-filelist): Never query.
5588         (cvs-mode-insert): Always add a terminating / in the initial prompt.
5589         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5590         (cvs-do-removal): Use cvs-partition rather than delete-if.
5591         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5592         cvs-bury-buffer.
5594         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5595         Allow `next' to jump to after the end of the last match.
5597 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
5599         * simple.el (byte-compiling-files-p): New function.
5601         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5602         if it is there.
5604         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5605         nil again.
5607         * textmodes/ispell.el (ispell-library-path): Don't call
5608         check-ispell-version when byte-compiling because that starts
5609         an ispell process, and ispell might not be installed.
5610         (toplevel): Don't set up a menu when byte-compiling.
5612         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5613         it, so that a boundp test can be used to determine if we're
5614         currently byte-compiling.
5616 2000-11-09  Dave Love  <fx@gnu.org>
5618         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5620 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5622         * ps-print.el: Patch for variable initialization when spooling.
5623         Doc fix.
5624         (ps-output-list): Fun eliminated.
5625         (ps-begin-file, ps-begin-job): Code fix.
5627 2000-11-08  Dave Love  <fx@gnu.org>
5629         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
5631 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
5633         * simple.el (shell-command, display-message-or-buffer)
5634         (shell-command-on-region): Mention resize-mini-windows in the doc
5635         string.
5636         (display-message-or-buffer): Take the value of resize-mini-windows
5637         into account.
5639 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
5641         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5643         * dired.el (dired-between-files): Add `^. find' as an alternative
5644         to the regular expression, for find-dired.
5646 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
5648         * textmodes/texnfo-upd.el: Require texinfo.
5649         (defmacro, defgroup): Remove.
5650         (texinfo-section-to-generic-alist): Remove.
5651         Use texinfo-section-list instead (i.e. level is changed string->int).
5652         (texinfo-filter): New function.
5653         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5654         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5655         Use it.  And use regexp-opt.
5656         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5657         (texinfo-update-menu-region-beginning)
5658         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5659         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5660         (texinfo-update-menu-same-level-regexps): Update.
5661         (texinfo-update-node, texinfo-every-node-update)
5662         (texinfo-sequential-node-update): Remove autoload cookie.
5664         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5665         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5666         (texinfo-chapter-level-regexp): Remove.
5667         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5669 2000-11-06  Dave Love  <fx@gnu.org>
5671         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
5673         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5674         Match defun*.
5676 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
5678         * composite.el (composition-function-table): Variable declaration
5679         moved to src/composite.c.
5680         (compose-chars-after): New optional arg object.
5682 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
5684         * bindings.el (mode-line-toggle-read-only)
5685         (mode-line-toggle-modified, mode-line-widen)
5686         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5687         (make-mode-line-mouse2-map): Rewritten.
5688         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5689         functions so that C-h k can show something with a doc string.
5691         * startup.el (fancy-splash-delay): Set to 10 seconds.
5692         (fancy-splash-max-time): New user-option.
5693         (fancy-splash-stop-time): New variable.
5694         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
5695         (fancy-splash-screens-1): Throw `stop-splashing' when current
5696         time is greater than fancy-splash-stop-time.
5698 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
5700         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5702         * pcvs.el (cvs-mode-marked): New arg `noquery'.
5703         Prompt user for a file rather than raising an error.
5704         (cvs-enabledp): Fix call to cvs-mode-marked.
5705         (cvs-insert-file): New function (extracted from cvs-mode-insert).
5706         (cvs-mode-insert): Use it.  Change the init prompt' value.
5707         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5709         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5710         Don't pass default arg to ewoc-locate.
5711         (ewoc-collect): Return result in the right order.
5713         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5715         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5716         (cvs-status-get-tags): Fix regexp.
5717         (cvs-status-trees, cvs-status-cvstrees):
5718         Combine after change hooks and don't sit-for.
5719         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5720         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
5721         Use make-char rather than hard-coded cryptic data.
5722         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5724         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5726         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5727         (cvs-insert-strings): New function.
5729 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
5731         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5732         `mwheel-scroll-amount'.
5733         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5734         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5735         string-matching against the version string.
5737 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
5739         * language/thai.el ("Thai"): Set a lisp form that produces
5740         composed string in `sample-text' language info.
5742         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5743         composed string in `sample-text' language info.
5745         * international/mule-cmds.el (describe-language-environment):
5746         Eval `sample-text' data and insert the result.
5748         * international/mule-conf.el (compound-text): Define this coding
5749         system here.  Make x-ctext and ctext aliases of it.
5751         * language/european.el (compound-text, ctext): Moved to
5752         international/mule-conf.el.
5754 2000-11-05  Andrew Innes  <andrewi@gnu.org>
5756         * w32-fns.el (w32-version): New function.
5758 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
5760         * progmodes/awk-mode.el: Update copyright.
5761         (awk-mode-abbrev-table): Remove.
5762         (awk-font-lock-keywords): Use regexp-opt.
5763         (awk-mode): Use define-derived-mode.
5765         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5766         when extracting a suffix.
5768 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
5770         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
5771         auto-save-mode.
5773 2000-11-04  Jason Rumney  <jasonr@gnu.org>
5775         * language/european.el (decode-mac-roman): Test against r1 not r0.
5777 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
5779         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5780         (icon-mode): Define indent-line-function.
5781         (icon-comment-indent): Simplify.
5782         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5784         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5786         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5787         Bind change-log-default-mode to defeat the caching done on it.
5788         Don't bother saving excursion any more.
5790         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5792         * frame.el (after-setting-font-hook): Rename hooks -> hook.
5793         (set-frame-font): Use the new name (and the old for compatibility).
5795         * toolbar/tool-bar.el (tool-bar-mode):
5796         * time.el (display-time-mode):
5797         * recentf.el (recentf-mode):
5798         * paren.el (show-paren-mode):
5799         * mwheel.el (mouse-wheel-mode):
5800         * msb.el (msb-mode):
5801         * jka-compr.el (auto-compression-mode):
5802         * image-file.el (auto-image-file-mode):
5803         * hl-line.el (hl-line-mode):
5804         * delsel.el (delete-selection-mode):
5805         * autoinsert.el (auto-insert-mode):
5806         * complete.el (partial-completion-mode): Drop unneeded positional args.
5808         * info.el (Info-mode):
5809         * comint.el (comint-mode): Don't bother with make-local-hook.
5811         * log-edit.el (log-edit-menu): New menu.
5813 2000-11-03  Miles Bader  <miles@gnu.org>
5815         * wid-edit.el (widget-end-of-line): Reinstate, with a new
5816         definition, so that trailing spaces are handled properly.
5817         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5819 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
5821         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5822         tab character.
5823         (fancy-splash-screens): Set tab-width to 20.
5825 2000-11-03  Dave Love  <fx@gnu.org>
5827         * comint.el (comint-completion-addsuffix): Fix custom type.
5829 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
5831         * font-lock.el (font-lock-buffers): Remove.
5832         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5833         (font-lock-change-major-mode): Remove.
5834         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5835         (font-lock-default-fontify-region): Extend the multiline
5836         fontification to whole lines.
5837         (font-lock-fontify-anchored-keywords)
5838         (font-lock-fontify-keywords-region): If matching just one
5839         line (with \n) only mark the \n as multiline.
5841         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5842         Correctly handle the case where several :group args are supplied.
5843         Allow :extra-args.
5844         (easy-mmode-define-global-mode): Allow :extra-args.
5845         Correctly handle the case where several :group args are supplied.
5847 2000-11-02  Miles Bader  <miles@gnu.org>
5849         * calendar/calendar.el (diary-face, calendar-today-face)
5850         (holiday-face): Remove dependency on `window-system'.
5852 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
5854         * Makefile.in (emacs): Set EMACSLOADPATH always.
5855         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
5856         (compile-files): Bomb out if compilation of a file fails.
5858 2000-11-02  Dave Love  <fx@gnu.org>
5860         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5862 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
5864         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5865         punctuation in the warning inserted into the *mail* buffer.
5867 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
5869         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5870         (authors-public-domain-p): New function.
5871         (authors-print): Use it.
5873         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5875         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5877 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5879         * ps-print.el: Extension for even/odd printing.  Doc fix.
5880         (ps-print-version): New version number (6.3.1).
5881         (ps-even-or-odd-pages): Customization fix.
5882         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5883         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5884         (ps-page-count): Var replaced by `ps-page-column'.
5885         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5886         (ps-print-sheet-p): New fun.
5888 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
5890         * tooltip.el (tooltip-gud-tips-setup): New function.
5891         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5892         (tooltip-mode): Call tooltip-gud-tips-setup.
5893         (tooltip-gud-tips): Use `gud-basic-call' instead of
5894         process-send-string, so the prompt gets frobbed appropriately.
5895         Handle nil return value from `tooltip-gud-print-command'.
5897 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
5899         * comint.el (comint-add-to-input-history): New function.
5900         (comint-send-input): Use `comint-add-to-input-history'.
5902 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
5904         * info.el (info-menu-header): New face.
5905         (Info-fontify-menu-headers): New function.
5906         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5908         * info.el (Info-insert-dir): Don't include blank lines at
5909         beginning of additional dir files (one is added automatically).
5911 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
5913         * emacs-lisp/easy-mmode.el (define-minor-mode):
5914         Revert the latest changes.
5915         Allow the three positional arguments to be skipped and replaced
5916         by keyword arguments.
5917         Add a :toggle argument to determine whether a nil arg means toggle
5918         or means turn-on.  The default is unchanged.
5919         Add a call to force-mode-line-update.
5921 2000-11-01  Dave Love  <fx@gnu.org>
5923         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
5925 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
5927         * calendar/calendar.el (diary-face, holiday-face):
5928         Add dark-background variants.
5930 2000-10-31  Sam Steingold  <sds@gnu.org>
5932         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5933         `tex-main-file' does not have directory in it.
5935 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
5937         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5939 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
5941         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5942         functional change.
5944 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
5946         * files.el (find-file-noselect): When we expand a wildcard, return
5947         a list of buffers, as we should do according to the doc string.
5949 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
5951         * loadup.el (top level): Adjust load path if program name is
5952         "../src/bootstrap-emacs", in case it's not dumped and thus the
5953         load path adjustment hasn't already been done.
5955 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5957         * ps-print.el: Fix bug on selected pages for printing.
5958         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
5959         is on.  Try to avoid warning messages when compiling.  Doc Fix.
5960         (ps-print-version): New version number (6.3).
5961         (ps-color-device): Use `color-values' to determine if device
5962         supports color.
5963         (ps-color-values): Try to use `x-color-values' when using XEmacs.
5964         (ps-print-page-p): Changed from defsubst to defun.
5965         (ps-page-number): Changed from defmacro to defun.
5966         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5967         printing.
5968         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
5969         (ps-end-file, ps-dummy-page): Funs eliminated.
5970         (ps-print-color-scale): Changed default value.
5971         (ps-page-n-up, ps-print-page-p): New internal vars.
5972         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5973         (ps-plot-region, ps-generate, ps-end-job): Code fix.
5975         * delim-col.el: Little programming improvement.
5976         (delimit-columns-str): New macro.
5977         (delimit-columns-region, delimit-columns-rectangle): Code fix.
5979 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
5981         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5982         Moved to european.el.
5983         (ccl-encode-mac-roman-font, fontset-mac): Modified for
5984         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5985         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5986         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
5988 2000-10-30  Dave Love  <fx@gnu.org>
5990         * progmodes/cc-menus.el (imenu-generic-expression)
5991         (imenu-progress-message): Only defvar when compiling.
5993         * emacs-lisp/elp.el (elp-unload-hook): New function.
5995         * loadhist.el (unload-feature): Call elp-restore-function,
5996         checking for symbols; don't use elp-restore-all.
5997         (loadhist-hook-functions): Doc fix.
5999 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
6001         * log-edit.el (log-edit-confirm): Fix the default.
6003 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6005         * delim-col.el: Little fix: replace delimit-columns-align-columns by
6006         delimit-columns-format.
6007         (delimit-columns-region, delimit-columns-rectangle): Code fix.
6009 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
6011         * comint.el (comint-replace-by-expanded-history): Don't use
6012         comint-get-old-input (we're not looking at *old* input).
6013         (comint-get-old-input-default): If using fields, signal an error
6014         when the point is not in an input field.
6016 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
6018         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6019         and mule-unicode-e000-ffff.
6021         * international/mule.el (decode-char, encode-char): New functions.
6022         (make-coding-system): Accept a symbol of translation table as a
6023         value of property `safe-chars'.
6025         * international/mule-cmds.el (encode-coding-char): Check property
6026         safe-chars instead of safe-charsets.
6028         * international/fontset.el (fontset-default): Modified for
6029         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6030         (x-font-name-charset-alist): Likewise.
6031         (ccl-encode-unicode-font): New CCL program.  Record it in
6032         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6034         * language/european.el (mac-roman-decoder, mac-roman-encoder):
6035         New translation tables.
6036         (decode-mac-roman, encode-mac-roman): Definition of these CCL
6037         programs are modified and moved from mac-win.el.
6038         (mac-roman): Definition of this coding system is modified and
6039         moved from mac-win.el.
6041 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
6043         * ediff-wind.el (ediff-setup-control-frame): Enclose
6044         face-attribute in condition-case to avoid errors in older emacsen.
6046 2000-10-29  Miles Bader  <miles@gnu.org>
6048         * custom.el (custom-add-to-group): Allow multiple entries for a
6049         given value OPTION, as long as their widget types are different.
6050         * cus-edit.el (custom-face-value-create): If face name doesn't end
6051         with "face", add such here (similar to custom group widgets).
6053         * comint.el (comint-highlight-prompt): Add :type.
6055 2000-10-28  John Wiegley  <johnw@gnu.org>
6057         * calendar/timeclock.el (timeclock-log): Doc fix.
6058         (timeclock-last-event): Doc fix.
6059         (timeclock-log): Kill the timelog buffer after appending a new event.
6060         (timeclock-find-discrep): Use a temp buffer to read in the
6061         timelog, instead of visiting the file.
6062         (timeclock-log-data): A new function, along with a host of helper
6063         functions, for the purpose of making timelog data accessible to
6064         programmers.
6066         * eshell/esh-mode.el (window-height test): Make certain that
6067         `eshell-stringify-t' is non-nil.
6068         (eshell-password-prompt-regexp): Changed to a much simpler
6069         password regexp.
6070         (eshell-send-input): If `eshell-invoke-directly' returns t,
6071         directly invoke the parsed command using `eval'.  This improves
6072         turn-around time on simple commands by a factor of three or
6073         greater, such as cd, ls, pwd, etc. -- which get used very often.
6074         It also conserves thousands of cons cells per call (since
6075         `eshell-do-eval' consumes memory like a Cookie Monster set loose
6076         in the Pacific Cookie Company).
6078         * eshell/esh-test.el (eshell-test): Whitespace fix.
6080         * eshell/em-ls.el (eshell-ls-insert-directory):
6081         Make `eshell-ls-initial-args' nil when inserting directory contents.
6083         * eshell/em-script.el (eshell-script-initialize): Add names to
6084         `eshell-complex-commands, since `source' and `.' are complex.
6086         * eshell/esh-cmd.el (eshell-rewrite-for-command)
6087         (eshell-rewrite-while-command): Use `eshell-protect' instead of
6088         `eshell-copy-handles'.
6089         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6090         bodies.
6091         (eshell-separate-commands): Whitespace fix.
6092         (eshell-complex-commands): Added a new list of names, for
6093         determining whether a given command is as simple as it looks.
6094         (eshell-invoke-directly): New function.  Returns t if a command
6095         should be invoked directly (using `eval'), rather than indirectly
6096         using `eshell-do-eval'.
6097         (eshell-do-eval): Whitespace fix.
6099         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6100         which provides an emulation of the DOS shell behavior of assuming
6101         that cp/mv/ln should copy/move/link to the current directory.
6102         (eshell-remove-entries): Added a doc string.
6103         (eshell-shuffle-files): Removed the check for `target' being null.
6104         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6105         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6106         it to do a smarter check of whether a destination was provided.
6107         (eshell/mv, eshell/cp): Enable `:preserve-args'.
6108         (eshell/ln): Enable `:preserve-args', and use
6109         `eshell-mvcpln-template' to implement the body of the function.
6110         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6111         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
6112         list after flattening it.  This makes it possible to cat files
6113         with numerical names.
6114         (eshell-unix-initialize): Added several names to
6115         `eshell-complex-commands.
6116         (eshell-unix-command-complex-p): Return t if a given command name
6117         may result in external processes being invoked.
6119         * eshell/em-glob.el (eshell-glob-show-progress): Make this
6120         variable nil by default, since it slows down glob processing by a
6121         factor of two or more, and increases memory consumption.
6123         * eshell/em-smart.el: Added a note about how memory consumptive
6124         smart display mode can be (at least this is true in Emacs 21).
6125         (eshell-smart-initialize): Whitespace fix.
6126         (eshell-refresh-windows): Use `if' instead of `when'.
6127         (eshell-smart-scroll-window): Calling `save-current-buffer' was
6128         not necessary.
6129         (eshell-currently-handling-window): Added a missing global variable.
6131         * eshell/em-ls.el (eshell-do-ls): Code simplification.
6132         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6133         Whitespace fix.
6134         (eshell-ls-exclude-hidden): Added this variable in addition to
6135         `eshell-ls-exclude-regexp'.  This one prevents files beginning
6136         with . from even being read, which can improve memory consumption
6137         quite a bit.
6138         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6139         read file entries beginning with a dot.  In home directories with
6140         lots of hidden files, fully two-thirds of the time spent in ls is
6141         used to read directory entries that are immediately thrown away.
6142         (eshell-ls-initial-args): Added back this configuration variable,
6143         for specifying default initial arguments to every call to ls.
6144         Much faster than using an alias to do the same thing.
6145         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6146         (eshell-ls-dir): Whitespace change.
6148         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6150         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
6151         (eshell-stringify-t): Added a customization variable, to indicate
6152         whether `t' should be rendered as a string at all.  If not, one
6153         can still determine if the result of an expression is true using
6154         "file-exists-p FILE && echo true".
6155         (eshell-stringify): If `eshell-stringify-t' is nil, don't
6156         stringify t!
6158         * eshell/esh-module.el: Whitespace fix.
6160         * eshell/em-alias.el (eshell-alias-initialize):
6161         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
6162         (eshell-command-aliased-p): New function that returns t if a
6163         command name names an aliased.
6165 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
6167         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
6168         redrawing the screen when changing cursor color.
6169         (viper-insert-state-pre-command-sentinel)
6170         (viper-replace-state-pre-command-sentinel)
6171         (viper-replace-state-post-command-sentinel):
6172         Use viper-preserve-cursor-color.
6173         Many functions changed to use viper= instead of = when comparing
6174         characters.
6175         * viper-util.el (viper-memq-char,viper=): New functions for
6176         working with characters.
6177         (viper-change-cursor-color): Fixed buglet.
6178         Many functions changed to use viper= instead of = when comparing
6179         characters.
6180         * viper.el (viper-insert-state-mode-list): Added eshell.
6182         * ediff-init.el (ediff-before-setup-hook): New hook.
6183         Several typos fixed in various docstrings.
6184         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
6185         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
6186         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6187         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6188         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6189         (ediff-get-selected-buffers): New function.
6190         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
6191         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6192         Use save-window-excursion.
6193         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
6194         termination check in while loop.
6195         * ediff.el (ediff-get-default-file-name): Better defaults when in
6196         dired buffer.
6197         (ediff-files,ediff-merge-files,ediff-files3)
6198         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
6200 2000-10-28  Dave Love  <fx@gnu.org>
6202         * info.el (Info-fontify-node): Add help-echo for menu items.
6204 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
6206         * startup.el (normal-top-level): If the value of $TERM indicates
6207         we are running from xterm or one of its work-alikes, default to a
6208         light background mode.
6210         Support for -fg, -bg, and -rv command-line arguments for TTYs:
6211         * faces.el (tty-handle-reverse-video): New function.
6212         (tty-create-frame-with-faces): Call it.
6214         * frame.el (frame-notice-user-settings): Don't apply
6215         default-frame-alist and initial-frame-alist to MS-DOS frames.
6216         Call tty-handle-reverse-video, frame-set-background-mode, and
6217         face-set-after-frame-default for non-MS-DOS frames.
6219         * startup.el (tty-long-option-alist): New variable.
6220         (tty-handle-args): New function.
6221         (command-line): Call tty-handle-args.
6223         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6224         startup.el now does that for all character-terminal frames.
6226 2000-10-28  Miles Bader  <miles@gnu.org>
6228         * emacs-lisp/easy-mmode.el (define-minor-mode):
6229         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6230         is global.  If :global is followed by a non-nil but non-t value,
6231         make the mode buffer-local, but also generate a `global-MODE'
6232         version using `easy-mmode-define-global-mode'.
6233         Add :conditional-turn-on keyword argument.
6235 2000-10-28  Dave Love  <fx@gnu.org>
6237         * international/latin1-disp.el (latin1-char-displayable-p):
6238         Don't use window-system.
6240 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
6242         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6243         Don't call find-buffer-file-type-coding-system.  Instead, just
6244         set eol-type to -unix if inhibit-eol-conversion is in effect, or
6245         if the file is on an untranslated filesystem.
6246         (add-untranslated-filesystem): Use "D" instead of "f" inside
6247         interactive.
6249 2000-10-27  Dave Love  <fx@gnu.org>
6251         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
6252         (refill-mode): Use it.
6254 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
6256         * international/quail.el (quail-activate): Don't make-local-hook.
6258 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
6260         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
6261         manual backups and file.~<rev>.~ for automatic ones.
6262         (vc-make-version-backup): Don't do it on MS-DOS without long file
6263         names.
6265         * vc.el (vc-version-other-window): If an automatic backup of the
6266         desired version exists, rename it instead of copying it.
6268         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6269         after command.  If there's an unexpected error, signal it instead
6270         of being silent.
6271         (vc-cvs-merge-news): Be prepared for no news at all.
6273 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
6275         * shell.el (shell): Add BUFFER argument.
6276         * comint.el (make-comint-in-buffer): New function.
6277         (make-comint): Use it.
6279         * faces.el (face-spec-choose): Change syntax so that the list of
6280         attribute-value pairs is now the cdr of each clause, not the cadr.
6281         Detect old-style entries, and handle them.  Use pop.
6283 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
6285         * cus-edit.el (custom-mode-map): Use a sparse map.
6286         (custom-mode): Don't bother with make-local-hook.
6288         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6290         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6292 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6294         * ps-print.el: Avoid compilation gripes.
6295         (ps-print-version): New version number (6.2.1).
6297 2000-10-26  Dave Love  <fx@gnu.org>
6299         * menu-bar.el: Modify some menu item help strings.
6300         (menu-bar-help-menu): Add link to MORE.STUFF.
6302         * cus-edit.el (custom-mode): Add `special' mode-class property.
6304         * wid-browse.el (widget-browse-mode): Likewise.
6306         * wid-edit.el (widget-specify-field): Revert to using local-map
6307         property, not keymap.
6309 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
6311         * wid-edit.el (widget-field-end): When checking for a `boundary'
6312         field, do so in the correct buffer.
6314         * simple.el (undo): Correctly distinguish between numeric and
6315         non-numeric prefix args in non-transient-mark-mode, as per the doc
6316         string.  When in transient-mark-mode, treat all prefix-args as
6317         numeric.
6319         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6320         Position point on match.  Handle N == 0 correctly.
6322         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6323         (comint-mode-map): Reverse order of `comint-write-output' and
6324         `comint-append-output-to-file'.
6325         (comint-append-output-to-file): Reinstate this function, for the
6326         benefit of the menu.
6328 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
6330         * vc.el (vc-version-other-window): Bind `file'.
6332 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
6334         * Makefile.in (update-authors): New target for maintenance purposes.
6336         * emacs-lisp/authors.el (batch-update-authors): New function.
6337         (authors-fixed-entries): New defconst.
6338         (authors-add-fixed-entries): New function.
6339         (authors): Call it.: Don't process lispref/.
6341 2000-10-25  Jason Rumney  <jasonr@gnu.org>
6343         * cus-edit.el (custom-button-face, custom-button-pressed-face):
6344         Merge x w32 and mac definitions.
6346 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
6348         * menu-bar.el (menu-bar-options-menu): Add a help string for
6349         `uniquify'.
6351 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
6353         * time-stamp.el (time-stamp-string-preprocess):
6354         Fix a wrong type argument error.
6356 2000-10-25  Miles Bader  <miles@gnu.org>
6358         * recentf.el (recentf-mode): Variable removed.
6359         (recentf-mode): Use `define-minor-mode'.
6361         * mwheel.el (mouse-wheel-mode): New global minor mode.
6362         (mwheel-install): Use `mouse-wheel-mode'.
6364 2000-10-25  Dave Love  <fx@gnu.org>
6366         * progmodes/cperl-mode.el (cperl-mode):
6367         Set normal-auto-fill-function correctly.
6369         * wid-edit.el (widget-field-keymap, widget-text-keymap):
6370         Don't inherit from global-map and don't nullify menu-bar and tool-bar
6371         bindings.
6373 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
6375         * wid-edit.el (widget-field-at): New function.
6376         (widget-at, widget-field-activate): Use it.
6377         (widget-tabable-at): Use `widget-at'.
6378         (widget-specify-field): If the terminating character of the widget
6379         field (which is read-only) is a newline, put it into a special
6380         `boundary' field so that C-n/C-p act more naturally.
6381         (widget-field-end): Also don't subtract one if a special
6382         `boundary' field has been added after the widget field.
6384         * comint.el (comint-output-filter, comint-send-input):
6385         Don't bother adding stickiness fields to overlays to fool the field
6386         code, since it should notice the overlay insertion-types now.
6388         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6389         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6390         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6392 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
6394         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
6395         (authors): Set file coding system to iso-2022-7bit.
6396         Add file-local variables to output buffer.
6398         * files.el (after-find-file): Don't print any warnings if
6399         WARN is nil.
6401 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6403         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6405         * delim-col.el: Now there is a column formatting mechanism.
6406         Modified to customization mechanisms convention.  Doc fix.
6407         (columns): New group for delim-col.
6408         (delimit-columns-before, delimit-columns-after)
6409         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6410         (delimit-columns-end): New vars.
6411         (delimit-columns-customize, delimit-columns-format): New funs.
6412         (delimit-columns-region, delimit-columns-rectangle)
6413         (delimit-columns-rectangle-line): Modified to support column
6414         formatting.
6416 2000-10-24  Dave Love  <fx@gnu.org>
6418         * log-edit.el (log-edit): Add :version and a :group for vc.
6420 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
6422         * files.el (after-find-file): Don't print a message ``New file''
6423         if WARN is nil.
6425         * wid-edit.el (widget-field-keymap, widget-text-keymap):
6426         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
6427         get duplicate tool-bar entries because we'll see the global ones
6428         on more than one path through keymaps.
6430         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6432         * progmodes/cmacexp.el: Change Francesco's email address.
6434 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
6436         * window.el (fit-window-to-buffer): Adjust point of the window
6437         buffer, not that of the current buffer.
6439 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
6441         * progmodes/cmacexp.el: Update the euthor's email address.
6443 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
6445         * faces.el (face-spec-set-match-display): Add `graphic' display
6446         type (the inverse of `tty').  Use `display-graphic-p' instead of
6447         the window-system variable.
6449 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
6451         * international/isearch-x.el (isearch-with-input-method):
6452         Call input-method-function with the first event in
6453         unread-command-events.
6455 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
6457         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
6459 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
6461         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6462         New charsets.
6464         * term/mac-win.el: Remove definitions of mac-roman-lower and
6465         mac-roman-upper, require dired, and define instead of set
6466         mac-ready-for-drag-n-drop to avoid compilation error.
6468 2000-10-23  Andrew Innes  <andrewi@gnu.org>
6470         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6471         Remove superfluous calls to subst-char-in-string; instead apply
6472         expand-file-name after convert-standard-filename to ensure
6473         expected directory separators are used.
6475 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
6477         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6479 2000-10-23  Dave Love  <fx@gnu.org>
6481         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6482         (tool-bar-add-item): Set foreground and background for XBM icons.
6484         * international/latin1-disp.el (latin1-char-displayable-p):
6485         New function (from Handa).
6486         (latin1-display-check-font): Use it.
6488         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
6489         using :key-sequence, making it much more usable.
6490         Use nconc, not append.
6491         (imenu--create-keymap-1): Avoid append.
6493         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
6495 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
6497         [the following changes fix a bug where `define-minor-mode' didn't
6498         correctly generate :require clauses for defcustoms in compiled files]
6499         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6500         (byte-compile-log-file, byte-compile-log-1): Don't set
6501         `byte-compile-current-file' to nil.  Instead set
6502         `byte-compile-last-logged-file' to it.  Test whether
6503         byte-compile-current-file equals byte-compile-last-logged-file
6504         instead of whether its nil.
6505         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
6507 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
6509         * textmodes/refill.el: Fix var names in doc.
6510         (refill-mode): Don't bother with make-local-hook anymore.
6512 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
6514         * faces.el (face-user-default-spec, face-default-spec): New functions.
6515         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
6516         (frame-set-background-mode, face-set-after-frame-default):
6517         Use `face-user-default-spec'.  Simplify code slightly.
6519         * woman.el (woman-italic-face, woman-bold-face)
6520         (woman-unknown-face): Add dark-background variants.
6521         (woman-default-faces): Renamed from `woman-colour-faces'.
6522         Set using the stored defaults, rather than using hard-wired colors.
6523         (woman-monochrome-faces): Renamed from `woman-black-faces'.
6524         Just make the foreground `unspecified' rather than "black".
6525         (woman-menu): Rename menu entries accordingly.
6527         * faces.el (header-line): Make more reasonable on mono/grayscale
6528         displays.
6530 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
6532         * cus-edit.el (custom-button-face): Use 3D look for mac.
6533         (custom-button-pressed-face): Likewise.
6535         * faces.el (set-face-attributes-from-resources): Handle mac frames
6536         in the same way as x and w32 frames.
6537         (face-valid-attribute-values): Likewise.
6538         (read-face-attribute): Likewise.
6539         (defined-colors): Likewise.
6540         (color-defined-p): Likewise.
6541         (color-values): Likewise.
6542         (display-grayscale-p): Likewise.
6543         (face-set-after-frame-default): Likewise.
6544         (mode-line): Same default face as for x and w32.
6545         (tool-bar): Likewise.
6547         * frame.el: Remove call to frame-notice-user-settings at end of
6548         the file.
6550         * info.el (Info-fontify-node): Make underlines invisible for mac
6551         as for x, pc, and w32 frame types.
6553         * term/mac-win.el: New file.
6555 2000-10-22  Dave Love  <fx@gnu.org>
6557         * textmodes/refill.el: New file.
6559 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
6561         * vc-hooks.el (vc-version-backup-file-name): New optional args
6562         MANUAL and REGEXP.
6563         (vc-delete-automatic-version-backups, vc-make-version-backup):
6564         New functions.
6565         (vc-before-save): Use the latter.
6566         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6567         confusion.
6569         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
6570         expected by vc[-hooks].el.
6572         * vc.el (vc-checkout): Added `-p' suffix in call to
6573         vc-make-version-backups-p; use vc-make-version-backup to actually
6574         make the backup.
6575         (vc-version-other-window, vc-version-backup-file): Handle both
6576         automatic and manual backups.
6577         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6578         of all of them.
6580 2000-10-22  Miles Bader  <miles@gnu.org>
6582         * comint.el (comint-highlight-input, comint-highlight-prompt):
6583         Renamed, `-face' at end removed.
6584         (comint-send-input, comint-output-filter): Use renamed faces.
6586         * window.el (fit-window-to-buffer): Change defaulting of
6587         MAX-HEIGHT slightly.
6589         * faces.el (color-values, color-defined-p): Use `member', not
6590         `memq', because it works correctly for strings.
6591         (frame-set-background-mode): Actually, "unspecified-fg" and
6592         "unspecified-bg" *are* strings.  Use `member', not `memq', and
6593         `equal', not `eq', when a string value is possible.
6595 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
6597         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6599 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
6601         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6602         sh-electric-rparen, sh-electric-less and sh-electric-hash.
6603         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6604         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6605         (sh-font-lock-syntactic-keywords): Use them.
6606         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6607         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6608         (sh-mode): Don't override font-lock-unfontify-region-function.
6609         Use a copy of sh-font-lock-syntactic-keywords.
6610         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6611         Don't call sh-scan-buffer since font-lock does it on the fly.
6612         (sh-get-indent-info): Use `face' rather than `syntax-table'
6613         text-property to detect here-documents.
6614         Replace sh-special-syntax with sh-st-punc.
6615         (sh-prev-line): Use `face' rather than `syntax-table'
6616         text-property to skip over here-documents.
6617         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6618         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6619         (sh-electric-less, sh-set-here-doc-region)
6620         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
6621         (sh-scan-buffer, sh-rescan-buffer): Remove.
6623 2000-10-21  Andrew Innes  <andrewi@gnu.org>
6625         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6626         remote (ange-ftp) file names.
6628 2000-10-21  Miles Bader  <miles@gnu.org>
6630         * window.el (fit-window-to-buffer): New function.
6631         (shrink-window-if-larger-than-buffer): Use it.
6632         (window-text-height): Don't expect minibuffers to have mode-lines.
6634         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
6635         * international/quail.el (quail-update-guidance):
6636         Use `fit-window-to-buffer' instead of `set-window-text-height'.
6638         * international/quail.el (quail-show-guidance-buf): Make sure
6639         guidance window really has enough room.
6640         (quail-update-guidance): If quail-guidance-win is already shown,
6641         make sure its height is OK.
6643         * window.el (window-text-height, set-window-text-height):
6644         New functions.
6645         (shrink-window-if-larger-than-buffer): Use `window-text-height'
6646         instead of `window-height' & `mode-line-window-height-fudge'.
6647         (mode-line-window-height-fudge): Add FACE parameter.
6648         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6649         instead of `enlarge-window' & `mode-line-window-height-fudge'.
6651 2000-10-20  Miles Bader  <miles@gnu.org>
6653         * window.el (height-affecting-face-attributes): Use `defconst'.
6655         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6656         New function, conditionally aliased to `mode-line-window-height-fudge'.
6657         (ispell-help): Use it.
6658         (ispell-choices-win-default-height): Don't include mode-line fudge.
6659         (ispell-choices-win-default-height): New function.
6660         (ispell-show-choices, ispell-command-loop): Use function
6661         `ispell-choices-win-default-height' instead of variable.
6663 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
6665         * window.el (mode-line-window-height-fudge): New variable.
6666         (height-affecting-face-attributes): New variable.
6667         (mode-line-window-height-fudge): New function.
6668         (shrink-window-if-larger-than-buffer): Use it.
6669         * help.el (resize-temp-buffer-window): Likewise.
6671         * info.el (Info-fontify-node): Add support for @subsubsection
6672         titles, which use `Info-title-4-face'.
6673         (Info-title-4-face): New face.
6674         (Info-title-3-face): Inherit from Info-title-4-face instead of
6675         variable-pitch.
6677 2000-10-19  Jason Rumney  <jasonr@gnu.org>
6679         * dired.el (dired-insert-directory): Do not let errors signalled by
6680         attempt to run dired-free-space-program prevent dired from working.
6682 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
6684         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6686 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
6688         * dirtrack.el (dirtrack): Fix call to run-hooks.
6690         * cmuscheme.el (cmuscheme-program-name): Renamed from
6691         scheme-program-name because xscheme.el contains a defcustom with
6692         the same name.  As a consequence, customizing group `cmuscheme'
6693         loaded `xscheme' which redefined run-scheme.
6694         (run-scheme): Use cmuscheme-program-name.
6696         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
6698         * play/doctor.el (doctor-death): Update the Samaritans'
6699         anonymous address, and add a website for Befrienders International.
6701 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6703         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
6704         Avoid compilation gripes.  Doc fix.
6705         (ps-print-version): New version number (6.2).
6706         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6707         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6708         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6709         (ps-x-extent-priority, ps-x-extent-start-position)
6710         (ps-x-face-font-instance, ps-x-find-coding-system)
6711         (ps-x-font-instance-properties, ps-x-make-color-instance)
6712         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6713         avoid compilation gripes without defining functions.
6714         (ps-e-find-composition): Alias for function find-composition, to have a
6715         suitable function depending on Emacs version.
6716         (ps-color-device, ps-color-values, ps-face-foreground-name)
6717         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6718         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6719         (ps-print-ensure-fontified): Function definitions surrounded by
6720         `eval-and-compile' to avoid compilation gripes.
6721         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6722         by symbol-value to avoid compilation gripes.
6723         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6724         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6726 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
6728         * startup.el (normal-top-level): Call `frame-set-background-mode'
6729         after `frame-notice-user-settings' because the latter doesn't call
6730         the former on a tty.
6732         * faces.el (frame-set-background-mode): `unspecified' &c are
6733         symbols, not strings.
6735 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
6737         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6738         why some "light*" colors are deliberately absent from the alist.
6740         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6741         Change colors for tty's, as suggested by Miles Bader.
6743 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
6745         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
6746         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
6747         for ISO10646-1 fonts.
6748         (x-font-name-charset-alist): Add an entry for "iso10646-1".
6750 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
6752         * faces.el (frame-set-background-mode): If a tty frame defines a
6753         background color, use that to compute the background mode, instead
6754         of always defaulting to "dark".
6756 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
6758         * comint.el (comint-write-output): New function.
6759         (comint-mode-map): Add it to the menu.
6760         Bind `C-c C-s' to comint-write-output.
6762 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
6764         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6765         Use fancy-splash-delay.
6767 2000-10-18  Alex Schroeder  <alex@gnu.org>
6769         * progmodes/sql.el (sql-sybase-options): New option.
6770         (sql-sybase): Use it.  Add sql-database to the list of parameters
6771         provided for login.  The options -w 2048 -n are not used any more.
6773         * comint.el (comint-read-input-ring): Bugfix such that the first
6774         and the last entry of the input ring file are not lost.
6776 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6778         * ps-print.el: Internal variable changes to defcustom,
6779         make-local-hook changes to defvar.  Doc fix.
6780         (ps-print-version): New version number (6.1).
6781         (ps-setup, ps-do-despool): Code fix.
6782         (ps-printer-name): Customization fix.
6783         (ps-printer-name-option): Now is a defcustom instead of an
6784         internal variable.
6785         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6786         (ps-print-begin-column-hook): Now are defvar instead of
6787         make-local-hook.
6789 2000-10-18  Miles Bader  <miles@gnu.org>
6791         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6792         (comint-kill-output): Changed into an alias for `comint-delete-output',
6793         and made obsolete.
6794         (comint-mode-map): Rename references to comint-kill-output.
6796 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
6798         * diff-mode.el (diff-header-face, diff-file-header-face)
6799         (diff-changed-face): Add bold and italic attributes to tty faces.
6800         (diff-function-face): New face.
6801         (diff-font-lock-keywords): Use it.
6803 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
6805         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6806         Remove commented-out call to force-mode-line-update.
6807         (comint-kill-output): Use `forward-line 0' instead of
6808         beginning-of-line to make sure we get past the prompt.
6810 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
6812         * diff-mode.el (diff-header-face, diff-file-header-face):
6813         Add specific setting for dark background.
6814         (diff-context-face): Renamed from diff-comment-face.
6815         Set explicitly rather than inheriting from font-lock-comment-face.
6817 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
6819         * startup.el (command-line): Move the code which sets the default
6820         TTY colors to before before-init-hook.
6822 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
6824         * jit-lock.el (jit-lock-stealth-time): Doc fix.
6826 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
6828         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6829         extensions, for MS-DOS.
6831         * diff-mode.el (diff-header-face, diff-file-header-face)
6832         (diff-changed-face): Define tty-specific colors.
6834 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
6836         * startup.el (fancy-splash-text): Realign the text.
6838 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
6840         * font-lock.el (font-lock-comment-face): Define a separate default
6841         for dark-background tty's.
6843 2000-10-17  Miles Bader  <miles@gnu.org>
6845         * help.el (resize-temp-buffer-window): Add hack to avoid last line
6846         being obscured by whizzy mode-lines on graphics displays.
6848 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
6850         * info.el (Info-title-1-face, Info-title-2-face)
6851         (Info-title-3-face): Define colors for tty's.
6852         (info-header-node): Remove unneeded tty-specific definition.
6854 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
6856         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6857         reverse from the frame parameters, and don't invert foreground and
6858         background colors.
6860 2000-10-16  Miles Bader  <miles@gnu.org>
6862         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6863         string "*Info*".  Call propertized-buffer-identification to spruce
6864         up the result.
6866 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
6868         * help.el: Provide `help' for the sake of define-minor-mode
6869         which generates defcustoms with requires.
6871         * jit-lock.el (jit-lock-after-change): If we're in text that
6872         matches a multi-line font-lock pattern, make sure the whole text
6873         will be redisplayed.
6875         * emacs-lisp/authors.el (authors-add): Don't add an entry if
6876         author's name is unknown.
6878         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6879         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6880         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6881         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6882         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6883         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6884         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6885         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6886         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6887         Add author information.
6889 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
6891         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6892         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6893         full-color version (using the Gimp) to eliminate dithering artifacts.
6895 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
6897         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6899         * simple.el (syntax-flag-table, string-to-syntax): Remove.
6901 2000-10-15  Dave Love  <fx@gnu.org>
6903         * progmodes/sh-script.el: Require skeleton and comint when compiling.
6905         * pcomplete.el (pcomplete) <defgroup>: Add :version.
6907         * whitespace.el: Doc fixes.
6908         (top-level): Don't add hooks here.
6909         (whitespace-running-emacs): Deleted.
6910         (timer): Don't require.
6911         (whitespace): Add back :version conditional on xemacs test.
6912         (whitespace-spacetab-regexp, whitespace-indent-regexp)
6913         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6914         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6915         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6916         Avoid specific xemacs test.
6917         (whitespace-global-mode): New option.
6918         (whitespace-global-mode): New command.
6919         (whitespace-unload-hook): New function.
6921         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
6922         (Info-fontify-node, Info-goto-node, Info-mode-menu)
6923         (Info-fontify-node): `Goto' goes to `Go to'.
6924         (Info-fontify-node): Add help-echo to xref links.
6926 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
6928         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6930 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
6932         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6933         Use plist-get and allow :inherit.
6935         * emacs-lisp/cl-macs.el (cl-do-arglist):
6936         Use plist-get and plist-member instead of memq.
6938         * emacs-lisp/ewoc.el (ewoc-location): New function.
6939         (ewoc-enter-after, ewoc-enter-before): Document return value.
6940         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6941         Don't need make-local-hook any more.
6942         (cvs-addto-collection): Return the new tin.
6943         (cvs-mode-insert): Jump to the new line.
6945         * jit-lock.el (jit-lock-fontify-buffer): Remove.
6947         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6949         * font-lock.el (font-lock-syntactically-fontified): New var.
6950         (font-lock-fontify-syntactic-keywords-region): Use it.
6951         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
6953         * diff-mode.el (diff-find-file-name): Fix regexp.
6955         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6956         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6958         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6959         (sh-mode-syntax-table): Add punctuation syntax for < and >.
6960         (sh-mode): Don't make all vars local here.
6961         (sh-kw): Reformat.
6962         (sh-set-shell): Use dolist.  Don't set indent-region-function.
6963         (sh-mode-syntax-table): Use pop.
6964         (sh-remember-variable): Use push.
6965         (sh-help-string-for-variable): Use memq.
6966         (sh-safe-backward-sexp): Remove.
6967         (sh-safe-forward-sexp): Add ARG.
6968         (sh-get-indent-info, sh-prev-stmt): Use it.
6969         (sh-prev-line): Simplify by using forward-comment.
6970         (sh-this-is-a-continuation): Simplify.
6971         (sh-learn-buffer-indent): Use dolist.
6972         (sh-do-nothing): Remove.
6973         (sh-set-char-syntax, sh-set-here-doc-region):
6974         Use inhibit-modification-hooks.
6975         (sh-name-style): Use mapcar and push.
6976         (sh-load-style): Use dolist.
6977         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6978         (sh-case, sh-while-getopts): Use propertize directly rather
6979         than sh-electric-rparen.
6981 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
6983         * textmodes/tex-mode.el: Require CL when compiling.
6984         (tex-mode-syntax-table): Init immediately.
6985         (tex-mode-map): Bind M-RET to latex-insert-item.
6986         (latex-mode): Set indent-line-function to latex-indent.
6987         (tex-common-initialization): Don't setup the syntax-table any more.
6988         (latex-insert-item): New skeleton.
6989         (tex-next-unmatched-end): Fix copy/paste braino.
6990         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
6991         (latex-indent, latex-find-indent): New functions.
6992         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
6993         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6994         (tex-compilation-parse-errors): Use with-syntax-table.
6996 2000-10-15  Miles Bader  <miles@gnu.org>
6998         * font-lock.el (font-lock-comment-face): Change dark-background,
6999         color, non-tty, default to `chocolate1'.
7001 2000-10-13  John Wiegley  <johnw@gnu.org>
7003         * eshell/esh-util.el (require): Added a missing `require' form,
7004         needed when compiling (for an ange-ftp macro definition).
7006 2000-10-13  Dave Love  <fx@gnu.org>
7008         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7010 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
7012         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
7014         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
7015         transparent -colors 8).
7017 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
7019         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7020         that breaks with old list format timestamps.
7021         (time-stamp-warn-inactive, time-stamp-old-format-warn)
7022         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
7024 2000-10-13  John Wiegley  <johnw@gnu.org>
7026         * align.el, pcomplete.el, calendar/timeclock.el,
7027         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7029         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
7030         faulty math, where holiday hours were being computing as seconds.
7032 2000-10-13  John Wiegley  <johnw@gnu.org>
7034         * desktop.el (desktop-buffer-modes-to-save): Added a global for
7035         specifying what "other" kinds of buffers should be saved.
7036         This used to be hard-coded.
7037         (desktop-buffer-misc-functions): A global for specifying how
7038         auxiliary data should be determined for special buffer types.
7039         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7040         instead of hard-coding the special buffer types.
7041         (desktop-save): Run `desktop-buffer-misc-functions' to gather
7042         auxiliary data, instead of hard-coding for Info buffers and dired.
7043         (desktop-buffer-info-misc-data): Aux function for determining Info
7044         buffer auxiliary info.
7045         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7046         (desktop-buffer-info): Changed this function to use the info
7047         gathered above.
7048         (desktop-create-buffer): Be a little more careful about what
7049         `minor-mode' means before calling it.  This is important for some
7050         buffer types.
7052 2000-10-13  John Wiegley  <johnw@gnu.org>
7054         * eshell/esh-util.el: Added a global form which declares an
7055         autoload for `parse-time-string', if that function is not already
7056         defined, and if parse-time.el is available on the user's system.
7058         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7059         to be aware of ange-ftp user info.
7060         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
7061         (eshell-ls-annotate): Use `eshell-file-attributes'.
7062         (eshell-ls-file): Made the user-id printing code a bit smarter.
7064         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7065         allow identification of alias user ids in remote directories.
7066         It's manual, but there's no other way to know when the current user
7067         on the local machine, is also the owning user on the remote machine.
7068         (fboundp): Bind `ange-cache'.
7069         (eshell-directory-files-and-attributes): Re-organized the logic a
7070         bit to use `eshell-file-attributes' instead of `file-attributes'.
7071         The former is more sensitive to directories that are read via FTP,
7072         and knows how to use ange-ftp to determine full attribute
7073         information, instead of just the name and last modtime.
7074         (eshell-current-ange-uids): Return the current user id when in a
7075         remote directory.
7076         (eshell-parse-ange-ls): Parse a full directory listing that has
7077         been returned by ange-ftp.
7078         (eshell-file-attributes): This beefed up version of
7079         `file-attributes' is only special if the user is currently in a
7080         remote directory, in which case it does a lot of work to find out
7081         what the real attributes of a file are, as they appear on the
7082         remote machine.  This makes usage of remote directories (i.e.,
7083         ange-ftp pathnames) much more useful.  You can now use Eshell as a
7084         full-fledged FTP client, with much more manipulation ability than
7085         most other clients.
7087         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7088         variable, which means that Eshell's du should always be preferred
7089         in remote directories.
7090         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7091         just `file-attributes'.
7092         (eshell-mvcp-template): Bind `ange-cache', to improve performance
7093         when reading remote directories.  This is an Eshell-specific
7094         variable (not part of ange-ftp).
7095         (eshell/ln): Bind `ange-cache'.
7096         (eshell/du): Added some extra logic for determining when to use
7097         Eshell's du (which is slow), and when to use the external version
7098         (which may or may not exist).
7100         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7101         Call `eshell-interactive-process', rather than using
7102         `get-buffer-process', since backgrounded processes don't count in
7103         the context of this function's logic.
7105         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7106         `forward-char', so that null strings are parsed correctly.
7108 2000-09-13  John Wiegley  <johnw@gnu.org>
7110         * eshell/em-pred.el (eshell-pred-file-type)
7111         (eshell-pred-file-links, eshell-pred-file-size):
7112         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
7114         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7115         that remote file globbing is more efficient.
7117         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7118         gathering the files and attributes within a directory.
7120         * eshell/em-unix.el (eshell/cat): If any of the files passed on
7121         the command line is a special file (not a regular file, directory
7122         or symlink), always attempt to call the external version of cat.
7124 2000-09-13  John Wiegley  <johnw@gnu.org>
7126         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7127         Eshell-friendly version of find-tag.
7129 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
7131         * image-file.el (image-file-name-extensions)
7132         (image-file-name-regexps): Add autoload cookies.
7134 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
7136         * international/mule-cmds.el (select-safe-coding-system): If FROM
7137         is string, show it in *Warning* buffer.
7139 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
7141         * startup.el (normal-top-level): Use display-popup-menus-p instead
7142         of window-system.
7143         (command-line): Use display-graphic-p instead of window-system.
7144         (command-line-1): Use display-popup-menus-p and display-mouse-p
7145         instead of window-system.
7147 2000-10-12  Sam Steingold  <sds@gnu.org>
7149         * tooltip.el (tooltip-use-echo-area): New user variable.
7150         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7152 2000-10-12  Dave Love  <fx@gnu.org>
7154         * recentf.el: Maintainer's checkdoc fixes.
7156         * startup.el (normal-top-level-add-subdirs-to-load-path):
7157         Use character class, not ASCII when matching file names.
7158         (fancy-splash-head): Add trailing slash to URL.
7159         (command-line): Don't require XPM support for toolbar.
7161         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7162         (cperl-invalid-face): Revert last change.
7163         (cperl-init-faces): Quote cperl-invalid-face.
7165 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
7167         * startup.el (fancy-splash-text): Remove superfluous quote.
7169 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
7171         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7172         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7173         (command-line-1): Don't use fancy-splash-pending-command.
7174         (fancy-splash-screens-1): Goto point-min after inserting text.
7176         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7178         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7179         instead of shared-lisp-mode-map.
7181 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
7183         * faces.el (header-line): Change tty-variant to use underlining.
7185         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7186         (isearch-highlight): Restore lazy-isearch face properties at old
7187         position, and suppress them at new position.
7188         (isearch-dehighlight): Restore lazy-isearch face properties.
7189         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7190         over the real isearch overlay, but in that case, don't give it a
7191         face property.  Use `push'.
7193 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
7195         * man.el (Man-getpage-in-background): Fix previous change.
7196         Decode the process output only when we are in multibyte mode.
7198 2000-10-11  Dave Love  <fx@gnu.org>
7200         * info.el (Info-mode-menu): Fix some help.
7201         (info-tool-bar-map): Add entry for Info-last.
7203         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7204         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7205         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7206         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7207         * toolbar/search-replace.xpm, toolbar/exit.xpm:
7208         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7209         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7210         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7211         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7212         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7213         Reduce colour requirements to 25 overall.  (Probably wants
7214         revisiting from the originals to reduce further.)
7216 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
7218         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7219         buffer-file-coding-system, instead of raw-text.
7220         (dehexlify-buffer): Bind coding-system-for-read to
7221         buffer-file-coding-system, instead of raw-text.
7223 2000-10-11  Sam Steingold  <sds@gnu.org>
7225         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
7226         `underline' - fixes the bug introduced on 2000-09-21.
7228 2000-10-11  Dave Love  <fx@gnu.org>
7230         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7231         Avoid compiler warnings.
7232         (scheme-mode): Doc fix.
7233         (scheme-font-lock-keywords-1): Match `define-syntax'.
7235 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
7237         * faces.el (frame-set-background-mode): Pay attention to saved
7238         face specs as well as default ones.  Only do anything if the
7239         bg-mode or display-type has actually changed.  Use `dolist'.
7240         (region): Make dark-background `region' face less in-your-face.
7242 2000-10-10  Sam Steingold  <sds@gnu.org>
7244         * chistory.el, ielm.el, ledit.el:
7245         * progmodes/inf-lisp.el, progmodes/scheme.el:
7246         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7248 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
7250         * textmodes/texinfo.el: Update copyright and fix typo.
7252         * desktop.el (desktop-modes-not-to-save): New var.
7253         (desktop-save-buffer-p): Use it.
7254         Also, obey desktop-buffers-not-to-save even for non-file buffers.
7255         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7257 2000-10-10  Dave Love  <fx@gnu.org>
7259         * toolbar/tool-bar.el (tool-bar-add-item)
7260         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
7262         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7263         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7264         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7265         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7266         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7267         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7268         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7269         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7270         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7271         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7272         the .xpms; probably need retouching.
7274 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
7276         * subr.el (add-to-list): Add optional argument APPEND.
7277         * battery.el (display-battery): Use `add-to-list'.
7279 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
7281         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7282         properties.
7283         (zone, zone-when-idle, zone-leave-me-alone)
7284         (zone-pgm-whack-chars): Use new symbol properties.
7286         * battery.el (display-battery): Doc spelling fix.
7288         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7289         property.
7291 2000-10-09  Dave Love  <fx@gnu.org>
7293         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7294         has been initialized before calling tool-bar-setup.
7295         (tool-bar-add-item-from-menu): Add autoload cookie.
7297 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
7299         * menu-bar.el (send-mail-item-name): New function.
7300         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7301         of mail-user-agent in the menu.  Don't display the "Send Mail"
7302         item if mail-user-agent is nil or its value is ignore.
7303         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7304         if read-mail-command is nil or its value is ignore.
7306         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7308 2000-10-09  Miles Bader  <miles@gnu.org>
7310         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7311         Correct image size.
7312         * toolbar/left_arrow.xpm: Correct image size.
7314         * jka-compr.el: Don't call `jka-compr-install' when loading (it
7315         will be done by the definition of `auto-compression-mode' if
7316         necessary.  Move code to uninstall existing file-name handler
7317         before definition of `auto-compression-mode'.
7319         * image-file.el (auto-image-file-mode): Move to the end of the
7320         file, because `define-minor-mode' actually calls the mode-function
7321         if the associated variable is non-nil, which requires that all
7322         needed functions be already defined.
7324         * mouse.el (popup-menu): Balance parens.
7326 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
7328         * mouse.el (popup-menu): Move the command call outside the loop
7329         so that popup-menu returns whatever the command returns.
7331         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
7332         (initialize-new-tags-table): Use run-hook-with-args-until-success.
7333         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7334         (tags-table-format-functions): Renamed from tags-table-format-hooks.
7336         * vc.el (vc-version-diff): diff-switches can be a list.
7337         Use relative filenames for prettier output.
7339         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7340         (vc-post-command-functions): Remove old-VC compatibility code.
7342         * newcomment.el (comment-indent-default): Autoload.
7344         * font-lock.el (font-lock-defaults): Make buffer-local.
7345         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7346         (font-lock-choose-keywords):
7347         Ignore LEVEL unless KEYWORDS is a list of syms.
7348         (c-keywords, c++-keywords, objc-keywords, java-keywords):
7349         Don't wrap regexp-opt things in \(...\) unnecessarily.
7351         * jit-lock.el: Don't require font-lock any more.
7352         (jit-lock-functions): Make buffer-local.
7353         (jit-lock-saved-fontify-buffer-function): Remove.
7354         (jit-lock-mode): Remove autoload cookie.
7355         Remove font-lock specific code.
7356         (jit-lock-unregister): Don't bother handling complex hooks any more.
7357         (jit-lock-refontify): New function.
7358         (jit-lock-fontify-buffer): Use it.
7359         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7360         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7361         Add optional args START and END.
7362         Never call font-lock-fontify-region directly.
7363         (jit-lock-function, jit-lock-stealth-fontify): Use it.
7365         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7367 2000-10-08  Dave Love  <fx@gnu.org>
7369         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7371         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7373         * play/studly.el (studlify-region, studlify-word): Add autoload
7374         cookie.
7376         * play/morse.el (morse-region, unmorse-region): Add autoload
7377         cookie.
7379         * play/spook.el (spook-phrases-file): Use expand-file-name, not
7380         concat.
7382         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7383         insist on symbols starting with word syntax.
7384         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7385         (eval-defun-1): Doc fix.
7386         (indent-sexp): Use nconc to build up indent-stack.
7388         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7389         Gnus with little use.
7390         (mail-setup-hook): Add mail-abbrevs-setup to options.
7392         * recentf.el: Doc fixes.
7394         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7395         Clean up remainder.
7397         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
7398         without timezone and (8) with timezone to enforce some whitespace.
7399         Simplify code somewhat.
7401         * options.el (list-options): Doc that you should use customize.
7403         * iswitchb.el (iswitchb-mode): Add :require.
7405         * info.el (Info-goto-node, Info-menu): Doc fix.
7406         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7407         (info-tool-bar-map): New variable.
7408         (Info-mode): Use it.
7409         (Info-edit-map): Define all in defvar.
7410         (speedbar-attached-frame): Avoid compiler warning.
7412         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7413         (global-map): Bind [tool-bar] to a filtered map.
7414         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
7415         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7416         Allow PBM icons.
7417         (tool-bar-setup): Adjust calls of tool-bar-add-item.
7419         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7420         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7421         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
7422         icons, except up_arrow, which is left-arrow rotated.
7424         * imenu.el (imenu-add-to-menubar): Fix last change.
7426 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
7428         * generic-x.el (rul-generic-mode): Remove eval-when-compile
7429         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
7431 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
7433         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7434         typos in doc strings.
7436         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7437         the doc strings how to customize Font Lock faces.
7439         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7440         computing growth when dragging the header line.
7442 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
7444         * simple.el (kill-line): Doc fix.
7446 2000-10-08  Miles Bader  <miles@gnu.org>
7448         * faces.el (secondary-selection): Make foreground visible on tty.
7450         * jka-compr.el (auto-compression-mode): Move to the end of the
7451         file, because `define-minor-mode' actually calls the mode-function
7452         if the associated variable is non-nil, which requires that all
7453         needed functions be already defined.
7454         (with-auto-compression-mode): Add autoload cookie.
7456 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
7458         * files.el (find-backup-file-name) [ms-dos]: If support for long
7459         file names is not available, behave as if version-control were set
7460         to never.
7462 2000-10-07  Dave Love  <fx@gnu.org>
7464         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7465         (browse-url-gnome-moz): New function.
7466         (browse-url-browser-function): Use it.
7467         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7469 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
7471         * indent.el (tab-always-indent): New var.
7472         (indent-for-tab-command): Use it.
7474         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7475         raise an error.  This way it can still default to a sane value.
7477 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
7479         * startup.el (fancy-splash-screens): Use local rather than global map.
7480         Don't use `update-menu-bindings' any more.
7481         Get rid of assumptions about keymap representation.
7483 2000-10-06  Dave Love  <fx@gnu.org>
7485         * textmodes/fill.el (sentence-end-double-space)
7486         (sentence-end-without-period):  Doc fix.
7487         (adaptive-fill-regexp): Purecopy.
7488         (unjustify-current-line): Use line-end-position.
7489         (fill-individual-paragraphs-prefix): Use line-beginning-position.
7491         * net/eudc-vars.el (eudc): Add :version, :link.
7493         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7495         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7496         Fix for define-minor-mode.
7497         (function-at-point): Alias to function-called-at-point.
7499         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7501         * simple.el (backward-word): Doc fix.
7503         * image-file.el (image-file-name-regexp): image-file-regexps ->
7504         image-file-name-regexps.
7505         (image-file-name-extensions): Add pbm.
7507 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
7509         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7510         and add filename to the names so that diff-mode can jump to source.
7512         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7513         (tex-font-lock-keywords, tex-font-lock-keywords-2)
7514         (tex-font-lock-keywords-1): Remove.
7515         (font-lock-turn-on-thing-lock): Use jit-lock-register.
7516         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7517         (font-lock-default-fontify-region):
7518         Expand beg..end correctly when just following a multiline region.
7519         (font-lock-fontify-anchored-keywords):
7520         Include the anchor text as part of the multiline.
7522 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
7524         * loadup.el (toplevel): Load `loaddefs' before `help' because the
7525         latter needs the autoloaded define-minor-mode macro during the
7526         bootstrap.
7528         * startup.el (command-line): For now, activate tool-bar-mode only
7529         if XPM images are supported.
7531         * mouse.el (mouse-drag-header-line): Don't allow resizing a
7532         window by dragging a header-line at the top of the frame; that's
7533         confusing because the header-line doesn't move.
7534         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7535         of treating the event as a list.  Some cleanup.
7537 2000-10-06  Miles Bader  <miles@gnu.org>
7539         * simple.el (display-message-or-buffer): New function.
7540         (shell-command-on-region): Use `display-message-or-buffer'.
7542         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7543         docstring parts.
7545         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7546         (smbclient-prompt-regexp): Add usage note to doc string.
7547         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7548         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7549         Use add-hook for adding the comint filter function, and only do so
7550         if it's not already in the global hook list.
7551         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7552         to `make-local-variable'.
7553         (nslookup-font-lock-keywords): Remove prompt entry.
7554         (nslookup): Don't set the process-filter.
7555         (finger): Exit the loop correctly when the regexps list runs out.
7556         (ftp, smbclient, smbclient-list-shares):
7557         Set the real major mode immediately, not after execing.
7558         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7560         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7562 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
7564         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7566         * which-func.el (which-func-format): Remove spurious space.
7567         (which-func-mode): Don't make it permanent-local.
7568         (which-func-ff-hook): Allow which-func-maxout to be nil.
7569         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
7570         (which-func-mode): Simplify.
7571         Use post-command-idle-hook rather than post-command-hook.
7572         Go through all buffers and update their state.
7573         (which-function): Also try add-log-current-defun-function.
7575         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7576         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7577         Update call to with-vc-properties accordingly.
7578         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7579         (vc-revert-buffer): More careful about window selection and deletion.
7580         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7582         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7583         (cvs-retrieve-revision): Reuse a pre-existing buffer.
7584         (cvs-dired-action): Change the default to quickdir.
7586         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7587         if comment-indent-function returns nil.
7588         (comment-indent-default): New function.
7589         (comment-indent-function): Use it and document the new semantics.
7591         * image-file.el: Docstring fixes.
7593         * help.el (help-xref-on-pp): Use match-string.
7594         (describe-variable): New arg BUFFER.
7595         Store the current buffer in the help-xref-stack.
7596         (temp-buffer-resize-mode): Use define-minor-mode.
7598         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7599         consistently with its docstring.
7600         Set jit-lock-first-unfontify-pos in an idempotent way.
7601         (jit-lock-register): Autoload and add arg CONTEXTUAL.
7603 2000-10-05  Alex Schroeder  <alex@gnu.org>
7605         * sql.el (sql-mysql-options): New variable.
7606         (sql-mysql): Use it.
7608 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
7610         * image.el (image): New group.
7612         * smerge-mode.el (smerge-mine-face, smerge-other-face)
7613         (smerge-base-face, smerge-markers-face): Add dark-background variants.
7615 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
7617         * net/net-utils.el (nslookup-font-lock-keywords)
7618         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7619         Ignore the value of wqindow-system; always define keywords
7621 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
7623         * startup.el (fancy-splash-screens): Remove the code for
7624         debugging; `(trace-to-stderr "EXITTT\n")'.
7626 2000-10-05  Miles Bader  <miles@gnu.org>
7628         * diff-mode.el (diff-goto-source): Update call to
7629         `diff-hunk-status-msg' to reflect new REV variable.
7631 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
7633         * progmodes/icon.el (icon-mode):
7634         Don't gratuitously override the default for comment-column.
7636         * vc-hooks.el (vc-mode-line): Fix interactive spec.
7638         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7639         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7640         (jit-lock-functions): New var.
7641         (jit-lock-function-1): Use it if non-nil.
7642         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
7643         Set the `fontified' property before doing the fontification to avoid
7644         repeatedly going through the same error.
7645         Don't turn errors into messages.
7646         (jit-lock-register, jit-lock-unregister): New functions.
7648         * dired.el (dired-mark-pop-up): Turn comment into docstring.
7649         Use with-current-buffer.
7651         * dired-aux.el (dired-do-create-files, dired-kill-tree):
7652         Turn comment into docstring.
7654         * apropos.el (apropos-mode): Use define-derived-mode.
7656 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
7658         * startup.el (fancy-splash-pending-command): New variable.
7659         (fancy-splash-pre-command): New function.
7660         (fancy-splash-screens): Rewritten.
7661         (command-line-1): If fancy-splash-pending-command is set, call it
7662         interactively.
7664 2000-10-04  Dave Love  <fx@gnu.org>
7666         * toolbar/tool-bar.el (tool-bar-setup): New function.
7667         (tool-bar-mode): Use it.
7669         * subr.el (substitute-key-definition): Doc fix.
7670         (play-sound-file): New command.
7672 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
7674         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7675         vc-version-backup-file-name): New functions.
7677         * files.el (basic-save-buffer): Call vc-before-save before saving.
7679         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7680         vc-cvs-stay-local-p.
7682         * vc.el (vc-revert-buffer): Handle empty diff properly.
7683         (vc-version-backup-file): New function.
7684         (vc-checkout): Create a version backup if necessary.
7685         (vc-checkin): If a version backup file exists, delete it.
7686         (vc-version-diff): Diff locally using version backups, if available.
7687         (vc-revert-file): If there's a version backup, revert locally.
7688         (vc-transfer-file): Use version backup for base version, if
7689         available.  If not, ask for confirmation whether to get it from the
7690         server.  Update mode line before check-in.
7692 2000-10-04  Dave Love  <fx@gnu.org>
7694         * toolbar/tool-bar.el (tool-bar-setup): New function.
7695         (tool-bar-mode): Use it.
7697 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
7699         * net/net-utils.el (nslookup-font-lock-keywords)
7700         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7701         Only set if window-system is non-nil
7702         (net-utils-run-program): Returns buffer.
7703         (network-connection-reconnect): Added this function.
7705         * generic.el:
7706         Incorporates extensive cleanup and docfixes by
7707         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7708         Uses cl compile-time macros.
7709         (generic-mode-name, generic-comment-list)
7710         (generic-keywords-list, generic-font-lock-expressions)
7711         (generic-mode-function-list, generic-mode-syntax-table):
7712         Removed variables.
7713         (generic-mode-alist): Renamed to generic-mode-list.
7714         (generic-find-file-regexp): Default changed to "^#".
7715         (generic-read-type): Uses completing read on generic-mode-list.
7716         (generic-mode-sanity-check): removed this function.
7717         (generic-add-to-auto-mode): Removed this function
7718         (generic-mode-internal): Bind mode-specific definitions
7719         into function instead of putting them in alist.
7720         (generic-mode-set-comments): Reworked extensively.
7721         (generic-mode-find-file-hook): Simplified regexp searching
7722         (generic-make-keywords-list): Omit extra pair of parens
7724         * find-lisp.el (find-lisp-find-files-internal):
7725         Make sure directory name ends with "/".
7727         * generic-x.el (apache-conf-generic-mode):
7728         Regexp now allows leading whitespace.
7729         (rc-generic-mode): Added eval-when-compile
7730         around generic-make-keywords-list.
7731         Deleted duplicate regexp
7732         (rul-generic-mode): Added eval-when-compile
7733         around generic-make-keywords-list.
7734         (etc-fstab-generic-mode): New generic mode.
7735         (rul-generic-mode): Removed one eval-when-compile
7736         which caused a max-specpdl-size exceeded error.
7738 2000-10-04  Miles Bader  <miles@gnu.org>
7740         * simple.el (minibuffer-temporary-goal-position): New variable.
7741         (next-history-element): Try to keep the position of point in the
7742         input string constant.
7744         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7745         (dired-do-create-files): If there's only one file, pass it in as
7746         the DEFAULT arg to dired-mark-read-file-name.
7748 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
7750         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7751         (diff-goto-source): Be smarter when choosing REVERSE or not.
7753         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7754         (texinfo-mode-menu): Add an explicit shortcut for update all.
7756 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
7758         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7759         factorize backend-specific code cleanly (this was essentially
7760         conceived by Stefan Monnier).
7761         (vc-unregister): Function removed.
7762         (vc-revert-file): New function.
7763         (vc-revert-buffer): Delegate some of the work to it.
7765         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7766         default branch unconditionally.
7767         (vc-rcs-set-default-branch): New function.
7768         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7769         (vc-rcs-checkin): If an appropriate default branch has been set,
7770         force creation of that branch.
7771         (vc-rcs-receive-file): Rewritten to contain only backend-specific
7772         code (as suggested by Stefan Monnier).
7774 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
7776         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7777         highlighting overlay with a different face over the overlay
7778         isearch uses to highlight the current match because that can lead
7779         to bad face combinations.
7781         * loadup.el (toplevel): Load faces before isearch.
7783         * isearch.el (isearch-faces): New custom group.
7784         (isearch): New defface; was already tested for in the code.
7785         (isearch-lazy-highlight-face): Changed to defface from defcustom.
7786         (isearch-highlight): Always use face `isearch'.
7788 2000-10-02  Dave Love  <fx@gnu.org>
7790         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7791         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
7792         comparison of opcode with operand.
7794 2000-10-03  Miles Bader  <miles@gnu.org>
7796         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7797         buffer, since the echo area will now grow to accommodate them.
7799 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
7801         * vc-hooks.el (vc-registered): If FILE used to be registered under
7802         a certain backend, try that one first.
7804         * vc.el (vc-responsible-backend): Undo the previous change in the
7805         argument list.  Handle multiple backends correctly.
7806         (vc-find-new-backend): Function removed.
7807         (vc-register): Use vc-responsible-backend, as before.
7808         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7810 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
7812         * startup.el (fancy-splash-head): Change message below the
7813         logo.
7815 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
7817         * diff-mode.el (diff-goto-source): Emit a status message.
7818         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7819         (diff-test-hunk): Fix doc string.
7820         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7821         (diff-advance-after-apply-hunk): New variable.
7822         (diff-apply-hunk): Don't return a value.
7824 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
7826         * vc.el (vc-editable-p): Minor optimization.
7827         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7828         (vc-find-new-backend): New function split from vc-responsible-backend.
7829         (vc-register): Use it.
7830         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7831         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7832         (vc-default-unregister, vc-revert-buffer): Docstring fix.
7833         (vc-clear-headers): Don't use find-file.
7834         (vc-revert-buffer): Use `and' again (must have been a braino).
7835         (vc-switch-backend): Only prompt if requested.
7836         Short circuit if nothing is to be done.
7837         Don't use vc-resynch-buffer which could lose unsaved editing.
7838         (vc-default-receive-file): Update call to vc-unregister.
7839         (with-vc-file, vc-next-action-on-file):
7840         Use vc-backend rather than vc-registered.
7841         (vc-next-action-on-file): Use intern-soft.
7842         Deal with read-only *vc-diff* buffer.
7843         (vc-transfer-file): Docstring fix.
7845         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7846         (vc-rcs-receive-file): Avoid with-vc-properties.
7847         Update call to vc-unregister.
7848         Use constant `RCS' rather than (dynamically bound) var `backend'.
7850 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
7852         * vc.el (vc-next-action-on-file): Update mode line only if file
7853         is visited.
7854         (vc-start-entry): New argument initial-contents.  Don't visit the file
7855         if it isn't already visited.  Brought documentation up-to-date.
7856         (vc-next-action, vc-register): Updated calls to vc-start-entry.
7857         (vc-checkin): New optional arg initial-contents, which is passed to
7858         vc-start-entry.
7859         (vc-finish-logentry): Make sure to bury log buffer only if there
7860         really is one.  Call `vc-resynch-buffer' on log-file, not
7861         buffer-file-name.
7862         (vc-default-comment-history, vc-default-wash-log): New functions.
7863         (vc-index-of): Removed.
7864         (vc-transfer-file): Make do without the above.
7865         (vc-default-receive-file): Call comment-history unconditionally.  Pass
7866         the resulting string to vc-checkin, instead of inserting it into the
7867         comment ring.
7869         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7870         unconditionally.  Use the comments as initial contents of the log
7871         entry buffer.  Document the trick to force branch creation with no
7872         changes.
7874 2000-10-01  Miles Bader  <miles@gnu.org>
7876         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7877         `recenter' with an arg to prevent redrawing the display.
7879 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
7881         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7883         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7885         * progmodes/c-mode.el (c-mode):
7886         Don't gratuitously override the default for comment-column.
7888         * textmodes/tex-mode.el (latex-metasection-list): New var.
7889         (latex-imenu-create-index): Use it.
7890         Move the regexp construction outside loops (and use push).
7891         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7892         (tex-font-lock-keywords): Moved from font-lock.el.
7893         (tex-comment-indent): Remove.
7894         (tex-common-initialization): Don't set comment-indent-function.
7895         (latex-block-default): New var.
7896         (tex-latex-block): Use it to provide a default choice.
7897         Add any unknown choice to latex-block-names.
7898         Insert [...] after {...}.
7899         (tex-last-unended-begin): Simplify regexp.
7900         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7901         (latex-forward-sexp-1, latex-forward-sexp): New functions.
7902         (latex-mode): Set forward-sexp-function.
7904         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7905         Add regexp for @ignore ... @end ignore.
7906         (texinfo-heading-face): New face.
7907         (texinfo-font-lock-keywords): Use it.
7908         (texinfo-mode-menu): New menu.
7909         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7910         New functions.
7911         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7912         (texinfo-section-types-regexp, texinfo-section-level-regexp)
7913         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7914         Remove declaration.
7915         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7917         * delsel.el (delete-selection-mode): Use define-minor-mode.
7919         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7921 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
7923         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7925 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
7927         * replace.el (keep-lines-read-args): New function.
7928         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7929         read arguments interactively.  Add parameters RSTART and REND.
7930         Operate on the active region in Transient Mark mode.
7932         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7934         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7935         (authors-obsolete-files-regexps): New variable.
7936         (authors-add): Don't record changes in obsolete files.
7938 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
7940         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7942         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7943         (comment-indent): Make sure there's a space between code and comment.
7944         Shift comments left to avoid going past fill-column.
7946 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
7948         * startup.el (startup-echo-area-message): New function.
7949         (display-startup-echo-area-message): Use it.
7950         (fancy-splash-screens): Rewritten to use keymaps and a timer.
7951         (fancy-splash-default-action): New function.
7952         (fancy-splash-screens-1): New function.
7953         (fancy-splash-head): Put a help-echo and a keymap under the image.
7955 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
7957         * diff-mode.el (diff-add-log-file-name): Remove.
7958         (diff-mode): Use add-log-buffer-file-name-function.
7960         * add-log.el (find-change-log): New arg BUFFER-FILE.
7961         (add-log-file-name): Obey add-log-file-name-function.
7962         (add-log-buffer-file-name-function): New var.
7963         (add-change-log-entry): Use it.
7965 2000-09-29  Miles Bader  <miles@gnu.org>
7967         * image-file.el (image-file-name-extensions): New variable.
7968         (image-file-name-regexps): Renamed from `image-file-regexps'.
7969         New default value is nil.  Call `auto-image-file-mode'.
7970         (image-file-name-regexp): New function.
7971         (auto-image-file-mode): New minor mode.
7972         (insert-image-file): Don't make conditional on the image-file
7973         handler being enabled.
7974         (image-file-handler): Make the call here conditional instead.
7975         (set-image-file-handler-enabled, enable-image-file-handler)
7976         (disable-image-file-handler): Functions removed.
7978         * emacs-lisp/authors.el (authors-print): Rephrase many-files
7979         string.
7981 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
7983         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7984         it's a function from CL.
7985         (latex-imenu-create-index): Replace eval-when-compile with progn
7986         because latex-section-alist is not bound while compiling.
7988 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
7990         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7991         (outline-mode): Use define-derived-mode.
7993         * progmodes/perl-mode.el (perl-mode):
7994         * progmodes/awk-mode.el (awk-mode):
7995         * progmodes/asm-mode.el (asm-mode):
7996         Don't gratuitously override the default for comment-column.
7998         * emacs-lisp/lisp.el (lisp-complete-symbol):
7999         Distinguish the let-binding case from the funcall case.
8000         (forward-sexp-function): New variable.
8001         (forward-sexp): Use it.
8003         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8004         (easy-mmode-defmap): Remove the now useless autoload.
8006         * time.el (display-time-mode): Use define-minor-mode.
8008         * subr.el (add-minor-mode): Don't eval NAME.
8009         Don't depend on the presence of TOGGLE-FUN for any special behavior.
8010         Use if rather than cond.
8012         * simple.el (read-expression-map): Define more properly.
8013         (comment-indent-hook): Remove.
8014         (string-to-syntax): Bug fix.
8016         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8017         (cvs-ediff-diff): Fix typo.
8018         (cvs-revert-if-needed): Don't bother preserving read-only.
8020         * paren.el (show-paren-mode): Use define-minor-mode.
8022         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8023         (toggle-auto-compression): Remove.
8024         (jka-compr-build-file-regexp): Remove useless grouping.
8026         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8027         Avoid user-reserved bindings.
8028         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8029         (diff-header-face): Revert to grey85.
8031         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8033         * complete.el (partial-completion-mode) <defcustom>: Remove.
8034         (partial-completion-mode): Use define-minor-mode.
8035         (PC-do-completion): Understand `completion-auto-help = delay'
8036         to mean to popup the completion buffer only the second time.
8037         (PC-include-file-all-completions, PC-include-file-all-completions)
8038         (PC-include-file-all-completions): Don't quote lambda.
8040         * comint.el (comint-mode-hook): Docstring fix.
8041         (comint-mode): Use define-derived-mode.
8042         (comint-mode-map): Remove obsolete comment.
8043         (make-comint): Minor stylistic change.
8044         (comint-insert-clicked-input): Be more careful to find the overlay.
8045         Use this-command-keys rather than hardcoding mouse-2.
8047         * font-lock.el: Replace confusing (,@ with ,
8048         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8049         Don't use regexp-opt-depth.  Spice up the regexp for args.
8050         Don't distinguish between cmds that can take an opt arg or not.
8051         Use `append' and `prepend' rather than `keep'.
8053         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8054         (latex-outline-regexp): New var.
8055         (latex-outline-level): New fun.
8056         (latex-section-alist): New var.
8057         (latex-imenu-create-index): Use it.  Use `push' as well.
8058         (tex-shell-map): Initialize it properly.
8059         (tex-mode): Minor stylistic change.
8060         (plain-tex-mode): Use define-derived-mode.
8061         (latex-mode): Use define-derived-mode.
8062         Construct the paragraph regexps in a more readable way.
8063         Set the buffer-local outline-{level,regexp} vars.
8064         (slitex-mode): Derive from latex-mode.
8065         (tex-common-initialization): Don't kill-all-vars anymore.
8066         Add setting for comment-add and font-lock-defaults.
8067         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8068         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
8069         (tex-start-tex): New arg DIR (and send a chdir command for it).
8070         Also display the shell buffer and save it in tex-last-buffer-texed.
8071         (tex-region): Use expand-file-name rather than concat.
8072         Remove code made useless by changes in tex-start-tex.
8073         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8075         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8077 2000-09-28  Dave Love  <fx@gnu.org>
8079         * eshell/eshell.el (eshell) <defgroup>: Add :version.
8081 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
8083         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8084         `append'.
8086 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
8088         * info.el (Info-extract-pointer): Undo last change.
8089         Instead, fix the position of the `bound' arg to re-search-backward.
8091 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
8093         * info.el (Info-extract-pointer):
8094         Widen more carefully, to avoid finding pointers in other nodes.
8095         (Info-index): Use push.
8097 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
8099         * frame.el (set-frame-font): Remove call to obsolete function
8100         frame-update-faces.
8101         (set-foreground-color, set-background-color): Likewise for
8102         frame-update-face-colors.
8104 2000-09-27  Miles Bader  <miles@gnu.org>
8106         * image-file.el: New file.
8108 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
8110         * frame.el (frame-notice-user-settings): Don't call
8111         frame-update-faces, which is a no-op now.
8113         * ediff-wind.el (ediff-control-frame-parameters): Add zero
8114         tool-bar-lines.
8116 2000-09-27  Dave Love  <fx@gnu.org>
8118         * mouse.el: Fix last change.
8120 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
8122         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8124 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
8126         * international/quail.el (quail-help): The output message is
8127         improved.
8129 2000-09-26  Dave Love  <fx@gnu.org>
8131         * mouse.el (popup-menu): If POSITION is nil, set it using
8132         mouse-position.
8134 2000-09-25  Sam Steingold  <sds@gnu.org>
8136         * net/browse-url.el (browse-url-file-url): Check for null maps.
8138 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
8140         * frame.el (frame-notice-user-settings): Don't add a
8141         tool-bar-lines frame parameter to default-frame-alist in batch mode.
8143         * frame.el (frame-notice-user-settings):
8144         Make tool-bar-mode and default-frame-alist consistent.
8146         * toolbar/tool-bar.el (tool-bar-help): New function.
8148 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
8150         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8151         current-load-list in top-level forms.  Else this leaks a cons cell
8152         every time a defun is called.
8154         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8156 2000-09-25  Dave Love  <fx@gnu.org>
8158         * startup.el (fancy-splash-head): Check XPM is available.
8160         * autoinsert.el (auto-insert): Doc fix.
8161         (auto-insert-alist): Following GNU notices, don't say `copyright
8162         _by_'.  Use line-beginning-position.
8163         (auto-insert): Check buffer-file-name is non-nil before use.
8165 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
8167         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8168         starting with `@def' or `@multitable', in addition to ones
8169         specified by the user in auto-fill-inhibit-regexp.
8171 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
8173         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8174         rmail-dont-reply-to-names matches the empty string.
8176 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
8178         * startup.el (command-line-1, fancy-splash-text): Change the
8179         text to sound more friendly.
8181 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
8183         * progmodes/hideshow.el: Update author email address.
8184         Generally, sync w/ maintainer version 5.22.
8185         (hs-hide-all-non-comment-function): New var.
8186         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8187         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8188         (hs-show-region): Delete this command.
8189         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8191 2000-09-22  Dave Love  <fx@gnu.org>
8193         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8194         (hl-line-highlight): Specify buffer when moving overlay.
8196         * progmodes/fortran.el (fortran-mode): Locally set
8197         normal-auto-fill-function.
8198         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8199         (fortran-mode-map): Adjust auto-fill menu entry.
8201 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
8203         * vc-rcs.el (toplevel): Require `vc' when compiling.
8205         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8207 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
8209         * vc.el (vc-switch-backend): Signal an error if the file is not
8210         registered under the new backend.
8212         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8213         without explicit revision number.
8215 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
8217         * diff-mode.el (diff-file-header-face): Reset to its previous value.
8218         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8219         (diff-xor): New function.
8220         (diff-find-source-location): Use it.  Fix a stupid name clash.
8221         (diff-hunk-status-msg): New function.
8222         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8223         (diff-test-hunk): Use diff-find-source-location.
8224         (diff-goto-source): Favor the `reverse'.
8225         (diff-hunk-text): Properly handle one-sided context diffs.
8226         (diff-apply-hunk): When done, advance to the next hunk.
8228 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
8230         * startup.el (command-line): If frame was created with a non-zero
8231         tool-bar-lines parameter, switch tool-bar-mode on.
8233         * add-log.el (change-log-date-face, change-log-name-face)
8234         (change-log-email-face, change-log-file-face)
8235         (change-log-list-face, change-log-conditionals-face)
8236         (change-log-function-face, change-log-acknowledgement-face):
8237         New faces, inheriting from font-lock faces.
8238         (change-log-font-lock-keywords): Use them.
8240 2000-09-21  Dave Love  <fx@gnu.org>
8242         * progmodes/cperl-mode.el (top-level): Clean up
8243         `eval-when-compile's and assorted defvars.
8244         (cperl-invalid-face): Don't double-quote value.  Change custom
8245         type.
8246         (cperl-mode): Set normal-auto-fill-function and don't zap
8247         auto-fill-function.
8248         (cperl-imenu--function-name-regexp-perl): Renamed from
8249         imenu-example--function-name-regexp-perl.
8250         (cperl-imenu--create-perl-index): Renamed from
8251         imenu-example--create-perl-index.
8252         (cperl-xsub-scan): Don't require cl.
8254         * msb.el (msb-mode-map): Use substitute-key-definition.
8255         (msb-mode): Use msb-mode-map.
8257 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
8259         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8260         New functions.
8261         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8262         (vc-switch-backend): New function.
8263         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8264         (vc-register): Fix prompt.
8265         (vc-unregister, vc-default-unregister): New functions.
8266         (vc-version-diff): Handle empty buffer in sentinel.
8268         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8269         (vc-rcs-state-heuristic): Use it to guess the state of files with
8270         non-strict locking.
8271         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8272         been set with -b, but not created yet.
8273         (vc-rcs-fetch-master-state): With non-strict locking, compare file
8274         contents in order to find the state.
8275         (vc-rcs-checkin): Allow creation of branches with no changes.
8276         (vc-rcs-unregister, vc-rcs-receive-file)
8277         (vc-rcs-set-non-strict-locking): New functions.
8279         * vc-hooks.el (vc-name): Force correct computation of the value
8280         in case it is missing.
8282 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
8284         * startup.el (fancy-splash-tail): Use a different foreground
8285         color on a dark frame background.
8287 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
8289         * info.el: Use the correct capitalization when making Info-mode
8290         and Info-edit-mode `special' modes.
8292 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
8294         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8295         (diff-mode): Add support for add-log.el.
8296         (diff-hunk-text): Use char offsets rather than line offsets.
8297         (diff-find-source-location): Replace LINE with line-offset (nil
8298         if not found) and always set POS to a meaningful position.
8299         Adapt to the new char-offsets.
8300         (diff-apply-hunk): Drop support for the unused `select' POPUP.
8301         Adapt to the new diff-find-source-location.
8302         (diff-goto-source): Adapt to the new diff-find-source-location.
8304         * add-log.el (add-log-file-name): New function (split out of
8305         add-change-log-entry).
8306         (add-change-log-entry): Use it.
8307         Call add-log-file-name-function with the changelog file name if
8308         the current buffer is not associated with any file.
8309         Avoid find-file if the selected window is dedicated.
8311         * diff-mode.el (diff-find-source-location):
8312         Move code from diff-apply-hunk.  Return buffer rather than file.
8313         (diff-apply-hunk): Use the new result from  diff-find-source-location.
8314         (diff-goto-source): Use the new diff-find-source-location.
8316 2000-09-20  Dave Love  <fx@gnu.org>
8318         * iswitchb.el: Some doc fixes.
8319         (iswitchb-mode-map): Define completely initially.  Inherit
8320         minibuffer-local-map.
8321         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8322         fundamental-mode.
8323         (iswitchb-global-map): New variable.
8324         (iswitchb-summaries-to-end): Amalgamate regexps.
8325         (iswitchb-mode): New.
8326         (iswitchb-mode-hook): New variable.
8327         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
8328         `extensions'.
8330 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
8332         * ehelp.el (electric-help): New defgroup.
8333         (electric-help-shrink-window): New user-option.
8334         (with-electric-help): Use it.
8336         * window.el (shrink-window-if-larger-than-buffer): If face
8337         `mode-line' has a :box, and we're on a graphical frame, add 1
8338         to the needed window height.
8340         * frame.el (frame-notice-user-settings): Add a last parameter nil
8341         to a call to `append', because the last list passed to `append' is
8342         not copied, and so subsequent calls to assq-delete-all will modify
8343         default-frame-alist.
8345         * startup.el (fancy-splash-image): Change :type.
8346         (fancy-splash-head): Use an XBM image if appropriate.
8347         (command-line-1): Show splash screens in more cases.
8349         * startup.el (fancy-splash-text): Don't quote faces.
8351         * dired.el (dired-font-lock-keywords): Undo last change.
8352         (dired-readin): Bind indent-tabs-mode to nil.
8354         * startup.el (fancy-splash-head): If frame's background mode
8355         is `dark', change the black background of the image to gray.
8356         (fancy-splash-screens): Display startup echo area message.
8357         (display-startup-echo-area-message): New function.
8359 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
8361         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8363         * info.el (info-header-node): Tweak for color ttys.
8365         * faces.el (face-valid-attribute-values): Make sure directories we
8366         search for stipples both exist and are readable before trying to
8367         search them.
8369         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8370         in the dry-run case.
8372         * jka-compr.el (with-auto-compression-mode): New macro.
8374         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8375         (custom-group-tag-face, custom-variable-tag-face): Use relative
8376         :height and inherit from `variable-pitch' face instead of
8377         hardwiring :family.
8378         * hi-lock.el (hi-black-hb): Likewise.
8380         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8381         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8382         toolbar-add-item, if image doesn't have a mask add a `:mask
8383         heuristic'.
8385 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
8387         * diff-mode.el: Docstring fixes.
8388         (diff-header-face, diff-comment-face): New faces.
8389         (diff-font-lock-keywords): Highlight a bit differently.
8390         (diff-find-source-location): Don't return SPAN any more.
8391         (diff-hunk-text): Don't bother erasing the temp buffer.
8392         (diff-find-text): Drop argument LINE.
8393         (diff-apply-hunk): Update calls to diff-find-text.
8394         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8396         * calendar/calendar.el: Docstring fixes.
8397         (calendar-make-alist): Don't quote lambda.
8398         (calendar-star-date): Use make-local-variable.
8400 2000-09-19  Dave Love  <fx@gnu.org>
8402         * toolbar/tool-bar.el: Renamed from toolbar.el.
8403         Change `toolbar' to `tool-bar' generally in symbols.
8404         Make some items invisible in `special' major modes.
8405         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8406         Add arg PROPS.
8408         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8409         Add :version here.
8410         (fancy-splash-delay, fancy-splash-image): Remove :version here.
8412 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
8414         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8416         * files.el (find-file-suppress-same-file-warnings): New user-option.
8417         (find-file-noselect): Use it.
8419         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8420         (fancy-splash-screen): Defgroup.
8422         * add-log.el (change-log-font-lock-keywords): Match names
8423         more exactly for the case that font-lock-constant-face is
8424         underlined.
8426 2000-09-19  Richard M. Stallman  <rms@gnu.org>
8428         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8430 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
8432         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8434 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
8436         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8437         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8438         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8439         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8440         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8441         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8442         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8443         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8444         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8445         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8446         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8447         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8449         * startup.el (fancy-splash-text): New variable.
8450         (fancy-splash-delay, fancy-splash-image): New user-options.
8451         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8452         (fancy-splash-screens): New functions.
8453         (command-line-1): If display has a `display' frame parameter, has
8454         colors, and we have XPM support, show more fancy splash screens.
8456 2000-09-19  Dave Love  <fx@gnu.org>
8458         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
8459         with null `help'.  Use modern backquote syntax.
8461 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
8463         * font-lock.el (font-lock-mode): Change message telling the user
8464         that ``the buffer is too big''.
8466         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8467         for instance for the case that tab-width is 2.
8469 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
8471         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8472         toolbar-add-item, if image doesn't have a mask add a `:mask
8473         heuristic'.
8475 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
8477         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8478         and return a cons if it's non-nil.
8479         (diff-apply-hunk): Try to jump to the line in the source text
8480         corresponding to the position of point in the in the hunk.
8482         * info.el (Info-title-3-face, Info-title-2-face)
8483         (Info-title-1-face): Use face inheritance and relative sizes
8484         instead of hard-wiring things.
8486         * faces.el (secondary-selection): Make dark-background variant sane.
8488 2000-09-16  Andrew Innes  <andrewi@gnu.org>
8490         * makefile.w32-in (compile-files-CMD): No need to make .elc files
8491         read-only, since they aren't under VC now.
8493 2000-09-17  Dave Love  <fx@gnu.org>
8495         * tmm.el: Replace mapcar with mapc in several places.
8497         * loadhist.el (unload-feature): Maybe call elp-restore-list and
8498         ad-unadvise.
8500         * international/latin1-disp.el: New file.
8502         * calendar/cal-move.el (scroll-calendar-left)
8503         (scroll-calendar-right): Make arg optional (for active mode line).
8505         * calendar/calendar.el (calendar-mode-line-format): Make fields
8506         mouse-sensitive.
8507         (calendar-read-date, calendar-read-date, calendar-window-list):
8508         Unquote lambda.
8509         (calendar-month-name): Use aref, not sref.
8511         * view.el (minor-mode-alist): Propertize the string.
8513         * international/characters.el (standard-case-table): Add entries
8514         for Greek.
8516 2000-09-18  Miles Bader  <miles@gnu.org>
8518         * info.el (info-node, info-xref): Add dark-background variants.
8520         * faces.el (header-line): Change defaults to be less confusing
8521         when mixed with mode-lines.
8523         * info.el (Info-fontify-node): Make a few cleanups.
8524         Add extra `help-echo' and `local-map' props to node xrefs.
8525         Use header-specific faces for node-names & xrefs.
8526         (Info-use-header-line): New variable.
8527         (info-header-xref, info-header-node): New faces.
8528         (Info-setup-header-line): New function.
8529         (Info-select-node): Call Info-setup-header-line when enabled.
8530         (Info-extract-pointer): Work even if the header line is hidden.
8531         (Info-header-line): New variable.
8533 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
8535         * vms-patch.el (print-region-function): Don't quote lambda.
8537         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8539         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8540         (lm-get-header-re): Allow spaces between the header and the colon.
8541         (lm-header): Allow $ in non-RCS headers.
8542         (lm-header-multiline): Put the strings back into order.
8543         Stop at an empty line.  Don't require two space chars if the
8544         line is clearly not another header line.
8546         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8547         (popup-menu-popup): Remove.
8549 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
8551         * toolbar/toolbar.el (toolbar-add-item): Use the same image
8552         specification if or if not tool-bar item contains an `:enabled'
8553         property.
8555         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8556         current buffer has no file name.
8558 2000-09-15  Dave Love  <fx@gnu.org>
8560         * strokes.el: Sync with maintainer's current version with changes
8561         for Emacs, but avoid runtime cl and levents.
8562         (toplevel):  Change autoloads and compilation requires.
8563         (strokes-version, strokes-bug-address, strokes-lift): Values
8564         changed.
8565         (strokes-xpm-header, strokes-insinuated): New variable.
8566         (strokes): Add :link.
8567         (strokes-mode): Customized.
8568         (strokes-while-inhibiting-garbage-collector): New macro.
8569         (strokes-remassoc): Avoid remove-if.
8570         (strokes-fix-button2-command): Don't use ad-do-it.
8571         (strokes-insinuate): New function.
8572         (strokes-button-press-event-p, strokes-button-release-event-p):
8573         New functions, used instead of non-`strokes-' versions..
8574         (strokes-mouse-event-p): Rewritten.
8575         (strokes-event-closest-point): Avoid event-point.
8576         (strokes-get-grid-position): Avoid cdadr, caadr
8577         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8578         functions.
8579         (strokes-help): Use with-output-to-temp-buffer.
8580         (strokes-window-configuration-changed-p): New function.
8581         (strokes-update-window-configuration): Use buffer-live-p,
8582         strokes-window-configuration-changed-p.
8583         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
8584         (strokes-char-face): New face.
8585         (strokes-char-table, strokes-base64-chars): New variable.
8586         (strokes-xpm-for-stroke, strokes-list-strokes)
8587         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8588         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8589         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8590         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8591         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8592         functions.
8594 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
8596         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8598         * image.el (create-image): Doc fix.
8600         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8601         instead of `:heuristic-mask t'.
8603 2000-09-14  Andrew Innes  <andrewi@gnu.org>
8605         * makefile.w32-in: Revert to Unix line endings.
8607 2000-09-14  Andrew Innes  <andrewi@gnu.org>
8609         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
8610         when installing.
8612         * makefile.nt (DONTCOMPILE): Fix typo.
8614         * shell.el (shell-write-history-on-exit): New function.
8615         (shell-dumb-shell-regexp): New custom variable.
8616         (shell-mode): Make shell-write-history-on-exit the process
8617         sentinel if shell name matches shell-dumb-shell-regexp.
8619         * w32-fns.el: Comment out before-init-hook function which resets
8620         source-directory based; this breaks bootstrap.
8622 2000-09-14  Dave Love  <fx@gnu.org>
8624         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8625         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8626         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8627         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8628         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8629         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8630         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
8631         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
8632         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8634         * toolbar/toolbar.el: New.
8636         * subdirs.el: Add toolbar.
8638 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
8640         * indent.el (indent-for-tab-command): Doc fix.
8642 2000-09-14  Alex Schroeder  <alex@gnu.org>
8644         * ansi-color.el (ansi-colors): Doc change.
8645         (ansi-color-get-face): Simplified regexp.
8646         (ansi-color-faces-vector): Added more faces, doc change.
8647         (ansi-color-names-vector): Doc change.
8648         (ansi-color-regexp): Simplified regexp.
8649         (ansi-color-parameter-regexp): New regexp.
8650         (ansi-color-filter-apply): Doc change.
8651         (ansi-color-filter-region): Doc change.
8652         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8653         deal with zero length parameters.
8654         (ansi-color-apply-on-region): Doc change.
8655         (ansi-color-map): Doc change.
8656         (ansi-color-map-update): Removed debugging message.
8657         (ansi-color-get-face-1): Added condition-case to trap
8658         args-out-of-range errors.
8659         (ansi-color-get-face): Doc change.
8660         (ansi-color-make-face): Removed.
8661         (ansi-color-for-shell-mode): New option.
8663 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
8665         * international/quail.el (quail-start-translation): Translate KEY
8666         if necessary even if it doesn't have any mapping in the current
8667         input method.
8668         (quail-start-conversion): Likewise.
8669         (quail-help): The output message is improved.
8671 2000-09-13  Miles Bader  <miles@gnu.org>
8673         * comint.el (comint-output-filter): Revert to using
8674         `insert-before-markers'.  Add bletcherous hack to undo damage
8675         caused by `insert-before-markers'.  Put `front-sticky' property on
8676         overlays created here so that the field code understands how the
8677         overlay works.  Use a let when making comint-last-prompt-overlay,
8678         so that the code is easier to read.
8680 2000-09-13  Dave Love  <fx@gnu.org>
8682         * wid-edit.el (widget-default-format-handler): DTRT when
8683         doc-property is a function.
8685 2000-09-12  Francesco Potorti`  <pot@gnu.org>
8687         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8688         filed name if it's not there.
8690 2000-09-12  Dave Love  <fx@gnu.org>
8692         * simple.el (read-mail-command): Doc fix.
8693         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8695         * vc.el (vc-dired-listing-switches): Fix :version.
8697         * vc-hooks.el: Doc fixes.
8699         * subr.el (add-minor-mode): Use toggle-fun arg.
8701         * speedbar.el: Add :version to several defcustoms.
8703         * imenu.el (imenu--truncate-items, imenu--cleanup)
8704         (imenu--generic-function): Avoid mapcar.
8705         (imenu--replace-spaces): Function removed.
8706         (imenu--completion-buffer): Use subst-char-in-string.
8707         (imenu-add-to-menubar): Use keymap inheritance.
8709 2000-09-12  Miles Bader  <miles@gnu.org>
8711         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8712         (diff-mode-map): Bind `diff-test-hunk'.
8713         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8715 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
8717         * bytecomp.el (byte-compile-defvar): Undo last change
8718         because it breaks '(make-variable-buffer-local (defvar ...)'
8719         which is used at least in dired.
8721 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
8723         * international/quail.el (quail-define-package): Docstring
8724         modified.
8726 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
8728         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8729         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8730         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
8731         docstring of "chinese-py".
8733         * international/quail.el (quail-translation-docstring): New
8734         variable.
8735         (quail-show-keyboard-layout): Docstring modified.
8736         (quail-select-current): Likewise.
8737         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8738         infinite recursive call.
8739         (quail-help): Check quail-translation-docstring.  Format of the
8740         output changed.
8741         (quail-help-insert-keymap-description): Adjusted for the above
8742         change.
8744 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
8746         * bytecomp.el (byte-compile-defvar): Only cons onto
8747         current-load-list in top-level forms.  Else this leaks a cons cell
8748         every time a defun is called.
8750 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
8752         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8753         Now understands non-unified diffs.  Some functionality moved into
8754         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
8755         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
8756         modify anything.  Only reposition point in the patched file if the
8757         patch succeeds.  Only pop up another window if POPUP is true.
8758         Emit a message describing what happened if successful, and at what
8759         line-offset.  Automatically detect reversed hunks and do something
8760         appropriate.
8761         (diff-hunk-text, diff-find-text): New functions.
8762         (diff-filter-lines): Function removed.
8763         (diff-test-hunk): New function.
8764         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8766 2000-09-10  Dave Love  <fx@gnu.org>
8768         * textmodes/tildify.el: Minor doc/commentary fixes.
8769         (tildify) <defgroup>: Add :version.
8771         * faces.el (face-x-resources): Make custom type more specific.
8772         (frame-background-mode): Use mapc.
8773         (region) <defcustom>: Add :version.
8775 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
8777         * vc-sccs.el (vc-sccs-register):
8778         * vc-rcs.el (vc-rcs-register):
8779         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8780         * vc.el (vc-register): Clear file's properties.
8782 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
8784         * faces.el (face-spec-set): Only face-spec-reset-face when
8785         ATTRS is non-nil.
8787 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
8789         * help.el (help-insert-xref-button): Fix a typo in doc string.
8791 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
8793         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8794         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8795         methods.
8797         * menu-bar.el (read-mail-item-name): New function.
8798         (menu-bar-tools-menu): Use it to compute and display the package
8799         used to read email.
8800         (menu-bar-tools-menu): Fix typo in GUD's help string.
8802 2000-09-07  Dave Love  <fx@gnu.org>
8804         * diff-mode.el (diff-mouse-goto-source): New function.
8806         * vc-sccs.el: Doc fixes.
8807         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8809         * vc-rcs.el: Doc fixes.
8810         (vc-rcs-register-switches, vc-rcs-checkin-switches)
8811         (vc-rcs-checkout-switches, vc-rcs-header)
8812         (vc-rcs-master-templates): Add or change :version.
8814         * vc-cvs.el: Doc fixes.
8815         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8816         (vc-cvs-stay-local): Add :version.
8818         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8820 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
8822         * international/quail.el (quail-help): Fix previous change.
8824 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
8826         * faces.el (color-values): Doc fix.
8828         * faces.el (frame-set-background-mode): Use frame-parameter
8829         instead of frame-parameters.
8831         * frame.el (filtered-frame-list): Reduce consing.
8832         (frames-on-display-list): Call frame-parameter instead of
8833         frame-parameters.
8835 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
8837         * language/devan-util.el (devanagari-to-indian-region): In the
8838         loop, change the following char, not preceding char.
8840 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
8842         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8843         instead of frame-parameters.
8845         * faces.el (set-face-attribute): Simplify by calling
8846         internal-set-lisp-face-attribute with FRAME being 0.
8848         * vc.el: Remove `Id' version control keyword.
8850 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
8852         * help.el (help-make-xrefs): Adjusted for the change of
8853         help-xref-mule-regexp.
8854         (help-insert-xref-button): New function.
8856         * international/mule-cmds.el (help-xref-mule-regexp-template):
8857         Include the pattern for character set.
8858         (leim): New group.
8860         * international/quail.el: Don't require face.
8861         (quail): New group.
8862         (quail-other-command): Dummy command to make quail-help work better.
8863         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8864         (quail-keyboard-layout-substitution): New variable.
8865         (quail-update-keyboard-layout): New function.
8866         (quail-keyboard-layout-type): New customizable variable.
8867         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8868         (quail-keyboard-translate): Pay attention to
8869         quail-keyboard-layout-substitution.
8870         (quail-insert-kbd-layout): New function.
8871         (quail-show-keyboard-layout): New function.
8872         (quail-get-translation): If the definition is a vector of length
8873         1, and the element is a string of length 1, return the character
8874         in that string.
8875         (quail-update-current-translations): Fix the case of
8876         relative-index out of range.
8877         (quail-build-decode-map, quail-insert-decode-map): New Functions.
8878         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8879         Show key sequences for all available characters.
8880         (quail-help-insert-keymap-description): Don't show such verbose
8881         key bindings as quail-self-insert-command.
8883         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8884         Format changed, and each element now have extra documentations.
8885         (tit-process-header): Delete invalid characters from TIT-PROMPT.
8886         Adjusted for the change of quail-cxterm-package-ext-info.
8888 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
8890         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8891         requiring it leads to a recursive loading of vc.el and vc-hooks.el
8892         during bootstrap.
8894 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8896         * vc.el: (toplevel): Don't require `dired' at run-time.
8897         (vc-dired-resynch-file): Remove autoload cookie.
8899 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
8901         * vc.el: Made several backend functions optional.
8902         (vc-default-responsible-p): New function.
8903         (vc-merge): Use RET for first version to trigger merge-news, not
8904         prefix arg.
8905         (vc-annotate): Handle backends that do not support annotation.
8906         (vc-default-merge-news): Removed.  The existence of a merge-news
8907         implementation is now checked on caller sites.
8909         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8910         case.
8912         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8913         special case that has been removed from the default in vc-hooks.el.
8915 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8917         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8919 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
8921         * vc-hooks.el: Require vc during compilation.
8922         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8923         macro `with-vc-properties' in vc.el.
8924         (vc-file-getprop): Doc fix.
8925         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8927         * vc.el: Require dired-aux during compilation.
8928         (vc-name-assoc-file): Moved to vc-sccs.el.
8929         (with-vc-properties): New macro.
8930         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8931         vc-finish-steal): Use it.
8932         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
8933         to the backend-specific function is now supposed to do the checkout,
8934         too.
8935         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8937         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8938         set file properties; that gets done in the generic code now.
8940         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8941         Changed parameter list, added code from vc.el that does the
8942         checkout, possibly with a double-take.
8944         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8945         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8946         the above under the new name.
8947         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
8948         parameter list, added checkout command.
8949         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8950         properties; that gets done in the generic code now.
8952 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8954         * vc.el: Docstring fixes (courtesy of checkdoc).
8956 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8958         * vc.el (vc-checkout-writable-buffer-hook)
8959         (vc-checkout-writable-buffer): Remove.
8960         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8961         (vc-log-mode): Make it into a clean derived major mode.
8962         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8963         vc-log-mode if log-edit is not available.
8964         (vc-dired-mode-map): Don't set-keymap-parent yet.
8965         (vc-dired-mode): Do set-keymap-parent here.
8966         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8968 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
8970         * faces.el (set-face-attribute, face-spec-reset-face)
8971         (face-spec-set): Avoid consing by removing calls to `apply'.
8973         * frame.el (frame-parameter): Move to C code.
8975 2000-09-05  Dave Love  <fx@gnu.org>
8977         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8978         insert-before-markers-and-inherit.  Now checked systematically!
8980 2000-09-05  Alex Schroeder  <alex@gnu.org>
8982         * sql.el (sql-postgres): Use sql-postgres-options.
8983         (sql-postgres-options): New variable.
8985 2000-09-05  Alex Schroeder  <alex@gnu.org>
8987         * sql.el (sql-mode-menu): Work around missing variable mark-active
8988         in XEmacs.
8989         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8990         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8991         compatibility.
8993 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
8995         * vc.el (vc-dired-resynch-file): Add autoload cookie.
8997         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8999         * Makefile.in (DONTCOMPILE): Fix typo in file name.
9001 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9003         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9004         don't support anything else under SCCS yet.
9006         * vc-hooks.el: Minor doc fixes.
9008 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9010         * vc.el (vc-next-action-on-file): Do not visit the file if it's
9011         not necessary.  If verbose in state `needs-patch', do the same as
9012         under `up-to-date'.  When NOT verbose and `needs-patch', check out
9013         latest version instead of `merge-news'.
9014         (vc-next-action-dired): Don't mess with default-directory here; it
9015         breaks other parts of dired.  It is the job of the
9016         backend-specific functions to adjust it temporarily if they need it.
9017         (vc-next-action): Remove a special CVS case.
9018         (vc-clear-headers): New optional arg FILE.
9019         (vc-checkin, vc-checkout): Set properties vc-state and
9020         vc-checkout-time properly.
9021         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9022         (vc-print-log): Use new backend function `show-log-entry'.
9023         (vc-cancel-version): Do the checks in a different order.  Added a
9024         FIXME concerning RCS-only code.
9026         * vc-rcs.el (vc-rcs-show-log-entry): New function.
9027         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9029         * vc-cvs.el (vc-cvs-show-log-entry): New function.
9031         * vc-hooks.el (vc-default-mode-line-string): Show state
9032         `needs-patch' as a `-' too.
9034 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9036         * vc.el (vc-responsible-backend): New optional arg REGISTER.
9037         (vc-default-could-register): New function.
9038         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9039         (vc-resynch-buffer): Call vc-dired-resynch-file.
9040         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9041         vc-resynch-buffer instead of vc-resynch-window.
9042         (vc-next-action-dired): Don't redisplay here, that gets done as a
9043         result of the individual file operations.
9044         (vc-retrieve-snapshot): Corrected prompt order.
9046         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9048         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9049         as well.
9050         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
9051         hostname regexps.  Updated all callers.
9052         (vc-cvs-responsible-p): Handle directories as well.
9053         (vc-cvs-could-register): New function.
9054         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9055         properties up-to-date.
9057         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9058         user whether to create one.
9060 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9062         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9063         check out a non-existing file.
9065         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9066         workfile does not exist.
9068         * vc.el (vc-version-diff): Use `require' to check for existence of
9069         diff-mode.
9071 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9073         * vc-cvs.el (vc-cvs-registered): Use new function
9074         vc-cvs-parse-entry to do the actual work.
9076 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9078         * vc-hooks.el (vc-find-backend-function): If function doesn't
9079         exist, return nil instead of error.
9080         (vc-call-backend): Doc fix.
9082         * vc.el (vc-do-command): Doc fix.
9083         (vc-finish-logentry): When checking in from vc-dired, choose the
9084         right backend for logentry check.
9085         (vc-dired-mode-map): Inherit from dired-mode-map.
9086         (vc-dired-mode): Local value of dired-move-to-filename-regexp
9087         simplified.
9088         (vc-dired-state-info): Removed, updated caller.
9089         (vc-default-dired-state-info): Use parentheses instead of hyphens.
9090         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9091         (vc-dired-listing-switches): New variable.
9092         (vc-directory): Use it, instead of dired-listing-switches.
9094         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9095         (vc-cvs-dir-state): New function.
9096         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9097         (vc-cvs-parse-entry): New function, also to be used in
9098         vc-cvs-registered.
9100 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9102         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9103         *or* single-window-frames.
9105 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9107         * vc.el (vc-update-changelog): Split into generic part and default
9108         implementation.  Doc string adapted.
9109         (vc-default-update-changelog): New function.  Call the `rcs2log'
9110         script in exec-directory, to fix a long-standing nuisance.
9112         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9113         simply signals an error.
9115 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9117         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9118         control-flow more clear and to avoid running `cvs' twice.
9120         * vc.el (vc-next-action-on-file): Doc fix.
9121         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9122         (vc-print-log): Eval `file' before constructing the continuation.
9124 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9126         * vc.el (vc-next-action-on-file): Corrected several messages.
9127         (vc-merge): Add prefix arg `merge-news'; handle it.
9129         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9130         is not reached.  It is.
9131         (vc-cvs-merge): Set state to 'edited after merge.
9132         (vc-cvs-merge-news): Set workfile version to nil if not known.
9133         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
9135         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9136         via stdout. (Merge from main line.)
9138 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9140         * vc.el (vc-finish-logentry): Thinko in the "same comment"
9141         detection.
9143 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9145         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9146         against kill-all-local-variables.
9147         (vc-log-edit): Don't save vc-parent-buffer any more.
9148         (vc-last-comment-match): Initialize to an empty string.
9149         (vc-post-command-functions): New hook.
9150         (vc-do-command): Run it.
9151         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9152         (vc-finish-logentry): Only add the comment to the ring if it's
9153         different from the last comment entered.
9154         (vc-new-comment-index): New function.
9155         (vc-previous-comment): Use it.  Make the minibuffer message
9156         slightly less terse.
9157         (vc-comment-search-reverse): Make it work forward as well.  Don't
9158         set vc-comment-ring-index if no match is found.  Use
9159         vc-new-comment-index.
9160         (vc-comment-search-forward): Use vc-comment-search-reverse.
9161         (vc-dired-mode-map): Don't inherit from dired-mode-map since
9162         define-derived-mode will do it for us.  Bind `v' to a keymap that
9163         inherits from vc-prefix-map so that we can bind `vt' without
9164         binding C-x v t.
9165         (vc-retrieve-snapshot): Parenthesis typo.
9167         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9168         to 1.  Make sure to switch to *vc* before looking for an error
9169         message.  Use vc-parse-buffer.
9171 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9173         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9174         and NAME.
9175         (vc-retrieve-snapshot): Split into two parts.
9176         (vc-default-retrieve-snapshot): New function.
9178         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9179         (vc-cvs-retrieve-snapshot): New function (untested).
9180         (vc-cvs-stay-local): Default to t.
9181         (vc-cvs-remote-p): New function and property.
9182         (vc-cvs-state): Stay local only if the above is t.
9183         (vc-handle-cvs): Removed.
9184         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9185         done via vc-handled-backends now.
9186         (vc-cvs-header): Escape Id.
9188 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9190         * vc.el (vc-do-command): Remove unused commands.
9191         (vc-version-diff): Make sure default-directory ends with a slash.
9192         Move the window commands into a vc-exec-after.
9193         (vc-print-log): Move more of the code into the `vc-exec-after'.
9195 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9197         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9198         (vc-print-log): Search current revision from beginning of buffer.
9199         (vc-revert-buffer): Clear echo area after the diff is finished.
9200         (vc-prefix-map): Removed definition of "t" for terse display in vc
9201         dired.
9202         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
9203         definition of "vt" for terse display.
9204         (vc-dired-mode): Fix dired-move-to-filename-regexp.
9206 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9208         * vc.el (vc-exec-after): Avoid caddr.
9210 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9212         * vc.el (vc-exec-after): New function.
9213         (vc-do-command): Use it to add a termination message for async
9214         procs.
9215         (vc-checkout): Try to handle a missing-backend situation.
9216         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9217         of a directory with a backend using async diffs.
9218         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9219         present.
9221         * vc-sccs.el (vc-sccs-state-heuristic): Use
9222         file-ownership-preserved-p.
9224         * vc-rcs.el (vc-rcs-state-heuristic): Use
9225         file-ownership-preserved-p.
9226         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9228 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9230         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9231         vc-do-command.
9233         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9234         when there are no changes.
9236 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9238         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9240         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9242 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9244         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9246         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9247         the `fset' outside of the defvar so that it works even if
9248         vc-prefix-map was already defined.
9249         (vc-setup-buffer): New function, split out of vc-do-command.
9250         (vc-do-command): Allow BUFFER to be t to mean `just use the
9251         current buffer without any fuss'.
9252         (vc-version-diff): Change the `diff' backend operation to just put
9253         the diff in the current buffer without erasing it.  Always use
9254         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
9255         shrink-window-if-larger-than-buffer.
9256         (vc-print-log): Change the `print-log' backend operation to just
9257         put the log in the current buffer without erasing it.  Protect
9258         shrink-window-if-larger-than-buffer.
9259         (vc-update-change-log): Fix setd typo.
9261         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9262         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9264         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9265         (vc-rcs-diff): Insert in the current buffer and remove unused arg
9266         CMP.
9268         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9269         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
9270         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9272 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9274         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9275         not possible, use vc-BACKEND-workfile-unchanged-p.
9276         (vc-default-workfile-unchanged-p): New function.  Delegates to a
9277         full vc-BACKEND-diff.
9279         * vc-hooks.el (vc-simple-command): Removed.
9281         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9282         instead of vc-simple-command.
9283         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9284         avoid doing a diff when opening a file.
9285         (vc-rcs-state): Added check for unlocked-changes.
9286         (vc-rcs-header): Escape Id.
9287         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9288         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9289         version.
9291         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9292         (vc-sccs-diff): Remove optional arg CMP.
9293         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9294         SCCS-specific function.
9296         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9297         vc-simple-command.
9299 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9301         * vc.el (vc-editable-p): Renamed from vc-writable-p.
9302         (with-vc-file, vc-merge): Use vc-editable-p.
9303         (vc-do-command): Remove unused var vc-file and fix the
9304         doubly-defined `status' var.  Add a user message when starting an
9305         async command.
9306         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9307         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9308         Use with-current-buffer.
9309         (vc-buffer-sync): Use unless.
9310         (vc-next-action-on-file): If the file is 'edited by read-only,
9311         make it read-write instead of trying to commit.
9312         (vc-version-diff, vc-update-change-log): Use `setq
9313         default-directory' rather than `cd'.
9314         (vc-log-edit): Don't forget to set default-directory in the
9315         buffer.
9317         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9318         (vc-sccs-state-heuristic): Use file-writable-p instead of
9319         comparing userids.
9320         (vc-sccs-checkout): Use `unless'.
9322         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9323         of comparing userids.
9324         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9325         Simplify the logic by eliminating unreachable code.
9326         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9327         just do a recursive call if we need to retry.
9328         (vc-rcs-checkout): Handle the case where rcs is missing by making
9329         the buffer read-write if requested and re-signalling the error.
9331         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9333 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9335         * vc-hooks.el (vc-handled-backends): Docstring change.
9336         (vc-ignore-vc-files): Mark obsolete.
9337         (vc-registered): Check vc-ignore-vc-files.
9338         (vc-find-file-hook, vc-file-not-found-hook): Don't check
9339         vc-ignore-vc-files.
9341         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9343 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9345         * vc.el (vc-checkout): Don't do anything special for ange-ftp
9346         files since ange-ftp already has vc-registered return nil.
9348         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9349         (vc-sccs-workfile-version): Use with-temp-buffer and new
9350         vc-parse-buffer and don't bother setting the property.
9351         (vc-sccs-add-triple): Use with-current-buffer and
9352         find-file-noselect.
9353         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9355         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
9356         derives from the old vc-parse-buffer but uses the revision number
9357         rather than the date (much easier to compare robustly).
9358         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
9359         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
9360         locking-user more directly.  Check strict locking and set
9361         checkout-model appropriately.
9362         (vc-rcs-parse-locks): Remove.
9363         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9364         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9365         (vc-rcs-system-release): Use with-current-buffer and
9366         vc-parse-buffer.
9367         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9369         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9370         (vc-simple-command): Docstring fix.
9371         (vc-registered): Align the way the file-handler is called with the
9372         way the function itself works.
9373         (vc-file-owner): Remove.
9375         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
9376         extraction of fields and call to file-attributes because of a
9377         temporary bug in rcp.el.
9378         (vc-cvs-fetch-status): Use with-current-buffer.
9380 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9382         * vc.el (vc-do-command): Use file-relative-name.
9383         (vc-responsible-backend): Use vc-backend if possible.
9384         (vc-create-snapshot): Improve the `interactive' spec. Add support
9385         for branches and dispatch to backend-specific `create-snapshot'.
9386         (vc-default-create-snapshot): New function, containing the bulk of
9387         the old vc-create-snapshot.
9388         (vc-retrieve-snapshot): Improve the interactive spec.
9390         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9391         (vc-backend-hook-functions): Remove.
9392         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9393         (vc-backend): Reintroduce the test for `file = nil' now that I
9394         know why it was there (and added a comment to better remember).
9396         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9397         code from vc-sccs-hooks.el.
9398         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
9399         'vc anymore.
9400         (vc-sccs-responsible-p): Use expand-file-name instead of concat
9401         and file-directory-p instead of file-exists-p.
9402         (vc-sccs-check-headers): Simplify the regexp.
9404         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9405         from vc-rcs-hooks.el.  Don't require 'vc anymore.
9406         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9407         file-directory-p instead of file-exists-p.
9409         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9410         from vc-cvs-hooks.el.
9411         (proto vc-cvs-registered): Require 'vc-cvs instead of
9412         'vc-cvs-hooks.  Don't require 'vc anymore.
9413         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9414         file-directory-p instead of file-exists-p.
9415         (vc-cvs-create-snapshot): New function, replacing
9416         vc-cvs-assign-name.
9417         (vc-cvs-assign-name): Remove.
9419 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9421         * vc-cvs.el (vc-cvs-header): New var.
9423         * vc-rcs.el (vc-rcs-exists): Remove.
9424         (vc-rcs-header): New var.
9426         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9427         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9428         (vc-sccs-header): New var.
9430         * vc.el (vc-do-command): Get rid of the `last' argument.
9431         (vc-header-alist): Remove, replaced by vc-X-header.
9432         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9433         (vc-dired-hook): Use expand-file-name instead of concat.
9434         (vc-directory): Use file-name-as-directory.
9435         (vc-snapshot-precondition, vc-create-snapshot)
9436         (vc-retrieve-snapshot): Allow the command to operate on any
9437         directory.
9439         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9440         just removing the 'WORKFILE argument or by removing the 'MASTER
9441         argument and replacing `file' with (vc-name file).
9443 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9445         * vc.el: Update Copyright and add a crude list of backend funs.
9446         (vc-writable-p): New function.
9447         (with-vc-file): Use vc-writable-p.
9448         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9449         (vc-register): Avoid vc-name.
9450         (vc-locking-user): Remove.
9451         (vc-steal-lock): Make the `owner' arg non-optional.
9452         (vc-merge): Use vc-writable-p instead of vc-locking-user and
9453         vc-checkout-model.
9454         (vc-default-dired-state-info): Use vc-state instead of
9455         vc-locking-user and return special strings for special states.
9456         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9457         and get rid of one of the special CVS cases.
9458         (vc-cancel-version): prettify error message with \\[...].
9459         (vc-rename-master): New function.
9460         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9461         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
9462         the CVS special case generic.
9463         (vc-default-record-rename): Remove.
9464         (vc-file-tree-walk-internal): Only call FUNC for files that are
9465         under control of some VC backend and replace `concat' with
9466         expand-file-name.
9467         (vc-file-tree-walk): Update docstring.
9468         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9469         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9471         * vc-sccs.el (vc-sccs-rename-file): Renamed from
9472         vc-sccs-record-rename.  Use `find-file-noselect' rather than
9473         `find-file' and call `vc-rename-master' to do the actual move.
9474         (vc-sccs-diff): Remove unused `backend' variable.
9476         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9477         to delay loading of vc-sccs until it is really used.
9478         (vc-sccs-master-templates): Preload.
9479         (vc-sccs-state): Update call to vc-sccs-parse-locks.
9480         (vc-sccs-project-dir): Remove (merged into
9481         vc-sccs-search-project-dir).
9482         (vc-sccs-search-project-dir): Rewrite using file name handling ops
9483         rather than `concat', make sure it is preloaded and don't bother
9484         to check that the file actually exists.
9485         (vc-sccs-parse-locks): Remove unused `file' argument, remove
9486         `locks' argument (use buffer's content instead) and eliminate n^2
9487         behavior.
9489         * vc-rcs.el: Update Copyright.
9490         (vc-rcs-rename-file): New function.
9491         (vc-rcs-diff): Remove unused `backend' variable.
9493         * vc-hooks.el: Update Copyright.
9494         (vc-backend): Don't accept a nil argument any more.
9495         (vc-up-to-date-p): Turn into a defsubst.
9496         (vc-possible-master): New function.
9497         (vc-check-master-templates): Use `vc-possible-master' and allow
9498         funs in vc-X-master-templates to return a non-existent file.
9500         * vc-cvs.el: Update Copyright.
9501         (vc-cvs-diff): Remove unused `backend' variable.
9502         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9504         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9506 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9508         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9509         since it can be called from vc-rcs.el.
9510         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9512 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9514         * vc.el (vc-version-diff): Expand file name read from the
9515         minibuffer.  Handle the case when a previous version number can't
9516         be guessed.  Give suitable messages when there were no differences
9517         found.
9518         (vc-clear-headers): Call backend-specific implementation, if one
9519         exists.
9520         (vc-cancel-version): Made error checks generic.  When done, clear
9521         headers generically, too.
9523         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9524         from vc-clear-headers in vc.el.
9526         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9527         correctly.
9528         (vc-rcs-latest-on-branch-p): Made second argument VERSION
9529         optional.  Handle the case when it's not there.
9531 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9533         * vc.el (vc-locking-user): Moved from vc-hooks.el.
9535 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9537         * vc-hooks.el (vc-loadup): Remove.
9538         (vc-find-backend-function): Use `require'.  Also, handle the case
9539         where vc-BACKEND-hooks.el doesn't exist.
9540         (vc-call-backend): Cleanup.
9542 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9544         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9545         vc-rcs-grab-templates)
9546         (vc-rcs-registered): Remove.  The default function works as well.
9547         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9548         vc-sccs-grab-templates)
9549         (vc-sccs-registered): Remove.  The default function works as well.
9551         * vc.el (vc-version-diff): Left out a vc- in call to
9552         vc-call-backend.
9553         (vc-default-dired-state-info, vc-default-record-rename)
9554         (vc-default-merge-news): Update for the new backend argument.
9556         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9557         using the default function.
9558         (vc-call-backend): If calling the default function, pass it the
9559         backend as first argument.  Update the docstring accordingly.
9560         (vc-default-state-heuristic, vc-default-mode-line-string): Update
9561         for the new backend argument.
9562         (vc-make-backend-sym): Renamed from vc-make-backend-function.
9563         (vc-find-backend-function): Use the new name.
9564         (vc-default-registered): New function.
9566 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9568         * vc.el (vc-merge): Use vc-find-backend-function.
9570         * vc-hooks.el (vc-backend-functions): Remove.
9571         (vc-loadup): Don't setup 'vc-functions.
9572         (vc-find-backend-function): New function.
9573         (vc-call-backend): Use above fun and populate 'vc-functions
9574         lazily.
9575         (vc-backend-defines): Remove.
9577 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9579         * vc.el (vc-register): Put a FIXME note for a newly found bug.
9580         Call vc-call-backend without the leading vc-.
9581         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9582         (vc-check-headers): Call vc-call-backend without the leading vc-.
9583         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9584         (vc-annotate-display): Replace confusing use of `cond' with `or'.
9585         Call vc-call-backend without the leading vc-.
9587         * vc-cvs.el (tail): Provide vc-cvs.
9588         * vc-sccs.el (tail): Provide vc-sccs.
9589         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9591         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9592         (vc-make-backend-function, vc-call): Pass names without leading
9593         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9594         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9595         (vc-call-backend): Always try to load vc-X-hooks.
9596         (vc-registered): Remove vc- in call to vc-call-backend.
9598 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9600         * vc.el (vc-process-filter): New function.
9601         (vc-do-command): Setup `vc-process-filter' for the async process.
9602         (vc-maybe-resolve-conflicts): New function to reduce
9603         code-duplication.  Additionally, it puts the buffer in
9604         `smerge-mode' if applicable.
9605         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9606         calling `merge-news'.
9607         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9608         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
9609         interfacing to log-edit.el.
9610         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9611         log-edit is available.
9612         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9614 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9616         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9617         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9618         defvar and the initialization.
9619         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9621         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9622         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9624         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9626 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9628         * vc.el (vc-file-clear-masterprops): Removed.
9629         (vc-checkin, vc-revert-buffer): Removed calls to the above.
9630         (vc-version-diff): Use buffer-size without argument.
9631         (vc-register): Heed vc-initial-comment.
9633         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9634         default branch.
9636         * vc-rcs.el (vc-rcs-register): Parse command output to find master
9637         file name and workfile version.
9638         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9640         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9641         vc-file-clear-masterprops.
9643         * vc-sccs.el (vc-sccs-checkout): Removed call to
9644         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
9645         rather than user login name.
9648 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9650         * vc.el (vc-workfile-unchanged-p): Remove unused argument
9651         `want-differences-if-changed' and simplify.
9652         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9653         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9654         output (which is invalid for async vc-diff) to decide whether to
9655         do the revert silently or not.
9657 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9659         * vc-hooks.el (vc-loadup): Load files quietly.
9660         (vc-call-backend): Oops, brain fart.
9662 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9664         * vc-cvs.el (vc-cvs-state): Typo.
9665         (vc-cvs-merge-news): Return the status code rather than the error msg.
9667 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9669         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9670         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9671         vc-state or vc-up-to-date-p.
9672         (vc-merge): Use vc-backend-defines to check whether merging is
9673         possible.  Set state to 'edited after successful merge.
9675         * vc-hooks.el (vc-locking-user): If locked by the calling user,
9676         return that name.  Redocumented.
9678 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9680         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9681         new `vc-state' semantics.
9682         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9683         'vc-locking-user to the current user.
9684         (vc-merge): Inline vc-backend-merge.  Comment out code that I
9685         don't understand and hence can't adapt to the new `vc-state' and
9686         `vc-locking-user' semantics.
9687         (vc-backend-merge): Remove.
9689         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9690         rather than 'vc-locking-user.
9692         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9694         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9695         (vc-state): Don't use 'reserved any more.  Just use the same
9696         convention as the one used for vc-<backend>-state where the
9697         locking user (as a string) is returned.
9698         (vc-locking-user): Update, based on the above convention. The
9699         'vc-locking-user property has disappeared.
9700         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9702         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9703         with a heuristic one.
9704         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9705         (vc-cvs-checkin): Do a trivial parse to set the state in case of
9706         error.  That allows us to get to 'needs-merge even in the
9707         stay-local case.  There's still no way to detect 'needs-patch in
9708         such a setup (or to force an update for that matter).
9709         (vc-cvs-logentry-check): Remove, the default works as well.
9711 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9713         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9715         * vc.el (vc-do-command): kill-all-local-variables, to reset any
9716         major-mode in which the buffer might have been put earlier.  Use
9717         `remove' and `when'.  Allow `okstatus' to be `async' and use
9718         `start-process' in this case.
9719         (vc-version-diff): Handle the case where the diff looks empty
9720         because of the use of an async process.
9722 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9724         * vc.el (vc-next-action-on-file): Removed optional parameter
9725         `simple'.  Recompute state unconditionally.
9726         (vc-default-toggle-read-only): Removed.
9728         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9729         (vc-toggle-read-only): Undid prev change.
9731         * vc-cvs.el (vc-cvs-stay-local): Renamed from
9732         vc-cvs-simple-toggle.  Redocumented.
9733         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9734         (vc-cvs-toggle-read-only): Removed.
9736 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9738         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9739         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9740         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9741         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
9742         still is. So maybe it should be removed.
9743         (vc-head-version, vc-find-binary): Remove.
9744         (vc-recompute-state): Move from vc-hooks.el.
9745         (vc-next-action-on-file): Add a `simple' argument to allow
9746         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9747         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9748         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9749         (vc-dired-mode-map): Properly defvar it.
9750         (vc-print-log): Call log-view-mode if available.
9751         (small-temporary-file-directory): defvar instead of use boundp.
9752         (vc-merge-news): Moved to vc-cvs.el.
9753         (vc-default-merge-news): New function.
9755         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9756         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9757         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9758         unknown `vc-latest-version' function.  It should probably refer to
9759         vc-workfile-version or somesuch, but it's very unclear to me and I
9760         don't have SCCS to test things.
9762         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9763         (vc-sccs-state-heuristic): Fix typo.
9764         (vc-sccs-workfile-unchanged-p): Add missing argument.
9766         * vc-rcs.el: Require vc and vc-rcs-hooks.
9767         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9768         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9769         (vc-release-greater-or-equal-p): Move from vc.
9770         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9771         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9772         (vc-rcs-checkout): Add a missing `new-version' argument in the
9773         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
9775         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9776         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9777         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9778         than the apparently unbound `workfile-version'.
9780         * vc-hooks.el (vc-master-templates): Def the obsolete var.
9781         (vc-file-prop-obarray): Use `make-vector'.
9782         (vc-backend-functions): Add new hookable functions
9783         vc-toggle-read-only, vc-record-rename and vc-merge-news.
9784         (vc-loadup): If neither backend nor default functions exist, use
9785         the backend function rather than nil.
9786         (vc-call-backend): If the function if not bound yet, try to load
9787         the non-hook file to see if it provides it.
9788         (vc-call): New macro plus use it wherever possible.
9789         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9790         nor `vc-find-binary' since it's only called from
9791         vc-mistrust-permission which is only used once the backend is known.
9792         (vc-checkout-model): Fix parenthesis.
9793         (vc-recompute-state, vc-prefix-map): Move to vc.el.
9795         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9796         (vc-cvs-release, vc-cvs-system-release): Remove.
9797         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9798         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9799         status symbols.
9800         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9801         (vc-cvs-toggle-read-only): First cut at a function to allow a
9802         cvs-status-free vc-toggle-read-only.
9803         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9804         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9805         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
9806         (vc-cvs-checkout): Modify access rights directly if the user
9807         requested not to use `cvs edit'.  And refresh the mode line.
9809         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9810         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9812 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9814         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
9815         workfile' that got lost when the code was extracted from vc.el.
9816         And merged the tail with the rest of the code (not possible in the
9817         old vc.el where the tail was shared among all backends).  And
9818         explicitly set the state to 'edited if `writable' is set.
9820         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9821         (vc-cvs-state): Be careful to return the value from
9822         vc-cvs-parse-state.
9823         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
9824         property but return it instead.  Also be careful to handle a nil
9825         or "" `rev' when workfile is non-nil (it was handled properly when
9826         workfile was nil).
9828         * vc.el: Removed those pesky unnecessary `(function' quotes.
9829         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9830         directly in the defvar.
9831         (vc-do-command): Bind inhibit-read-only so as to properly handle
9832         the case where the destination buffer has been made read-only.
9833         (vc-diff): Delegate to vc-version-diff in all cases.
9834         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9835         (vc-annotate-mode-variables): Removed (code moved partly to
9836         defvars and partly to vc-annotate-add-menu).
9837         (vc-annotate-mode): Turned into a derived-mode.
9838         (vc-annotate-add-menu): Moved in code in
9839         vc-annotate-mode-variables.
9840         (vc-update-change-log): Use make-temp-file if available.
9842 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
9844         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9845         `vc-checkout-model' updated to `vc-cvs-update-model'.
9847 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9849         * vc.el (vc-next-action-on-file): Added handling of state
9850         `unlocked-changes'.
9851         (vc-checkout-carefully): Is now practically obsolete, unless the
9852         above is too slow to be enabled unconditionally.
9853         (vc-update-change-log): Fixed typo.
9855         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9857         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9858         Now handles state `unlocked-changes'.
9859         (vc-sccs-workfile-unchanged-p): New function, to support the above.
9861         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9863         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9864         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
9865         `unlocked-changes'.
9866         (vc-rcs-workfile-unchanged-p): Renamed from
9867         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
9868         function yet, but supposed to become one soon.
9870         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9871         `vc-steal-lock'.
9872         (vc-call-backend): Changed error message.
9873         (vc-state): Added description of state `unlocked-changes'.
9875 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9877         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9878         always return t in CVS-controlled directories.
9880         * vc.el (vc-responsible-backend): New function.
9881         (vc-register): Largely rewritten.
9882         (vc-admin): Removed (implementation moved into vc-register).
9883         (vc-checkin): Redocumented.
9884         (vc-finish-logentry): If no backend defined yet (because we are in
9885         the process of registering), use the responsible backend.
9887         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9888         Updated function lists.
9889         (vc-call-backend): Fixed typo.
9891         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9892         New functions.
9893         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9894         Removed query option.  Redocumented.
9896 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9898         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9900         * vc.el: Updated callers of `vc-checkout-required' to use
9901         `vc-checkout-model'.
9903 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9905         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
9906         stuff updated to reference this function instead of the old
9907         `vc-backend-release-p'.
9909 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9911         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9912         vc-checkout-model.  Return appropriate values.  Updated callers.
9914 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9916         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9917         (vc-backend-revert): Function moved into `vc-revert';
9918         `vc-next-action' must be updated to accomodate this change.
9919         (vc-backend-steal): Function moved into `vc-finish-steal'.
9920         (vc-backend-logentry-check): Function moved into
9921         `vc-finish-logentry'.
9922         (vc-backend-printlog): Function moved into `vc-print-log'.
9923         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9924         (vc-backend-assign-name): Function moved into
9925         `vc-create-snapshot'.
9927 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9929         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9930         Rename to vc-checkout-model.  Return appropriate values.
9931         Update callers.
9933         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9934         to vc-checkout-model.
9935         (vc-checkout-required): Rename to vc-checkout-model.
9936         Re-implement and re-comment.
9937         (vc-after-save): Use vc-checkout-model.
9939 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9941         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9942         Update to use the vc-BACKEND-diff functions instead.
9943         `vc-diff' is now working.
9945         * vc-rcs.el (vc-rcs-logentry-check): New function.
9947         * vc-cvs.el (vc-cvs-logentry-check): New function.
9949         * vc-sccs.el (vc-sccs-diff): Function changed name from
9950         `vc-backend-diff'.  This makes `vc-diff' work.
9952         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9953         of functions possibly implemented in a vc-BACKEND library.
9954         (vc-checkout-required): Fix bug that caused an error to be
9955         signaled during `vc-after-save'.
9957         * vc.el: Fix typo.
9958         This checkin is made with our new VC code base for the very first time.
9959         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9961         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9962         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9964         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9965         updated to `vc-uses-locking'.
9966         (vc-checkout-required): Call to backend function.
9967         `vc-checkout-required' updated to `vc-uses-locking' instead.
9969         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9970         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9972         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9973         to match the split into various backends.
9974         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
9975         (vc-retrieve-snapshot): Bug fix.
9977 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9979         * vc-sccs.el (vc-sccs-release): Doc fix.
9981 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9983         * vc.el (vc-next-action-on-file): Bug found and fixed.
9984         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9985         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9987         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9988         (vc-rcs-checkout): Name space cleaned up.  No more revision number
9989         crunching function names that are not prefixed with vc-rcs.
9990         (vc-rcs-checkout-model): Function added.  References to
9991         `vc-checkout-model' replaced.
9993 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9995         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9996         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
9997         still need to be split, and implemented for RCS).
9999 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10001         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10003         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10004         required by the vc.el file.
10006         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10007         required by the vc.el file.
10008         (vc-rcs-exists): Function added.
10010         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10011         required by the vc.el file.
10013         * vc.el (vc-admin): Updated to handle selection of appropriate
10014         backend.  Current implementation is crufty and need re-thinking.
10016         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10018 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10020         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10021         beginning of annotate buffers correctly.
10023         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10024         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10025         functionality updated quite a lot to support multiple backends.
10026         Variables `vc-annotate-mode', `vc-annotate-buffers',
10027         `vc-annotate-backend' added.
10029         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10030         `vc-annotate-difference' added to supported backend functions.
10032 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10034         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10035         Use with-temp-file instead of /bin/sh.  Merged from mainline
10037 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10039         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10041         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10043         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10045 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10047         * vc-hooks.el: vc-state-heuristic added to
10048         vc-backend-hook-functions.
10050         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10052         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10054         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10055         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
10056         state to `reserved'.
10058         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10059         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
10061 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10063         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
10064         untouched.
10066         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10068         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10069         if defined.  (Merged from main line, slightly adapted.)
10071         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10072         millenium problem (merged from mainline).
10074 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10076         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10077         part and moved the non-BACKEND stuff to vc.el.
10079         * vc.el: Split the annotate feature into a BACKEND specific part
10080         and moved it from the vc-cvs.el file to this one.
10082 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10084         * vc-hooks.el: Implement new state model.
10085         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10086         (vc-locking-user): Simplify.  Now only needed if the file is
10087         locked by somebody else.
10088         (vc-lock-from-permissions): Remove.  Functionality is in
10089         vc-sccs-hooks.el and vc-rcs-hooks.el now.
10090         (vc-mode-line-string): New name for former vc-status.  Adapted.
10091         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
10093         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10094         Various simplifications and adaptations all over the place.
10096         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10097         Simplify and adapt the rest.
10099         * vc.el (vc-resynch-window): Add TODO comment: check for
10100         interaction with view mode according to recent RCS change.
10101         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10103 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10105         * vc.el: Convert the remaining function comments to docstrings.
10107 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10109         * vc.el (vc-backend-release, vc-release-greater-or-equal)
10110         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10111         (vc-minor-part, vc-previous-version): Functions that operate and
10112         compare revision numbers got proper documentation.  Comments added
10113         about their possible removal.
10115 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10117         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10118         the vc-backend.el files.
10120         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10122         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10123         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10124         (vc-rcs-previous-version): Functions added.
10126         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10128         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10130 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10132         * vc-hooks.el (vc-master-templates): Is really obsolete.
10133         Comment out the definition for now.  What is the right procedure
10134         to get rid of it?
10135         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10136         rewritten.
10137         (vc-default-registered): Remove.
10138         (vc-check-master-templates): New function; does mostly what the
10139         above did before.
10140         (vc-locking-user): Don't rely on the backend to set the property.
10142         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10143         Rewrite documentation.
10144         (vc-rcs-templates-grabbed): New variable.
10145         (vc-rcs-grab-templates): New function.
10146         (vc-rcs-registered): Rewrite to use above mechanism.
10148         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10149         Rewrite documentation.
10150         (vc-sccs-templates-grabbed): New variable.
10151         (vc-sccs-grab-templates): New function.
10152         (vc-sccs-registered): Rewrite to use above mechanism.
10153         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10154         Don't throw the result, simply return it.
10156         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10157         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
10158         (vc-cvs-registered): Does the check itself now.  Simplify.
10160         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10161         from main line.
10163 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10165         * vc-cvs.el (vc-cvs-diff): New function.
10167         * vc-sccs.el (vc-sccs-diff): New function.
10169         * vc-rcs.el (vc-rcs-diff): New function.
10170         (vc-rcs-checkout): Bug (typo) found and fixed.
10171         (vc-rcs-register-switches): New variable.
10173         * vc.el (vc-backend-diff): Function removed and placed in the
10174         backend files.
10176 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10178         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10180         * vc.el (vc-backend-checkout): Function removed and replaced in
10181         the vc-backend.el files.
10183         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10185         * vc.el (vc-backend-admin): Removed and replaced in the
10186         vc-backend.el files.
10188         * vc.el (Martin): Removed all the annotate functionality since it
10189         is CVS backend specific.
10191 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10193         * spec.txt: Added specification of vc-state.
10195         * vc-sccs-hooks.el (vc-sccs-master-properties):
10196         Remove handling of vc-latest-version and
10197         vc-your-latest-version.  What used to be vc-latest-version, is now
10198         returned as vc-workfile-version.
10199         (vc-sccs-workfile-version): Adapt.
10201 2000-09-04  Dave Love  <fx@gnu.org>
10203         * vc.el: [Merged from mainline.]
10204         (vc-dired-mode): Make the dired-move-to-filename-regexp
10205         regexp match the date, to avoid treating date as file size.
10206         Add YYYY S option to WESTERN/
10208 2000-09-04  Dave Love  <fx@gnu.org>
10210         * vc.el: Require `compile' when compiling.
10211         (vc-logentry-check-hook): New option.
10212         (vc-steal-lock): Use compose-mail.
10213         (vc-dired-mode-map): Defvar when compiling.
10214         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10215         vc-sccs.el and renamed.  Callers changed.
10216         (vc-backend-checkout, vc-backend-logentry-check)
10217         (vc-backend-merge-news): Doc fix.
10218         (vc-default-logentry-check): New function.
10219         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10220         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10221         (vc-backend-merge): Doc fix.  Use backend functions.
10222         (vc-check-headers): Use backend functions.
10224         * vc-cvs.el: Require vc when compiling.
10225         (vc-cvs-register-switches): Doc fix.
10226         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10227         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10228         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10229         New functions (code from vc.el).
10230         (vc-annotate-display-default): Fix interactive spec.
10231         (vc-annotate-time-span): Doc fix.
10233         * vc-rcs.el: Require vc when compiling.
10234         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10235         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10236         (vc-rcs-checkin): New functions (code from vc.el).
10237         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10238         Doc fix.
10239         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
10241         * vc-sccs.el: Require vc when compiling.
10242         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10243         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10244         (vc-sccs-revert)
10245         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10246         from vc.el).
10247         (vc-sccs-add-triple, vc-sccs-record-rename)
10248         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10249         (vc-sccs-admin): Doc fix.
10251 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10253         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10254         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10255         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10256         from vc.el.
10258         * vc-sccs.el (vc-admin-sccs): Added from vc.el
10260         * vc-cvs.el: Moved the annotate functionality from vc.el.
10261         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10263 2000-09-04  Dave Love  <fx@gnu.org>
10265         * vc.el (vc-backend-release): Call vc-system-release.
10267         * vc-sccs.el (vc-sccs-system-release):
10268         Renamed from vc-sccs-backend-release.
10270         * vc-rcs.el (vc-rcs-system-release):
10271         Renamed from vc-rcs-backend-release.
10273         * vc-cvs.el (vc-cvs-system-release):
10274         Renamed from vc-cvs-backend-release.
10276 2000-09-04  Dave Love  <fx@gnu.org>
10278         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10279         backend files.
10280         (vc-backend-release): Dispatch to backend functions.
10281         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
10282         probably needs attention.]
10284         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10285         (vc-sccs-backend-release): New function.
10287         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10288         (vc-cvs-backend-release): New function.
10290         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10291         Doc fix.
10292         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10293         (vc-default-dired-state-info): New function.
10294         (vc-dired-state-info): Dispatch to backends.
10295         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
10297         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10298         from vc.el and renamed.
10300 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10302         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10303         (vc-version-other-window, vc-backend-assign-name): Removed
10304         references to vc-latest-version; sometimes changed into
10305         vc-workfile-version.
10307         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10308         vc-rcs-master-workfile-version.
10309         (vc-rcs-workfile-version): Use the above.  Don't call
10310         vc-latest-version (that was unreachable code, anyway).
10311         (vc-rcs-fetch-master-properties): Doc fix.
10313         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10314         (vc-backend-hook-functions): Removed them from this list, too.
10315         (vc-fetch-properties): Removed.
10316         (vc-workfile-version): Doc fix.
10318         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10319         (vc-rcs-workfile-version, vc-rcs-locking-user)
10320         (vc-rcs-uses-locking): Use it.
10322         * vc-hooks.el (vc-consult-rcs-headers):
10323         Moved into vc-rcs-hooks.el, under the name
10324         vc-rcs-consult-headers.
10326         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10327         headers.
10328         (vc-cvs-find-master): Use this name only; correct different
10329         versions of the name.
10331         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10332         New functions.
10333         (vc-sccs-locking-user): Use the latter.
10335         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10336         New functions.
10338         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10339         Moved into both
10340         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
10341         functions are implementation details of those two backends.
10343 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10345         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10346         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10348         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10349         (vc-sccs-parse-locks): SCCS-specific code moved here from
10350         vc-hooks.
10352         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10353         code moved here from vc-hooks.
10355         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10356         into back-end specific parts and removed.  Callers not updated
10357         yet; because I guess these callers will disappear into back-end
10358         specific files anyway.
10360 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10362         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10363         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10364         `vc-uses-locking'.
10366         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10367         Store yes/no in the property, and return t/nil.  Updated all
10368         callers.
10370         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10371         vc-sccs-uses-locking.  Don't set property.
10372         (vc-sccs-locking-user): Don't set property.
10374         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10375         vc-cvs-uses-locking.  Don't set property here; leave that to
10376         vc-hooks.
10377         (vc-cvs-locking-user): Reflect above change.  Streamlined.
10379         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10380         vc-rcs-uses-locking.
10381         (vc-rcs-locking-user): Reflect above change.
10383 2000-09-04  Dave Love  <fx@gnu.org>
10385         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10387         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10389         * vc-hooks.el (vc-checkout-model): Punt to backends.
10391         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10393         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10395         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10396         New functions.
10398         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10399         New functions.
10401         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10402         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10404         * vc-hooks.el (vc-default-locking-user): New function.
10405         (vc-locking-user, vc-workfile-version): Punt to backends.
10407 2000-09-04  Dave Love  <fx@gnu.org>
10409         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10410         (vc-master-workfile-version): Moved from vc-hooks.
10412         * vc-rcs-hooks.el: Fix duplicate code in last change.
10414         * vc-rcs-hooks.el: Require vc-hooks when compiling.
10415         (vc-rcs-master-templates): Improve :type.
10416         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10417         vc-master-workfile-version): Moved from vc-hooks.
10419         * vc-sccs-hooks.el: Require vc-hooks when compiling.
10420         (vc-sccs-master-templates): Improve :type.
10421         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10423         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10425         * vc-cvs-hooks.el: Require vc-hooks when compiling.
10426         (vc-cvs-master-templates): Improve :type.  Use
10427         vc-cvs-find-cvs-master.
10428         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10429         from vc-hooks.
10430         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10432         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10433         Moved to vc-cvs-hooks.
10435         * vc-hooks.el: Add doc strings in various places.  Simplify the
10436         minor mode setup.
10437         (vc-handled-backends): New user variable.
10438         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10439         simplification.
10441 2000-09-04  Dave Love  <fx@gnu.org>
10443         * vc.el: Some doc fixes for autoloaded and interactive functions.
10444         Fix compilation warnings from ediff stuff.
10445         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10447         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10449         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10451         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10453 2000-09-04  Dave Love  <fx@gnu.org>
10455         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10456         New variable.
10457         (vc-make-backend-function, vc-loadup, vc-call-backend)
10458         (vc-backend-defines): New functions.
10460         * vc-hooks.el: Various doc fixes.
10461         (vc-default-back-end, vc-follow-symlinks): Custom fix.
10462         (vc-match-substring): Function removed.  Callers changed to use
10463         match-string.
10464         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10465         Simplify.
10467 2000-09-04  Dave Love  <fx@gnu.org>
10469         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10470         type.
10471         (vc-sccs-project-dir, vc-search-sccs-project-dir)
10472         (vc-sccs-registered): Doc fix.
10474         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10475         (vc-cvs-registered): Doc fix.
10477         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10478         (vc-rcs-registered): Doc fix.
10480 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10482         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10484         * vc-hooks.el: vc-registered has been renamed
10485         vc-default-registered.  Some functions have been moved to the
10486         backend specific files.  they all support the
10487         vc-BACKEND-registered functions.
10489 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10491         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10493         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10495 2000-09-04  Dave Love  <fx@gnu.org>
10497         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10498         menu-bar-update-hook.
10500         * help.el (help-manyarg-func-alist): Add
10501         find-operation-coding-system.
10503         * wid-edit.el (widget-sexp-validate): Fix garbled code.
10505         * custom.el (custom-set-variables): Print message about errors in
10506         setting.
10508 2000-09-03  Andrew Innes  <andrewi@gnu.org>
10510         * makefile.w32-in: Change to DOS line endings.
10512 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
10514         * mouse.el (mouse-popup-menubar): Supply the prompt string for
10515         minor-mode keymaps, if they don't have one.
10517 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
10519         * eshell/esh-module.el (eval-when-compile): Don't lose if
10520         esh-module.el's file name is truncated to DOS 8+3 limits.
10522 2000-09-01  John Wiegley  <johnw@gnu.org>
10524         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10525         predicate, which caused entries in the completion list to be
10526         doubled.
10528 2000-08-30  John Wiegley  <johnw@gnu.org>
10530         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10531         sending to subprocesses.  Also, hook pre-command-hook if
10532         `eshell-send-direct-to-subprocesses' is non-nil.
10533         (eshell-send-direct-to-subprocesses): New config variable.  If t,
10534         subprocess input is send immediately.
10535         (eshell-toggle-direct-send): New function.
10536         (eshell-self-insert-command): New function.
10537         (eshell-intercept-commands): New function.
10538         (eshell-send-input): If direct subprocess sending is enabled,
10539         don't echo any input to the Eshell buffer.  Let the subprocess
10540         handle that.  This requires "stty echo" in bash, for example.
10542 2000-08-28  John Wiegley  <johnw@gnu.org>
10544         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10545         completion function for Eshell's implementation of `unset'.
10547 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
10549         * info.el (Info-directory-list): Doc fix.
10551 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
10553         * filecache.el (file-cache-add-directory-using-find): Don't quote
10554         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10556 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
10558         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10559         coding systems.
10561 2000-08-30  Andrew Innes  <andrewi@gnu.org>
10563         * timer.el (run-with-idle-timer): Undo last change, so that timer
10564         is not activated immediately if Emacs is already idle.  Some
10565         existing code relies on this behaviour.
10567 2000-08-30  Miles Bader  <miles@gnu.org>
10569         * frame.el (set-frame-font): Do completion of font-name for
10570         interactive use.
10572 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
10574         * international/quail.el (quail-start-translation): Bind locally
10575         last-command-event, last-command, and this-command.
10576         (quail-start-conversion): Likewise.
10577         (quail-self-insert-command): Fix docstring.
10579 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
10581         * progmodes/executable.el
10582         (executable-make-buffer-file-executable-if-script-p): Check that
10583         buffer contains at least 2 characters.
10585 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
10587         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10589 2000-08-29  Dave Love  <fx@gnu.org>
10591         * diff-mode.el (diff-mode) <defgroup>: Add :version.
10592         (diff-mode-shared-map): Bind mouse-2.
10593         (diff-imenu-generic-expression): New variable.
10594         (diff-mode): Use it.
10596         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10597         (mouse-popup-menubar): Add minor mode menus.
10598         (popup-menu): Check for lookup-key returning number.
10600 2000-08-29  Miles Bader  <miles@gnu.org>
10602         * comint.el (comint-send-input): Create overlays using the proper
10603         front/read-advance arguments.
10605 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10607         * ps-print.el: Even/odd pages printing.  Doc fix.
10608         (ps-print-version): New version number (6.0).
10609         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10610         (ps-background, ps-begin-file, ps-begin-job): Code fix.
10611         (ps-print-duplex-feature): Variable eliminated.
10612         (ps-even-or-odd-pages): New variable.
10614         * progmodes/ebnf2ps.el: Doc fix.
10615         (ebnf-version): New version (3.3).
10616         (ebnf-user-arrow): Change variable customization to sexp.
10617         (ebnf-user-arrow): Function eliminated.
10618         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10620 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
10622         * help.el (help-xref-mule-regexp): New variable.
10623         (help-make-xrefs): Handle help-xref-mule-regexp.
10625         * international/mule-cmds.el (help-xref-mule-regexp-template): New
10626         variable.
10627         (describe-input-method): Temporarily activate the specfied input
10628         method to display the information.
10629         (describe-language-environment): Hyperlinks to mule related items.
10631         * international/mule-diag.el (charset-multibyte-form-string): New
10632         function.
10633         (list-character-sets-1): Use charset-multibyte-form-string.
10634         (describe-character-set): New function.
10635         (describe-coding-system): Hyperlinks to safe character sets.
10637         * international/quail.el (quail-help): New arg PACKAGE.
10638         Hyperlinks to mule related items.
10639         (quail-help-insert-keymap-description): Use
10640         substitute-command-keys instead of describe-bindings.
10641         (quail-translation-help): Hyperlinks to mule related items.
10643 2000-08-28  John Wiegley  <johnw@gnu.org>
10645         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10646         have a defsubst call itself.  Made `eshell-flatten-list' back into
10647         a function again.
10649         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10650         catch, in case re-centering point at bottom messes up the display.
10651         This happens frequently in Emacs 21, due I believe to variable
10652         line heights.
10654         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10655         to call `find-tag-interactive'.
10657         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10658         the list of remember directories.
10660 2000-08-28  John Wiegley  <johnw@gnu.org>
10662         * align.el: Test align-region-separate to see if it's a symbol.
10664 2000-08-28  John Wiegley  <johnw@gnu.org>
10666         * eshell/esh-util.el (eshell-flatten-list): Made this function
10667         into a defsubst form.  It gets used very frequently, although
10668         calls don't occur all that often.
10670         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10671         examining it.
10673         * eshell/esh-cmd.el (eshell-rewrite-while-command):
10674         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10675         `eshell-protect'.
10676         (eshell-copy-handles): Created a new macro for duplicating the
10677         current set of open handles.  This is needed by the looping
10678         functions.
10679         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10680         is not incorrectly stomped on.
10682         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10683         declaration for pcomplete-use-paring.
10684         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10685         value of eshell-cmpl-use-paring.
10686         * pcomplete.el (pcomplete-use-paring): New config variable, to
10687         indicate whether paring should be used.
10688         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10689         completion alternatives that have already been used.
10691         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10692         bound to C-c C-y, which will repeat the previous N arguments
10693         (based on prefix argument).
10694         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10696         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10697         if there is no *Help* buffer.  This is for XEmacs, which renames
10698         its help buffers uniquely.  TODO: Find out what the current buffer
10699         name to delete is.
10701         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10702         first entry that correlates to a passwd/group number.  Later
10703         entries (used for group/user name aliasing to multiple IDs) are
10704         ignored.
10706         * eshell/em-xtra.el (eshell/expr):
10707         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10708         (eshell-grep, eshell/diff, eshell/locate):
10709         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10710         argument list, before passing it to the system command.
10712         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10713         `find-tag' for use at final position in Eshell buffers (which
10714         otherwise triggers an error on Emacs 21).
10715         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10716         buffer, if it is currently bound to `find-tag'.
10718         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10719         in the list of matched Makefile names.
10720         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10721         directory, prefer its contents to Makefile.
10723         * eshell/em-dirs.el (eshell/cd): cd commands that look up
10724         directory parts (like "cd old new", or "cd =regexp"), are now case
10725         sensitive on non-Windows/DOS platforms.
10727         * eshell/esh-mode.el (eshell-parse-command-input): When a user
10728         types RET after an open delimiter (like "), display a message
10729         indicating that Eshell is waiting for the closing delimiter.
10731         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10732         environment variables.
10734         * eshell/em-unix.el (eshell/diff): Added logic to fail more
10735         gracefully if the user enters incorrect arguments.
10737         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10738         Eshell buffers.
10740         * eshell/esh-var.el (eshell-interpolate-variable):
10741         * eshell/esh-mode.el (eshell-move-argument):
10742         * eshell/em-unix.el (eshell-du-sum-directory):
10743         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10744         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10745         (not (= ...)).
10747         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10748         to ensure the `preserve' flag gets propagated when doing recursive
10749         directory copies.
10751 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
10753         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10754         Don't convert \n into \0177 in memory.
10755         (eshell-read-history, eshell-write-history): Convert \n to \0177,
10756         and back again, when reading and writing.
10758 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
10760         * eshell/esh-util.el (eshell-processp): Added to relieve constant
10761         testing of `fboundp' on `processp'.
10763         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10764         (eshell/jobs): Don't call process-list if it is not bound.
10765         (eshell-gather-process-output): Support systems where async
10766         subprocesses aren't supported.
10767         (eshell-scratch-buffer, eshell-last-sync-output-start): New
10768         variables.
10770         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10771         eshell-do-eval returns t.
10772         (eshell-do-pipelines-synchronously): New defmacro.
10773         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10774         when async subprocesses aren't supported.
10775         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
10776         if async subprocesses aren't supported.
10777         (eshell-resume-command): Don't assume STATUS is a string.
10779         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10781         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10782         (eshell-close-target, eshell-get-target): Use eshell-processp.
10783         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10784         fix.
10785         (eshell-get-target, eshell-create-handles): Doc fix.
10787 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
10789         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10790         criterion to include commands that output something, as long as it
10791         leaves both the command and the end-of-buffer visible when the
10792         command has exited.
10793         (eshell-review-quick-commands): Adjust the help doc string
10794         accordingly.
10796 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
10798         * locate.el (locate): Cleaned up locate command's interactive prompting
10799         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10801         * filecache.el (file-cache-case-fold-search): New variable
10802         (file-cache-assoc-function): New variable
10803         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10804         Use file-cache-case-fold-search variable
10805         (file-cache-add-file): Use file-cache-assoc-function
10806         (file-cache-delete-file): likewise
10807         (file-cache-directory-name): likewise
10808         (file-cache-debug-read-from-minibuffer): likewise
10810 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
10812         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10813         (abbrev-table-name): New function.
10814         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10815         If non-nil list local abbrev, only.
10817 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
10819         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10820         from Gnus support code, and use special article copy buffer
10821         `(gnus-original-article-buffer)' instead.  This allows to get rid
10822         of article-hide-headers usage (which breaks in the latest Gnus
10823         version).  Thanks to Detlev Zundel.
10825 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
10827         * international/quail.el (quail-use-package): Hide "... loaded"
10828         message.
10829         (quail-start-translation, quail-start-conversion): Likewise.
10831         * international/kkc.el (kkc-region): Hide "... loaded" message.
10833 2000-08-27  Dave Love  <fx@gnu.org>
10835         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10837 2000-08-27  Miles Bader  <miles@gnu.org>
10839         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10841 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
10843         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10844         'ja-dic-cnv), not (require 'skkdic-cnv).
10846 2000-08-26  Miles Bader  <miles@gnu.org>
10848         * faces.el (face-x-resources): Add entry for :inherit.
10849         * cus-face.el (custom-face-attributes): Add support for :inherit
10850         attribute.  Add support for relative face heights.
10851         (custom-face-attributes-get): Treat `nil' as being a default value
10852         for :inherit (as well as `unspecified').
10854         * faces.el (set-face-attribute): Update doc string.
10855         (face-attribute-name-alist): Add :inherit.
10856         (face-valid-attribute-values): Handle :inherit.
10857         (face-read-string): Rephrase prompt to be less confusing.
10858         Assume that DEFAULT is a string, since we must return a string.
10859         (face-read-integer): Use `format' to turn DEFAULT into an
10860         acceptable default for face-read-string.  Match NEW-VALUE against
10861         the string "unspecified", not the symbol `unspecified', since
10862         that's what face-read-string returns.
10863         (read-face-attribute): Lookup a name for old-value in valid, and
10864         use it as a default if we find one.  Treat all values from
10865         face-read-string as strings.  If the default is used, don't do any
10866         more processing on the value, just use the old value directly.
10867         (read-face-and-attribute, modify-face): Tweak prompt.
10868         (read-face-name): Don't assume prompt ends with a space.
10870         * faces.el (describe-face): Add support for :inherit attribute.
10872 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
10874         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
10875         concat doesn't accept interger.
10877         * international/kkc.el: Remove SKK from Keywords.  Require
10878         ja-dic-utl instead of skkdic-utl.
10880         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10881         Provide ja-dic-cnv instead of skkdic-cnv.
10882         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
10883         (iso-2022-7bit-short): Add safe-charsets property.
10884         (skkdic-convert-postfix): Search Japanese chou-on character in
10885         addition to Hiragana character.
10886         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10887         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10888         (batch-skkdic-convert): Likewise.
10890         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10891         Provide ja-dic-utl instead of skkdic-utl.
10892         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10894 2000-08-24  Dave Love  <fx@gnu.org>
10896         * disp-table.el (standard-display-default): Make the test of `l'
10897         useful.
10899         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10900         mod sample text.
10902         * international/iso-ascii.el: Make pilcrow convenient string
10903         consistent with section.
10904         (iso-ascii-display): Set up multibyte characters as well as
10905         unibyte.
10907 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
10909         * international/mule-cmds.el (reset-language-environment): Set
10910         default-process-coding-system to '(undecided . iso-latin-1), which
10911         makes process I/O almost consistent with file I/O.   Call this
10912         function when mule-cmds.el[c] is loaded.
10914 2000-08-22  Andrew Innes  <andrewi@gnu.org>
10916         * makefile.w32-in: New file.
10918 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
10920         * comint.el (comint-output-filter): Compare end of
10921         comint-last-output-overlay with the start of the newly inserted
10922         text, not the end, when deciding whether to extend it.
10923         Set saved-point's insertion type to advance after insertion.
10925         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10926         since this is now done independently of font-lock mode.
10928 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
10930         * server.el (server-kill-new-buffers): New user option.
10931         (server-existing-buffer): New buffer-local variable.
10932         (server-visit-files): When using an existing buffer, set
10933         server-existing-buffer to t.
10934         (server-buffer-done): If server-kill-new-buffers is t, kill the
10935         buffer, unless it was already present before visiting it with
10936         Emacs server.
10938 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
10940         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10941         even if the display doesn't support colors: some displays will
10942         support bold/underline faces.
10944 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
10946         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10948         * startup.el (command-line): If user's init file had an error,
10949         add explanatory text to *Messages*.
10951 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
10953         * man.el (Man-getpage-in-background): Decode the process output by
10954         the system locale coding system.
10956 2000-08-20  Dave Love  <fx@gnu.org>
10958         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10959         Don't test x-popup-menu.
10960         (function) <complete-function>: Complete only fbound symbols.
10961         <validate, value>: New.
10962         (variable) <complete-function>: Complete only bound symbols.
10963         (coding-system): Add :base-only, :complete-function, :validate,
10964         :value, :prompt-match.
10965         (widget-coding-system-prompt-value): Use read-coding-system and
10966         act on :base-only.
10967         (editable-field): Add :help-echo.
10968         (widget-push-button-gui, widget-push-button-cache)
10969         (widget-gui-action, widget-editable-list-gui): COmment out, along
10970         with uses.
10971         (widget-at): Make arg optional.
10972         (widget-echo-help): Adjust for current help-echo calling sequence.
10973         (widget-specify-field, widget-specify-button)
10974         (widget-specify-insert, widget-get-sibling, widget-image-find)
10975         (widget-convert, widget-insert, widget-leave-text)
10976         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10977         (widget-setup, widget-field-find, widget-before-change)
10978         (widget-after-change, widget-default-complete)
10979         (widget-default-create, widget-default-delete)
10980         (widget-push-button-value-create, editable-field)
10981         (widget-field-prompt-value, widget-field-validate)
10982         (widget-choice-value-create, widget-choice-action)
10983         (widget-choice-validate, widget-checklist-add-item)
10984         (widget-radio-add-item, widget-radio-chosen)
10985         (widget-radio-value-inline, widget-editable-list-value-create)
10986         (widget-editable-list-entry-create)
10987         (widget-documentation-link-add)
10988         (widget-documentation-string-value-create)
10989         (widget-regexp-validate, widget-file-complete)
10990         (widget-sexp-validate, widget-plist-convert-widget)
10991         (widget-plist-convert-widget, widget-alist-convert-widget)
10992         (widget-alist-convert-widget, widget-color-complete): Simplify,
10993         particularly to avoid bindings which aren't optimized out.
10995         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10996         Doc fix.
10997         (down-list, backward-up-list, up-list, kill-sexp)
10998         (backward-kill-sexp, mark-sexp): Make arg optional.
10999         (lisp-complete-symbol): Add optional arg PREDICATE.
11001         * cus-start.el: Add display-buffer-reuse-frames,
11002         file-coding-system-alist.
11004 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
11006         * startup.el (command-line): Clear realized faces after
11007         modifying TTY color mappings.
11009 2000-08-20  Miles Bader  <miles@gnu.org>
11011         * faces.el (face-attr-match-p): Don't return true if ATTRS are
11012         merely a subset of FACE's attributes.
11014 2000-08-19  Miles Bader  <miles@gnu.org>
11016         * comint.el (comint-output-filter): Save the point with a marker,
11017         not just a buffer position.
11019         * international/mule.el (set-buffer-process-coding-system): Make
11020         interactive prompt less confusing.
11022 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
11024         * hilit-chg.el: General cleanup of doc strings, comments and
11025         code formatting.
11027 2000-08-19  Miles Bader  <miles@gnu.org>
11029         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11030         Compiler macro removed; beginning-of-line is no longer always
11031         equivalent to forward-line, in the presence of fields.
11033         * comint.el (comint-output-filter): Remove ad-hoc saving of
11034         restriction, and just use save-restriction, now that it works
11035         correctly.  Don't adjust comint-last-input-start to account for
11036         our insertion; it shouldn't have moved because we don't use
11037         insert-before-markers anymore.  Comment out call to
11038         `force-mode-line-update'; why is it here?
11040         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11041         while checking for prompt to delete.  Use `forward-line 0'
11042         instead of beginning-of-line.
11043         (gud-filter): Temporarily widen gud comint buffer while
11044         examining output.
11046 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
11048         * progmodes/sh-script.el: Big bag of typos.
11050         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11051         check since ispell-process is not bound when ispell is not yet loaded.
11053 2000-08-18  Dave Love  <fx@gnu.org>
11055         * image.el (find-image): Copy `spec' before using plist-put.
11057 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
11059         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11060         `portugues'.
11062         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11063         backward-kill-sexp, analogous to kill-sexp.
11065         * progmodes/icon.el (icon-indent-line)
11066         (icon-is-continuation-line): Handle comments specially.
11068 2000-08-17  Ken Stevens <k.stevens@ieee.org>
11070         * ispell.el: Set to standard author/maintainer/keyword fields.
11071         Fine tuning to menu map appearance and operation, and added help.
11072         Remove `start' and `end' error messages when compiling.
11073         (ispell-choices-win-default-height): Fixed comment string.
11074         (ispell-dictionary-alist-1): Fixed regexp in castellano and
11075         castellano8 dictionaries.
11076         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11077         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11078         dictionary, added italiano dictionary.
11079         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11080         word character
11081         (ispell-tex-skip-alists): Added psfig support.
11082         (ispell-skip-html): Renamed from ispell-skip-sgml.
11083         (ispell-begin-skip-region-regexp, ispell-skip-region)
11084         (ispell-minor-check): Improved html skipping support to skip across
11085         code, and recognize `&' commands without propper `;' syntax;
11086         (ispell-process-line): Fix alignment error when manually
11087         correcting spelling.
11088         (ispell): Fix comment string.
11089         (ispell-add-per-file-word-list): Always put word list on new line.
11091 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
11093         * format.el (format-encode-run-method): Fix error message to say
11094         `encode' instead of `decode'.  Use save-window-excursion around
11095         shell-command-on-region as in format-decode-run-method because
11096         shell-command-on-region can display a buffer with error output.
11097         (format-decode): Don't record undo information for the decoding.
11098         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
11099         that number part of the temporary buffer name so that more than
11100         one decoding using a temporary buffer can happen safely.
11102         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11103         of `A-z' in the regexp.
11105         * hilit-chg.el: Fix typos in commentary.
11107         * help.el (view-emacs-news): Rewritten for new naming scheme
11108         for old NEWS files.
11110         * startup.el (command-line): Pop to *Messages* in case an error
11111         is signaled while loading user-init-file.
11113 2000-08-17  Andreas Schwab  <schwab@suse.de>
11115         * files.el (insert-directory): Don't lose original file name,
11116         undoing an undocumented change.
11118 2000-08-17  Alex Schroeder  <alex@gnu.org>
11120         * sql.el (sql-magic-go): Use comint-bol.
11121         (sql-copy-column): Use comint-line-beginning-position.
11122         (comint-line-beginning-position): Define a replacement for
11123         comint-line-beginning-position if it is not fboundp.
11125 2000-08-17  Alex Schroeder  <alex@gnu.org>
11127         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11128         it didn't have any effect anyway.
11130 2000-08-17  Alex Schroeder  <alex@gnu.org>
11132         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11133         --pset and pager=off instead of sending \\o|cat at the beginning
11134         of the session.
11136 2000-08-17  Miles Bader  <miles@gnu.org>
11138         * progmodes/octave-inf.el: Add compatibility definition of
11139         comint-line-beginning-position.
11141 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
11143         * startup.el (normal-top-level): Look in each dir in load-path for
11144         a leim-list.el file too.  This assures of loading leim-list.el
11145         that is created at Emacs installation time even if a user have his
11146         own leim-list.el.
11148 2000-08-17  Miles Bader  <miles@gnu.org>
11150         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11151         foreground color to black if the background is dark.
11153 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
11155         * loadhist.el (unload-feature): Typo.
11157         * finder.el (finder-compile-keywords):
11158         * cus-dep.el (custom-make-dependencies): Add local-variable settings
11159         to the generated file.
11161         * mail/mh-e.el (mh-make-local-vars):
11162         Replace make-variable-buffer-local with make-local-variable.
11164         * play/landmark.el:
11165         * options.el (Edit-options-{set,toggle,t,nil}):
11166         * mail/mailabbrev.el (mail-abbrevs-mode):
11167         * textmodes/tex-mode.el (tex-expand-files):
11168         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11170         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11172         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11173         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11174         Allow going past the last element.
11175         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11176         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11177         (cvs-mouse-toggle-mark): Don't move point.
11178         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11180         * progmodes/compile.el (grep): Provide a default set of files.
11181         (next-error): Docstring fix.
11182         (compilation-find-file): Avoid find-file (fails in a dedicated window).
11184         * emacs-lisp/easy-mmode.el (define-minor-mode):
11185         Use `symbol-value' to keep the byte-compiler quiet.
11187         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11188         (diff-find-source-location): New fun, extracted from diff-goto-source.
11189         (diff-goto-source): Use it.
11190         (diff-next-complex-hunk, diff-filter-lines): New function.
11191         (diff-apply-hunk): New command.
11193         * smerge-mode.el (smerge-mode-menu): Doc fix.
11195         * msb.el (msb-mode): Define it in terms of define-minor-mode.
11197 2000-08-16  Dave Love  <fx@gnu.org>
11199         * windmove.el (windmove) <defgroup>: Add :version.
11201         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
11202         (goto-address-fontify-p, goto-address-highlight-p)
11203         (goto-address-url-face, goto-address-url-mouse-face)
11204         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11205         (goto-address-url-regexp): Use thing-at-point-url-regexp.
11206         (goto-address-fontify, goto-address-at-mouse): Simplify,
11207         (goto-address-at-point): browse-url-url-at-point,
11208         goto-address-find-address-at-point can return nil.
11209         (goto-address-find-address-at-point): Return nil on failure.
11211         * align.el (align) <defgroup>: Add :version.
11213         * calculator.el (calculator): Add :version.
11214         (calculator): Use two lines for calculator window if `modeline'
11215         face is boxed.
11217         * play/5x5.el: Doc fixes.
11218         (5x5) <defgroup>: Add :version.
11220         * play/fortune.el (fortune) <defgroup>: Add :version.
11221         (fortune-append): Fix error message.
11222         (fortune-from-region): Doc fix.
11224         * play/pong.el (pong): Doc fix.
11226         * play/morse.el: Keywords, commentary, autoloads.
11228 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
11230         * desktop.el (desktop-save): Don't look at symbol-value of a
11231         member of minor-mode-alist, unless it is boundp.
11233 2000-08-16  Sam Steingold  <sds@gnu.org>
11235         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11236         `while'; use `with-current-buffer' instead of `save-excursion'.
11237         Removed unnecessary kludges now that "*Buffer List*" is excluded.
11239 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
11241         * international/ccl.el (declare-ccl-program): Docstring modified.
11242         (ccl-execute-with-args): Likewise.
11244 2000-08-16  Miles Bader  <miles@gnu.org>
11246         * progmodes/sql.el: Add compatibility definition of
11247         comint-line-beginning-position.
11249 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
11251         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11252         'buffer-menu' property.
11253         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11254         fails.
11255         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11256         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11257         wasn't killed.
11259         * buff-menu.el (list-buffers-noselect): Don't display the
11260         *Buffer List* buffer.
11262         * font-lock.el: Require jit-lock to prevent a very late
11263         `Loading jit-lock' message.
11265         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11266         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11267         mail address.
11269 2000-08-15  Miles Bader  <miles@gnu.org>
11271         * textmodes/ispell.el (ispell-graphic-p): New constant.
11272         (ispell-choices-win-default-height, ispell-help): Use
11273         `ispell-graphic-p' instead of `xemacsp'.
11275 2000-08-15  Dave Love  <fx@gnu.org>
11277         * simple.el: Autoload widget-convert when compiling.
11278         (mail-user-agent): Doc fix.
11280         * help.el (function-called-at-point, variable-at-point): Use
11281         with-syntax-table.
11282         (help-manyarg-func-alist): Add insert-and-inherit.
11284         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11286         * delsel.el (delsel-unload-hook): New function.
11288         * find-file.el: Doc fixes.  Move provide to end.
11289         (ff) <defgroup>: Add :link.
11290         (ff-goto-click): Deleted.
11291         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11292         Use mouse-set-point.
11294         * textmodes/tildify.el: Doc fixes.
11295         (tildify) <defgroup>: Add:version.
11297         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11298         (glasses-custom-set): Use set-default, not set.
11299         (minor-mode-alist): Propertize the lighter.
11300         (glasses-mode): Provide optional arg.
11302         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11303         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
11304         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11305         option.  Provide :type.
11306         (cwarn-configuration): Provide :type.
11307         (cwarn-mode): Doc fix.
11309         * add-log.el (change-log-merge): Doc fix.
11310         (change-log-redate): New command.
11312         * net/browse-url.el (browse-url-filename-alist): Add a clause for
11313         Doze and Dog.
11314         (browse-url): Use dolist, not mapcar.
11315         (browse-url-at-point): Check for null url.
11316         (browse-url-event-buffer, browse-url-event-point): Functions
11317         deleted.
11318         (browse-url-at-mouse, browse-url-netscape): Simplify.
11320         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11321         modes.
11322         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11323         Fix previous change to mapcan.
11324         (msb--init-file-alist, msb--add-separators)
11325         (msb--make-keymap-menu): Simplify.
11326         (msb--choose-file-menu): Use copy-sequence.
11327         (msb-mode-map): Add title to keymap.
11328         (msb-unload-hook): New function.
11330         * bs.el: Fix indentation.
11331         (bs) <defgroup>: Add :links.
11332         (bs-show): Doc fix.
11333         (bs-apply-sort-faces): Don't use window-system.
11334         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11336 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
11338         * calendar/timeclock.el (timeclock-file): Run .timelog through
11339         convert-standard-filename.
11341 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
11343         * emacs-lisp/authors.el: New file.
11345         * paren.el (show-paren-priority): New user option.
11346         (show-paren-function): Set overlay priorities to
11347         show-paren-priority.
11349 2000-08-14  Miles Bader  <miles@gnu.org>
11351         * comint.el (comint-bol): Use `forward-line 0' instead of calling
11352         beginning-of-line with inhibit-field-text-motion bound.
11354 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
11356         * calendar/timeclock.el: New file.
11358 2000-08-14  David Ponce  <david@dponce.com>
11360         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11361         `widget-button-click'. so that one can use left mouse button to
11362         click on dialog buttons.
11364 2000-08-14  Emmanuel Briot  <briot@gnat.com>
11366         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11367         identifiers, since XML is case sensitive
11369 2000-08-12  Miles Bader  <miles@gnu.org>
11371         * comint.el (comint-output-filter): Don't bother frobbing
11372         window-start, it doesn't seem to be necessary.
11374         * comint.el (comint-send-string, comint-send-region): Make into
11375         real functions.  Snapshot the prompt before sending.
11377 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
11379         * info.el (Info-find-emacs-command-nodes): Rewrite to use
11380         technique similar to Info-index, instead of relying on specific
11381         names of relevant Index nodes.
11382         (Info-goto-emacs-command-node): Bind Info-history to nil when
11383         going to the first node found by Info-find-emacs-command-nodes.
11385 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
11387         * menu-bar.el (menu-bar-help-menu): Add a :help string.
11389 2000-08-10  Miles Bader  <miles@gnu.org>
11391         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11393 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
11395         * info.el (Info-file-list-for-emacs): More elements for the
11396         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11397         and woman manuals.
11399 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
11401         * comint.el (comint-send-input): Make the newline boundary overlay
11402         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
11403         (comint-output-filter): Use `insert' instead of
11404         `insert-before-markers'.  Extend comint-last-output-overlay when
11405         necessary since we can't rely on insert-before-markers to do it.
11406         * gud.el (gud-filter): Use `with-current-buffer' instead of
11407         save-excursion when inserting the output, so that point gets
11408         updated correctly; the old method relied on a rather dodgy
11409         side-effect of comint-output-filter to avoid the effect of
11410         save-excursion.
11412 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
11414         * files.el (recover-file): Call insert-directory instead of
11415         invoking `ls' directly.
11417 2000-08-10  Miles Bader  <miles@gnu.org>
11419         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11420         (comint-last-prompt-overlay): New variables.
11421         (comint-output-filter): Implement prompt highlighting.
11422         (comint-snapshot-last-prompt): New function.
11423         (comint-send-input): Snapshot the last prompt.
11424         Use comint-highlight-input-face.
11425         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11426         Use defface instead of defcustom.
11427         (send-invisible, comint-send-eof): Snapshot the last prompt.
11428         (comint-delchar-or-maybe-eof): Use comint-send-eof.
11429         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11431 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
11433         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11434         (regexp-opt-group): Use a list of chars for `letters'.
11435         (regexp-opt-charset): `chars' is now a list of chars.
11436         Use a char-table rather than a vector so it works for multibyte chars.
11438         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
11439         Set cvs-minor-current-files to the selected fileinfo.
11440         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11441         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11443 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
11445         * files.el (insert-directory): Don't call access-file on
11446         directories on DOS and Windows.
11448 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
11450         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11451         longer if necessary.
11452         (ccl-embed-code): Call ccl-embed-data to store CODE in
11453         ccl-program-vector.
11455 2000-08-09  Miles Bader  <miles@gnu.org>
11457         * comint.el (comint-output-filter): Properly handle the case where
11458         the text surrounded by comint-last-output-overlay was deleted.
11460 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
11462         * info.el (Info-insert-dir): Use Info-additional-directory-list if
11463         non-nil.
11464         (Info-file-list-for-emacs): Remove "info" from the list because
11465         that leads to trying to use the documentation from file `info'
11466         in various situations where it isn't appropriate, for instance
11467         C-h C-k C-h i.
11469         * ffap.el (ffap-read-file-or-url-internal): Handle case that
11470         DIR and/or STRING are nil.
11472         * progmodes/compile.el (compilation-setup): Make variable
11473         compilation-error-screen-columns buffer-local, as some comment
11474         in the code suggests it should be.
11476         * files.el (auto-mode-interpreter-regexp): New variable.
11477         (set-auto-mode): Use it.
11479         * indent.el (indent-for-tab-command): Doc fix.
11481         * mouse-sel.el (mouse-sel-mode): Doc fix.
11483         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11484         labels.
11486         * help.el (print-help-return-message): When
11487         display-buffer-reuse-frames is set, let the help window been quit,
11488         instead of deleting it, which might delete a reused frame.
11490 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
11492         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11493         rename a directory to a name that differs only by its letter case.
11495 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
11497         * international/quail.el (quail-define-rules): Handle Quail decode
11498         map correctly.  Add code for supporting annotations.
11499         (quail-install-decode-map): New function.
11500         (quail-defrule-internal): New optional arguments decode-map and
11501         props.
11502         (quail-advice): New function.
11504 2000-08-07  Sam Steingold  <sds@gnu.org>
11506         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11507         `defconst', `define-condition', `with-slots'.
11508         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11510 2000-08-03  Miles Bader  <miles@gnu.org>
11512         * comint.el (comint-use-prompt-regexp-instead-of-fields):
11513         New variable.
11514         (comint-prompt-regexp, comint-get-old-input): Document dependence on
11515         comint-use-prompt-regexp-instead-of-fields.
11516         (comint-send-input): Add `input' field property to stuff we send to
11517         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11518         (comint-output-filter): Add `output' field property to process
11519         output, if comint-use-prompt-regexp-instead-of-fields is nil.
11520         (comint-replace-by-expanded-history)
11521         (comint-get-old-input-default, comint-show-output)
11522         (comint-backward-matching-input, comint-forward-matching-input)
11523         (comint-next-prompt, comint-previous-prompt):  Use field
11524         properties if comint-use-prompt-regexp-instead-of-fields is nil.
11525         (comint-line-beginning-position): New function.
11526         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
11527         (comint-replace-by-expanded-history-before-point): Use
11528         comint-line-beginning-position and line-end-position.
11529         (comint-last-output-overlay): New variable.
11530         (comint-mode): Make `comint-last-output-overlay' buffer-local.
11532         * shell.el (shell-prompt-pattern): Doc change.
11533         (shell-backward-command): Use line-beginning-position.
11535         * gud.el (gud-gdb-complete-command): Use
11536         comint-line-beginning-position.
11538         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11539         comint-bol doesn't actually go to the beginning of the line.
11541         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11542         if comint-use-prompt-regexp-instead-of-fields is non-nil.
11543         (try-expand-line-all-buffers): Likewise.
11545         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11546         explicitly matching comint-prompt-regexp.
11547         (sql-copy-column): Use comint-line-beginning-position instead of
11548         explicitly matching comint-prompt-regexp.
11550         * progmodes/octave-inf.el (inferior-octave-complete): Use
11551         comint-line-beginning-position.
11553         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11555         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11556         looking for a prompt, use `forward-line 0' instead of
11557         `beginning-of-line', to avoid getting caught by an input field.
11559 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
11561         * files.el (shell-quote-wildcard-pattern): Make sure to return
11562         PATTERN, in the Unix case.
11564 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
11566         * play/zone.el (zone): Discard any pending input before running
11567         the randomly-chosen pgm.
11569 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
11571         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11572         checking the existence of any multibyte characters.
11574 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
11576         * help.el (describe-mode): Test minor-mode symbol for being
11577         bound before testing its value for being nil.
11579         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11580         `first', `second', and `third'.
11582         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11583         (second): Make it an alias for `cadr'.
11585 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
11587         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11588         types of display support faces now.
11590 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
11592         * pcvs.el (require): Require `cl' during compilation, only.
11594         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11595         (toplevel): Remove `remq' and `remove' from autoloads.
11596         (cl-fake-autoloads): New variable.  If set, arrange for an error
11597         when CL functions etc. are autoloaded.
11599 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
11601         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11603         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11604         popped up, but the user clicks outside the menu, return an empty
11605         regexp (that causes unhighlight-regexp to have no effect).
11607         * menu-bar.el (menu-bar-games-menu): Add Zone.
11609         * hi-lock.el (toplevel): Require font-lock.
11611 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11613         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11614         (ebnf-8-bit-chars): New var for bug fix.
11615         (ebnf-string): Bug fix.
11617 2000-08-03  Sam Steingold  <sds@gnu.org>
11619         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11620         instead of `buffer-string'.
11621         (require 'cl): Always, not just when compiling.
11622         `ignore-errors' in `interactive', `list*', `defun*' &c make this
11623         necessary.
11625 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
11627         * international/mule-cmds.el (select-safe-coding-system): Make
11628         the message text about selecting a safe coding system more clear.
11630 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
11632         * hi-lock.el: New file.
11634         * play/zone.el: New file.
11636         * replace.el (occur): Set tab-width in the *Occur* buffer to the
11637         value of tab-width in the original buffer.  Choose a line number
11638         format that's a multiple of the original buffer's tab width, so
11639         that lines appear right.
11641         * textmodes/ispell.el (ispell): New function, replacing an alias.
11642         Spell-check active region if in transient-mark-mode and mark
11643         is active; otherwise spell-check buffer.
11645 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11647         * ps-mule.el: Fix a customization problem on
11648         ps-mule-font-info-database-default.
11650 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
11652         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11653         display-mouse-p instead of window-system.
11654         (ebrowse-member-mode-map): Ditto.
11656 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11658         * progmodes/ebnf2ps.el: Update ps-print functions call.
11659         Indentation fix.  Doc fix.
11660         (ebnf-version): New version number (3.2).
11661         (ebnf-format-color, ebnf-begin-job): Code fix.
11663 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
11665         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11666         font lock support on window-system.
11667         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11669         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11670         display-color-p, if fboundp, instead of window-system.
11672 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
11674         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11675         instead of window-system.
11677         * wid-edit.el (widget-choose): Use display-mouse-p instead of
11678         window-system.
11679         (widget-choice-mouse-down-action): Use display-popup-menus-p
11680         instead of window-system.
11682         * strokes.el (strokes-file): Run the file name through
11683         convert-standard-filename.
11684         (strokes-mode): Call display-mouse-p instead of looking at
11685         window-system.  Change the error message accordingly.
11687         * progmodes/cpp.el (toplevel): Support faces on tty's.
11689         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11690         (lm-plot-square, lm-init-display): Don't use window-system.
11692         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11693         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11695         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11696         instead of looking at window-system.
11698 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
11700         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11701         of testing if iswitchb-prepost-hooks is bound, because the
11702         latter will always be true when invoking a recursive minibuffer
11703         from an active Iswitchb buffer.
11705 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
11707         * files.el (shell-quote-wildcard-pattern): New function.
11708         (insert-directory): Call it.  Only prepend "\" to command on Unix
11709         and GNU/Linux systems.
11711 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
11713         * eshell/esh-groups.el: Change custom :link file names
11714         from `eshell.info' to `eshell'.
11716 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
11718         * dired.el (dired-build-subdir-alist): Expand subdirectory names
11719         correctly in recursive ange-ftp listings.
11721 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11723         * ps-print.el: Fix bug 1: if ps-font-size-internal,
11724         ps-header-font-size-internal and
11725         ps-header-title-font-size-internal variables are not set,
11726         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
11727         face text property is (foreground-color . COLOR) or
11728         `(background-color . COLOR)', ps-print crashes.  Doc fix.
11729         (ps-print-version): New version number (5.2.4).
11730         (ps-plot-region): Code fix.
11731         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11732         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11733         Bug fix 2.
11735 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
11737         * glasses.el (glasses-make-readable): Fix uncapitalization of
11738         identifiers like `myXMLDocument'.
11740 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
11742         * mail/mail-hist.el (mail-hist-previous-input)
11743         (mail-hist-next-input): Do the obvious code factorization.
11744         (mail-hist-retrieve-and-insert): New func, contains common
11745         code of above two.
11746         If inserting a message body, leave point at top.
11748 2000-07-28  Sam Steingold  <sds@gnu.org>
11750         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11751         Use `<=', not `<' to compare times!
11752         (ange-ftp-ls): Remove.
11754 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
11756         * play/cookie1.el: Add explanation of how to make cookie.el
11757         compatible with strfile(1) to comment.
11759         * subr.el (remove, remq): New functions.
11761         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11762         escape `*' in regexps.
11763         (midnight-find): Reverse order of arguments in the funcall of
11764         TEST.
11766         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11767         and `.class'.
11769         * play/meese.el: Add Commentary section.
11771 2000-07-27  Alex Schroeder  <alex@gnu.org>
11773         * sql.el (sql-ms): Added autoload cookie.
11774         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11775         (sql-oracle): Ditto.
11776         (sql-help): Doc change.
11778         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11779         types and exceptions.
11781 2000-07-27  Alex Schroeder  <alex@gnu.org>
11783         * sql.el (sql-placeholder-history): New variable.
11784         (sql-query-placeholders-and-send): New function that will query
11785         the user and replace placeholders with user input.
11786         (sql-oracle): If running on NT, set comint-input-sender to
11787         sql-query-placeholders-and-send.
11789         (sql-stop): If in the SQLi buffer, insert stop notification, else
11790         present it as a message.
11792 2000-07-27  Alex Schroeder  <alex@gnu.org>
11794         * sql.el (sql-input-ring-separator): Doc change.
11795         (sql-input-ring-file-name): Doc change.
11796         (sql-interactive-mode): Use `sql-input-ring-separator' and
11797         `sql-input-ring-file-name' to set the comint-mode equivalents
11798         without making them local variables.
11799         (sql-stop): Don't bind `sql-input-ring-separator' and
11800         `sql-input-ring-file-name' dynamically to their comint-mode
11801         equivalents.
11803 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
11805         * international/mule.el (register-char-codings): New function.
11806         (make-coding-system): Handle `safe-chars' specification in the arg
11807         PROPERTY.
11809         * international/mule-cmds.el
11810         (find-coding-systems-region-subset-p): This function deleted.
11811         (sort-coding-systems-predicate): New variable.
11812         (sort-coding-systems): New function.
11813         (find-coding-systems-region): Use
11814         find-coding-systems-region-internal.
11815         (find-coding-systems-string): Use find-coding-systems-region.
11816         (find-coding-systems-for-charsets): Check
11817         char-coding-system-table.
11818         (select-safe-coding-system-accept-default-p): New variable.
11819         (select-safe-coding-system): Mostly rewritten.  New argument
11820         ACCEPT-DEFAULT-P.
11821         (select-message-coding-system): Call select-safe-coding-system
11822         with ACCEPT-DEFAULT-P arg.
11823         (reset-language-environment): Reset default-sendmail-coding-system
11824         to the default value iso-latin-1.
11825         (set-language-environment): Don't set the obsolete variable
11826         charset-origin-alist.
11828         * international/codepage.el (cp-coding-system-for-codepage-1):
11829         Give `safe-chars' property to make-coding-system.
11831         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11832         calling select-message-coding-system twice.
11834         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11835         instead of `safe-charsets'.
11836         (cyrillic-alternativnyj): Likewise.
11837         (ccl-encode-alternativnyj): Don't check the charset
11838         cyrillic-iso8859-5.
11840 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
11842         * composite.el (compose-chars-after): Preserve match data.
11844 2000-07-26  Sam Steingold  <sds@gnu.org>
11846         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11847         (ange-ftp-real-file-newer-than-file-p): New function.
11848         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11849         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11851         * tooltip.el (tooltip-float-time): Removed (use `float-time').
11852         * midnight.el (midnight-float-time): Ditto.
11854 2000-07-26  Andreas Schwab  <schwab@suse.de>
11856         * files.el (normal-backup-enable-predicate): Correct
11857         interpretation of the return value of compare-strings.
11859 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
11861         * isearch.el (isearch-resume): New function.
11862         (isearch-done): Add something to command-history to resume
11863         the search.
11864         (isearch-yank-line, isearch-yank-word): Use
11865         buffer-substring-no-properties instead of buffer-substring.
11867         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11868         of flyspell-mouse-map.
11870         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11871         duplicate definition.
11872         (makefile-mode): Remove duplicate setting of local-abbrev-table.
11874         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11875         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11877 2000-07-25  Sam Steingold  <sds@gnu.org>
11879         * net/ange-ftp.el: Get modtime over the net.
11880         (ange-ftp-file-modtime): New function.
11881         (ange-ftp-write-region, ange-ftp-insert-file-contents)
11882         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11883         Use it.
11884         (ange-ftp-dot-to-slash): New function.
11885         (ange-ftp-fix-name-for-vms): Use it.
11887         * midnight.el (midnight-buffer-display-time): Use
11888         `with-current-buffer'.
11890 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
11892         * find-dired.el: Update copyright notice.
11893         (find-dired): Offer to kill a running `find'.
11895         * enriched.el (enriched-face-ans): For a `foreground-color'
11896         property, return '(("x-color" COLOR))' so that COLOR will be
11897         output as a parameter of the x-color annotation.  Likewise for the
11898         `background-color' property.  In the case of normal face
11899         properties, don't return annotations for unspecified foreground
11900         and background face attributes.
11902 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
11904         * language/japan-util.el (japanese-katakana-region): Fix handling
11905         HANKAKU argument.
11907 2000-07-25  Miles Bader  <miles@gnu.org>
11909         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11910         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
11911         constrain-to-field.
11913 2000-07-24  Andrew Innes  <andrewi@gnu.org>
11915         * timer.el (timer-activate-when-idle): Add optional parameter
11916         DONT-WAIT.  Update docstring.
11917         (run-with-idle-timer): Specify extra parameter to
11918         timer-activate-when-idle, so that timer will be activated
11919         immediately if Emacs is already idle.
11921         * w32-fns.el (w32-using-nt): Fix docstring.
11923 2000-07-24  Dave Love  <fx@gnu.org>
11925         * mouse.el (popup-menu): Set last-command-event.
11926         (mouse-major-mode-menu-prefix): Declare.
11928 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
11930         * textmodes/flyspell.el: Update to author's version 1.5d.
11932         * progmodes/hideshow.el: Update copyright notice.
11934         * vcursor.el: Set maintainer to FSF, since author cannot
11935         be reached.
11937 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
11939         * info.el (Info-goto-emacs-key-command-node): Leave a space after
11940         the prompt.
11942         * mouse.el (popup-menu): Run the keymap through indirect-function,
11943         in case it was defined with define-prefix-key.  If the menu is a
11944         list of keymaps, look up the binding of user's choice in each one
11945         of the keymaps.
11946         (mouse-popup-menubar): If the global and local menu-bar keymaps
11947         don't have a prompt string, create one and insert it into the
11948         keymap.  Don't barf if current-local-map returns nil.
11950 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
11952         * dired.el (dired-sort-R-check): Added to allow recursive listing
11953         to be undone.
11954         (dired-sort-other): Use it.
11956 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11958         * Release of cc-mode 5.27
11960 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11962         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11963         c-beginning-of-statement-1 that caused a bad case of recursion
11964         which could consume a lot of CPU in large classes in languages
11965         that have in-expression classes (i.e. Java and Pike).
11967         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11968         statements before top level constructs (i.e. case 6 is moved
11969         before case 5 and is now case 4) to catch in-expression
11970         classes in top level expressions correctly.
11972 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11974         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11975         objc-method-intro. Case 4 removed and case 5I added.
11977         * cc-langs.el (c-append-paragraph-start): New variable used by
11978         c-common-init to get paragraph-start correct.
11979         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11980         initialize paragraph-start to make it correct both with and
11981         without the javadoc special case.
11983         * cc-mode.el (java-mode): Use c-append-paragraph-start to
11984         initialize paragraph-start for javadoc markup.
11986         * cc-vars.el (c-style-variables-are-local-p): Incompatible
11987         change by defaulting this to t.  It's motivated by the
11988         confusing behavior that otherwise arise from the style system
11989         when editing both java and non-java files at the same time
11990         (see the comments about style setting in c-common-init).
11992 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11994         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11995         similar to the one in c-fill-paragraph to check the fill
11996         prefix from the adaptive fill function for sanity.
11998 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12000         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12001         defun block.
12003 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12005         * cc-align.el (c-lineup-multi-inher): Handle lines with
12006         leading comma nicely. Extended to handle member initializers
12007         too.
12009         * cc-engine.el: (c-beginning-of-inheritance-list,
12010         c-guess-basic-syntax): Fixed recognition of inheritance lists
12011         when the lines begins with a comma.
12013         * cc-vars.el (c-offsets-alist): Changed default for
12014         member-init-cont to c-lineup-multi-inher since it now handles
12015         member initializers and indents better for leading commas.
12017 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12019         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12020         handling that caused class open lines to be recognized as
12021         statement-conts in some cases.
12023         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12024         guessed by the adaptive fill function unless point is on the
12025         first line of a block comment.
12027         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12028         when the buffer ends with a macro continuation char.
12030         * cc-engine.el (c-guess-basic-syntax): Added support for
12031         function definitions as statements in Pike.  The first
12032         statement in a lambda block is now labeled defun-block-intro
12033         instead of statement-block-intro.
12035         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12036         so that the class surrounding point is selected, not the one
12037         innermost in the state.
12039         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12040         recognition of switch labels having hanging multiline
12041         statements.
12043         * cc-engine.el (c-beginning-of-member-init-list): Broke out
12044         some code in c-guess-basic-syntax to a separate function.
12045         * cc-engine.el (c-just-after-func-arglist-p): Fixed
12046         recognition of member inits with multiple line arglists.
12047         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12048         member-init-cont when the commas are in funny places.
12050 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12052         * cc-defs.el (c-auto-newline): Removed this macro since it's
12053         not used anymore.
12055         * cc-engine.el (c-looking-at-bos): New helper function.
12056         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12057         inexpr and toplevel classes apart in Pike.
12059         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12060         of case 9A.
12062         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12063         constant, since "class" can introduce an in-expression class
12064         in Pike nowadays.
12066 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12068         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12069         indentation on cpp-macro lines.
12071         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12072         a syntax modifier like comment-intro, to make it possible to
12073         get syntactic indentation for preprocessor directives.  It's
12074         incompatible wrt to lineup functions on cpp-macro, but it has
12075         no observable effect in the 99.9% common case where cpp-macro
12076         is set to -1000.
12078 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12080         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12081         member-init-cont when the preceding arglist is several lines.
12083 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12085         * cc-styles.el (c-style-alist): The basic offset for the BSD
12086         style corrected to 8.
12088 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12090         * cc-styles.el (c-style-alist): Adjusted the indentation of
12091         brace list openers in the gnu style.
12093 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12095         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12097         * cc-cmds.el (c-electric-brace, c-electric-slash,
12098         c-electric-star, c-electric-semi&comma, c-electric-colon,
12099         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12100         when c-syntactic-indentation is nil.
12102         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12103         we were left at comments preceding the first statement when
12104         reaching the beginning of the buffer.
12106         * cc-vars.el (c-syntactic-indentation): New variable to turn
12107         off all syntactic indentation.
12109 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12111         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12112         between the text and the block comment ender when it hangs,
12113         depending on how many there are before the fill.
12115 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12117         * cc-engine.el (c-beginning-of-closest-statement): New helper
12118         function to go back to the closest preceding statement start,
12119         which could be inside a conditional statement.
12120         * cc-engine.el (c-guess-basic-syntax): Use
12121         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12123         * cc-engine.el (c-guess-basic-syntax): Better handling of
12124         arglist-intro, arglist-cont-nonempty and arglist-close when
12125         the arglist is nested inside parens.  Cases 7A, 7C and 7F
12126         changed.
12128         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12129         up-to-date with javadoc 1.2.
12131 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12133         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12134         multiline Pike type decls.
12136 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12138         * cc-cmds.el (c-indent-new-comment-line): Always break
12139         multiline comments in multiline mode, regardless of
12140         comment-multi-line.
12142 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12144         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12145         fully::qualified::names in C++ member init lists.  Preamble in
12146         case 5D changed.
12148 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12150         * cc-langs.el (c-common-init): Handling of obsolete variables
12151         moved to c-initialize-cc-mode.  More compatible style override
12152         when using global style variables.
12153         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12154         variables moved here.
12156         * cc-styles.el (c-make-styles-buffer-local): Flag style
12157         variable localness in c-style-variables-are-local-p to make
12158         the compatibility measure in c-common-init work well.
12160         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12161         longer contain set-from-style.
12162         * cc-styles.el (c-initialize-builtin-style): Don't check for
12163         set-from-style on c-special-indent-hook.
12164         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
12165         copy-alist is sufficient now.
12167         * cc-styles.el (c-set-style, c-set-style-1,
12168         c-get-style-variables): Fixes to variable initialization so
12169         that duplicate entries in styles have the same effect
12170         regardless of DONT-OVERRIDE.
12172         * cc-styles.el (c-set-style-2): Fixed bug where the
12173         initialization of inheriting styles failed when the
12174         dont-override flag is set.
12176         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12177         on this.
12179 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12181         * cc-defs.el (c-forward-comment): Removed the workaround
12182         introduced in 5.38 since it had worse side-effects.  If a line
12183         contains the string "//\"", it regarded the // as a comment
12184         start since the \ temporarily doesn't have escape syntax.
12186 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
12188         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12189         ada-xref.el before ada-prj.el, so that the Project menu is created
12190         when ada-prj tries to add to it.
12191         (ada-activate-keys-for-case): Suppress the characters that are not
12192         part of the Ada syntax. Better compatibility with else-mode
12193         (ada-adjust-case-interactive): When auto-casing is not active,
12194         correctly insert newlines (used to insert only ^M).  Prevent the
12195         syntax table from being changed in case of an error
12196         (or '_' becomes part of a word and some commands are confused).
12197         Do nothing if ada-auto-case is nil.
12198         (ada-after-keyword-p): Ignore keywords that are also attributes
12199         (ada-batch-reformat): Update usage comment
12200         (ada-call-from-contextual-menu): New function
12201         (ada-case-read-exceptions): Reinitialize the casing exception list
12202         first to nil first, so that the casing exception file can be
12203         shared.
12204         (ada-check-defun-name): Handles "configure" keyword for gnatdist
12205         files.
12206         (ada-compile-goto-error): Fix regexp used to detect a file:line
12207         anywhere in the error message
12208         (ada-contextual-menu-last-point): New variable
12209         (ada-create-keymap): If the variable delete-key-deletes-forward is
12210         t on XEmacs, it means that DEL should delete one character
12211         forward.
12212         (ada-create-menu): Use :included instead of :visible for XEmacs.
12213         New submenu "Options".
12214         (ada-end-stmt-re): Correctly indent "select ... then abort"
12215         statements.
12216         (ada-fill-comment-paragraph): Correctly delete all leading '--'
12217         even if they don't match ada-fill-comment-prefix Fix handling of
12218         paragraphs on the first or last line of a file.
12219         (ada-format-paramlist): Fix handling of default parameter values.
12220         (ada-get-body-name): New function.
12221         (ada-get-current-indent): Optimized by searchling directly for an
12222         existing generic part or a statement outside of it.  Handle
12223         ada-indent-align-comments when indenting comments Replaced some
12224         regexps by testing directly the next character. This results in a
12225         huge speedup on some files.  New indentation scheme for renames
12226         statements.  Stop looking for the 'while' or 'for' associated with
12227         a 'loop' at the first semicolon encountered.  A "return" can also
12228         match an anonymous access subprogram declaration.
12229         (ada-get-indent-noindent): Ignore strings and comments when
12230         looking for the keywords "record" and "private".
12231         (ada-goto-matching-decl-start): When matching "if", make sure we
12232         are not in fact seeing "end if".  Ignore "when" statements except
12233         when initial keyword was "begin".  Fix handling of nested
12234         procedures.  Add a recursive call to this function to skip over
12235         other 'end' statmts.  Fix indentation for "when .. => begin"
12236         (ada-in-open-paren-p): Fix indentation for complex boolean
12237         expressions, where 'and then', 'or else' and parenthesis
12238         statements are mixed up.
12239         (ada-in-paramlist-p): Skip comments while searching for the
12240         beginning Fix handling of operator declarations.
12241         (ada-indent-align-comments): New variable
12242         (ada-indent-current): Change the syntax table only in the
12243         protected section, so that we are sure it is restored correctly.
12244         (ada-indent-on-previous-lines): Use ada-use-indent and
12245         ada-with-indent Correctly indent "select ... then"
12246         (ada-indent-region): Slight speedup.
12247         (ada-indent-renames): New variable.
12248         (ada-last-which-function-subprog, ada-last-which-function-line):
12249         New variables
12250         (ada-looking-at-semi-private): Correctly indent the 'private'
12251         keyword when it is the first word in a package declaration.
12252         (ada-loose-case-word): Stop searching if at the end of the buffer.
12253         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12254         even if point is not initially at the end of the word.
12255         (ada-matching-decl-start-re): Add "when".
12256         (ada-mode): Add support for abbrev-mode, outline-mode and
12257         which-func-mode Override the old find-file.el entry in
12258         ff-special-constructs since it is using the obsolete
12259         ada-spec-suffix variable
12260         (ada-no-auto-case): New function
12261         (ada-scan-paramlist): When parsing the argument type, accept
12262         spaces (as in "X 'Class", generated by Rational Rose).
12263         (ada-other-file-name): No longer loads the other file.
12264         (ada-popup-menu): Save and restore the current buffer and cursor
12265         position before and after displaying the menu.
12266         (ada-search-ignore-complex-boolean): New function.
12267         (ada-uncomment-region): Emacs21 already knows how to delete
12268         comments not starting in the first column.
12269         (ada-use-indent): New variable
12270         (ada-which-function): New function.
12271         (ada-with-indent): New variable
12272         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12273         can be batch-compiled from the command line.
12275         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12276         Add to the menu when the file is loaded, not in ada-mode-hook.
12277         Add -toolbar to the default ddd command Switches moved from
12278         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12279         ada-prj-default-comp-opt
12280         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12281         Reference Manual to the menu
12282         (ada-check-current): rewritten as a call to ada-compile-current
12283         (ada-compile): Removed.
12284         (ada-compile-application, ada-compile-current, ada-check-current):
12285         Set the compilation-search-path so that compile.el automatically
12286         finds the sources in src_dir.  Automatic scrollong of the
12287         compilation buffer.  C-uC-cC-c asks for confirmation before
12288         compiling
12289         (ada-compile-current): New parameter, prj-field
12290         (ada-complete-identifier): Load the .ali file before doing
12291         processing
12292         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12293         conform to gnatmake's behavior.
12294         (ada-find-file-in-dir): New function
12295         (ada-find-references): Set the environment variables for gnatfind
12296         (ada-find-src-file-in-dir): New function.
12297         (ada-first-non-nil): Removed
12298         (ada-gdb-application): Add support for jdb, the java debugger.
12299         (ada-get-ada-file-name): Load the original-file first if not done
12300         yet.
12301         (ada-get-all-references): Handles the new ali syntax (parent types
12302         are found between <>).
12303         (ada-initialize-runtime-library): New function
12304         (ada-mode-hook): Always load a project file when a file is opened,
12305         so that the casing exceptions are correctly read.
12306         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12307         (ada-parse-prj-file): Use find-file-noselect instead of find-file
12308         to open the project file, since the latter does not work with
12309         speedbar Get default values before loading the prj file, or the
12310         default executable file name is wrong.  Use the absolute value of
12311         src_dir to initialize ada-search-directories and
12312         compilation-search-path,...  Add the standard runtime library to
12313         the search path for find-file.
12314         (ada-prj-default-debugger): Was missing an opening '{'
12315         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12316         variables.
12317         (ada-prj-default-gnatmake-opt): New variable
12318         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12319         buffers, the project file is the default one Save the windows
12320         configuration before displaying the menu.
12321         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12322         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12323         ...)  regexp-quote identifiers names to support operators +,
12324         -,... in regexps.
12325         (ada-remote): New function.
12326         (ada-run-application): Erase the output buffer before starting the
12327         run Support remote execution of the application.  Use
12328         call-process, or the arguments are incorrectly parsed
12329         (ada-set-default-project-file): Reread the content of the active
12330         project file, not the one from the current buffer When a project
12331         file is set as the default project, all directories are
12332         automatically associated with it.
12333         (ada-set-environment): New function
12334         (ada-treat-cmd-string): New special variable ${current}
12335         (ada-treat-cmd-string): Revised.  The substitution is now done for
12336         any ${...} substring
12337         (ada-xref-current): If no body was found, compiles the spec
12338         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12339         compiler to get rid of command line length limitations.
12340         (ada-xref-get-project-field): New function
12341         (ada-xref-project-files): New variable
12342         (ada-xref-runtime-library-specs-path)
12343         (ada-xref-runtime-library-ali-path): New variables
12344         (ada-xref-set-default-prj-values): Default run command now does a
12345         cd to the build directory.  New field: main_unit Provide a default
12346         file name even if the current buffer has no prj file.
12348         * ada-prj.el:
12349         Rewritten to show a tabbed-dialog.
12350         (ada-prj-add-ada-menu): Remove the map and name parameters.
12351         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12352         New function
12353         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12354         (ada-prj-load-from-file): New function
12355         (ada-prj-save): Always save fields that depend on the current buffer
12356         (ada-prj-show-value): New function
12358         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12359         Ada mode. This will allow us to display the Ada menu in any buffer
12360         we want (for project items).
12361         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12362         number of spaces in the header.
12364 2000-07-24  Dave Love  <fx@gnu.org>
12366         * ediff-init.el (ediff-region-help-echo): Bind face-help.
12368 2000-07-23  Noah Friedman  <friedman@splode.com>
12370         * type-break.el (type-break): perform autosave.
12371         Suggested by Stephen Gildea <gildea@intouchsys.com>.
12372         (type-break-do-query): Cancel query schedule while performing
12373         actual query, to avoid possibility of a second query being made
12374         while first one is already in progress.
12375         (type-break-time-stamp-format): New variable.
12376         (type-break-time-stamp): New function.
12377         (type-break-time-warning): Use it.
12378         (type-break-keystroke-warning): Use it.
12379         (type-break-noninteractive-query): Use it.
12381         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12382         cookie.
12383         Use add-minor-mode to set minor-mode-alist, if available.
12384         (eldoc-echo-area-use-multiline-p): New user option.
12385         (eldoc-echo-area-multiline-supported-p): New variable.
12386         (eldoc-docstring-format-sym-doc): Use them.
12387         (eldoc-mode): If not using idle timers, append to local post and
12388         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
12389         (eldoc-display-message-no-interference-p): Don't interfere with
12390         edebug.
12391         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12392         (eldoc-function-arglist): New function.
12393         (eldoc-function-argstring): Use it.
12395         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12396         auto save directory exists before calling directory-files.
12398 2000-07-23  Dave Love  <fx@gnu.org>
12400         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12401         ^o, ^u.
12403 2000-07-21  Dave Love  <fx@gnu.org>
12405         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12406         now passed to the function.  It now works properly.
12408         * smerge-mode.el (smerge-mode-menu): Fill it out.
12410 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
12412         * info-look.el (info-lookup): If *info* is shown in another frame
12413         on the same display, select that frame, instead of switching to
12414         the Info buffer in another window of the selected frame.
12416         * simple.el (universal-argument-map): Bind numeric keypad keys
12417         kp-0 to kp-9 and kp-subtract.
12418         (digit-argument): Handle these keys.
12420 2000-07-20  Dave Love  <fx@gnu.org>
12422         * net/goto-addr.el (goto-address-fontify): Don't bother with
12423         buffer-modified and read-only stuff -- irrelevant with overlays.
12424         Put an extra property on the overlays and use it to clean up in
12425         case goto-address is re-run.
12427 2000-07-19  Richard M. Stallman  <rms@gnu.org>
12429         * timer.el (run-with-idle-timer): Doc fix.
12431         * mail/mail-utils.el (mail-strip-quoted-names):
12432         Handle case where <...> appears inside "...".
12433         Use replace-match to edit the string more simply.
12434         (rmail-dont-reply-to): Cope with an unmatched ".
12436 2000-07-19  Dave Love  <fx@gnu.org>
12438         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12439         implementation.
12441         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12442         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12443         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12445 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
12447         * textmodes/refer.el: Correct maintainer's email address.
12449         * progmodes/hideif.el: Correct author's email address.
12450         Fix typo in comment.
12452         * xml.el: New file.
12454         * mail/mailheader.el: Correct author's mail address.
12456         * gnus/parse-time.el: Correct author's mail address.
12458 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
12460         * comint.el (comint-highlight-input, comint-highlight-face):
12461         New user options.
12462         (comint-input-ring-file-name): Change custom type.
12463         (comint-mode-map): Bind mouse-2.
12464         (comint-insert-clicked-input): New function.
12465         (comint-send-input): Handle input highlighting.
12467 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
12469         * mouse.el (popup-menu): New function.
12470         (mouse-major-mode-menu): Use it.
12472 2000-07-18  Dave Love  <fx@gnu.org>
12474         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12475         improvements.
12477 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
12479         * faces.el (face-font-selection-order)
12480         (face-font-family-alternatives): Add custom type.
12482 2000-07-18  Dave Love  <fx@gnu.org>
12484         * cus-edit.el (custom-variable-reset-saved)
12485         (custom-variable-reset-standard): Remove unused bindings.
12487         * rect.el (open-rectangle-line): Remove unused let.
12489         * hl-line.el (hl-line-highlight): Check hl-line-mode.
12491 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
12493         * cdl.el: Fix `Maintainer' keyword.
12495         * play/pong.el: Add author's email address.
12497 2000-07-17  Sam Steingold  <sds@gnu.org>
12499         * files.el (insert-directory): Call `split-string' instead of
12500         re-implementing it.
12502 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
12504         * mail/vms-pmail.el: Change maintainer to FSF.
12506         * net/goto-addr.el: Change maintainer to FSF.
12508         * info.el (Info-title-face-alist): Removed.
12510 2000-07-18  David Ponce  <david@dponce.com>
12512         * recentf.el (recentf-open-files): New command that works like
12513         `recentf-open-more-files', but shows the whole list of files (not just
12514         those omitted from the menu). Useful if you don't use a menu-bar!
12515         (recentf-open-more-files) Modified to use `recentf-open-files'.
12517         (recentf-open-files, recentf-open-more-files)
12518         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12520         (recentf-dialog-mode): New mode for dialogs. You can now just type
12521         "q" to cancel the dialogs.
12523 2000-07-18  David Ponce  <david@dponce.com>
12525         * recentf.el: This is a major update of recentf.el. It adds new
12526         features to better organize the recentf menu and "More..." buffer.
12528         Using new provided menu filtering functions you can now organize the
12529         recent files list:
12531         - by major modes
12532         - by directories
12533         - by user defined rules
12535         Finally, with the new `recentf-filter-changer' customizable filter you
12536         can define a ring of filters and dynamically (via the menu) cycle on
12537         each menu organization in the ring (a la msb).
12539 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
12541         * eshell/eshell.el (eshell): Replace links to eshell.info with
12542         links to eshell, to avoid problems on systems where the manual is
12543         installed as `eshell'.
12544         * eshell/esh-cmd.el (eshell-cmd): Ditto.
12545         * eshell/em-smart.el (eshell-smart): Ditto.
12546         * eshell/em-banner.el (eshell-banner): Ditto.
12547         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12549         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12550         same-file check in the MS-DOS version (it does support inodes).
12552         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12554         * eshell/eshell.el (eshell-directory-name):
12555         Run default directory name through convert-standard-filename.
12557 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
12559         * international/mule-cmds.el (select-safe-coding-system):
12560         Fix typo in the comment.
12562         * language/european.el (compound-text):
12563         Force katakana-jisx0201 to be designated to G1.
12565         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12566         Don't translate some national variant characters of latin-jisx0201.
12567         (x-ctext): Force katakana-jisx0201 to be designated to G1.
12569         * international/kkc.el (kkc-after-update-conversion-functions):
12570         New variable.
12571         (kkc-update-conversion): Run functions in it at the tail.
12573 2000-07-16  John Wiegley  <johnw@gnu.org>
12575         * lisp/align.el (align-newline-and-indent):
12576         Adding new function.  for auto-aligning blocks of code on RET.
12577         (align-region): Fixed badly formatted minibuffer message.
12579 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
12581         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12582         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
12583         the conversion list at first if appropriate.
12584         (kkc-next): Don't update kkc-next-count here.
12585         (kkc-prev): Don't update kkc-prev-count here.
12586         (kkc-show-conversion-list-update): Fix setting up of conversion
12587         list message.
12589 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
12591         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12593 2000-07-16  Dave Love  <fx@gnu.org>
12595         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12596         function to be more specific.
12598         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12599         non-string help-echo.
12600         (widget-types-convert-widget): Defsubst it.
12601         (widget-echo-help): Try to cope with a help-echo function of two
12602         possible sorts.
12604 2000-07-15  Jason Rumney  <jasonr@gnu.org>
12606         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12607         Declare as obsolete.
12609         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12611 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
12613         * hilit-chg.el: Fix typo.
12615 2000-07-14  Dave Love  <fx@gnu.org>
12617         * info.el (Info-mode-menu): Fix use of :help, :enable.
12619 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
12621         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12623 2000-07-13  Dave Love  <fx@gnu.org>
12625         * emacs-lisp/easymenu.el: Doc fixes.
12626         (easy-menu-remove): Defalias to ignore.
12628         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12629         Call throw correctly.
12631 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
12633         * faces.el (frame-background-mode): Doc fix.
12635         * simple.el (eval-expression-print-length): Change custom type to
12636         allow entering nil as value.
12638 2000-07-13  Dave Love  <fx@gnu.org>
12640         * progmodes/fortran.el (fortran-imenu-generic-expression):
12641         Change definition layout.
12642         (fortran-mode-menu): Reinstate customize entries.
12644         * cus-edit.el (custom-group-menu-create, customize-menu-create):
12645         Use :filter, per old XEmacs code.
12647 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
12649         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12650         event when deciding what to send to the terminal.
12652 2000-07-12  Dave Love  <fx@gnu.org>
12654         * cus-start.el: Add optional version as 4th element of specs and
12655         use it for several things new in v21.  Remove load-path.  Fix type
12656         of line-number-display-limit.
12658 2000-07-11  Dave Love  <fx@gnu.org>
12660         * progmodes/fortran.el: Don't require easymenu.
12661         Use repeat counts in various regexps.
12662         (fortran-mode-syntax-table): Defvar directly.
12663         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12664         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12665         Use defvar, not defconst.
12666         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
12667         (fortran-mode): Set fortran-comment-line-start-skip,
12668         fortran-comment-line-start-skip, dabbrev-case-fold-search.
12669         (fortran-comment-indent): Use defsubst.
12670         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12671         Use fortran-comment-indent, not fortran-comment-indent-function.
12672         (fortran-comment-region, fortran-electric-line-number): Simplify.
12673         (fortran-auto-fill): New function.
12674         (fortran-do-auto-fill): Deleted.
12675         (fortran-find-comment-start-skip):
12676         Check for non-null comment-start-skip.
12677         (fortran-auto-fill-mode, fortran-fill-statement):
12678         Use fortran-auto-fill.
12679         (fortran-fill): Use fortran-auto-fill.  Check for null
12680         comment-start-skip.  Simplify final clause and use end-of-line finally.
12682         * widget.el (widget-plist-member): New alias.
12684 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
12686         * eshell/esh-module.el (toplevel): Reference
12687         byte-compile-current-file only if it is bound.
12689 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
12691         * dired.el: Don't require `dired-aux'.
12693 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
12695         * dired-aux.el (dired-show-file-type): New function.
12696         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12697         (dired-show-file-type): Add autoload.
12699 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
12701         * international/mule-diag.el (describe-font): Adjusted for the
12702         change of fontset-info.
12703         (print-fontset): Likewise.
12705 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
12707         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12709 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
12711         * bindings.el: Bind `[delete]' to delete-char.
12713         * dired.el (dired-find-alternate-file): New function.
12714         (dired-mode-map): Bind `a' to dired-find-alternate-file.
12715         (toplevel): Require dired-aux when compiling.
12716         (dired-buffers): Move defvar within file to avoid compiler warning.
12718         * info.el (Info-last-search): Variable removed.
12719         (Info-search-history): New variable.
12720         (Info-search): New Info-search-history.
12722         * battery.el, info-look.el: Change author's mail address.
12724 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12726         * mail/rmail.el (rmail-clear-headers): Don't throw an error
12727         if rmail-ignored-headers is nil.
12728         (rmail-retry-failure): Bind rmail-ignored-headers and
12729         rmail-displayed-headers to nil.
12731 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
12733         * lpr.el (lpr-page-header-switches): Add `-h' switch.
12734         (print-region-1): Don't hard code `-h' here.
12736         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12738 2000-07-01  Francesco Potorti`  <pot@gnu.org>
12740         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12741         exim can use "your message" instead of "the message".
12743 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
12745         * facemenu.el: Docstrings fixes.
12746         (facemenu-get-face): Don't use internal-find-face.
12747         (facemenu-iterate): Rename arg to match the docstring.
12749         * newcomment.el (uncomment-region): Be more careful when skipping
12750         backwards over `=' not to bump into BOBP.
12752 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
12754         * ediff-diff.el (ediff-wordify): Use syntax table.
12755         * ediff-init.el (ediff-has-face-support-p): Use
12756         ediff-color-display-p.
12757         (ediff-color-display-p): Use display-color-p, changed to defun
12758         from defsubst.
12759         Got rid of special cases for NeXT and OS/2.
12760         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12761         face.
12763 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
12765         * emacs-lisp/lucid.el: Require CL.
12766         (copy-tree, remprop): Remove, it's provided by CL.
12767         (map-keymap): Define in terms of cl-map-keymap.
12768         (extent-property, set-extent-end-glyph): New functions.
12770         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12772 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
12774         * Makefile.in (DONTCOMPILE): Add comment that the name may
12775         not be changed without changing the make-dist script.
12777         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12778         (cl-mapc): Use mapc instead of cl-old-mapc.
12780 2000-07-05  Andrew Innes  <andrewi@gnu.org>
12782         * makefile.nt: Add support for `bootstrap' and related targets.
12784 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
12786         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12787         (easy-menu-do-define): Use `menu-item' format.
12788         Handle case where easy-menu-create-menu returns a symbol.
12789         Manually call the potential top-level filter in the function binding.
12790         (easy-menu-filter-return): New arg NAME.
12791         Convert to a keymap if MENU is an XEmacs menu.
12792         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
12793         (easy-menu-converted-items-table, easy-menu-convert-item):
12794         New var and fun to memoize easy-menu-convert-item-1.
12795         (easy-menu-do-add-item): Use it.
12796         (easy-menu-create-menu): Use easy-menu-convert-item.
12797         Wrap easy-menu-filter-return around any :filter specification.
12798         Don't convert the menu if a filter was specified.
12799         Tell easy-menu-make-symbol not to check for MENU being an expression.
12800         (easy-menu-make-symbol): New arg NOEXP.
12802 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
12804         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12805         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12806         (eval-defun): If called with prefix arg, instrument code for
12807         Edebug.
12809         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12810         similar to that of eval-defun.
12812 2000-07-04  Dave Love  <fx@gnu.org>
12814         * hl-line.el (hl-line-overlay): Make it permanent-local.
12816         * calendar/todo-mode.el: Replaced with a working version, based on
12817         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12819 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
12821         * paths.el (prune-directory-list): New function.
12822         (Info-default-directory-list): Rewritten to more methodically
12823         enumerate a big list of possible info directories (based on the
12824         list used by the standalone info reader).
12826         * info.el (info-initialize): Use prune-directory-list to remove
12827         non-existent directories from Info-directory-list.
12829         * paths.el (Info-default-directory-list): Try a list of possible
12830         info-directories instead of a single one.  Add the possible
12831         info directory "/usr/share/info".
12833         * woman.el (woman-man.conf-path): Explicitly include the debian
12834         man-db config file "/etc/manpath.config".
12835         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12836         are present in `manpath.config'.
12837         (woman-manpath): Include "/usr/share/man".
12839 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
12841         * frame.el (blink-cursor-mode): Don't hide cursor initially.
12843         * startup.el (command-line): Initialize blink-cursor based
12844         on window-system.
12846         * frame.el (blink-cursor): Default to nil if not running under
12847         a window-system.
12849         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12850         (face-x-resources): Remove duplicate entry for :font.
12852         * textmodes/refer.el (refer-find-entry-internal): Use some-window
12853         instead of cycling through windows with next-window.
12855         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12856         of cycling through windows with next-window.
12858         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12859         of cycling through windows with next-window.
12861         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12862         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12863         instead of cycling through windows with next-window.
12865         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12866         instead of cycling through windows with next-window.
12868         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12869         of cycling through windows with next-window.
12871         * terminal.el (te-process-output): Use walk-windows instead of
12872         cycling through windows with next-window.
12874         * server.el (server-switch-buffer): Use some-window instead of
12875         cycling through windows with next-window.
12877         * window.el (some-window): New function.
12878         (walk-windows): Remove reference to walk-windows-start.
12880         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12882 2000-07-03  Richard Stallman  <rms@gnu.org>
12884         * window.el (walk-windows): Guarantee termination by keeping a list
12885         of all the windows already handled.
12887 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
12889         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12890         window-system.
12892         * man.el (Man-notify-when-ready): Don't use window-system.  If
12893         Man-notify-method is newframe, and the display is not
12894         multi-frame, select the frame created for the man page.
12895         (Man-init-defvars): Doc fix.
12897 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
12899         * faces.el (region): Change background color for light background.
12901         * ediff-wind.el (ediff-setup-control-frame): Remove :box
12902         attribute from mode-line face of Ediff control frame.
12904         * replace.el (query-replace-map): Bind `e' like `E'.
12906 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
12908         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12909         Change name to "Select All".
12911         * dos-fns.el (convert-standard-filename): Fix last change.
12913 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
12915         * help.el (describe-variable): Don't insert a second `'s' in front
12916         of the string `value is shown below'.  Since the syntax-table is
12917         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12918         an existing `'s', so that this won't be deleted.
12920         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12921         * pcmpl-unix.el: New files.
12923 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
12925         * wid-edit.el (widget-member): Use the new plist-member.
12927 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
12929         * replace.el (perform-replace): Undo change of 2000-04-04.
12930         Instead, move backward 1 character at the end of the loop when
12931         necessary.
12933         * faces.el (fringe): Change face for different backgrounds.
12935         * eshell/esh-module.el (toplevel): Load defgroup's differently;
12936         patch from John.
12938         * eshell/*.el: Change spelling of the Free Software Foundation.
12940         * eshell/esh-toggle.el: Removed.
12942         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12944         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12945         interactively.
12947 2000-06-26  Alex Schroeder  <alex@gnu.org>
12949         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12950         `define-key'; instead of checking `(emacs-version)' check for
12951         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
12952         for `;' and `o' which might be electric.
12954         (sql-electric-stuff): New user option.
12955         (sql-magic-go): New function which uses `sql-electric-stuff'.
12956         (sql-magic-semicolon): New function which uses
12957         `sql-electric-stuff'.
12959         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12960         is not fboundp.
12962         (sql-oracle-options): New variable.
12963         (sql-oracle): Use it.
12965         (sql-imenu-generic-expression): Doc change.
12966         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12967         is used.
12969         (sql-informix): Added command line parameter "-" to force
12970         sql-informix-program to use stdout.
12972 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
12974         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12975         (cp864-decode-table): Doc fix.
12976         (cp720-decode-table): New variable, supports the Arabic OEM
12977         codepage used by Windows.
12978         (cp737-decode-table): New, Greek OEM codepage used by Windows.
12980 2000-06-23  Dave Love  <fx@gnu.org>
12982         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12983         (font-lock-fontify-anchored-keywords): Use
12984         line-beginning-position.
12985         (global-font-lock-mode): Use mapc.
12987 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
12989         * eshell/esh-module.el: Require CL when compiling.
12991 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
12993         * comint.el (comint-substitute-in-file-name): Call replace-match
12994         with second and third arg t.
12996         * cus-edit.el (custom-button-face, custom-button-pressed-face):
12997         Specify foreground color.
12999         * faces.el (tool-bar, mode-line, header-line): Specify foreground
13000         color.
13002         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13004         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13005         cddr instead of cdddr.
13007         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13008         instead of copy-list.
13010         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13011         of copy-list.
13013         * subdirs.el: Add eshell subdirectory.
13015         * eshell: New subdirectory containing the Eshell package.
13017         * pcomplete.el: New file.
13019 2000-06-23  Paul Eggert  <eggert@twinsun.com>
13021         * mail/mailpost.el (post-mail-send-it): Make sure file has
13022         proper permissions from birth.
13024         * files.el (basic-save-buffer-2): When temporarily setting
13025         file modes, set them to current modes plus 0200, not to 0777.
13027         * emerge.el (emerge-make-temp-file): Make sure file has proper
13028         permissions from birth.
13030 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
13032         * files.el (make-backup-file-name-1): On DOS/Windows, run the
13033         backup file name through convert-standard-filename.
13035         * dos-fns.el (convert-standard-filename): Convert leading
13036         directories as well.  When long file names are supported, convert
13037         characters that are invalid in Windows file names.
13039 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13041         * ps-print.el: Fix bug: if ^L is the very first buffer character,
13042         ps-print crashes.  New feature: page selection for printing.  Create
13043         raw-text-unix coding system for XEmacs.  Doc fix.
13044         (ps-print-version): New version number (5.2.3).
13045         (ps-plot-region): Bug fix.
13046         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13047         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13048         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13049         funs.
13050         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13051         (ps-last-page): New vars.
13053 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
13055         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13056         empty option string.
13058 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
13060         * man.el (man): Doc fix.
13062 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
13064         * international/mule-cmds.el (set-language-info-alist): Docstring
13065         fixed.
13067 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
13069         * version.el (emacs-version): Use ISO date format.
13071         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13072         instead of `M-backspace'.
13074         * simple.el (turn-off-auto-fill): New function.
13076 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
13078         * jit-lock.el (with-buffer-prepared-for-jit-lock):
13079         Renamed from with-buffer-prepared-for-font-lock and use
13080         inhibit-modification-hooks rather than setting *-change-functions.
13081         Update all functions to use the new name.
13082         (jit-lock-first-unfontify-pos): New semantics (and doc).
13083         (jit-lock-mode): Make non-interactive.
13084         Don't automatically turn on font-lock.
13085         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13086         Always use jit-lock-after-change.
13087         Remove and restore font-lock-after-change-function.
13088         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13089         (jit-lock-after-unfontify-buffer): Remove.
13090         (jit-lock-stealth-fontify):
13091         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13092         (jit-lock-after-change): Set the `fontified' text-prop to nil.
13094 2000-06-20  Sam Steingold  <sds@gnu.org>
13096         * emacs-lisp/cl-indent.el (toplevel): Indent
13097         `print-unreadable-object' properly.  Untabify.
13099 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
13101         * textmodes/reftex.el (reftex-find-citation-regexp-format):
13102         Support for bibentry.
13103         (reftex-compile-variables): Fixed problem with end of section-re.
13105         * texmodes/reftex-dcr.el (reftex-view-crossref,
13106         reftex-view-crossref-from-bibtex):
13107         Deal with changed `reftex-find-citation-regexp-format'.
13108         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13109         Replaced `remprop' with `put'.
13110         (reftex-view-crossref, reftex-view-crossref-when-idle):
13111         Support for bibentry.
13113         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13114         New entry for bibentry package.
13116         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13117         Regexp also matches "\nobibliography".
13119         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13120         Call `reftex-ensure-write-access' before doing anything.
13121         (reftex-ensure-write-access): New function.
13123 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
13125         * progmodes/idlwave.el: File re-installed (update to version 4.2)
13127         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13129         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13131         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13134 2000-06-20  Dave Love  <fx@gnu.org>
13136         * faces.el (frame-background-mode): Use set-default, not set, in
13137         setter.
13138         (frame-update-faces, frame-update-face-colors): Define with
13139         defalias.
13141         * enriched.el (enriched-decode-foreground)
13142         (enriched-decode-background): Don't use internal-find-face.
13144         * apropos.el: Doc fixes.
13146         * cus-edit.el (customize-changed-options): Check arg.
13147         (customize-version-lessp): Don't require decimal point.
13149         * custom.el (defcustom, defgroup): Doc fix.
13151         * newcomment.el (comment) <defgroup>: Add :version.
13152         (comment-multi-line): Doc fix.
13154         * emulation/mlsupport.el (define-hooked-local-abbrev,
13155         define-hooked-global-abbrev): Fix, using define-abbrev.
13157 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
13159         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13160         the whole buffer.
13162 2000-06-19  Dave Love  <fx@gnu.org>
13164         * menu-bar.el (menu-bar-options-save): New function.
13165         (menu-bar-options-menu): Use it.
13166         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13167         Simplify.
13169 2000-06-19  Andreas Schwab  <schwab@suse.de>
13171         * progmodes/etags.el (tags-query-replace): Put new parameters
13172         START and END at the end, for backward compatibility.
13174 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
13176         * international/codepage.el:
13177         (cp-coding-system-for-codepage-1): Delete special codes for
13178         generating xxx-dos coding system because now a CCL based coding
13179         system can handle EOL conversion by default.
13181         * international/mule.el (make-coding-system): Generate subsidiary
13182         coding systems for EOL handling variants even for a CCL based
13183         coding system.
13185 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
13187         * international/isearch-x.el (isearch-minibuffer-input-method)
13188         (isearch-minibuffer-input-method-function): These variables
13189         deleted.
13190         (isearch-with-input-method): Don't use the above variables.
13191         (isearch-process-search-multibyte-characters): Likewise.  Call
13192         read-string with the arg INHERIT-INPUT-METHOD t.
13194 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
13196         * font-lock.el (font-lock-after-fontify-buffer)
13197         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13199         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13200         Use consistent make-local-variable style for font-lock-fontified.
13201         (jit-lock-fontify-buffer):
13202         Don't bother checking for font-lock-mode and jit-lock-mode.
13204         * time.el: Remove trailing ^M that prevent CVS-merging.
13206 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
13208         * Makefile.in (distclean): New target.
13210 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
13212         * Makefile.in (srcdir): Define for update-subdirs.
13214 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
13216         * find-lisp.el: New file.
13218 2000-06-16  Andrew Innes  <andrewi@gnu.org>
13220         * time.el (display-time-mail-function): New variable, to allow
13221         external packages to indicate when new mail is available.
13222         (display-time-update): Use it.
13224 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
13226         * international/mule.el (mule-version): Change version name to
13227         SAKAKI.  AOI has already been used by Meadow.
13229         * international/quail.el (quail-show-guidance-buf): To find the
13230         bottom window (but minibuffer), pay attention to the height of
13231         minibuffer.
13233 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
13235         * arc-mode.el (archive-mode-map): Use the new menu-item format for
13236         menu-bar menus.  Add help strings.  Don't remove the Edit menu
13237         from the menu bar, as the menu bar has enough space now.
13239         * Makefile.in (SHELL): Make sure /bin/sh is used.
13241         * woman.el (woman-man-buffer): Fix bold and underlined CJK
13242         characters, which use series of two ^H characters instead of one.
13244 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
13246         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13247         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13248         functions.
13249         (Info-find-node-2): Try a case-sensitive search first, then
13250         do a case-insensitive search.
13252         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13253         tutorials.
13255         * complete.el (PC-env-vars-alist): New variable.
13256         (PC-complete-as-file-name): New function.
13257         (partial-completion-mode): Initialize PC-env-vars-alist from
13258         process-environment.
13259         (PC-do-completion): Handle completion of env vars.
13261         * info.el (Info-set-mode-line): Show file name in mode line,
13262         use `*Info*' instead of `Info:'.
13264         * startup.el (command-line-1): Change copyright messages to year
13265         2000.
13267 2000-06-15  Dave Love  <fx@gnu.org>
13269         * net/goto-addr.el (goto-address-fontify): Use keymap property,
13270         not local-map.
13272 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
13274         * international/mule.el (set-buffer-file-coding-system): Almost
13275         rewritten to handle `undecided' as no-op.
13277 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
13279         * Makefile.in: New file.
13281         * Makefile: Removed.
13283         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13284         (goto-address-highlight-keymap): Bind C-c RET.
13286 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
13288         * mail/sendmail.el (sendmail-send-it): The temporary buffer
13289         inherits buffer-file-coding-system of the current buffer.
13291         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13292         0.  Give correct argument to set-auto-coding-function.
13293         (tar-expunge): For goto-char, use (point-min), not 0.
13294         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13295         (tar-subfile-save-buffer): Likewize.
13297         * international/mule.el
13298         (after-insert-file-set-buffer-file-coding-system): Call
13299         set-buffer-file-coding-system with the arg FORCE t.
13301 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
13303         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13304         nil.  Contemporary sendmails issue an X-Authentication-Warning if
13305         the sender is set with `-f'.
13307 2000-06-13  Dave Love  <fx@gnu.org>
13309         * help.el (describe-function-1): Kluge around cases of functions
13310         fset to subrs whose doc doesn't match their symbol-name.
13312         * image.el (insert-image): Default STRING to a space.
13314         * info.el Doc fixes.
13315         (Info-build-node-completions): Match Ref tags.
13317 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
13319         * frame.el (display-multi-frame-p, display-multi-font-p): New
13320         defaliases for display-graphic-p.
13322         * hl-line.el: Fixed a typo in commentary.
13324 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
13326         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13327         fixed.
13329 2000-06-12  Dave Love  <fx@gnu.org>
13331         * image.el (insert-image): Save a little consing.
13333 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
13335         * language/tibet-util.el: Convert all tibetan-1-column characters
13336         to the corresponding tibetan characters.
13337         (tibetan-add-components): Delete code for the special treatment of
13338         'a chung.
13340         * language/tibetan.el (tibetan-composable-pattern): Fix previous
13341         change.
13342         (tibetan-vowel-transcription-alist): More rules added.
13343         (tibetan-composite-vowel-alist): New variable.
13344         (tibetan-precomposition-rule-alist): More rules added.
13346 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
13348         * startup.el (command-line): Only call menu-bar-mode if interactive.
13350         * thingatpt.el (toplevel symbol-properties):
13351         * textmodes/makeinfo.el (makeinfo-compile):
13352         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13353         * progmodes/hideif.el (hif-compress-define-list)
13354         (hide-ifdef-use-define-alist):
13355         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13356         (ange-ftp-vms-add-file-entry):
13357         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13358         * man.el (Man-build-man-command):
13359         * mail/rnewspost.el (news-reply-header-hook):
13360         * info.el (Info-insert-dir):
13361         * emulation/mlconvert.el (backward-word, forward-word, setq):
13362         * emacs-lisp/gulp.el (gulp-send-requests):
13363         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13364         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13365         (byte-optimize-apply, end of file):
13366         * emacs-lisp/advice.el (ad-advice-class-completion-table)
13367         (ad-make-freeze-definition):
13368         * startup.el (command-line, command-line-1): Don't quote lambdas.
13370         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13371         (cvs-cleanup-removed): New function.
13372         (cvs-cleanup-functions): New var.
13373         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13374         some flexibility in specifying additional entries to auto-cleanup.
13375         (cvs-quickdir): New function.
13376         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13377         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13378         (cvs-mode-find-file): Check that we are on a filename or dirname
13379         when invoked through a mouse-click.
13380         (cvs-full-path): Remove.
13381         (cvs-dired-action): Re-introduced.
13382         (cvs-dired-noselect): Use it.
13383         (vc-post-command-functions): use this new hook if available.
13385         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13386         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13387         (cvs-filename-map, cvs-dirname-map): Remove.
13388         (cvs-default-action): Remove.
13389         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13390         if the arg is really a keymap.
13391         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13392         Don't hardcode the mapping from state (aka type) to face, but check
13393         the var cvs-fi-<type>-face instead.
13394         (cvs-fileinfo-from-entries): New function.
13396         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13397         Docstring fix.
13398         (cvs-find-file-and-jump): Change default to be safer.
13399         (cvs-mode-diff-map): Define it as a function as well.
13400         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13401         Bind mouse-2 in this global map rather than with text-properties.
13403         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13404         file to resolve the ambiguity between C(conflict) and C(need-merge).
13406 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
13408         * international/mule.el (set-buffer-file-coding-system): If
13409         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13410         unconditionally.
13412 2000-06-12  Dave Love  <fx@gnu.org>
13414         * wid-edit.el (widget-specify-button): Really suppress the face if
13415         required.
13417 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
13419         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13421 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
13423         * imenu.el (imenu-generic-expression): Docstring fix.
13425         * composite.el (composition-function-table): Move the `put'
13426         below the autoload cookie so we can load the file before loaddefs.
13428         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13430         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13431         Handle easy-mmode-define-global-mode.
13432         For complex macros like define-minor-mode that can generate
13433         several autoload entries, try to autoload entries in the
13434         macroexpanded code.
13436         * emacs-lisp/easy-mmode.el (define-minor-mode):
13437         If KEYMAP is a symbol, just use it.
13438         Use byte-compile-current-file and load-file-name to infer the
13439         proper :require to pass to defcustom.
13440         Wrap the hook var into `progn' so as not to autoload it.
13441         Add a :autoload-end cookie.
13442         Be more careful about the evaluation of KEYMAP.
13443         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13444         (define-derived-mode): Move define-abbrev-table outside of defvar.
13446 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
13448         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13449         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13450         (backup-compiled-files): Ignore errors during `tar'.
13451         (bootstrap): Make autoloads before elc files.
13453 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
13455         * international/mule.el (set-buffer-file-coding-system): If one of
13456         undecided-XXX is specified, change only EOL conversion.
13458         * international/mule-conf.el (unix): New alias for the coding
13459         system undecided-unix.
13461 2000-06-09  Dave Love  <fx@gnu.org>
13463         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13465         * progmodes/executable.el: Byte compile dynamic.
13466         (executable-insert): Change custom type.
13467         (executable-find): Add autoload cookie.
13468         (executable-make-buffer-file-executable-if-script-p): New
13469         function.  After Noah Friedman.
13471         * files.el (after-save-hook): Customize, with
13472         executable-make-buffer-file-executable-if-script-p as an option.
13474 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
13476         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13477         "tib24p-mule.bdf" for Tibetan.
13479         * composite.el (decompose-composite-char): Declare it as obsolete.
13481         * man.el (Man-fontify-manpage): Pay attention to underline and
13482         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13484 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
13486         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13487         Set maintainer to FSF since author isn't reachable.
13489 2000-06-08  Dave Love  <fx@gnu.org>
13491         * international/mule-cmds.el (select-safe-coding-system): If
13492         DEFAULT-CODING-SYSTEM is not specified, also check the most
13493         preferred coding-system if buffer-file-coding-system is
13494         `undecided'.  From Handa.
13496 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
13498         * international/mule.el
13499         (after-insert-file-set-buffer-file-coding-system): If the buffer
13500         size is greater than INSERTED, judget that we are not visiting.
13502 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
13504         * whitespace.el (defgroup whitespace): Comment out `:version'.
13505         XEmacs 20.4 has problems defining the group with this present.
13506         We'll have this commented out till get resolve the problem.
13508 2000-06-07  John Wiegley  <johnw@gnu.org>
13510         * align.el (align-dq-string-modes, align-sq-string-modes)
13511         (align-open-comment-modes): Add pyhton-mode.
13512         (align-rules-list): Use get-text-property instead of
13513         text-properties-at.
13514         (align-rules-list): Add python-assignment.
13515         (align-rules-list): Change perl-comma-delimiter to
13516         basic-comma-delimiter.  Use if for Perl modes and python-mode.
13517         (align-rules-list): Add python-chain-logic and
13518         basic-line-continuation.
13520 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
13522         * apropos.el (apropos-mode-hook): New user variable.
13523         (apropos-mode): Run apropos-mode-hook.
13525 2000-06-07  David Ponce  <david@dponce.com>
13527         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13528         commands.  Require `wid-edit' at run-time.
13530 2000-06-07  David Ponce  <david@dponce.com>
13532         * recentf.el: Added some "Commentary".
13533         (recentf-open-more-files, recentf-edit-list): Minor changes to
13534         move the point at the top of the file list.  This behaviour is
13535         consistent with the menu one when the list contains a lot of
13536         files.
13537         (recentf-cleanup): Now displays the number of items removed from
13538         the list.
13539         (recentf-relative-filter) New menu filter to show filenames
13540         relative to `default-directory'.
13542 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13544         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
13545         with/without giving an error if PostScript printer doesn't have this
13546         kind of page size.  Zebra Stripe continues or restarts on next page.
13547         Manual/automatic paper feeding.  Switch or not the header.
13548         (ps-print-version): New version number (5.2.2).
13549         (ps-windows-system): Include emx as a Windows system.
13550         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13551         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13552         (ps-background-text): Code fix.
13553         (ps-error-handler-message, ps-user-defined-prologue)
13554         (ps-print-prologue-header, ps-printer-name)
13555         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13556         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13557         (ps-use-face-background): Customization fix.
13558         (ps-n-up-database): Data fix.
13559         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13560         (ps-switch-header): New vars.
13561         (ps-xemacs-color-name, ps-face-foreground-name)
13562         (ps-face-background-name, ps-boolean-constant): New funs.
13564 2000-06-07  Dave Love  <fx@gnu.org>
13566         * allout.el: New version from Manheimer.
13568 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
13570         * textmodes/fill.el (fill-find-break-point): Check the validity of
13571         charset.
13573 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
13575         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13576         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13577         Call display-color-p and display-mouse-p instead of looking at
13578         window-system.
13580 2000-06-06  Dave Love  <fx@gnu.org>
13582         * image.el (find-image): Doc fix.  Return nil if image not found.
13583         (put-image, insert-image): Make STRING arg optional.
13585 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
13587         * language/vietnamese.el: Remove eval-when-compile.
13588         (viet-viscii-nonascii-translation-table): Define it as a
13589         translation table made from viet-viscii-decode-table.
13590         (viet-viscii-encode-table): Define it as a translation table made
13591         from the reverse map of above.
13592         (viet-vscii-nonascii-translation-table): Define it as a
13593         translation table made from viet-vscii-decode-table.
13594         (viet-vscii-encode-table): Define it as a translation table made
13595         from the reverse map of above.
13596         (ccl-decode-viscii): Use translate-character.
13597         (ccl-encode-viscii, ccl-encode-viscii-font)
13598         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13599         Likewize.
13601         * language/cyrillic.el: Remove eval-when-compile.
13602         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13603         translation table made from cyrillic-koi8-r-decode-table.
13604         (cyrillic-koi8-r-encode-table): Define it as a translation table
13605         made from the reverse map of above.
13606         (ccl-decode-koi8): Use translate-character.
13607         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13608         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13609         a translation table made from cyrillic-alternativnyj-decode-table.
13610         (cyrillic-alternativnyj-encode-table): Define it as a translation
13611         table made from the reverse map of above.
13612         (ccl-decode-alternativnyj): Use translate-character.
13613         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13614         Likewize
13616         * international/mule-diag.el (non-iso-charset-alist): Specify
13617         translation table symbol instead of translation table itself.
13618         (list-block-of-chars): CHARSET may be a translation table symbol.
13620         * international/mule.el (make-coding-system): If CODING-SYSTEM
13621         already exists, override it.
13623         * international/fontset.el: Use family `proportional' for Tibetan
13624         fonts.
13626         * international/ccl.el (ccl-compile-translate-character): Don't
13627         check if Rrr has property translation-table.
13628         (ccl-compile-map-multiple): Modified to avoid compiler warning.
13630 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
13632         * info.el: Bind case-fold-search to t when searching in case
13633         a user sets it to nil in a hook.
13635 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
13637         * autoarg.el (autoarg-mode, autoarg-kp-mode):
13638         * hl-line.el (hl-line-mode): Use the new :global key argument.
13640         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13641         (tar-clip-time-string): Prepend a space.
13642         (tar-grind-file-mode): Construct a string rather than modifying one.
13643         (tar-header-block-summarize): Fix docstring.
13644         Use `format' rather than an error-prone set of copy-loops.
13646         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13647         (diff-goto-source, diff-unified->context, diff-context->unified)
13648         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13649         understand the format output by the `-p' argument to diff.
13651         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13652         (sh-re-done): Use defconst.
13653         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13654         (sh-help-string-for-variable, sh-guess-basic-offset):
13655         Don't quote lambdas.
13656         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13657         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13659         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13660         (mh-letter-mode): Derive from text-mode.
13661         This implicitly means that it now calls kill-all-local-variables.
13662         Also remove the Emacs-18 compatibility code.
13664         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13665         Make use of symbol-property doc-string-elt.
13666         Use memq rather than a sequence of eq.
13667         (doc-string-elt): Fix the wrong or missing previously unused values.
13668         (autoload-print-form): New function extracted from
13669         generate-file-autoloads to allow recursion when handling progn
13670         so that defvar's and defun's docstrings are properly printed.
13671         (generate-file-autoloads): Use it.
13673         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13674         Use find-file-hooks in the minor-mode function.
13675         Be careful not to loop indefinitely in the post-command-hook function.
13677 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
13679         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13680         tty's.
13681         * ediff-diff.el (ediff-exec-process): Use --binary for fine
13682         differences whenever appropriate.
13683         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13684         * viper.el (find-file, find-file-other-window): Get viper to do
13685         wildcards.
13687 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
13689         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13690         (jit-lock-fontify-buffer): New function for JIT refontification.
13691         (jit-lock-mode): Fix docstring.
13692         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13693         Remove jit-lock-after-change from the _local_ hook.
13694         (jit-lock-function-1): Fix docstring.
13696         * info.el (Info-on-current-buffer): Initialize info.
13698         * newcomment.el (comment-indent): Ignore comment-indent-hook.
13700         * progmodes/tcl.el (tcl-indent-for-comment):
13701         Ignore comment-indent-hook.
13703         * emacs-lisp/easy-mmode.el: Require CL during compilation.
13704         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13705         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13706         and improve to use the lighter to guess the capitalization.
13707         (define-minor-mode): Inline code from easy-mmode-define-toggle.
13708         Add keyword arguments to specify global-ness or the custom group.
13709         Add local-map and help-echo properties to the lighter.
13710         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13711         (easy-mmode-define-global-mode): New macro.
13713 2000-06-02  Dave Love  <fx@gnu.org>
13715         * wid-edit.el: byte-compile-dynamic since we typically don't use
13716         all the widgets.  Don't require cl or widget.  Remove
13717         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
13718         (widget-read-event): Removed.  Callers changed to use read-event.
13719         (widget-button-release-event-p): Renamed from
13720         button-release-event-p.
13721         (widget-field-add-space, widget-field-use-before-change):
13722         Uncustomize.
13723         (widget-specify-field): Use keymap property, not local-map.
13724         (widget-specify-button): Obey :suppress-face.
13725         (widget-specify-insert): Use modern backquote syntax.
13726         (widget-image-directory): Renamed from widget-glyph-directory.
13727         (widget-image-enable): Renamed from widget-glyph-enable.
13728         (widget-image-find): Replaces widget-glyph-find.
13729         (widget-button-pressed-face): Move defvar.
13730         (widget-image-insert): Replaces widget-glyph-insert.
13731         (widget-convert): Use keywordp.
13732         (widget-leave-text, widget-children-value-delete): Use mapc.
13733         (widget-keymap): Remove XEmacs stuff.
13734         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13735         (widget-button-click): Don't set point at the click, but re-centre
13736         if we scroll out of window.  Rewritten for images v. glyphs &c.
13737         (widget-tabable-at): Use POS arg, not point.
13738         (widget-beginning-of-line, widget-end-of-line)
13739         (widget-item-value-create, widget-sublist, widget-princ-to-string)
13740         (widget-sexp-prompt-value, widget-echo-help): Simplify.
13741         (widget-default-create): Use widget-image-insert; some rewriting.
13742         (widget-visibility-value-create)
13743         (widget-push-button-value-create, widget-toggle-value-create): Use
13744         widget-image-insert.
13745         (checkbox): Create on and off images dynamically.
13746         (documentation-link): Change :help-echo.
13747         (widget-documentation-link-echo-help): Remove.
13749 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
13751         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13753         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13754         (easy-mmode-define-toggle, define-minor-mode): Use it.
13755         (easy-mmode-define-keymap): Docstring fix.
13756         (define-derived-mode): Default PARENT to fundamental-mode.
13757         Add the derived-mode-parent symbol-property.
13758         (easy-mmode-derived-mode-p): New function.
13760 2000-06-02  Dave Love  <fx@gnu.org>
13762         * files.el (convert-standard-filename): Doc fix.
13763         (normal-backup-enable-predicate): New function.
13764         (backup-enable-predicate): Use it to replace the lambda form.
13766         * calendar/todo-mode.el: [This needs more work on the outline
13767         stuff.]  Doc fixes.
13768         (todo) <defgroup>: Add :version.
13769         (todo-add-category): Don't use pushnew.
13770         (todo-cmd-raise): Fix typo.
13771         (todo-top-priorities): Change temp buffer name.
13772         (todo-category-alist): Avoid redundant lambda.
13773         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13774         Use outline-next-heading.
13776         * autoarg.el: Rewritten to use define-minor-mode.
13777         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13778         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13780 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
13782         * isearch.el (isearch-other-meta-char): Fix previous change.
13784 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
13786         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13787         (log-edit-done): Only add the comment to the ring if it's different
13788         from the last comment entered.
13790         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13792 2000-06-01  Dave Love  <fx@gnu.org>
13794         * hl-line.el: Rewritten using define-minor-mode.
13796         * help.el (describe-function-1): Distinguish special form from
13797         builtin function.  Sanity-check presence of arglist for builtins.
13799 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
13801         * international/characters.el: Fix syntax/category setting of
13802         Tibetan characters.
13804         * language/tibet-util.el (tibetan-add-components): Fixes for new
13805         encoding of Tibetan characters.
13806         (tibetan-decompose-precomposition-alist): New variable.
13807         (tibetan-decompose-region): Convert precomposed characters to
13808         non-precomposed characters.
13809         (tibetan-decompose-string): Likewise.
13810         (tibetan-composition-function): Fix args to
13811         thibetan-compose-string.
13813         * language/tibetan.el (tibetan-composable-pattern): More
13814         characters included.
13815         (tibetan-consonant-transcription-alist): Rule for "R" added.
13816         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13817         "+R" added.
13818         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13820         * language/lao-util.el (lao-composition-function): Fix args to
13821         compose-string.
13823         * language/thai-util.el (thai-composition-function): Fix args to
13824         compose-string.
13826         * isearch.el (isearch-update): Set disable-point-adjustment to t
13827         to prevent the point moving to the end of a composition when a
13828         part of a composition is searched.
13829         (isearch-other-meta-char): If the key invoking this command can be
13830         mapped by function-key-map to a printing char, call
13831         isearch-process-search-char directly.
13833 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
13835         * emacs-lisp/bytecomp.el:
13836         * frame.el:
13837         * international/mule-cmds.el:
13838         * international/mule-util.el:
13839         * international/mule.el:
13840         * mouse.el:
13841         * subr.el:
13842         * faces.el: Update calls to make-obsolete with a WHEN argument.
13844         * byte-run.el (make-obsolete, make-obsolete-variable):
13845         Add an optional WHEN argument and change the format of the
13846         symbol-property information.
13847         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13848         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13849         new obsolete-symbol-property format and print WHEN if it is provided.
13851 2000-05-31  Dave Love  <fx@gnu.org>
13853         * loadhist.el (loadhist-hook-functions): Remove
13854         before-change-function, after-change-function.
13855         (unload-feature): Deal with symbols which are both bound and
13856         fbound.
13858         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13859         before-change-function, after-change-function.
13861         * simple.el (newline): Don't bind before-change-function,
13862         after-change-function.
13864 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
13866         * whitespace.el (whitespace-rescan-timer-time): Update interval
13867         set to 600 seconds (10 minutes) instead of 60 seconds since
13868         a large number of whitespace buffers causes emacs to `freeze'
13869         for a considerable amount of time.
13871         * whitespace.el: Updated email address
13873 2000-05-31  Dave Love  <fx@gnu.org>
13875         * add-log.el (change-log-font-lock-keywords) <function>: Add
13876         pattern for function of change.
13877         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13878         acknowledgements patterns.
13880 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
13882         * isearch.el (isearch-printing-char): If keyboard coding system is
13883         being used, call isearch-process-search-multibyte-characters.
13885         * international/isearch-x.el: Mostly rewritten.
13887         * international/quail.el (quail-start-conversion): Don't include
13888         unhandled events in the returned events, but set them in
13889         unread-command-events.  Exit if all inputs are deleted.
13891 2000-05-30  Jason Rumney  <jasonr@gnu.org>
13893         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13895         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13896         Reenable code to create initial fontsets.
13897         Use set-fontset-font in place of put-charset-property.
13899 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
13901         * progmodes/perl-mode.el (perl-indent-line): When looking for a
13902         label, ensure that the first colon isn't followed by another.
13904         * paths.el (Info-default-directory-list): Doc fix.
13906         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13907         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13908         send a query containing USER only, not USER@HOST.
13910         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13911         and rmail-msgend to compute the restriction at the end, instead of
13912         computing it.
13914 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
13916         * dabbrev.el (dabbrev-expand): Don't display messages in the
13917         echo area if the minibuffer window is active.
13919         * jit-lock.el (jit-lock-mode): Add after change function to
13920         local hook.
13922 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
13924         * antlr-mode.el: New commands: hide/unhide actions,
13925         upcase/downcase literals.
13926         (antlr-tiny-action-length): New user option.
13927         (antlr-hide-actions): New command.  Suggested by
13928         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13929         (antlr-mode-map): New binding [C-c C-v].
13930         (antlr-mode-menu): New entries.
13931         (antlr-downcase-literals): New command.
13932         (antlr-upcase-literals): Ditto.
13934         * antlr-mode.el: Minor changes: indendation, mode-name.
13935         (antlr-indent-line): Indent cpp directive at column 0.
13936         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13938         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13939         (antlr-font-lock-additional-keywords): Workaround for intentional
13940         bug in XEmacs version of font-lock.
13941         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
13942         be used by a smarter version of `buffers-menu-grouping-function'.
13944 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
13946         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13947         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13949 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
13951         * international/encoded-kb.el
13952         (encoded-kbd-iso2022-designation-map): Pay attention to that
13953         charset-iso-final-char return -1 for eight-bit-control and
13954         eight-bit-graphic.
13956 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
13958         * speedbar.el (speedbar-use-images, speedbar-update-flag)
13959         (speedbar-easymenu-definition-base): Use display-graphic-p where
13960         available, instead of window-system.
13962 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
13964         * international/codepage.el (cp-coding-system-for-codepage-1): Add
13965         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13966         coding systems.
13968 2000-05-26  Dave Love  <fx@gnu.org>
13970         * disp-table.el (standard-display-underline): Don't use
13971         internal-find-face.
13973         * mail/reporter.el: Maintainer change.  Doc fixes.
13974         (reporter-version): Deleted.
13976         * emacs-lisp/elp.el: Maintainer change.
13977         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13979 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
13981         * add-log.el (add-change-log-entry): Merge the current entry with the
13982         previous one if the previous one is empty.
13984 2000-05-26  Dave Love  <fx@gnu.org>
13986         * loadhist.el (unload-feature): Fix interactive spec [from
13987         lijnzaad@ebi.ac.uk].
13989         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13990         subr-arity to check primitives.
13991         (byte-compile-flush-pending, byte-compile-file-form-progn)
13992         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13993         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13994         mapcar.
13996 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
13998         * international/fontset.el: Set family names of non-latin charsets
13999         in default fontset to "*".
14001         * international/mule-diag.el (print-fontset): Combine family part
14002         and registry part of the fontname by "-*-" instead of "-".
14004         * international/mule-cmds.el (encode-coding-char): Make strings
14005         multibyte before calling encode-coding-string.
14007 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
14009         * derived.el: Fix keywords.
14010         (define-derived-mode): Only define if needed.
14012         * simple.el (fill-comment, comment-column, comment-start)
14013         (comment-start-skip, comment-end, comment-indent-function)
14014         (block-comment-start, block-comment-end, indent-for-comment)
14015         (set-comment-column, kill-comment, comment-padding, comment-region)
14016         (comment-multi-line, indent-new-comment-line): Remove.
14018         * bindings.el (esc-map): Change ; to comment-dwim and use the new
14019         function names for comment operations.
14021         * newcomment.el: Add abundant autoload cookies.
14022         (comment-style): Don't depend on runtime data at compile-time.
14023         (comment-indent-hook): Remove.
14024         (comment-indent): Check if comment-indent-hook is bound.
14025         (comment-region): Docstring fix.
14027 2000-05-25  Dave Love  <fx@gnu.org>
14029         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14030         byte-code-function-p.
14032         * mail/rmailsum.el: Add provide.
14034         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14036         * smerge-mode.el (smerge-diff-switches): Don't use list* in
14037         defcustom.
14039 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
14041         * ediff-diff.el (ediff-exec-process): delete --binary option from
14042         non-buffer ediff jobs.
14044 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14046         * hilit-chg.el (highlight-changes-mode): Ask about color or
14047         grayscale support, not about window-system.
14049         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14050         window-system.
14051         (ffap-highlight): Always default to t.
14053         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14054         display-popup-menus-p instead of looking at window-system.
14056         * disp-table.el (standard-display-g1, standard-display-graphic):
14057         Only refuse to use string glyphs on X and MS-Windows.
14059         * avoid.el: Remove window-system from commentary, suggest to use
14060         display-*-p instead.
14062         * apropos.el (apropos-print): Use display-mouse-p instead of
14063         window-system.
14065 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14067         * international/codepage.el (cp-decoding-vector-for-codepage):
14068         Fill up unsupported characters with their own codes.  From Kenichi
14069         Handa.
14071 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14073         * international/mule-diag.el (describe-char-after): Use
14074         display-graphic-p instead of window-system, so that this function
14075         works on MS-DOS.
14077 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14079         * international/codepage.el (cp-make-coding-systems-for-codepage):
14080         Remove the eight-bit-graphic and eight-bit-control charsets from
14081         the list of charsets which we convert into `?'.
14083 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
14085         * international/mule-conf.el: Specify CHARSET-ID explicitely for
14086         private charsets.
14087         (mule-unicode-0100-24ff, japanese-jisx0213-1,
14088         japanese-jisx0213-2): New charsets.
14090         * international/fontset.el: Setup default fontset for new charsets.
14092 2000-05-24  Dave Love  <fx@gnu.org>
14094         * info.el (Info-find-node-2): Restructure [following "Vadim
14095         S. Solomin" <sovs@uic.nnov.ru>].
14097         * icomplete.el: Fix header for Finder.
14099 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
14101         * rmailout.el (rmail-output-to-rmail-file): Added optional param
14102         STAY.
14104         * rmail.el (rmail-automatic-folder-directives): New user variable.
14105         (rmail-show-message): Add call to `rmail-auto-file' during
14106         display.
14107         (rmail-auto-file): New function.
14109 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
14111         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14112         account.
14113         (ediff-test-utility,ediff-diff-mandatory-option)
14114         (ediff-reset-diff-options): Utilities for proper initialization of
14115         ediff-diff-options and ediff-diff3-options on Windows.
14117         * ediff-init.el (ediff-merge-filename-prefix): New customizable
14118         variable.
14120         * ediff-mult.el (ediff-filegroup-action): Use
14121         ediff-merge-filename-prefix.
14123 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
14125         * viper-ex.el (ex-write): Set selective display to nil.
14127 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
14129         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14130         aliases for hebrew-iso-8bit.
14132 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
14134         * woman.el: New version from Francis J. Wright
14135         <F.J.Wright@Maths.QMW.ac.uk>.
14136         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14137         names in environment variables regardless of the path separator.
14138         (woman-topic-all-completions-1): Don't call file-name-directory-p
14139         on all files, since woman-file-regexp already filters out any
14140         directories.
14142 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
14144         * international/quail.el (quail-start-translation): Don't change
14145         modified-p of the current buffer.
14146         (quail-start-conversion): Likewise.
14148         * international/kkc.el (kkc-region): Don't change modified-p of
14149         the current buffer.
14151         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14152         conform to RFC1468.
14153         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14155 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
14157         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14158         (speedbar-insert-button): Invisible text property fix.
14159         (speedbar-directory-plus): Renamed from speedbar-directory-+
14160         (speedbar-directory-minus): Renamed from speedbar-directory--
14161         (speedbar-page-plus): Renamed from speedbar-file-+
14162         (speedbar-page-minus): Renamed from speedbar-file--
14163         (speedbar-page): Renamed from speedbar-file-
14164         (speedbar-tag): Renamed from speedbar-tag-
14165         (speedbar-tag-plus): Renamed from speedbar-tag-+
14166         (speedbar-tag-minus): Renamed from speedbar-tag--
14167         (speedbar-expand-image-button-alist): Use above renames.
14169         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14170         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14171         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14172         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14173         * sb-pg.xpm: Renamed from sb-file.xpm
14174         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14175         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14177 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
14179         * international/quail.el (quail-show-guidance-buf): Set
14180         current-input-method of the guidance buffer to the name of the
14181         curren input method.
14183 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
14185         * progmodes/compile.el (compile-internal): Style typo.
14187         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14188         quote vars and functions in the docstring.
14190         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14192         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14193         Don't quote lambdas.
14195         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14197 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
14199         * startup.el (command-line): Determine source file of compiled
14200         user init file differently.  Warn if compiled user init file
14201         is older than its source file.
14203         * ffap.el (ffap-url-regexp): Add `https'.
14205 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
14207         * files.el (make-backup-file-name-1): Replace slashes with `!'
14208         rather than `|' (which is not allowed on Windows).  Replace the
14209         drive letters with a string "drive_X".
14211 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
14213         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14215         * files.el (interpreter-mode-alist): Add `bash2'.
14217 2000-05-22  Dave Love  <fx@gnu.org>
14219         * loadhist.el (feature-symbols, file-provides, file-requires): Use
14220         mapc.
14221         (feature-file): Avoid calling symbol-name.  Doc fix.
14222         (file-set-intersect, file-dependents): Use dolist, not mapcar.
14223         (loadhist-hook-functions): Add mouse-position-function.
14224         (unload-feature): Change uses of mapcar.
14226         * files.el (parse-colon-path): Doc fix.
14227         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14228         (set-auto-mode): Use mapc.
14230         * complete.el (PC-look-for-include-file): Use :alnum: character
14231         class.
14232         (partial-completion-mode): Add autoload cookie.
14234 2000-05-22  Sam Steingold  <sds@gnu.org>
14236         * info.el (Info-fontify-node): Fixed the call to
14237         `add-text-properties' (bug introduced on 2000-05-18).
14239 2000-05-22  Dave Love  <fx@gnu.org>
14241         * bindings.el: Remove debug-ignored-errors set in other files.
14243         * progmodes/etags.el: Add to debug-ignored-errors.
14244         (visit-tags-table-buffer): Clear out buffers holding old tables
14245         when making a new list.
14246         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14247         mapc.
14249         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
14250         quote keywords.
14251         (cmpl-string-case-type): Use character classes.
14253         * comint.el:
14254         * textmodes/ispell.el:
14255         * imenu.el:
14256         * mail/mh-e.el:
14257         * progmodes/compile.el: Add to debug-ignored-errors.
14259         * dabbrev.el: Add to debug-ignored-errors.
14260         (dabbrev-completion): Use mapc.
14262 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
14264         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14265         (woman-mapcan, woman-parse-man.conf)
14266         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14267         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14268         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
14269         path syntax better.
14270         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14271         (woman-manpath): Call woman-parse-man.conf.
14272         (woman-emulation): New defcustom, defaults to nroff.
14273         (woman-font-support): New defconst.
14274         (woman-use-symbol-font): New defcustom.
14275         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14276         "Emulation".
14277         Many functions: Doc fix.
14279 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
14281         * international/quail.el (quail-simple-translation-keymap): Map
14282         128..255 to quail-self-insert-command.
14283         (quail-keyboard-layout-alist): Add definition for "pc102-de".
14285 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
14287         * help.el (help-manyarg-func-alist): Typo.
14289         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14290         intervals which makes it heaps simpler.
14292         * newcomment.el (comment-region-internal): Go back to BEG after quoting
14293         the nested comment markers.
14295         * subr.el (remove-hook): Don't turn the hook's value into a list.
14297 2000-05-21  Dave Love  <fx@gnu.org>
14299         * edmacro.el (edmacro-parse-keys): Return vector if any elements
14300         are invalid characters.
14302         * international/mule-util.el (detect-coding-with-priority): Use
14303         mapc.  Remove redundant lambda.
14305         * international/mule-diag.el (list-non-iso-charset-chars)
14306         (describe-fontset): Remove redundant lambda.
14308         * emulation/crisp.el (brief-mode): New alias.
14310         * emacs-lisp/ring.el (ring-elements): New function.
14312         * emacs-lisp/easymenu.el (easy-menu-create-menu)
14313         (easy-menu-do-add-item): Use keywordp.
14315         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14317         * replace.el: Doc and error message fixes.
14318         (replace-highlight): Use facep, not internal-find-face.
14320 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
14322         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14324         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14325         (log-edit-insert-changelog): Drop `:' as well.
14327         * log-view.el: Fix file description.
14328         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14329         available.
14330         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14331         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14333         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14334         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14335         Print a status message if the toggle is called interactively.
14336         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14337         for global minor modes and use `defcustom' for them.
14338         Use add-minor-mode.
14339         (easy-mmode-define-derived-mode): Remove.
14340         (define-derived-mode): Fancier default docstring.
14341         (easy-mmode-define-navigation): Signal an error rather than (ding).
14343         * newcomment.el (comment-styles): New `box-multi'.
14344         (comment-normalize-vars): Better default for comment-continue to
14345         avoid whitespace-only continuations.
14346         (comment-search-forward): Always move even in the no-syntax case.
14347         (comment-padright): Only obey N if it's only obeyed for padleft.
14348         (comment-make-extra-lines): Better handling of empty continuations.
14349         Use `=' for the filler if comment-start has only one character.
14350         (uncomment-region): Try handling the special `=' filler.
14351         (comment-region): Allow LINES even if MULTI is nil.
14352         (comment-box): Choose box style based on comment-style.
14354 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
14356         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14357         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14359 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
14361         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14362         and insert, not subst-char-in-region.
14364         * international/mule-diag.el (list-character-sets-1): Handle
14365         charsets eight-bit-control and eight-bit-graphic.
14366         (list-iso-charset-chars): Likewise.
14367         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14368         charactes as is.  Use indent-to to align characters.
14370         * international/mule-cmds.el (find-multibyte-characters): Never
14371         exclude charsets eight-bit-control and eight-bit-graphic.
14373 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
14375         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14376         Don't quote lambdas.
14378         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14380 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
14382         * gud.el (gud-jdb-directories): Doc fix.
14384 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
14386         * newcomment.el: New file.
14388 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
14390         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14392 2000-05-18  Andreas Schwab  <schwab@suse.de>
14394         * dired.el (dired-between-files): Also skip lines beginning with
14395         `used'.
14397 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
14399         * msb.el (msb-menu-cond): Add choice `user'.
14401 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14403         * ps-print.el: Compatibility, customization and doc fix.
14404         (ps-printer-name-option): Replace defconst by defvar.
14405         (ps-postscript-code-directory): XEmacs compatibility.
14406         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14407         fix.
14408         (ps-user-defined-prologue, ps-print-prologue-header)
14409         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14410         compatibility and code fix.
14411         (ps-print-background-image, ps-print-background-text):
14412         Customization fix.
14413         (ps-line-number-start, ps-n-up-on): New vars.
14415 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
14417         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14418         the indent-comment function to just return the appropriate indent.
14420 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
14422         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14423         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14424         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14426 2000-05-18  Dave Love  <fx@gnu.org>
14428         * info.el (Info-fontify-node): Add intangible property as well as
14429         invisible.
14431         * calendar/appt.el (appt-make-list): Match all lines of entry.
14432         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14434 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
14436         * international/mule-diag.el (describe-char-after): Call
14437         internal-char-font, not char-font.  If internal-char-font returns
14438         nil, display "-- none --".
14440 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
14442         * image.el (image-type-available-p): Don't reference image-types
14443         if it isn't bound.
14445 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
14447         * autoarg.el (autoarg-mode): Typo in the :set argument.
14449 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
14451         * startup.el (command-line-1): Don't signal an error if the
14452         directory for auto-save-list files does not yet exist.
14454 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
14456         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14458 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
14460         * subr.el (remove-hook): `setq' hook-value, not `set'.
14462 2000-05-16  Sam Steingold  <sds@gnu.org>
14464         * info.el (debug-ignored-errors): More errors to ignore.
14466 2000-05-16  Dave Love  <fx@gnu.org>
14468         * cus-edit.el: Don't require cl or easymenu.
14469         (custom-variable-prompt): Test standard-value property, not
14470         user-variable-p.
14472 2000-05-16  Sam Steingold  <sds@gnu.org>
14474         * subr.el (add-hook): `setq' hook-value, not `set'.
14476 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
14478         * startup.el (command-line-1): Mention the FAQ in the startup
14479         message.
14481         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14483         * progmodes/compile.el (compilation-parse-errors): Collect
14484         `nomessage' regexps last.
14486         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14488         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14489         to the function name.
14491 2000-05-15  Dave Love  <fx@gnu.org>
14493         * speedbar.el (speedbar-recenter): Typo.
14494         (speedbar-expand-line): Make arg optional.
14495         (speedbar-mode): Avoid a compiler warning.
14497 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
14499         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14500         user-specified option string is empty.
14502         * mouse.el (mouse-yank-at-click): Doc fix.
14504 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
14506         * term/internal.el (IT-character-translations): More updates of
14507         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14508         documents.
14510 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
14512         * env.el (getenv): New function, interactively callable.
14513         (setenv, getenv): Remove autoload cookies.
14515         * loadup.el: Load `env'.
14517         * progmodes/f90.el: Change author's mail address.
14519 2000-05-14  Dave Love  <fx@gnu.org>
14521         * mail/rmail.el (rmail-show-message-hook): Customize and offer
14522         goto-addr as an option.
14524         * help.el (help-xref-stack): Doc fix.
14525         (help-xref-following): New variable.
14526         (help-make-xrefs): Use it.
14527         (help-xref-go-back): Use position information from stack element.
14528         (help-follow): Make position in stack element a pair.  Use
14529         help-xref-following.
14531         * autoarg.el: New file.
14533         * faces.el: Declare more functions obsolete.
14535         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14536         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14537         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14538         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14539         Remove all the setup-...-environment functions.
14541 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
14543         * speedbar.el: Updated the commentary section.  xemacs20p now uses
14544         >= when detecting.  Require `defimage' safely.
14545         (speedbar-easymenu-definition-base): Add toggle for images.
14546         (speedbar-easymenu-definition-special): Add flush cache & expand.
14547         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
14548         (speedbar-reconfigure-keymaps-hook): New variable.
14549         (speedbar-frame-parameters): Updated documentation.
14550         (speedbar-use-imenu-flag): Updated custom tag
14551         (speedbar-dynamic-tags-function-list): New variable.
14552         (speedbar-tag-hierarchy-method): Updated doc & custom.
14553         (speedbar-indentation-width, speedbar-indentation-width) New
14554         variables.
14555         (speedbar-hide-button-brackets-flag): Customizable.
14556         (speedbar-vc-indicator): Doc update.
14557         (speedbar-ignored-path-expressions): Updated default value.
14558         (speedbar-supported-extension-expressions): Updated default value.
14559         (speedbar-syntax-table): Remove {} paren status.
14560         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14561         as "+".  Added overlay aliases.
14562         (speedbar-mode): Use `speedbar-mode-line-update' instead of
14563         `force-mode-line-update'.
14564         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14565         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14566         `mouse-set-point'
14567         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14568         (speedbar-item-info-tag-helper): Revamped to handle a wider range
14569         of arbitrary text, and new helper functions.
14570         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14571         filename finder.
14572         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14573         (speedbar-directory-buttons): Update path search/expansion.
14574         (speedbar-make-tag-line): Pay attention to
14575         `speedbar-indentation-width'.  Use more care w/ invisible
14576         properties.
14577         (speedbar-change-expand-button-char): Call
14578         `speedbar-insert-image-button-maybe'.
14579         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14580         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14581         (speedbar-trim-words-tag-hierarchy)
14582         (speedbar-simple-group-tag-hierarchy): New functions
14583         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14584         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14585         functions.
14586         (speedbar-mouse-set-point): New function
14587         (speedbar-power-click): Updated documentation.
14588         (speedbar-line-token, speedbar-goto-this-file): Handle more types
14589         of tag prefix text.
14590         (speedbar-expand-line, speedbar-contract-line): Make more robust
14591         to strange text.
14592         (speedbar-expand-line): Takes universal argument to flush the
14593         cache.
14594         (speedbar-flush-expand-line): New function.
14595         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14596         Use new generator insertion method.
14597         (speedbar-fetch-dynamic-tags): New function.
14598         (speedbar-fetch-dynamic-imenu): Removed code now handled in
14599         `speedbar-fetch-dynamic-imenu'.
14600         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14601         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14602         "Revert Buffer" menu items.
14603         (speedbar-buffer-buttons-engine): Be smarter when creating a
14604         filename tag (for expansion purposes.).
14605         (speedbar-highlight-one-tag-line,
14606         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14607         (speedbar-recenter): New functions.
14608         (defimage-speedbar): Image loading abstraction.
14609         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14610         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14611         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14612         (speedbar-tag-type, speedbar-tag-mail): New images.
14613         (speedbar-expand-image-button-alist): New variable.
14614         (speedbar-insert-image-button-maybe): Insert an image over some
14615         buttons.
14617 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
14619         * international/mule-cmds.el (encode-coding-char): An ASCII
14620         character is always encodable.
14622         * international/mule-conf.el: Add more information in descriptions
14623         of character sets.
14625         * international/mule-diag.el (describe-char-after): New function.
14626         (describe-font-internal): Adjusted for the change of font-info.
14627         (describe-font): Likewise.
14628         (print-fontset): Rewritten for the new fontset implementation.
14629         (describe-fontset): Include fontset alias names in completion.
14630         (list-fontsets): Adjusted for the change of print-fontset.
14632         * simple.el (what-cursor-position): If DETAIL is non-nil, call
14633         describe-char-after instead of displaying the detail in the echo
14634         area.
14635         (syntax-code-table): Format changed.
14636         (string-to-syntax): Adjusted for the above change.
14638 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
14640         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14642 2000-05-12  Dave Love  <fx@gnu.org>
14644         * calendar/todo-mode.el: Remove some compatibility stuff and CL
14645         dependence.  Use line-{beginning,end}-position, not
14646         point-at{b,e}ol.  Some doc fixes.
14647         (todo-position): New function.  Fix callers of position to use it.
14648         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14650 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
14652         * time.el (display-time-mail-icon): Use `:ascent center'.
14654         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14655         handling FTP security extensions.
14657 2000-05-11  Dave Love  <fx@gnu.org>
14659         * calendar/todo-mode.el: New file.
14661 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
14663         * comint.el (comint-read-input-ring): Move reference to
14664         comint-input-ring-size outside of the save-excursion.  It was
14665         causing the default value to be the only one ever seen.
14667         * font-lock.el: Update copyright.  Remove Simon Marshall's email
14668         address on request from him.
14670         * subr.el (substitute-key-definition): Add comment describing
14671         the meaning of PREFIX.
14673 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
14675         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14677         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14678         (add-minor-mode): Don't make the variable buffer-local and add a
14679         reference to define-minor-mode in the docstring.
14681         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14682         HEADER/FOOTER and fix bug with trailing empty directory.
14683         (cvs-append-to-ignore): Use vc-editable-p if available.
14684         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14685         (vc-do-command): Tweak advice to handle the new VC.
14687         * log-view.el (log-view-goto-rev): New function for the new VC.
14688         (log-view-minor-wrap): Use mark-active.
14690         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14691         (log-edit-changelog-full-paragraphs): New var.
14692         (log-edit-insert-changelog): Remove a lonely leading `* file'.
14693         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14694         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14695         (log-edit-changelog-ours-p, log-edit-changelog-entries)
14696         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14697         Replace the `cvs' prefix with `log-edit'.
14699         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14701         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14702         (diff-font-lock-defaults): Explicitly turn off multiline.
14703         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14704         (diff-ediff-patch): Fix call to ediff-patch-file.
14705         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14706         Handle comments.
14708         * frame.el (automatic-hscrolling): Typo.
14710         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14712 2000-05-09  Sam Steingold  <sds@goems.com>
14714         * apropos.el (apropos-print): use `describe-face' instead of
14715         `customize-face-other-window'.
14717 2000-05-09  Dave Love  <fx@gnu.org>
14719         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14721         * help.el (describe-variable): Have customize button pop the
14722         help-xref stack when invoked.
14723         (help-xref-symbol-regexp): Add `face'.
14724         (help-make-xrefs): Check for quoted face names and adapt regexp
14725         submatch numbers to cope.
14726         (help-xref-interned): Maybe insert face doc too.  Separate
14727         sections with a line of hyphens.
14729         * faces.el:  Some doc fixes.  Declare some functions obsolete.
14730         (describe-face): Add customize button.  Return the help
14731         text.  Fix prompt.
14733 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
14735         * term/internal.el (IT-character-translations): Fix last change.
14737 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
14739         * woman.el: New file
14740         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14742 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
14744         * term/internal.el (IT-character-translations): Update ASCII
14745         simulations for greek-iso8859-7, add latin-iso8859-14 and
14746         latin-iso8859-15.
14748         * international/mule-cmds.el (set-language-info-alist): Call
14749         define-prefix-command with 3 arguments, to make the map suitable
14750         for a menu.
14752 2000-05-07  Dave Love  <fx@gnu.org>
14754         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14756 2000-05-05  Dave Love  <fx@gnu.org>
14758         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14759         list in doc string.  Don't quote keyword symbols.
14760         * emacs-lisp/cl.el: Likewise
14761         * emacs-lisp/cl-seq.el: Likewise
14763 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
14765         * abbrev.el (abbrev-mode): Make ARG optional.
14767 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
14769         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14771         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14773         * subr.el (substitute-key-definition): Clarify documentation.
14775 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
14777         * glasses.el (glasses-convert-to-unreadable): Use
14778         `glasses-separator' instead of the hard-wired "_".
14779         (glasses-mode): Call `glasses-make-unreadable' only in a single
14780         place.
14782 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
14784         * term/internal.el (cjk-codepages-alist): Add associations for
14785         Chinese and Korean codepages.  Remove FIXME comment.
14787 2000-05-03  Dave Love  <fx@gnu.org>
14789         * time.el (display-time-mail-face, display-time-use-mail-icon):
14790         New option.
14791         (display-time-mail-icon): New variable.
14792         (display-time-string-forms): Use the above.  Fix the local-map.
14794 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
14796         * replace.el (query-replace-map): Add binding for `E'.
14797         (query-replace-help): Extend help text.
14798         (perform-replace): Allow editing the replacement string.
14800         * make-mode.el (makefile-mode-abbrev-table): New variable.
14801         (makefile-mode): Set local abbrev table to
14802         makefile-mode-abbrev-table.
14803         (makefile-font-lock-keywords): Fontify includes and conditionals.
14805         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14806         set TOGGLE's value.
14808         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14809         mail-interactive-insert-alias.
14810         (mail-abbrev-complete-alias): New command.
14811         (mail-mode-map): Bind it to `M-TAB'.
14813 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
14815         * language/lao-util.el (lao-compose-region): New function.
14817 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
14819         * files.el (recover-session): Make directories as necessary
14820         if they don't exist yet.
14822         * calendar/cal-french.el
14823         (french-calendar-multibyte-special-days-array)
14824         (french-calendar-special-days-array): Change French text.
14825         (calendar-french-date-string): Change output.
14826         (calendar-goto-french-date): Likewise.
14828 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
14830         * wid-edit.el (widget-default-active): Obey `:always-active'.
14831         (widget-documentation-string-value-create): Set `:always-active'.
14833 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
14835         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14836         default prefix to `~/_emacs.d/auto-save.list/_s'.
14837         (normal-top-level): Create the directory for auto-save files, if
14838         it doesn't already exist (in the ms-dos case only).
14840 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
14842         * international/mule-cmds.el (set-language-environment): Don't
14843         concat an integer (dos-codepage), use format instead.
14845 2000-05-02  Dave Love  <fx@gnu.org>
14847         * help.el (help-xref-on-pp): Check for constant symbols.
14849 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
14851         * startup.el (normal-top-level): Put a condition-case around
14852         the code loading subdirs.el.
14854 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14856         * ps-print.el: Upside-down and face background color printing,
14857         line number step, doc fix.
14858         (ps-print-version): New version number (5.2).
14859         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14860         (ps-face-attribute-list, ps-plot-with-face): Code fix.
14861         (ps-spool-config): Var fix.
14862         (ps-printer-name-option): Const fix.
14863         (ps-print-upside-down, ps-use-face-background)
14864         (ps-line-number-step): New vars.
14865         (ps-window-system, ps-lp-system): New consts.
14866         (ps-face-background): New fun.
14868 2000-04-28  Richard Stallman  <rms@gnu.org>
14870         * files.el (make-auto-save-file-name):
14871         Apply auto-save-file-name-transforms to visited file name
14872         before generating auto save file name.
14873         (auto-save-file-name-transforms): New variable.
14875         * files.el (backup-enable-predicate):
14876         Correctly test for a file under a temporary directory.
14878 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
14880         * subr.el (add-minor-mode): Rewritten.
14882 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
14884         * mail/sendmail.el (sendmail-send-it): Set
14885         buffer-file-coding-system to the selected coding system for MIME
14886         header.
14888 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
14890         * dired.el (dired-move-to-filename-regexp): Allow format where
14891         YYYY is followed by two spaces.
14893         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14894         in the second character class of the regexp.
14896         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14897         mh-etc, too.
14899         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14900         nil.
14902         * subr.el (add-minor-mode): Use `set' instead of `setq'.
14904         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14905         argument.
14907 2000-04-27  Sen Nagata <sen@eccosys.com>
14909         * emacs-lisp/crm.el (crm-completion-table): New variable.
14910         (crm-collection-fn, crm-test-completion)
14911         (completing-read-multiple): Use it.
14913 2000-04-27  Dave Love  <fx@gnu.org>
14915         * help.el (locate-library): Use mapc.
14916         (help-manyarg-func-alist): Add call-process-region.
14918 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
14920         * subr.el (add-minor-mode): Make argument MAP optional.
14922         * desktop.el (desktop-save): Save list of minor modes.
14923         (desktop-create-buffer): Restore minor modes.
14924         (desktop-minor-mode-table): New user-option.
14926         * subr.el (add-minor-mode): New function.
14928         * image.el (find-image): New function.
14929         (defimage): Rewritten to find image at load time.
14931         * startup.el (normal-top-level-add-to-load-path): Handle
14932         case that the default directory is not in load-path.
14934         * help.el: Old patch from Stefan Monnier.
14935         (help-xref-on-pp): New function.
14936         (describe-variable): Use it to display xrefs in a symbol's value.
14938 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
14940         * cus-edit.el (custom-face): Fix parenthesis.
14942 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
14944         * mail/rmail.el (rmail-expunge): When there are no deleted
14945         messages, do nothing.
14947 2000-04-26  Dave Love  <fx@gnu.org>
14949         * international/mule-cmds.el (locale-translation-file-name):
14950         Defvar to nil.
14951         (set-locale-environment): Set it here (at runtime).
14953 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
14955         * replace.el (perform-replace): Add parameters START and END.  Use
14956         them instead of the check for a region in Transient Mark mode.
14957         (query-replace-read-args): Return two more list elements for the
14958         start and end of the region in Transient Mark mode.
14959         (query-replace, query-replace-regexp, query-replace-regexp-eval)
14960         (map-query-replace-regexp, replace-string, replace-regexp): Add
14961         optional last arguments START and END and pass them to
14962         perform-replace.
14964         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14965         form with additional arguments for perform-replace.
14967         * progmodes/etags.el (tags-query-replace): Add parameters START
14968         and END.  Construct a form with additional arguments for
14969         perform-replace.
14971         * simple.el (shell-command): Set default directory for "*Shell
14972         Command Output" buffer.
14974         * language/european.el (iso-latin-4): Fix typo.
14976         * emacs-lisp/crm.el: New file.
14978 2000-04-24  Dave Love  <fx@gnu.org>
14980         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14981         (Custom-reset-saved, Custom-reset-standard)
14982         (custom-group-value-create, custom-group-set, custom-group-save)
14983         (custom-group-reset-current, custom-group-reset-saved)
14984         (custom-group-reset-standard): Use mapc.
14985         (custom-buffer-create-internal): Disable undo when creating items.
14986         Use mapc.
14987         (custom-face): Avoid redundant lambda.
14989 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
14991         * startup.el (auto-save-list-file-prefix): Set default to
14992         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14994 2000-04-24  Sam Steingold  <sds@gnu.org>
14996         * time-stamp.el (time-stamp-string-preprocess): Always convert
14997         `field-result' to a string.
14999 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
15001         * frame.el (scrolling): New group.
15002         (automatic-hscrolling): New user-option.
15004         * startup.el (command-line-x-option-alist): Add `-lsp' and
15005         `--line-spacing'.
15007 2000-04-19  Dave Love  <fx@gnu.org>
15009         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15010         (cl-mapc): Rename from mapc.  Fix the funcall.
15012 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
15014         * simple.el (clone-indirect-buffer-other-window): New command.
15015         (clone-indirect-buffer): Add optional arg NORECROD.
15016         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15018         * help.el (resize-temp-buffer-window): Use count-screen-lines.
15020         * window.el (count-screen-lines): New function.
15021         (shrink-window-if-larger-than-buffer): Use count-screen-lines
15022         instead of window-buffer-height.
15024         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15025         non-existing variable comint-input-sentinel.
15026         (inferior-lisp-args-to-list): Removed.
15027         (inferior-lisp): Use split-string instead of
15028         inferior-lisp-args-to-list.
15030         * hexl.el (hexl-insert-hex-string): New command.
15032         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15033         instead of concat.
15035 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
15037         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15038         at the start of an existing but empty folder.
15040 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15042         * ps-mule.el: Customization fix, doc fix.
15043         (ps-multibyte-buffer): Customization fix.
15045 2000-04-17  Richard M. Stallman  <rms@gnu.org>
15047         * subr.el (read-passwd): Use read-char-exclusive.
15049 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
15051         * textmodes/texinfo.el (texinfo-insert-@email)
15052         (texinfo-insert-@emph, texinfo-insert-@quotation)
15053         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15054         (texinfo-mode-map): Add key bindings for them.
15056         * files.el (basic-save-buffer-2): Use a template with `$'
15057         instead of `#' for VMS.
15059         * simple.el (clone-indirect-buffer): New function.
15061 2000-04-16  Stephen Eglen  <stephen@gnu.org>
15063         * iswitchb.el (iswitchb-case): New function.  If the user input
15064         contains any upper-case characters, the search is made
15065         case-sensitive.
15067 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
15069         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15070         comment-end.
15071         (texinfo-font-lock-syntactic-keywords): New var.
15072         (texinfo-font-lock-keywords): Remove comment regexp.
15073         (texinfo-insert-block): New function.
15074         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15075         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
15076         and font-lock-defaults.  Use regexp-opt for outline-regexp.
15077         (texinfo-environments): New var.
15078         (texinfo-environment-regexp): Use regexp-opt and
15079         texinfo-environments.
15081         * textmodes/ispell.el (ispell-menu-map-needed): Check that
15082         ispell-process is bound since this might be eval'd before ispell
15083         is loaded.
15084         (ispell-message): Use a tiny bit less magic and a bit more hard
15085         data to figure out what kind of sc-cite-regexp to use.
15087         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15089         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15090         (insert-cyclic-diary-entry): Unquote the lambda.
15092         * gud.el (gud-jdb-build-source-files-list): Fix typo.
15094         * files.el (backup-enable-predicate): Unquote the lambda.
15096         * cus-edit.el (custom-face, face): Unquote the lambda.
15098 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15100         * ps-print.el: Check for line-beginning-position definition.
15102         * ps-print.el: Fix counting lines in a region.
15103         (ps-print-version): New version number (5.1.5).
15104         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15105         (ps-printing-region): Fun code fix.
15107 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
15109         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15110         to file-directory-p.
15112 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
15114         * gud.el (gud-jdb-build-source-files-list): Check that directory
15115         exists before calling directory-files.
15117 2000-04-13  Dave Love  <fx@gnu.org>
15119         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
15120         syntax.
15122         * emacs-lisp/cl-specs.el: Remove when, unless.
15124         * emacs-lisp/cl-extra.el: Don't quote keywords.
15125         (cl-old-mapc): New variable.
15126         (mapc): Use it.
15127         (cl-map-intervals): Use with-current-buffer.  Don't check for
15128         next-property-change.
15129         (cl-map-overlays): Use with-current-buffer.
15130         (cl-expt): Remove.
15131         (copy-tree, remprop): Define unconditionally.
15133         * emacs-lisp/cl-compat.el (keywordp): Remove.
15135         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
15136         to use keywordp.
15137         (edebug-spec): Enable keywordp.
15139         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15140         string-lessp.
15142         * cus-start.el: Use keywordp.
15144 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
15146         * diary-lib.el (include-other-diary-files): Fix the fix of
15147         2000-02-18 by doing a save-excursion.
15149 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15151         * ps-print.el: Customization fix, doc fix.
15152         (ps-print-version): New version number (5.1.4).
15153         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15154         (ps-print-preprint): Adjust code.
15155         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15156         (ps-print-prologue-header, ps-print-control-characters)
15157         (ps-spool-config): Customization fix.
15159 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
15161         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15162         converted to the new menu-item format, names silightly changed,
15163         help strings added.
15165         Support for spelling without async subprocesses:
15167         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15168         (ispell-session-buffer): New variables.
15169         (ispell-start-process, ispell-process-status,
15170         ispell-accept-output, ispell-send-string): New functions, for
15171         Ispell invocation when async subprocesses aren't supported.
15172         (ispell-word, ispell-pdict-save, ispell-command-loop,
15173         ispell-process-line, ispell-buffer-local-parsing): Replace calls
15174         to process-send-string with calls to ispell-send-string, and
15175         accept-process-output with ispell-accept-output.
15176         (ispell-init-process): Call ispell-process-status instead of
15177         process-status with.
15178         (ispell-init-process): Call ispell-start-process.  Call
15179         ispell-accept-output and ispell-send-string.  Don't call
15180         process-kill-without-query and kill-process if they are unbound.
15181         (ispell-async-processp): New function.
15183 2000-04-12  Dave Love  <fx@gnu.org>
15185         * info.el: Add debug-ignored-errors.
15186         (Info-mode-menu): Add some items.
15187         (Info-directory): Add autoload cookie.
15189         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15190         Modify `truncate-lines'.  Make `describe-language-environment'
15191         always visible and add help.  Modify `describe-key' help.  Invoke
15192         Info-directory from `info'.  New entry `emacs-manual'.
15194 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
15196         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
15197         propertized-buffer-identification.
15198         (ebrowse-update-member-buffer-mode-line): Likewise.
15199         (ebrowse--mode-strings): Removed.
15200         (ebrowse--mode-line-props): Removed.
15202         * files.el (auto-mode-alist): Add `EBROWSE'.
15204         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15205         space before testing for end of buffer.
15206         (ebrowse-load): Removed.
15207         (ebrowse-revert-tree-buffer-from-file): Rewritten.
15208         (ebrowse-create-tree-buffer): Rewritten.
15209         (ebrowse-tree-mode): Read tree from buffer.
15211         * progmodes/ebrowse-ffh.el: Removed.
15213 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
15215         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15217 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
15219         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15220         at the wrong place.
15222 2000-04-09  Dave Love  <fx@gnu.org>
15224         * files.el (backup-enable-predicate): Use
15225         temporary-file-directory, small-temporary-file-directory.
15226         (make-backup-file-name-function, backup-directory-alist): New
15227         variables.
15228         (make-backup-file-name-1): New function.
15229         (make-backup-file-name): Use it.
15230         (find-backup-file-name): Likewise.  Use format for clarity, not
15231         concat.
15232         (file-newest-backup): Use make-backup-file-name.
15234 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
15236         * progmodes/ebrowse-ffh.el: New file.
15238         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
15239         to ebrowse-ffh.el.
15240         (ebrowse-load): Add autoload.
15242         * finder.el (finder-commentary): Add autoload cookie.
15244         * mail/rfc2368.el: Correct author's email address.
15246         * progmodes/ebrowse.el: New file.
15248         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15249         item help string.
15250         (easy-menu-do-add-item): Ditto.
15251         (easy-menu-define): Extend doc string.
15253         * jit-lock.el (with-buffer-unmodified): Use
15254         restore-buffer-modified-p.
15255         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15256         (jit-lock-function, jit-lock-stealth-fontify): Don't use
15257         with-buffer-unmodified.
15259 2000-04-08  Dave Love  <fx@gnu.org>
15261         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15262         unless, when.
15264 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
15266         * viper-util.el (viper-put-on-search-overlay): New subroutine.
15267         (viper-flash-search-pattern): No operation when using Emacs
15268         doesn't support face.
15269         Use `viper-put-on-search-overlay'.
15271 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
15273         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15274         like C-r.
15276         * progmodes/make-mode.el: Some doc fixes.
15277         (makefile-mode-abbrev-table): New variable.
15278         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15279         (makefile-font-lock-keywords): Fontify includes and conditionals.
15280         (toplevel): Require `dabbrev' and `add-log' when compiling.
15282         * replace.el (perform-replace): Don't move forward one char
15283         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
15284         to do that because it leaves point 1 position after the last
15285         replacement, after everything has been replaced.
15287         * jit-lock.el (with-buffer-unmodified): New macro.
15288         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15289         modified state.
15290         (jit-lock-function-1): Extracted from jit-lock-function; not
15291         preserving buffer's modified state.
15292         (jit-lock-function, jit-lock-stealth-fontify): Call
15293         jit-lock-function-1.
15295         * mail/rfc2368.el: Remove supernumerary copyright line.
15297 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
15299         * glasses.el: Provide facilities for inserting space before left
15300         parentheses and uncapitalization of identifiers.
15301         (glasses-mode): Try to remove old overlays in all cases.
15303 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
15305         * progmodes/compile.el (compile-internal): Display the compilation
15306         buffer in a different frame, if it's already displayed there.
15308         * mail/rfc2368.el: New file.
15310         * simple.el (sendmail-user-agent-compose): Recognize a `body'
15311         header and insert its value as mail body.
15313         * subr.el (member-ignore-case): New function.
15315         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15316         (dabbrev--find-expansion): Ignore buffers matching a regexp
15317         from dabbrev-ignored-regexps.
15319         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15320         to extensions handled by gzip.
15322 2000-04-03  Richard M. Stallman  <rms@gnu.org>
15324         * files.el (insert-directory): List the total free space
15325         along with the used space.
15327         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15328         line is followed by one that matches CITATION-REGEXP, end the
15329         paragraph.
15331 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
15333         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15334         (rmail-make-basic-summary-line): Use that option.
15336 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
15338         * international/mule-cmds.el (encoded-string-description):
15339         Rewritten.   Try pretty description for ISO 2022 escape sequences
15340         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
15341         for hexadecimal format.
15343 2000-04-01  Dave Love  <fx@gnu.org>
15345         * cpp.el: Change customization group to `c' from `C'.
15347         * vcursor.el (vcursor-move): Use display-color-p.
15349         * international/mule-util.el: Provide mule-utils.
15350         (string-to-sequence): Simplify and speed up.
15352         * international/mule.el (make-coding-system): Purecopy doc-string.
15354         * international/mule-cmds.el: Various menu changes.
15355         (describe-specified-language-support): Handle `Default'.
15356         (set-language-info): Purecopy `info'.
15358 2000-03-31  Andrew Innes  <andrewi@gnu.org>
15360         * vc.el (vc-backend-diff): Return the correct status if we had to
15361         retry the rcsdiff command without the --brief option.
15363 2000-03-31  Dave Love  <fx@gnu.org>
15365         * help.el (help-manyarg-func-alist): Correct several omissions.
15367         * add-log.el: Don't require cl, fortran.
15368         (add-log-current-defun-function): Doc fix.
15369         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
15370         fix.
15371         (change-log-version-rcs): Function deleted.
15372         (change-log-version-number-search): Doc fix.  Use
15373         vc-workfile-version.  Avoid CL dolist.
15374         (add-change-log-entry): Just call add-log-current-defun to get
15375         defun.  Simplify somewhat.
15376         (change-log-get-method-definition-1): Likewise.
15377         (add-log-current-defun): Return nil if calling
15378         add-log-current-defun-function does so.  Move Fortran stuff to
15379         fortran.el.  Return string without properties.
15381         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15382         and :alpha: char classes.
15384         * mail/supercite.el: Defvar curline when compiling.
15385         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15386         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15387         rather than a-zA-Z0-9 to allow non-ASCII characters.
15389 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
15391         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15393         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15394         Re-enable new code.
15396         * lpr.el (print-region-1): Use -d to specify printer name for
15397         systems `usg-unix-v*, `dgux', `hpux', `irix'.
15399 2000-03-31  Dave Love  <fx@gnu.org>
15401         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
15402         for function definition in symbol's function value slot first
15403         instead of first consulting byte-compile-function-environment.
15405 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
15407         * language/european.el ("Polish"): New language environment.
15408         (setup-polish-environment): New function.
15410 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
15412         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15413         Disable new code.
15415         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15416         trying to `load' the symbol of an autoload instead of the file
15417         recorded in the autoload.  Fix error messages.
15419 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15421         * ps-print.el: PostScript programming fix for ghostview, doc fix.
15422         (ps-print-version): New version number (5.1.3).
15423         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15424         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15425         (ps-generate-postscript-with-faces): Code fix.
15426         (ps-color-values): XEmacs compatibility.
15427         (ps-print-background-image, ps-print-background-text, ps-printer-name)
15428         (ps-default-fg, ps-default-bg): Adjust customization.
15429         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15430         (ps-color-scale): Renaming old ps-color-value fun.
15431         (ps-print-headers): Replace ps-print-header group to avoid conflict
15432         with ps-print-header variable.
15433         (ps-print-miscellany): New group.
15434         (ps-format-color, ps-rgb-color): New funs.
15435         (ps-default-foreground): New var.
15436         (ps-printer-name-option): New const.
15438 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
15440         * net/net-utils.el:
15441         (network-connection-host, network-connection-service): New variables
15442         (network-connection-mode): New mode, derived from comint-mode
15443         (network-connection-mode-setup): New function, saves host and
15444         service information in local variables.
15446         * lisp/locate.el:
15447         (locate-word-at-point): Added this function
15448         (locate): Default to using locate-word-at-point as input
15449         Run dired-mode-hook
15451 2000-03-29  Dave Love  <fx@gnu.org>
15453         * calendar/appt.el: Doc fixes.
15454         (appt-check): Convert min-to-app to a string before passing to
15455         appt-disp-window-function or concat.
15456         (appt-delete-window): Remove test for frame-root-window.
15457         (appt-select-lowest-window, appt-convert-time): Simplify.
15459         * emacs-lisp/bytecomp.el: Doc fixes.
15460         (byte-compile-file-form-autoload): Update
15461         byte-compile-function-environment.
15463 2000-03-29  Andreas Schwab  <schwab@suse.de>
15465         * emacs-lisp/autoload.el: Also print defsubst doc string
15466         specially.
15468         * dired.el (dired-insert-directory): If dired-free-space-program
15469         failed just delete its output.
15471 2000-03-29  Dave Love  <fx@gnu.org>
15473         * international/iso-cvt.el: Move provide to end.  Doc fixes.
15474         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15475         (iso-iso2sgml, iso-sgml2iso): New functions.
15476         (iso-cvt-define-menu): Fix some entries and use backquote for
15477         clarity.
15479         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15481 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
15483         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15484         ISO-DATE.  If non-nil, return date in ISO 8601 format.
15486 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
15488         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15489         if it ever becomes used.
15490         (log-edit-mode-hook): Default to vc-log-mode-hook.
15491         (log-edit-mode): Fix the docstring.
15493         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15494         the code.
15496 2000-03-26  Dave Love  <fx@gnu.org>
15498         * net/browse-url.el (browse-url): Re-fix case of
15499         browse-url-browser-function being an alist.
15500         (browse-url): Add :link to defgroup.
15502         * files.el: Doc fixes.
15503         (file-truename): Include `[' in wildcard characters.
15504         (automount-dir-prefix): Customize.
15505         (find-file-wildcards): Add :version.
15506         (find-file-noselect): Simplify a mapcar call.
15508         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15509         compatible with inf-lisp version.
15510         (eval-defun-1): Fix custom-declare-variable case.
15512 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
15514         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15516 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
15518         * Makefile (COMPILE_FIRST): New macro.
15519         (compile-files): Compile files from COMPILE_FIRST first.
15521         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
15522         code.
15524         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15525         matching open parenthesis in column 0 to defun-prompt-regexp
15526         only if open-paren-in-column-0-is-defun-start is set.
15528         * sun-curs.el: Require CL at compile-time only.
15530         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15531         instead of copy-list which is a function from CL.
15532         (msb--choose-menu, msb--mode-menu-cond)
15533         (msb--create-buffer-menu-2): Use dolist instead of mapc.
15534         (msb--init-file-alist): Use mapcar instead of mapcan.
15535         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
15536         `(' in column 0 in doc string.
15537         (msb--add-separators): Use mapcar instead of mapcan.
15539         * cus-dep.el: Require CL at compile-time only.
15541 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
15543         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15544         (byte-compile-warnings): New warning `noruntime'.
15545         (byte-compile-constants, byte-compile-variables): Fix docstring.
15546         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15547         execute `eval-whenc-compile's body.
15548         (byte-compile-unresolved-functions): Fix docstring.
15549         (byte-compile-eval): New function.
15550         (byte-compile-callargs-warn): Check if the function will be available
15551         at runtime (via property `byte-compile-noruntime').
15552         (byte-compile-print-syms): New function.
15553         (byte-compile-warn-about-unresolved-functions): Also warn about
15554         `noruntime' functions (and use `byte-compile-print-syms').
15555         (byte-compile-file): Capitalize the message.
15557 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
15559         * mail/rmail.el (rmail-confirm-expunge): New user-option.
15560         (rmail-expunge): Ask for confirmation depending on the setting
15561         of rmail-confirm-expunge.
15563 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
15565         * Makefile (bootstrap-clean): If $(emacs) exists, build
15566         loaddefs.el first.  A loaddefs.el that's not up-to-date might
15567         cause a bootstrap failure because things don't autoload as
15568         expected.
15570 2000-03-23  Dave Love  <fx@gnu.org>
15572         * net/browse-url.el: Restore previous use of
15573         browse-url-maybe-new-window.
15575 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15577         * ps-print.el: Skip banner page fix.
15578         (ps-print-version): New version number (5.1.2).
15579         (ps-begin-file, ps-end-file, ps-generate): Code fix.
15581 2000-03-23  Dave Pearson  <davep@davep.org>
15583         * net/quickurl.el Changed the type of parameter passed to the
15584         function defined by `quickurl-format-function'. Before only the
15585         text of the URL was passed. Now the whole URL structure is passed
15586         and the function is responsible for extracting the parts it
15587         requires.  Changed the default of `quickurl-format-function'
15588         accordingly.
15589         (quickurl-insert): Changed the `funcall' of
15590         `quickurl-format-function' to match the above change.
15591         (quickurl-list-insert): Changed the `url' case so that it makes
15592         use of `quickurl-format-function', previous to this the format was
15593         hard wired.
15595 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
15597         * startup.el: Change some spellings for the X Window System.
15599 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
15601         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
15602         up the code and the regexp and make sure the cursor is temporarily
15603         moved to the suspicious line while querying the user.
15605 2000-03-22  Jason Rumney  <jasonr@gnu.org>
15607         * w32-fns.el (w32-charset-info-alist): Initialize.
15609 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15611         * ps-print.el: N-up last page fix.
15612         (ps-print-version): New version number (5.1.1).
15613         (ps-end-file, ps-end-job, ps-generate): Code fix.
15615 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
15617         * files.el (find-file-run-dired): Update docstring.
15618         (find-directory-functions): New hook.
15619         (find-file-noselect): Run find-directory-functions rather than
15620         calling dired directly.
15622         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15624         * pcvs.el: Add a minimal leading commentary.
15625         (cvs-make-cvs-buffer): Change the header part by removing the startup
15626         message and adding a `Module' entry.  Also replace the FOOTER and
15627         HEADER special fileinfos with the new support in ewoc for updating
15628         its own footer and header.
15629         (cvs-update-header): Update to use the header/footer of the ewoc.
15630         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15631         (cvs-is-within-p): New function.
15632         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15633         to only examine some subset of the buffers.
15635         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15636         `format' instead of our own ad-hoc functions.
15637         Remove HEADER and FOOTER cases, now handled in the EWOC.
15638         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15640         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15641         output to avoid scaring the user.
15642         (cvs-parse-table): Catch message for non-up-to-date commits.
15644         * pcvs-defs.el (cvs-startup-message): Remove.
15645         (cvs-global-menu): New autoloaded menu.
15647         * pcvs-util.el (cvs-string-fill): Remove.
15649         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15650         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15651         PP part of it and also make it work for footers and headers.
15652         (ewoc-create): Drop POS and BUFFER arguments.
15653         Use the DLL's dummy node to store the end-of-footer position.
15654         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15655         (ewoc-refresh): Remove unused `header' variable.
15656         (ewoc-(get|set)-hf): New functions.
15658         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15659         log-view-*-(message|file) and use easy-mmode-define-navigation.
15660         (log-view-message-re): Match SCCS format as well.
15661         And match the revision line rather than the dashed separator line.
15662         (log-view-mode): Use the new define-derived-mode.
15663         (log-view-current-tag): Fill in with an actual implementation.
15665         * cvs-status.el (cvs-status-(prev|next)): Rename from
15666         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15667         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15668         to let the output "breathe" a little more (more readable).
15669         (cvs-status-mode): Use the new define-derived-mode.
15671         * smerge-mode.el (smerge-auto-leave): New function and variable.
15672         (smerge-basic-map): Rename from smerge-basic-keymap.
15673         Change the bindings for smerge-diff-*.
15674         (smerge-*-map): Use easy-mmode-defmap.
15675         (smerge-(next|prev)): Use easy-mmode-define-navigation.
15676         (smerge-keep-*): Use smerge-auto-leave.
15678 2000-03-21  Jason Rumney  <jasonr@gnu.org>
15680         * cus-edit.el (custom-button-face): Use 3D look for w32.
15681         (custom-button-pressed-face): Likewise.
15683 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
15685         * progmodes/etags.el (tags-case-fold-search): New user-option.
15686         (tags-loop-eval): New function.  Bind case-fold-search around eval
15687         depending on the value of tags-case-fold-search.
15688         (tags-loop-continue): Use tags-loop-eval.
15689         (find-tag-in-order): Bind case-fold-search depending on the value
15690         of tags-case-fold-search.
15692 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
15694         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15695         (diff-end-of-hunk): Return the end position for use in
15696         `easy-mmode-define-navigation'.
15697         (diff-recenter): Remove.
15698         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15699         of `easy-mmode-define-navigation'.
15700         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15701         previous renaming) and fix to use new names.
15702         (diff-merge-strings): Use \n as separator: simpler, faster.
15703         (diff-mode): Use `define-derived-mode'.
15705         * derived.el (define-derived-mode): Don't autoload anymore.
15706         Prefer the macro-only version provided by easy-mmode.el.
15708         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15709         `easy-mmode-define-derived-mode'.
15710         Use `combine-run-hooks'.
15711         (easy-mmode-define-navigation): New macro.
15713         * subr.el (combine-run-hooks): New function.
15715 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
15717         * term/x-win.el: Fontsets related initialization is simplified.
15719         * international/mule-diag.el (describe-font): Don't refer to
15720         global-fontset-alist, instead call font-list.
15721         (describe-fontset, list-fontsets, mule-diag): Likewise.
15722         (print-fontset): Adjusted for the change of fontset
15723         implementation.
15725         * international/fontset.el (x-charset-registries): Variable
15726         removed, instead the corresponding data is stored in the default
15727         fontset.
15728         (register-alternate-fontnames): Function removed.
15729         (resolved-ascii-font): Variable removed.
15730         (x-compose-font-name): Ignore the second argument REDOCE.
15731         (x-complement-fontset-spec): Complement only an ASCII font and
15732         element for those charsets than can use that ASCII font.
15733         (generate-fontset-menu): Don't refer to global-fontset-alist,
15734         instead call fontset-list.
15735         (uninstantiated-fontset-alist): Variable removed.
15736         (x-style-funcs-alist): Likewise.
15737         (fontset-default-styles): Likewise.
15738         (x-modify-font-name): Function removed.
15739         (create-fontset-from-fontset-spec): Ignore the argument
15740         STYLE-VARIANT.
15741         (create-fontset-from-ascii-font): Docsting adjusted for the above
15742         change.
15743         (instantiate-fontset, resolve-fontset-name): Functions removed.
15744         (fontset-list): Now implemented by C code.
15746         * faces.el (read-face-font): Fix TABLE arg to completing-read.
15747         (describe-face): Include `font' attribute in the description.
15749 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
15751         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15753 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
15755         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15756         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15757         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15759         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15760         about behavior of set-buffer-modified-p wrt redisplay.
15762 2000-03-19  Richard M. Stallman  <rms@gnu.org>
15764         * view.el (view-mode-disable): Kill local binding of view-read-only.
15766 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
15768         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15769         is a string, convert it to a syntax cell using string-to-syntax.
15771         * simple.el (syntax-code-table, syntax-flag-table): New variables.
15772         (string-to-syntax): New function.
15774         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15775         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15776         try to use passive ftp mode.
15778 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
15780         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15782         * simple.el (append-to-buffer): Update point of windows after
15783         insertion.
15785         * abbrev.el (inverse-add-abbrev): Identify word by first moving
15786         forward then moving backward.  Reindent.
15788         * frame.el (other-frame): Call x-focus-frame only if
15789         focus-follows-mouse is off.
15791 2000-03-17  Dave Love  <fx@gnu.org>
15793         * pcvs-util.el (cvs-strings->string): Rename
15794         replace-regexps-in-string.
15796 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
15798         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15799         regexp for labels cannot span several lines.
15801         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15802         `(setq :<key> ':<key>)' to the macro expansion.
15804 2000-03-16  Dave Love  <fx@gnu.org>
15806         * progmodes/f90.el (f90): Put custom group under `languages', not
15807         `fortran'.
15808         (f90-mode-hook): Customize.
15809         (f90-mode): Set add-log-current-defun-function.
15810         (f90-current-defun): New function.
15812 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
15814         * cus-edit.el (custom-variable-tag-face): Handle case that
15815         default face's height is not a number.
15816         (custom-face-tag-face, custom-group-tag-face-1)
15817         (custom-group-tag-face): Ditto.
15818         (custom-group-tag-face-1): Add :group.
15820         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15822 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
15824         * pcvs-defs.el (toplevel): Remove autoload cookie for form
15825         requiring easymenu.
15827 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15829         * ps-print.el: PostScript user-defined prologue, PostScript error
15830         handler, doc fix.
15831         (ps-print-version): New version number (5.1).
15832         (ps-user-defined-prologue, ps-error-handler-message)
15833         (ps-print-prologue-0, ps-error-handler-alist): New vars.
15834         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15835         (ps-insert-string): New function.
15837 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
15839         * international/ccl.el (ccl-compile-expression): Don't generate
15840         invalid self-assignment code.
15842 2000-03-14  Dave Love  <fx@gnu.org>
15844         * subr.el (replace-regexp-in-string): Renamed from
15845         replace-regexps-in-string.  Doc fix.
15847 2000-03-12  Dave Love  <fx@gnu.org>
15849         * cus-edit.el: Doc fixes.
15850         (customize-set-variable, customize-save-variable): Rename args for
15851         doc.
15852         (custom-variable-tag-face, custom-face-tag-face)
15853         (custom-group-tag-face-1, custom-group-tag-face): Modify from
15854         style which user identify as hyperlink.
15855         (hook): Don't add undefined functions to the hook.
15856         (debug-ignored-errors): Transfer message from bindings.el.
15858 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
15860         * recentf.el (recentf-keep-non-readable-files-p): Remove
15861         double/nested definition.
15863 2000-03-12  Dave Love  <fx@gnu.org>
15865         * facemenu.el (facemenu-get-face): Use display-color-p.
15866         * enriched.el (enriched-decode-foreground): Likewise.
15867         (enriched-decode-background): Likewise.
15868         * isearch.el (isearch-highlight): Likewise.
15869         * info-look.el (info-lookup): Likewise.
15870         * simple.el (completion-setup-function): Likewise.
15872         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15873         :options.
15875         * bindings.el (mode-line-format): Fix line-number and
15876         column-number items.  Add help-echo for the background.
15877         (mode-line-mule-info): Modify help-echo.
15879         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15881         * files.el (load-file): Allow completion to .elc.
15883         * man.el: Doc fixes.
15884         (Man-init-defvars): Use display-color-p to set fontification.
15886         * play/hanoi.el (hanoi-internal): Don't use oddp.
15888 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
15890         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15892         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15894 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15896         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15897         Fix comment.
15899 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
15901         * font-lock.el (font-lock-keywords): Fix the doc now that
15902         regexp-opt-depth is unnecessary.
15903         (save-buffer-state): Set an edebug spec.
15904         (font-lock-fontify-anchored-keywords): Properly handle the case when
15905         the matcher goes past the limit.
15907         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15908         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15910         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
15911         dll.el and cookie.el (from Elib) with heavy renaming and other
15912         massaging.
15914         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15915         Autoload the functions used.
15916         (easy-mmode-define-syntax): Fix CL typo.
15917         (easy-mmode-define-derived-mode): Improve the docstring generation.
15919 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
15921         * textmodes/texinfo.el (texinfo-version): Variable and function
15922         removed.
15924 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
15926         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15927         allow more flexibility.
15928         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
15929         (easy-mmode-defmap, easy-mmode-defsyntax)
15930         (easy-mmode-define-derived-mode): New macros.
15932 2000-03-09  Didier Verna  <didier@xemacs.org>
15934         * rect.el (replace-rectangle): New function.
15936 2000-03-09  Dave Love  <fx@gnu.org>
15938         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
15939         (fortran-comment-line-start-skip): Don't match cpp stuff.
15940         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
15941         (fortran-mode-map): Remove over-eager custom-menu-create for now.
15942         (fortran-mode): Don't set fortran-comment-line-start-skip,
15943         fortran-comment-line-start here.  Set comment-start,
15944         add-log-current-defun.
15945         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15946         (fortran-current-defun): New function.
15948 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
15950         * emacs-lisp/re-builder.el: New file.
15952         * mouse.el (mouse-drag-region): Don't run up-event handler
15953         if hscroll has changed.
15955         * octave-mod.el (octave-font-lock-keywords): To font-lock the
15956         builtin operators, use `font-lock-builtin-face' for Emacs and
15957         `font-lock-preprocessor-face' otherwise.
15959         * font-lock.el (lisp-font-lock-keywords-1): Highlight
15960         `(defun (setf foo)' differently.
15962 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
15964         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15965         (regexp-opt): Update comment and adapt the code the new meaning of
15966         the `paren' argument of regex-opt-group for shy-groups.
15967         (regexp-opt-depth): Handle shy groups as well as backslashed
15968         backslashes.
15969         (regexp-opt-group): Turn the leading comment into a docstring.
15970         Allow `paren' to be a string (the string to use to open a group).
15971         Remove open-presuf and close-presuf.  Instead of checking for `all
15972         one-char' and then later on check for `several one-char', handle
15973         both cases close together.  Also apply a more generic algorithm
15974         for suffixes (the mirror image of the algorithm used for
15975         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
15976         (regexp-opt-try-suffix): Removed.
15978         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15979         from comint-mode-map, so we can just inherit from it.  Also, move
15980         the initialization into the `defvar' since there's no docstring
15981         anyway and it's fairly short.
15982         (inferior-scheme-mode): Define it as derived-mode: the code is
15983         shorter and this way we inherit from comint-mode-map rather than
15984         copying it.
15986         * subr.el (replace-regexps-in-string): Properly handle the case
15987         where we match an empty string.
15989         * comint.el (comint-exec-1): Add the current-dir to the exec-path
15990         when the command has a directory component (such as "./testml").
15991         Also fix a typo in the comment.
15993 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
15995         * Makefile (compile-files): Compile files one by one because
15996         that's the only way to ensure a clean compilation environment for
15997         each individual file.
15999         * frame.el (other-frame): Call x-focus-frame.
16001 2000-03-07  Dave Love  <fx@gnu.org>
16003         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16004         :require to defcustom.
16006         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
16008         * files.el (auto-mode-alist): Add configure.in.
16010         * progmodes/autoconf.el: New file.
16012 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
16014         * mail/mh-e.el: Change maintainer to `none'.
16016         * recentf.el (recentf-keep-non-readable-files-p): Quote args
16017         to remove-hook and add-hook.
16019 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
16021         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16022         it as the default.
16023         (mail-send): Test mail-send-nonascii also for the new `mime' value.
16024         (sendmail-send-it): Conditionally add MIME headers specifying the
16025         used character set.
16027 2000-03-07  Dave Love  <fx@gnu.org>
16029         * winner.el: Fix keywords, autoload cookies.
16030         Split eval-when-compile form to avoid compilation failure.
16032 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
16034         * international/mule.el: Modify comment about coding system
16035         property `coding-category'.
16036         (make-coding-system): New argument EOL-TYPE.  Pay attention to
16037         coding-category property of PROPERTIES.
16039         * international/mule-conf.el (coding-category-utf-8)
16040         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
16041         categories.  Include them in the argument for set-coding-priority.
16043         * international/mule-cmds.el (reset-language-environment):
16044         Include coding-category-utf-8, coding-category-utf-16-be, and
16045         coding-category-utf-16-le in the argument for set-coding-priority.
16046         (reset-language-environment): Initialize coding-category-utf-8,
16047         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16049 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
16051         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16052         code abstracted out of `bookmark-jump-noselect'.  Now tries info
16053         extensions as well as compression extensions.
16054         (bookmark-jump-noselect): Use above new func.
16056 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
16058         * strokes.el: Change maintainer's mail address.
16060 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
16062         * international/mule-diag.el (list-character-sets): Make help-echo
16063         string by substitute-command-keys.
16064         (list-character-sets): Likewise.
16065         (sort-listed-character-sets): Call help-setup-xref.
16067 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
16069         * time.el (display-time-mail-file): Add `none' to the list of choices.
16071 2000-03-01  Dave Love  <fx@gnu.org>
16073         * help.el (help-xref-go-back): Don't try to set position.
16075         * international/mule-diag.el (list-character-sets):
16076         Call help-setup-xref.  Add help-echo to xrefs.
16077         (list-character-sets-1): Add help-echo to xrefs.
16079 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
16081         * frame.el (blink-cursor-mode): Switch cursor on when turning
16082         the mode off.
16084         * add-log.el (add-log-current-defun): Add support for
16085         Autoconf mode.
16087         * mail/rmail.el (rmail-quit-hook): New variable.
16089 2000-03-01  Dave Love  <fx@gnu.org>
16091         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16093         * help.el (help-xref-button): Add help-echo arg.
16094         (describe-function-1, describe-variable, help-make-xrefs): Use it.
16096         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
16098         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
16100 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
16102         * image.el (defimage): Look for image files in load-path.
16104         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
16106 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16108         * recentf.el (recentf): Added version tag to the defgroup of recentf.
16110 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16112         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
16113         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16114         action to select/unselect a file.
16115         (recentf-edit-list): Code cleanup and improvement.
16116         (recentf-open-more-files-action): `recentf-open-more-files' button
16117         widget action to open a file.
16118         (recentf-open-more-files): No more use standard completion but widgets.
16119         (recentf-more-collection): Deleted.
16120         (recentf-more-history): Deleted.
16121         (recentf-setup-more-completion): Deleted.
16123 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16125         * recentf.el (recentf-mode): No more needs that Emacs is running
16126         under a window-system.
16128 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16130         * recentf.el (recentf-edit-list): New command to edit the recent
16131         list which allow the user to remove files.
16132         (recentf-edit-selected-items): New global variable, used by
16133         `recentf-edit-list' to hold the list of files to be removed from
16134         the recent list.
16135         (recentf-make-menu-items): Updated to display a "Edit list..."
16136         menu item.  Minor code cleanup.
16138 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16140         * recentf.el (recentf-open-more-files): New command to open files
16141         that are not displayed in the menu.
16142         (recentf-more-collection): New global variable holding the set of
16143         permissible completions used by `recentf-open-more-files'.
16144         (recentf-more-history): New global variable holding the history list
16145         used by `recentf-open-more-files' completion.
16146         (recentf-setup-more-completion): New function to setup completion for
16147         `recentf-open-more-files'.
16148         (recentf-make-menu-items): Updated to display a "More..." menu item.
16150 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16152         * recentf.el (recentf-menu-action): Doc fixed.
16154 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
16156         * recentf.el (recentf-menu-filter): Doc updated.
16157         (recentf-update-menu-hook): Allow menu filters to force menu update.
16158         (recentf-make-menu-items): New menu filter handling.
16159         (recentf-make-menu-item): New helper function.
16160         (recentf-menu-elements): New menu handling function.
16161         (recentf-sort-ascending): Updated to new menu filter handling.
16162         (recentf-sort-descending): Updated to new menu filter handling.
16163         (recentf-sort-basenames-ascending): New menu filter function.
16164         (recentf-sort-basenames-descending): New menu filter function.
16165         (recentf-show-basenames): New menu filter function.
16166         (recentf-show-basenames-ascending): New menu filter function.
16167         (recentf-show-basenames-descending): New menu filter function.
16169 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
16171         * diary-lib.el (list-diary-entries): Don't try to go forward at
16172         the end of the buffer.
16174 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
16176         * international/mule-diag.el (list-character-sets):
16177         Completely rewritten.
16178         (sort-listed-character-sets): New function.
16179         (list-character-sets-1): Completely rewritten.
16180         (list-character-sets-2): New function.
16181         (non-iso-charset-alist): New variable.
16182         (decode-codepage-char): New function.
16183         (charset-history): New variable.
16184         (read-charset) (list-block-of-chars)
16185         (list-iso-charset-chars)
16186         (list-non-iso-charset-chars)
16187         (list-charset-chars): New functions.
16188         (mule-diag): Call list-character-sets-2, not
16189         list-character-sets-2.
16190         (dump-charsets): Likewise.
16192 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
16194         * dired-x.el (dired-filename-at-point): Add `@' to valid
16195         file name characters.
16196         (dired-filename-at-point): Handle ange-ftp file names.
16198         * frame.el (frame-notice-user-settings): Use assq-delete-all
16199         instead of assoc-delete-all.
16200         (frame-notice-user-settings): Ditto.
16202         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16203         Don't copy alist.
16205 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
16207         * calculator.el (calculator-use-menu): New option.
16208         (calculator-initial-bindings): Changed some bindings to work as
16209         macros.
16210         (calculator-forced-input): Removed.
16211         (calculator-restart-other-mode): New variable.
16212         (calculator-mode-map): Set up menu.
16214 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
16216         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
16217         tags.
16219 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
16221         * viper-cmd.el (viper-envelop-ESC-key): added the option to
16222         translate all ESC key sequences.
16223         (viper-goto-mark-subr): restore markers for files for which
16224         they were saved.
16225         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
16226         * viper-util.el (viper-set-replace-overlay-glyphs,
16227         viper-set-replace-overlay): always check if the replacement
16228         overlay is live.
16229         * viper.el (viper-vi-state-mode-list): added major modes.
16230         * ediff-wind.el: minor comment changes.
16231         * ediff.el: copyright notice date fix.
16233 2000-02-27  Jason Rumney  <jasonr@gnu.org>
16235         * faces.el (face-font-family-alternatives): Add arial to helv.
16236         (mode-line, header-line, tool-bar): Same default as x for w32.
16237         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16238         face-font-family-alternatives from working.
16239         * term/w32-win.el (mouse-set-font): Do not build fontset from
16240         chosen font.
16242 2000-02-25  Sam Steingold  <sds@goems.com>
16244         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16245         properly.
16247 2000-02-25  Richard M. Stallman  <rms@gnu.org>
16249         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16251 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
16253         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
16254         writable.
16256         * frame.el (busy-cursor-delay-seconds): New option.
16258 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
16260         * frame.el (show-cursor-in-non-selected-windows): New option.
16262 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
16264         * diary-lib.el (include-other-diary-files): Undo the selective
16265         display in any included file and don't kill it.
16267 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
16269         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
16270         bar.  Menu items converted to (menu-item format, help strings
16271         added.
16272         [downcase, upcase]: Don't enable on MS-DOS.
16273         [symlink, symlinks]: Don't show if make-symbolic-link is not
16274         bound.
16275         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16277 2000-02-23  Dave Love  <fx@gnu.org>
16279         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16280         (backward-kill-word): Revert addition of * to interactive spec --
16281         it's a feature.
16283         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16284         (backward-kill-sentence, kill-sentence): Likewise.
16286         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16287         scratch buffer name.
16288         (gud-format-command): Use int-to-string in ?l case.  Simplify
16289         slightly.
16291         * term/w32-win.el (internal-face-interactive): Update prompt for
16292         new read-face-name.
16294         * mail/footnote.el (footnote): Add :version to defgroup.
16295         (footnote-section-tag-regexp): Customize.
16296         (footnote-start-tag, footnote-end-tag): New option.
16297         (footnote-latin-regexp): New variable.
16298         (Footnote-latin): New function.
16299         (footnote-style-alist): Add element for latin style.
16300         (footnote-style): Moved.
16301         (Footnote-goto-footnote): Use eq to test arg.
16303         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16305         * emacs-lisp/byte-opt.el: Change old backquote syntax.
16306         (byte-compile-trueconstp): Include keywords.
16307         (byte-optimize-quote, byte-optimize-lapcode): Use
16308         byte-compile-const-symbol-p.
16309         (byte-optimize-char-before): New optimization.
16311         * emacs-lisp/bytecomp.el: Change old backquote syntax.
16312         (byte-compile-const-symbol-p): New function.
16313         (byte-compile-constp, byte-compile-out-toplevel)
16314         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16315         Use it.
16317         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
16319 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
16321         * international/encoded-kb.el: Be sure to update minor-mode-alist
16322         and minor-mode-map-alist.
16323         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16324         codes SS2 and SS3 correctly.
16325         (encoded-kbd-self-insert-ccl): New function.
16326         (encoded-kbd-setup-keymap): New function.
16327         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
16328         by calling encoded-kbd-setup-keymap.
16330         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
16331         characters.
16332         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
16333         locally.
16335 2000-02-22  Dave Love  <fx@gnu.org>
16337         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
16338         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
16339         defvar.
16340         (lisp-mode-syntax-table): Set up for #|...|# comments.
16341         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
16342         classes.  Match `defface'.
16343         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16344         (eval-defun-1): Fix for defcustom.
16345         (lisp-indent-region): Doc fix.
16347         * subr.el (when, unless, split-string): Doc fix.
16348         (read-passwd): Move call of clear-this-command-keys to the right
16349         place.
16350         (replace-regexps-in-string): New function.
16352 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
16354         * help.el (describe-variable): Set syntax table to
16355         emacs-lisp-mode-syntax-table when moving forward over the
16356         symbol's name.
16358 2000-02-22  Dave Love  <fx@gnu.org>
16360         * xt-mouse.el: Doc fixes.
16361         (xterm-mouse-position-function): New function, replacing advice of
16362         mouse-position.
16363         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
16365         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16367 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
16369         * format.el (format-annotate-single-property-change): Handle
16370         properties.with dotted-list values.
16371         (format-proper-list-p): New function.
16373         * enriched.el (enriched-face-ans): Handle '(foreground-color
16374         . COLOR) and (background-color . COLOR).
16376 2000-02-20  Dave Love  <fx@gnu.org>
16378         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16379         and assignments to it.
16380         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16381         current local map.
16382         (make-flyspell-overlay): Use it.
16383         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16385         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16386         (lm-get-header-re): Defun, not defsubst.
16387         (lm-get-package-name): Defun, not defsubst.  Simplify.
16388         (lm-version): Doc fix.  Simplify.
16389         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16390         (lm-crack-address, lm-last-modified-date, lm-commentary)
16391         (lm-verify, lm-synopsis): Simplify.
16392         (lm-report-bug): Require emacsbug.  Use compose-mail.
16394 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
16396         * dired.el (dired-mode): Call propertized-buffer-identification
16397         to set mode-line-buffer-identification to something having
16398         the right text properties.
16400         * bindings.el (propertized-buffer-identification): New function.
16402 2000-02-20  Dave Love  <fx@gnu.org>
16404         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16405         check for t-mouse too.
16407         * cus-start.el: Make echo-keystrokes `number'.
16409 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
16411         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16412         Don't call ring-empty-p unless tags-location-ring is bound.
16413         From Noah Friedman <friedman@splode.com>.
16415 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
16417         * progmodes/hideshow.el (hs-flag-region): No longer use
16418         `intangible' overlay property.
16420         (hs-toggle-hiding): New command.
16421         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16423         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16424         Fix omission bug: Run `hs-minor-mode-hook' for both activation
16425         and deactivation.
16427 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
16429         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16431 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
16433         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16435         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16436         of `*' to handle `(* ... *)' comments.
16438 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
16440         * faces.el (list-faces-display): Use display-mouse-p instead of
16441         window-system.
16443         * menu-bar.el (global-map): Menu-bar items converted to the new
16444         format (menu-item..., rearranged for better CUA compliance, and
16445         their names changed for better clarity.  Help strings added.
16447         * international/mule-cmds.el (mule-menu-keymap)
16448         (describe-language-environment-map, set-coding-system-map)
16449         (setup-language-environment-map): Convert to new (menu-item...
16450         form, add help strings.  Change names of menu items for better
16451         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
16452         submenu).
16454 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
16456         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16457         within the code.
16459 2000-02-16  Dave Love  <fx@gnu.org>
16461         * faces.el: Don't require custom.  Add more specific :groups to
16462         various deffaces.
16463         (set-face-attribute): Purecopy args.
16464         (read-face-name): Default to name at point and use it in prompt.
16465         Remove colon from arg in all callers.
16466         (list-faces-display): Hyperlink to face descriptions and customize
16467         buffers.
16469 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
16471         * wid-edit.el (widget-match-inline): An atom never matches a
16472         list.
16474 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16476         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16477         at ':' characters by call to split-string.
16479 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16481         * textmodes/bibtex.el: Added RCS version identification.
16483 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16485         * textmodes/bibtex.el: Some temporary comments removed.
16486         (bibtex-field-name, bibtex-entry-type): Made the relationship
16487         explicit.
16488         (bibtex-field-const): Allow capital letters.
16489         (bibtex-start-of-string): Deleted because unused.
16491         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
16492         use the term 'reference' to describe a bibtex entry as a whole.
16493         Further, reference keys are no longer called 'labels'.
16494         (bibtex-keys): Renamed to bibtex-reference-keys.
16495         (bibtex-reformat-previous-labels): Renamed to
16496         bibtex-reformat-previous-reference-keys.
16497         (bibtex-reference-type): Renamed to bibtex-entry-type.
16498         (bibtex-reference-head): Renamed to bibtex-entry-head.
16499         (bibtex-reference-maybe-empty-head): Renamed to
16500         bibtex-entry-maybe-empty-head.
16501         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16502         (bibtex-search-reference): Renamed to bibtex-search-entry.
16503         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16504         bibtex-enclosing-entry-maybe-empty-head.
16505         (bibtex-entry-field-alist, bibtex-entry-head,
16506         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16507         bibtex-map-entries, bibtex-search-entry,
16508         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16509         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16510         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16511         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16512         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16513         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16514         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16516 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16518         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16519         comment.
16520         (bibtex-format-field-delimiters): New function, functionality
16521         extracted from bibtex-format-entry.
16522         (bibtex-autokey-get-yearfield-digits): New function, functionality
16523         extracted from bibtex-autokey-get-yearfield.
16525         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16526         entries in order to avoid stack overflow in the regexp matcher if
16527         field contents become large.
16528         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16529         bibtex-field-string-part-not-braced,
16530         bibtex-field-string-part-no-inner-braces,
16531         bibtex-field-string-part-1-inner-brace,
16532         bibtex-field-string-part-2-inner-braces,
16533         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16534         bibtex-field-string-quoted, bibtex-field-string,
16535         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16536         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16537         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16538         as parsing is now performed by the following functions.
16539         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16540         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16541         bibtex-parse-field-string, bibtex-search-forward-field-string,
16542         bibtex-parse-association, bibtex-field-name-for-parsing,
16543         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16544         bibtex-search-forward-field, bibtex-search-backward-field,
16545         bibtex-start-of-field, bibtex-end-of-field,
16546         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16547         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16548         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16549         bibtex-parse-string, bibtex-search-forward-string,
16550         bibtex-search-backward-string, bibtex-start-of-string,
16551         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16552         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16553         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16554         entries.  Instead of reporting the results of the parsing by
16555         match-beginning or match-end, these functions return data structures
16556         that hold the corresponding positions.
16557         (bibtex-enclosing-field): Changed to also report field boundaries by
16558         return values rather than by match-beginning or match-end.  The
16559         following functions have been adapted to use the new parsing
16560         functions.
16561         (bibtex-skip-to-valid-entry, bibtex-search-reference,
16562         bibtex-enclosing-field, bibtex-format-entry,
16563         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16564         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16565         bibtex-print-help-message, bibtex-end-of-entry,
16566         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16567         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16568         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16569         method for parsing.
16570         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16571         bibtex-map-entries, bibtex-flash-head,
16572         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16573         bibtex-autokey-change, bibtex-autokey-get-namefield,
16574         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16575         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16576         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16577         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16578         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16579         order to make the new binding of case-fold-search immediately
16580         visible.
16582 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16584         * textmodes/bibtex.el: Copyright notice is up to date.
16585         Added constant 'bibtex-maintainer-salutation.
16587         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16588         than make-temp-name, use match-string-no-properties and eliminate
16589         a quadratic behavior when building bibtex-strings.
16591         * bibtex.el (bibtex-reference-key): Accept string entries whose
16592         reference key contains upper case letters.
16594 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16596         * bibtex.el (bibtex-reference-head): Allow entries to start with
16597         a new line.
16599 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16601         * bibtex.el: Hiding of entry bodies is not longer provided by
16602         bibtex.el directly.  Instead the hideshow package can be used.
16603         Added a special bibtex entry to hs-special-modes-alist.
16604         (bibtex-hs-forward-sexp): Added for hideshow.el.
16606 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16608         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16609         at ':' characters by call to split-string.
16611 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16613         * textmodes/bibtex.el: Added RCS version identification.
16615 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16617         * textmodes/bibtex.el: Some temporary comments removed.
16618         (bibtex-field-name, bibtex-entry-type): Made the relationship
16619         explicit.
16620         (bibtex-field-const): Allow capital letters.
16621         (bibtex-start-of-string): Deleted because unused.
16623         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
16624         use the term 'reference' to describe a bibtex entry as a whole.
16625         Further, reference keys are no longer called 'labels'.
16626         (bibtex-keys): Renamed to bibtex-reference-keys.
16627         (bibtex-reformat-previous-labels): Renamed to
16628         bibtex-reformat-previous-reference-keys.
16629         (bibtex-reference-type): Renamed to bibtex-entry-type.
16630         (bibtex-reference-head): Renamed to bibtex-entry-head.
16631         (bibtex-reference-maybe-empty-head): Renamed to
16632         bibtex-entry-maybe-empty-head.
16633         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16634         (bibtex-search-reference): Renamed to bibtex-search-entry.
16635         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16636         bibtex-enclosing-entry-maybe-empty-head.
16637         (bibtex-entry-field-alist, bibtex-entry-head,
16638         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16639         bibtex-map-entries, bibtex-search-entry,
16640         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16641         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16642         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16643         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16644         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16645         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16646         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16648 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16650         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16651         comment.
16652         (bibtex-format-field-delimiters): New function, functionality
16653         extracted from bibtex-format-entry.
16654         (bibtex-autokey-get-yearfield-digits): New function, functionality
16655         extracted from bibtex-autokey-get-yearfield.
16657         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16658         entries in order to avoid stack overflow in the regexp matcher if
16659         field contents become large.
16660         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16661         bibtex-field-string-part-not-braced,
16662         bibtex-field-string-part-no-inner-braces,
16663         bibtex-field-string-part-1-inner-brace,
16664         bibtex-field-string-part-2-inner-braces,
16665         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16666         bibtex-field-string-quoted, bibtex-field-string,
16667         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16668         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16669         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16670         as parsing is now performed by the following functions.
16671         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16672         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16673         bibtex-parse-field-string, bibtex-search-forward-field-string,
16674         bibtex-parse-association, bibtex-field-name-for-parsing,
16675         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16676         bibtex-search-forward-field, bibtex-search-backward-field,
16677         bibtex-start-of-field, bibtex-end-of-field,
16678         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16679         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16680         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16681         bibtex-parse-string, bibtex-search-forward-string,
16682         bibtex-search-backward-string, bibtex-start-of-string,
16683         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16684         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16685         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16686         entries.  Instead of reporting the results of the parsing by
16687         match-beginning or match-end, these functions return data structures
16688         that hold the corresponding positions.
16689         (bibtex-enclosing-field): Changed to also report field boundaries by
16690         return values rather than by match-beginning or match-end.  The
16691         following functions have been adapted to use the new parsing
16692         functions.
16693         (bibtex-skip-to-valid-entry, bibtex-search-reference,
16694         bibtex-enclosing-field, bibtex-format-entry,
16695         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16696         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16697         bibtex-print-help-message, bibtex-end-of-entry,
16698         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16699         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16700         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16701         method for parsing.
16702         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16703         bibtex-map-entries, bibtex-flash-head,
16704         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16705         bibtex-autokey-change, bibtex-autokey-get-namefield,
16706         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16707         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16708         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16709         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16710         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16711         order to make the new binding of case-fold-search immediately
16712         visible.
16714 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16716         * textmodes/bibtex.el: Copyright notice is up to date.
16717         Added constant 'bibtex-maintainer-salutation.
16719         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16720         than make-temp-name, use match-string-no-properties and eliminate
16721         a quadratic behavior when building bibtex-strings.
16723         * bibtex.el (bibtex-reference-key): Accept string entries whose
16724         reference key contains upper case letters.
16726 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16728         * bibtex.el (bibtex-reference-head): Allow entries to start with
16729         a new line.
16731 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16733         * bibtex.el: Hiding of entry bodies is not longer provided by
16734         bibtex.el directly.  Instead the hideshow package can be used.
16735         Added a special bibtex entry to hs-special-modes-alist.
16736         (bibtex-hs-forward-sexp): Added for hideshow.el.
16738 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
16740         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16741         proceedings entry type (for cross referencing). Thanks to Wagner
16742         Toledo Correa for the suggestion.
16744         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16746 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
16748         * international/characters.el: Setup case table for Vietnamese.
16750 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
16752         * uniquify.el (toplevel): Require CL at compile time.
16753         (uniquify-push): Removed.
16755         * shadowfile.el (shadow-when): Removed.
16757         * tempo.el (tempo-dolist, tempo-mapc): Removed.
16758         (tempo-process-and-insert-string): Use dolist instead of
16759         tempo-dolist.
16761         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16762         regexp for paragraph-start.
16764         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16765         commas as well.
16767 2000-02-10  Dave Love  <fx@gnu.org>
16769         * wid-edit.el: (widgets) [defgroup]: Remove url link.
16770         (widget-color-choice-list, widget-color-history, widget-mouse-help):
16771         Deleted.
16772         (widget-specify-field, widget-specify-button): Don't use
16773         widget-mouse-help as help-echo property.
16774         (default): Use #'ignore for :validate and :mouse-down-action.
16775         (checkbox): Add help-echo.
16776         (widget-sexp-validate): Rewritten to clarify error messages.
16777         (character): Use char-valid-p in :match function.
16778         (widget-color-complete): Use facemenu-color-alist.
16779         (widget-color-action): Use facemenu-read-color.
16781         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
16782         set up `caar' &c that we now have.
16784 2000-02-09  Ray Blaak  <blaak@gnu.org>
16786         * delphi.el: Make resourcestring a declaration region, like const
16787         and var.
16789 2000-02-09  Dave Love  <fx@gnu.org>
16791         * bindings.el (mode-line-input-method-map): New variable.
16792         (mode-line-mule-info): Use it; fix last change.
16793         (mode-line-mode-menu): Move definition.
16794         (mode-line-mouse-sensitive-p): Deleted.
16795         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16796         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
16797         level.
16799         * startup.el (command-line-1): Don't call
16800         make-mode-line-mouse-sensitive.
16802 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
16804         * mail/rmail.el (rmail-retry-failure): Use
16805         rmail-beginning-of-message before rmail-toggle-header, because the
16806         former toggles headers.
16808 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
16810         * diff-mode.el (diff-kill-junk): New interactive function.
16811         (diff-reverse-direction): Use delete-and-extract-region.
16812         (diff-post-command-hook): Restrict the area so that the hook also works
16813         outside of any diff hunk.  This is necessary for the minor-mode.
16814         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16815         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16817         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16818         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16819         so that it can be used more easily in <foo>-mode-hook.  Also make sure
16820         to avoid duplicate entries.
16821         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16822         (font-lock-remove-keywords): Just as was done for `add', allow it to
16823         work even if font-lock-mode is nil.  Also make sure we don't modify
16824         any pre-existing list by forcing a copy-sequence.  Finally rename
16825         `major-mode' to `mode'.
16826         (font-lock-fontify-syntactic-anchored-keywords)
16827         (font-lock-fontify-anchored-keywords)
16828         (font-lock-fontify-keywords-region): Use line-end-position.
16829         Don't make `font-lock-multiline' local (it's now done in
16830         font-lock-set-defaults).
16831         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
16832         move the `font-lock-fontified' creation to inside the `unless'.
16834 2000-02-06  Andrew Innes  <andrewi@gnu.org>
16836         * term/w32-win.el (x-handle-args): Comment out call to message,
16837         which occurs before window system is initialized.
16839         * makefile.nt: Add support for recompiling lisp code.
16841 2000-02-04  Dave Love  <fx@gnu.org>
16843         * bindings.el (mode-line-mule-info): Fix/extend last change.
16845         * completion.el: Replace completion-dolist with dolist.
16847         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16848         dotimes.
16850 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
16852         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16853         environment names before they go into the section regexp.
16855         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16856         char class in regexp.
16858         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16859         `case-fold-search' to nil.
16861         * progmodes/idlwave.el (idlwave-template): Respect
16862         `idlwave-abbrev-change-case'.
16863         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16864         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16865         idlwave-while): respect `idlwave-reserved-word-upcase'.
16866         (idlwave-rw-case): New function.
16867         (idlwave-statement-match): Fixed problem with assignment regexp.
16868         (idlwave-font-lock-keywords): Improved regexp for keyword
16869         parameters.
16870         (idlwave-surround): New argument LENGTH to support padding of
16871         operators longer than 1 char.
16873         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16874         idlwave-shell-expression-overlay.  Implemented printing of
16875         expressions on higher levels of the calling stack.
16876         (idlwave-shell-display-level-in-calling-stack): Restore stack
16877         level.
16878         (idlwave-retrieve-expression-from-level): New function.
16879         (idlwave-shell-last-calling-stack): Variable removed.
16880         (idlwave-shell-reset): Argument action reversed (`visible' to
16881         `hidden').  Also remove stop-line overlay.
16882         (idlwave-shell-calling-stack-routine): New variable.
16883         (idlwave-shell-parse-stack-and-display): Messages now display
16884         negative level numbers.
16885         (idlwave-shell-mode): Set `modeline-format'.
16886         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16887         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16888         21.
16889         (idlwave-shell-print-expression-function): New option.
16891         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16892         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16893         `tool-bar' instead of `toolbar'.
16895 2000-02-02  Dave Love  <fx@gnu.org>
16897         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16898         emacs-lisp-mode-hook.  Don't check for defalias being defined.
16900         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16901         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
16902         the new builtins directly.
16904         * whitespace.el (whitespace): Add :version to defgroup.
16906         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16907         Doc fix.
16909         * thingatpt.el (sexp-at-point, symbol-at-point)
16910         (number-at-point, list-at-point): Add autoload cookie.
16912         * recentf.el (recentf): Add :version to defgroup.
16914         * quickurl.el (quickurl): Add :version to defgroup.
16916         * elide-head.el (elide-head): Use point-marker more.
16918         * bs.el (bs): Add :version to defgroup.
16920         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16922         * progmodes/delphi.el (delphi): Add :version to defgroup.
16924 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
16926         * ange-ftp.el (ange-ftp-write-region): Handle case that
16927         succeeding process operation sets a different coding system.
16929         * calculator.el: New file.
16931 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
16933         * frame.el (frames-on-display-list, framep-on-display): New
16934         functions.
16935         (display-mouse-p, display-popup-menus-p, display-graphic-p)
16936         (display-selections-p, display-screens, display-pixel-width)
16937         (display-pixel-height, display-mm-width, display-mm-height)
16938         (display-backing-store, display-save-under, display-planes)
16939         (display-color-cells, display-visual-class): New functions.
16941         * term/tty-colors.el (tty-color-gray-shades): New function.
16943         * faces.el (display-color-p): Use framep-on-display.
16944         (display-grayscale-p): New function.
16946 2000-01-31  Dave Love  <fx@gnu.org>
16948         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16949         (create-fontset-from-x-resource): Don't concat integers.
16951 2000-01-31  Inge Frick  <inge@nada.kth.se>
16953         * view.el: Some changes in documentation.  Removed some trailing
16954         whitespace. Changed some parameter names to agree with
16955         documentation.
16956         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16957         window is not deleted.  Modifies change 1998-04-26.
16959 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
16961         * windmove.el: New file.
16963         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16964         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16965         progmodes/ebnf-yac.el: Update copyright and license info.
16967         * jit-lock.el (jit-lock-function): Widen before calculating end
16968         position.
16969         (jit-lock-stealth-chunk-start): Rewritten.
16971         * info.el (Info-title-face-alist): Removed.
16972         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16973         faces.
16974         (Info-fontify-node): Use these faces.
16976 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
16978         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16979         (cl-macro-list1): Recognize `&allow-other-keys' instead of
16980         `&allow-other-keywords'.
16982         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16983         the list of directories scanned heuristically.
16985         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16986         exist.
16988 2000-01-30  Jason Rumney  <jasonr@gnu.org>
16990         * w32-fns.el: Define w32-tty-standard-colors.
16992         * startup.el (command-line): Use w32-tty-standard-colors when in
16993         w32 console mode.
16995 2000-01-30  Dave Love  <fx@gnu.org>
16997         * jka-compr.el (jka-compr-load): Fix up load-history.
16999         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17001         * emacs-lisp/cl-macs.el: Revert previous change.
17003 2000-01-29  Dave Love  <fx@gnu.org>
17005         * facemenu.el: Purecopy various strings.
17007         * timezone.el (timezone-fix-time): Window against 69 for two-digit
17008         years.  Deal with three-digit years.
17010         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
17011         defconst, purecopy.
17012         (help-back-label): Purecopy it.
17014 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
17016         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17017         variable. If non-nil, order the buffer list according to the
17018         currently selected frame.
17019         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17020         non-nil, pass the selected frame to function buffer-list.
17022 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17024         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17026 2000-01-28  Dave Love  <fx@gnu.org>
17028         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17030         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17031         Don't use lisp-indent-hook property.
17032         (cl-abs): Remove.
17034         * subr.el: Move out indent and edebug specs for when and unless.
17036         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17037         when, unless.
17039         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17040         unless, when.
17042 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
17044         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17045         `collecting' as synonym for `collect'.
17047         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17048         for the case it contains spaces.
17050         * simple.el (what-cursor-position): Change formatting of
17051         messages.
17053         * frame.el (delete-other-frames): New function.
17054         (toplevel): Bind it to C-x 5 1.
17056         * sort.el (sort-numeric-base): New option.
17057         (sort-numeric-fields): If number starts with `0' or `0[xX[',
17058         interpret it as octal or hexadecimal.  Use sort-numeric-base
17059         as default base.
17061         * progmodes/glasses.el: New file.
17063 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
17065         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17066         userids differently.
17068         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17069         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17070         progmodes/ebnf-yac.el: New files.
17072 2000-01-26  Dave Love  <fx@gnu.org>
17074         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17075         on a function with an empty body.  [From Eric Ludlam.]
17077 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
17079         * vc.el (vc-version-diff): Make sure file name is expanded.
17081 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
17083         * scroll-bar.el (scroll-bar-timer): Variable removed.
17084         (scroll-bar-toolkit-scroll): Don't use a timer.
17086 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
17088         * language/thai-util.el (thai-composition-function): Delete
17089         superfluous `a'.
17091 2000-01-24  Dave Love  <fx@gnu.org>
17093         * fortran.el (fortran-mode): Use beginning-of-defun-function,
17094         end-of-defun-function.
17096         * font-lock.el (turn-on-font-lock): Don't depend on window-system
17097         &c.
17099 2000-01-22  Jason Rumney  <jasonr@gnu.org>
17101         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17102         conflicts with new face support.
17104 2000-01-22  Richard M. Stallman  <rms@gnu.org>
17106         * replace.el (query-replace): Rename last arg to DELIMITED.
17107         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17108         (query-replace-regexp): Likewise.
17110 2000-01-20  Richard M. Stallman  <rms@gnu.org>
17112         * subr.el (with-syntax-table): Use make-symbol, not gensym.
17114         * emacs-lisp/lisp.el (beginning-of-defun-function):
17115         Variable renamed from beginning-of-defun.
17116         Do not call make-variable-buffer-local.
17117         (beginning-of-defun-raw): Use new variable name; doc fix.
17118         (beginning-of-defun): Doc fix.
17119         (end-of-defun-function): Variable renamed from end-of-defun.
17120         Do not call make-variable-buffer-local.
17121         (end-of-defun): Use new variable name; doc fix.
17123         * subr.el (dolist, dotimes): Copied from cl-macs.el
17124         and made to work.
17126         * mail/undigest.el (rmail-digest-end-regexps):
17127         Variable replaces rmail-digest-end-regexp.
17128         Allows multiple regexps for detecting the end line.
17129         (undigestify-rmail-message): Corresponding changes.
17131 2000-01-19  Dave Love  <fx@gnu.org>
17133         * files.el (user-init-file): Don't declare here -- is primitive.
17135         * startup.el (command-line): Check for compiled user-init-file and
17136         set to uncompiled version if necessary.
17138 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
17140         * mail/undigest.el (rmail-digest-end-regexp): New user option.
17141         (undigestify-rmail-message): Use it.
17143         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17145 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
17147         * tmm.el (tmm-goto-completions): Adapt to prompt being part
17148         of mini-buffer.
17150 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
17152         * emacs-lisp/copyright.el (copyright-update): Removed the
17153         requirement for a trailing space from `copyright-regexp', to
17154         support copyrights with owner specified on a separate line..
17156         * align.el: New file.
17158         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17160         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17162 2000-01-13  Dave Love  <fx@gnu.org>
17164         * ph.el: Removed.  (Obsoleted by EUDC.)
17166 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
17168         * net/eudc.el (toplevel): Remove autoloaded code installing
17169         menu with easymenu, because that causes build problems.
17171         * frame.el (frame-notice-user-settings): New variable.
17172         (frame-notice-user-settings): Don't modify frame parameters
17173         if called a second time.
17175 2000-01-13  Richard M. Stallman  <rms@gnu.org>
17177         * frame.el (frame-notice-user-settings):
17178         Notice default-frame-parameters even for non-window frames.
17180 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
17182         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17183         for Emacs.
17184         (eudc-bob-can-display-inline-images): Extend for Emacs.
17185         (eudc-bob-toggle-inline-display): Ditto.
17186         (eudc-bob-display-jpeg): Ditto.
17188 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
17190         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17191         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17192         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17194         * add-log.el (add-change-log-entry): Fix error trying an `(insert
17195         nil)'.
17197         * subdirs.el: Add `net' directory.
17199         * net: New directory.
17201         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17202         eval-last-sexp.  Don't bind debug-on-error here.
17203         (eval-last-sexp): New function.  Bind debug-on-error if
17204         eval-expression-debug-on-error is non-nil.
17205         (eval-defun-2, eval-defun): Likewise.
17207         * simple.el (eval-expression): Don't bind debug-on-error if
17208         eval-expression-debug-on-error is nil.  Detect changed
17209         debug-on-error, and propagate new value to global binding, if
17210         eval-expression-debug-on-error is non-nil,
17211         (eval-expression-debug-on-error): Change doc string.
17213 2000-01-11  Richard M. Stallman  <rms@gnu.org>
17215         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17217         * emacs-lisp/lisp-mode.el (with-syntax-table):
17218         Set up lisp-indent-function property.
17220         * subr.el (with-syntax-table): Moved from simple.el.
17222         * simple.el (with-syntax-table): Moved to subr.el.
17224 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
17226         * tmm.el (tmm-shortcut): Delete region after prompt instead
17227         of erasing buffer.
17229         * textmodes/fill.el (fill-common-string-prefix): New function.
17230         (fill-context-prefix): Use the longest common prefix of first
17231         and second line fill prefix, if there is one.
17233 2000-01-11  Richard M. Stallman  <rms@gnu.org>
17235         * array.el (array-mode): Don't use make-variable-buffer-local.
17236         Use make-local-variable for `truncate-lines'.
17238 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
17240         * add-log.el (add-log-current-defun): Handle user-defined
17241         add-log-current-function returning nil,
17243         * add-log.el (add-change-log-entry): Insert version number
17244         if having found a current function
17246         * add-log.el (add-log-current-defun): Call
17247         `add-log-current-defun-function'.  Try matches at level 0 and
17248         level 1.  Strip whitespace from defun found.
17250 2000-01-10  John Wiegley  <johnw@gnu.org>
17252         * allout.el (isearch-done/outline-provisions): Added `edit'
17253         argument to correspond with the current definition of
17254         `isearch-done'.
17256 2000-01-10  Dave Love  <fx@gnu.org>
17258         * elide-head.el (elide-head): Use point-marker, not point.
17260 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
17262         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17263         before and after the year 2000.
17265         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17266         Add ispell- prefix.
17268 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
17270         * ispell.el:  Only define dictionaries in menus when they exist.
17271         (version18p): New variable.
17272         (version20p): New variable.
17273         (xemacsp): New variable.
17274         (ispell-choices-win-default-height): Fix for XEmacs visibility.
17275         (ispell-dictionary-alist1): Added Brasileiro dictionary.
17276         (ispell-dictionary-alist6): Russian command lines no longer accept
17277         run-together words.
17278         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17279         (ispell-dictionary-alist): Add koi8-r to customize definition.
17280         (check-ispell-version): Added documentation string.  Returns
17281         library path when called non-interactively.
17282         (ispell-menu-map-needed): Uses new variables.
17283         (ispell-library-path): New variable.
17284         (ispell-decode-string): XEmacs fix for bogus variable bindings.
17285         (ispell-word): Improved documentation string.  Test for valid
17286         character mappings.  Correctly check typed in word changes that can
17287         result in single words split into multiple words.  Returns
17288         replacement word.
17289         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
17290         replace in recursive query replace mode.  Help message for
17291         recursive edit mode.
17292         (ispell-show-choices): Protect against bad framepop bindings.
17293         (ispell-help): Fix to work with XEmacs.
17294         (ispell-highlight-spelling-error): Use new variables.
17295         (ispell-overlay-window): Fix to work with XEmacs.
17296         (ispell-parse-output): Passed and returns location information
17297         tracking spelling corrections.  Doesn't recheck same word on
17298         current line.
17299         (ispell-init-process): Protect against bogus XEmacs variable binding.
17300         Fix call to single argument in sleep-for.  Use new variables.
17301         (ispell-region): Passed and returns location information tracking
17302         spelling corrections.  Doesn't check same word on current line.
17303         Improved documentation string.  Doesn't resend a line already
17304         checked to the ispell process - fixes bug in LaTeX parsing.
17305         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17306         (ispell-skip-region): No longer skips <TT> in SGML.
17307         (ispell-process-line): Tracks location information with spelling
17308         corrections.  Added documentation string.  Accounts for words
17309         already accepted on this line.  Don't allow query-replace on line
17310         starting with math characters.  Doesn't resend a line already sent
17311         to ispell process.  Fixes alignment error bug.
17313 2000-01-10  Richard M. Stallman  <rms@gnu.org>
17315         * dired-x.el (dired-guess-shell-alist-default):
17316         Suggest xloadimage, which is free, not xv, which isn't.
17318         * ange-ftp.el (ange-ftp-file-name-nondirectory):
17319         Don't ever include the host name or user name in the value.
17321 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
17323         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17324         of a real newline.
17326 2000-01-09  Stephen Eglen  <stephen@gnu.org>
17328         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17329         for .png files.
17331 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
17333         * cus-edit.el (custom-hook-convert-widget): Fix comment.
17335 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
17337         * progmodes/cperl-mode.el: Replace ^F with ^L.
17339         * sendmail.el (toplevel): Provide `sendmail' when compiling
17340         before `require'ing rmail and mailalias to prevent infinite
17341         recursion.
17343 2000-01-08  Dave Love  <fx@gnu.org>
17345         * emacs-lisp/backquote.el: Remove inappropriate customization
17346         (allowing custom.el to use backquote).
17348 2000-01-07  Dave Love  <fx@gnu.org>
17350         * add-log.el (add-log-debugging): Deleted.
17351         (add-change-log-entry): Treat a backup FILE-NAME as its parent
17352         file.  Remove debugging code.
17353         (change-log-get-method-definition, change-log-name): Add doc.
17354         (change-log-sortable-date-at): New function.
17355         (change-log-merge): New command.
17357         * time.el (display-time-string-forms): Make the Mail string active.
17358         (display-time-update): Provide help-echo for load average.
17360         * bindings.el (make-mode-line-mouse2-map): New function.
17361         (mode-line-modified): Use it and simplify.
17362         (mode-line-mule-info): Provide help-echo info.
17363         (minor-mode-alist): Activate the strings.
17364         (make-mode-line-mouse-sensitive): Simplify for
17365         mode-line-buffer-identification.
17367 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
17369         * play/pong.el: New file.
17371 2000-01-06  Dave Love  <fx@gnu.org>
17373         * array.el: Assorted cleanups for compiler warnings, doc strings,
17374         `array-' prefix for symbols.
17376 2000-01-05  Dave Love  <fx@gnu.org>
17378         * textmodes/outline.el (outline-mode-menu-bar-map): Add
17379         outline-headers-as-kill.
17380         (outline-mode): Define imenu-generic-expression.
17381         (outline-headers-as-kill): New command.
17383         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17384         from paragraph-start.
17385         (paragraph-indent-minor-mode): New command.
17387         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17388         M-C-e, M-C-h, C-j, C-xnd, TAB.
17389         (fortran-mode): Set beginning-of-defun, end-of-defun.
17390         (fortran-column-ruler): Simplify.
17391         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17392         (fortran-with-subprogram-narrowing): Likewise.
17393         (fortran-indent-subprogram): Call mark-defun.
17394         (fortran-check-for-matching-do): Change narrowing.
17396         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17397         (cl-lucid-hash-tag): Delete.
17398         (cl-hash-table-p): Correct test for native table.
17399         (cl-hash-table-count): Use hash-table-count.
17401         * browse-url.el (browse-url): Fix case of
17402         browse-url-browser-function being an alist.
17404 2000-01-05  Carsten Dominik  <cd@gnu.org>
17406         * textmodes/reftex-vars.el (reftex-parse-file-extension)
17407         (reftex-index-phrase-file-extension): New options.
17409         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17410         Use new option `reftex-index-phrase-file-extension'.
17412         * textmodes/reftex.el (reftex-access-parse-file): Use new option
17413         `reftex-parse-file-extension'.
17415 2000-01-05  Dave Love  <fx@gnu.org>
17417         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17418         (beginning-of-defun-raw): Use it.
17419         (end-of-defun): New variable.
17420         (end-of-defun): Use it.
17421         (check-parens): New command.
17423 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
17425         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17426         (hs-show-block): Don't use `mapcar' when not accumulating.
17428         Fix buglet in local variables initialization.
17430 2000-01-05  Andreas Schwab  <schwab@suse.de>
17432         * hscroll.el (hscroll): Doc fix.
17434 2000-01-05  Carsten Dominik  <cd@gnu.org>
17436         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
17437         idlw-toolbar.
17439         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
17440         file idlw-rinfo.el.
17441         (idlwave-customize): load must read file idlw-shell.el.
17442         (idlwave-create-customize-menu): load must read file idlw-shell.el.
17444 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
17446         * progmodes/idlw-shell.el: Also provide idlwave-shell
17447         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17448         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17450         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
17451         both reftex-dcr and reftex-vcr.
17453         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17455 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17457         * ps-print.el: PostScript code now is in separate files, doc fix.
17458         (ps-print-version): New version number (5.0.3).
17459         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17460         local.
17461         (ps-spool-config): Initialization fix.
17462         (ps-print-prologue-1, ps-print-prologue-2)
17463         (ps-print-duplex-feature): PostScript code moved to separated file.
17464         (ps-background-image): Little code reformating.
17465         (ps-begin-file, ps-begin-job): Fix code.
17466         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17467         (ps-prologue-file): New fun.
17469 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17471         * ps-vars.el: Eliminated.
17473         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17474         `;;;###autoload'.
17476         * ps-print.el: ps-vars eliminated, doc fix.
17477         (ps-print-version): New version number (5.0.2).
17478         (ps-spool-config): Initialization fix.
17479         (ps-print-customize): New fun.
17481 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
17483         * autorevert.el (auto-revert-mode): Return value of
17484         auto-revert-mode.
17486 2000-01-04  Dave Love  <fx@gnu.org>
17488         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17489         menu items.
17491 2000-01-03  Dave Love  <fx@gnu.org>
17493         * elide-head.el (elide-head) [defgroup]: Add :version.
17495         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17496         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
17497         `cl-hash-table-p', not `hash-table-p'.
17498         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17500 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
17502         * faces.el (face-read-integer, read-face-attribute)
17503         (color-defined-p, color-values): unspecified-{f,b}g are now
17504         strings.
17506 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
17508         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17509         at comment end, and re-insert them after filling.
17511 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
17513         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17514         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17515         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17517 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
17519         * term/x-win.el (xw-defined-colors): Call color-supported-p,
17520         the new name of face-color-supported-p.
17522         * term/w32-win.el (xw-defined-colors): Likewise.
17524 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
17526         * simple.el (completion-setup-function): Count completion-size
17527         from minibuffer-prompt-end, not from point-min.
17529 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
17531         * faces.el (read-face-attribute, defined-colors, color-defined-p):
17532         Pass the frame to tty-color-* functions.
17533         (display-color-p, frame-set-background-mode): Pass the frame to
17534         tty-display-color-p.
17536         * term/tty-colors.el (tty-defined-color-alist): Renamed from
17537         tty-color-alist.
17538         (tty-color-alist, tty-modify-color-alist): New functions.
17539         (tty-color-define,  tty-color-clear, tty-color-approximate)
17540         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
17541         an optional parameter FRAME.
17543 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
17545         * image.el (create-image, defimage): Don't assume image data is a
17546         string.
17548         * image.el (defimage): Handle specifications containing :data
17549         instead of :file.
17550         (image-type-from-data): New function.
17551         (image-type-from-file-header): Use it.
17552         (create-image): Add parameter DATA-P.
17554 See ChangeLog.8 for earlier changes.
17556 ;; Local Variables:
17557 ;; coding: iso-2022-7bit
17558 ;; End: