(Fwindow_end): Call move_it_past_eol only if
[emacs.git] / lisp / ChangeLog
blobaecc673095051865c2a9a392a5372f403e80c1ab
1 2001-03-01  Dave Love  <fx@gnu.org>
3         * textmodes/reftex.el (defvar): Wrap some defvars in
4         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
6         * subr.el (event-basic-type): Doc fix.
8         * international/quail.el: Doc fixes.
10         * international/utf-8.el: Doc fixes.
12         * international/mule-cmds.el: Doc fixes.
13         (leim-list-header): Fix header text.
15         * international/mule.el (coding-system-category): Doc fix.
17         * international/ccl.el (ccl-compile): Doc fix.
19 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
21         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
22         rather than (before|after)-change-functions.
24 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
26         * ediff-util.el (ediff-scroll-horizontally): Arrange for
27         scroll-left and scroll-right being called interactively so that
28         they set the window's min_hscroll.
30 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
32         * info.el (info-insert-file-contents-1): Accept an additional
33         argument `lfn': if it is non-nil, concatenate `filename' and
34         `suffix'; otherwise use the complicated MS-DOS code.  All callers
35         changed.
36         (info-insert-file-contents, Info-find-node): If the MS-DOS port
37         can access long file names, try the long file-name version of
38         `info-insert-file-contents-1', then the short file-name version.
40 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
42         * language/ethio-util.el (setup-ethiopic-environment-internal):
43         Change bindings of functions keys to conform to "Emacs Lisp Coding
44         Convention".
46         * language/ethiopic.el ("Ethiopic"): Add documentation.
48 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
50         * international/utf-8.el (mule-utf-8): Set coding-category
51         property to coding-category-utf-8.
53 2001-02-27  Richard M. Stallman  <rms@gnu.org>
55         * lpr.el (lpr-page-header-switches, print-region-1):
56         Undo 2000-07-06 change.
57         (lpr-add-switches): Default to t on gnu/linux.
59 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
61         * bs.el (bs-attributes-list): Doc fix.
63 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
65         * help.el (describe-project): Display the file THE-GNU-PROJECT.
66         
67         * help.el (view-order-manuals): Use goto-address.
69         * startup.el (command-line-1): Add info about ordering manuals
70         to the not so fancy splash screens.
72 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
74         * vc.el (vc-default-workfile-unchanged-p)
75         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
77 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
79         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to 
80         fontify in the right buffer.
82         * allout.el (outline-flag-region): Move macro in front of first
83         use to avoid a run-time error.
85 2001-02-24  Andrew Innes  <andrewi@gnu.org>
87         * makefile.w32-in: Fix copyright notice.
89 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
91         * international/utf-8.el (mule-utf-8): Set correct value for
92         valid-codes property.
94         * international/fontset.el (x-complement-fontset-spec): In the
95         case that we use ASCII font for the other charsets, use only
96         family and registry part of it.
98 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
100         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
101         (shrink-window-if-larger-than-buffer): Doc fix.
103 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
105         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
106         predicate passed to completing-read.
108 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
110         * startup.el (command-line): Fix last change.
112 2001-02-23  Jason Rumney  <jasonr@gnu.org>
114         * startup.el (tool-bar-originally-present): New variable.
115         (command-line): Set it if the tool-bar is switched on at startup.
117         * frame.el (frame-notice-user-settings): Only adjust frame height
118         for no tool-bar case if tool-bar was originally switched on.
119         From E. Jay Berkenbilt.
121 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
123         * server.el (server-switch-buffer): Only switch window if the
124         current one is dedicated.
126         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
127         rather than using (match-beginning 0) when searching for break point.
129 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
131         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
132         @ follows an accent command such as @'.  Support optional braces
133         in commands that insert accents, like makeinfo does.
135 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
137         * startup.el (fancy-splash-text): Add a line for ordering
138         manuals.  Reverse order of splash screens shown.
139         (use-fancy-splash-screens-p): Adapt to the text line added.
141         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
142         manuals from the FSF.
144         * help.el (view-order-manuals): New function.
145         (toplevel): Bind C-h C-m to this function.
147 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
149         * newcomment.el (comment-forward): Skip the comment-start before
150         searching for the comment-end.
152 2001-02-21  Dave Love  <fx@gnu.org>
154         * custom.el (custom-initialize-changed, defcustom): Doc fix.
156         * international/mule-cmds.el, international/mule.el: Doc fixes.
158         * play/fortune.el: Fix autoload cookies.  Add types to defcustoms.
159         (fortune) <defgroup>: Add :link.
160         (fortune-from-region): Use eq, not eql.
162 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
164         * startup.el (fancy-splash-screens): Use display-hourglass
165         instead of display-busy-cursor.
167         * frame.el (display-hourglass): Renamed from busy-cursor.
168         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
169         (show-cursor-in-non-selected-windows): Doc fix.
171 2001-02-20  Dave Love  <fx@gnu.org>
173         * international/utf-8.el: Doc and commentary fixes.
175 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
177         * ehelp.el (with-electric-help): Doc fix.
179 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
181         * msb.el (msb-mode): Call the update-buffers function explicitly
182         with a FORCE argument.
184         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
185         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
186         returns nil.
188 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
190         * ps-print.el: Timestamp package replacement.  Some enhancements.
191         Some XEmacs compatibility.  Doc fix.
192         (ps-print-version): New version number (6.4).
193         (ps-printer-name): Initialization fix.
194         (ps-zebra-stripe-follow): Funcionality enhancement.
195         (ps-prologue-file): Code enhancement.
196         (ps-right-header): Timestamp package replacement.
197         (ps-setup, ps-face-bold-p, ps-face-italic-p,
198         ps-get-page-dimensions)
199         (ps-generate-header, ps-begin-file, ps-begin-job)
200         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
201         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
202         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
203         (coding-system-for-write): Var declaration (XEmacs compatibility).
204         
205 2001-02-20  Miles Bader  <miles@gnu.org>
207         * image-file.el (image-file-name-extensions): Add "tif".
209 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
211         * wid-edit.el (widget-button-click): Save the selected window
212         around the code handling clicks on buttons.
214 2001-02-18  Dave Love  <fx@gnu.org>
216         * imenu.el (imenu--generic-function): Use mapc to iterate over
217         syntax characters.
219 2001-02-17  Richard M. Stallman  <rms@gnu.org>
221         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
223         * uniquify.el (uniquify-buffer-name-style): Doc fix.
225 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
227         * mouse.el (mouse-save-then-kill): If the distance from the new
228         point to the mark is equal to the distance of point from the new
229         point, move point instead of the mark.
231 2001-02-16  Dave Love  <fx@gnu.org>
233         * textmodes/flyspell.el (flyspell-get-word): Return string without
234         properties.
236 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
238         * generic.el (generic-find-file-regexp): Doc fix.
239         (generic-ignore-files-regexp): New defcustom.
240         (generic-mode-find-file-hook): If the file's name matches the
241         regexp in `generic-ignore-files-regexp', don't enter
242         default-generic-mode.  Doc fix.
244 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
246         * textmodes/flyspell.el (flyspell-region, flyspell-buffer): 
247         Add autoload cookies.
249         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting 
250         of cal-tex-24.
252 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
254         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
256         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
257         the character class after the (optional) drive, to support file
258         names with embedded blanks.
260 2001-02-15  Sam Steingold  <sds@gnu.org>
262         * textmodes/tex-mode.el (tex-shell-running):
263         Check the process buffer too.
265 2001-02-15  Dave Love  <fx@gnu.org>
267         * battery.el (battery-status-function): Fix doc, :type.
269         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
271 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
273         * subr.el (read-passwd): Clear Lisp memory holding password.
275 2001-02-15  Miles Bader  <miles@gnu.org>
277         * info.el (Info-copy-current-node-name): New function.
278         (Info-mode-menu): Add it to the menu.
280 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
282         * international/mule-cmds.el (toggle-input-method): Doc fix.
284 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
286         * replace.el (occur): Stop at end of buffer.
288 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
290         * international/mule-cmds.el (set-input-method): Another doc fix.
292 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
294         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
296 2001-02-13  Miles Bader  <miles@gnu.org>
298         * faces.el (set-face-background, set-face-foreground)
299         (set-face-stipple): Treat a value of nil as being `unspecified'.
301 2001-02-12  Dave Love  <d.love@dl.ac.uk>
303         * international/latin1-disp.el:  Doc fixes.
304         (latin1-display) <defgroup>: Add :link.
305         (latin1-display) <function>: Set variable latin1-display.
307 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
309         * international/mule-cmds.el (set-input-method): Doc fix.
311 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
313         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
314         (speedbar-line-file): Return nil if not a file.
315         (speedbar-buffers-line-path): Return file for tags, and dir for files.
317 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
319         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
320         for remote files.
321         (ediff-coding-system-for-read): Replaced the no-conversion default
322         with raw-text.
324         * ediff-init.el: Removed :version from defcustom vars.
326         * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
327         handling of the diff mode
329         * ediff.texi: Added ediff-coding-system-for-read.
331         * viper.texi: Fix typos.
333 2001-02-11  Dave Love  <fx@gnu.org>
335         * shadowfile.el: Doc fixes.
336         (shadow) <defgroup>: Add :link.
337         (shadowfile-unload-hook): New function.
338         (shadow-initialize): Use defalias, not fset.
339         (shadow-define-cluster, shadow-define-literal-group)
340         (shadow-define-regexp-group, shadow-initialize): Add autoload
341         cookie.
343         * international/mule.el: Doc and message fixes.
345         * international/ccl.el (define-ccl-program): Doc fix.
347 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
349         * faces.el (mode-line): Set :line-width property to -1.
351 2001-02-10  Richard M. Stallman  <rms@gnu.org>
353         * complete.el (partial-completion-mode): Doc fix.
355         * simple.el (delete-key-deletes-forward-mode):
356         Change `let' to `let*' to fix gross bug in last change.
358         * repeat.el (repeat): Don't let execute-kbd-macro alter
359         real-last-command.
361 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
363         * simple.el (eval-expression): Doc fix.
365 2001-02-09  Dave Love  <fx@gnu.org>
367         * imenu.el (imenu-generic-expression): Doc fix.
369         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.  From
370         Juanma Barranquero.
372         * emacs-lisp/authors.el (authors): Expand `root' before running find.
374 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
376         * faces.el (set-face-attribute): Describe the case of a negative
377         value specified for :line-width.
379 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
381         * which-func.el (which-func-mode): Invert which-func-mode-global.
382         Fix from Juanma Barranquero <lektu@uol.com.br>.
384 2001-02-08  Dave Love  <fx@gnu.org>
386         * wid-edit.el (widget-plist-convert-widget): Replace binding of
387         widget-plist-value-type.
388         (widget-alist-convert-widget): Replace binding of
389         widget-alist-value-type.
391         * textmodes/paragraphs.el (sentence-end): Doc fix.
393         * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
394         `backward-line'.
396         * play/pong.el (pong-blank-color, pong-bat-color)
397         (pong-ball-color, pong-border-color, pong-left-key)
398         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
399         (pong-pause-key, pong-resume-key, pong-timer-delay):
400         * mail/mh-comp.el (mh-compose-letter-function):
401         * eshell/esh-mode.el (eshell-skip-prompt-function):
402         * emulation/viper-ex.el (ex-unix-type-shell-options):
403         * recentf.el (recentf-menu-filter):
404         * ps-print.el (ps-print-region-function):
405         * lpr.el (print-region-function):
406         * forms.el (forms-mode-hooks):
407         * dirtrack.el (dirtrack-directory-change-hook):
408         * cus-start.el (temp-buffer-show-function, display-buffer-function):
409         * textmodes/spell.el (spell-filter):
410         * textmodes/fill.el (adaptive-fill-function):
411         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
412         * progmodes/etags.el (find-tag-default-function):
413         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
414         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
416 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
418         * emulation/viper-init.el (viper-fast-keyseq-timeout)
419         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
420         Meyering <jim@meyering.net>.
422         * loadup.el: Revert last change.
424 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
426         * international/mule.el (transform-make-coding-system-args): Make
427         it work also for coding systems not using CCL.
429 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
431         * simple.el (previous-matching-history-element)
432         (next-matching-history-element): Doc fix.
434         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
435         specific part.
437 2001-02-06  Dave Love  <fx@gnu.org>
439         * add-log.el (add-log-current-defun-function)
440         (add-log-buffer-file-name-function, add-log-file-name-function):
441         Fix :type.
442         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
444 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
446         * info.el (info-initialize): Remove the test for system-type when
447         invocation-directory is non-nil.
449         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
450         of `font-lock-defaults' to `backward-paragraph' rather than nil.
452 2001-02-06  Andrew Innes  <andrewi@gnu.org>
454         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
455         absolute.
457 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
459         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
460         buffers.  When hi-lock turned on rather than only checking current
461         buffer for regexps, all buffers are checked. Moved activation of
462         font-lock to hi-lock-refontify. When font-lock turned off rather
463         than removing added highlighting just in current buffer, remove it
464         in all buffers.  Changed edit menu text from "Automatic
465         Highlighting" to "Regexp Highlighting" Documentation for
466         highlighting phrases, minor documentation changes.
467         (hi-lock-set-file-patterns): Execute only if there are new or
468         existing file patterns.
469         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
470         unfontify and, if a support mode is active, will not refontify the
471         whole buffer.  If necessary, turn on font lock. (Removed
472         font-lock-unfontify and font-lock support-mode-specific calls,
473         such as lazy-lock-fontify-window.)
474         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
475         patterns are found. Not useful now since find-file-hook is removed
476         if hi-lock is off, but may be needed for per-buffer hi-lock
477         activation.
478         (hi-lock-face-phrase-buffer): New function.  Also added related
479         menu item and keybinding.
480         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
481         (hi-lock-process-phrase): New function.
482         (hi-lock-line-face-buffer): Doc fixes.
483         (hi-lock-face-buffer): Doc fixes.
484         (hi-lock-unface-buffer): Doc fixes.
486 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
488         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
489         dabbrev-ignored-regexps.
491 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
493         * simple.el (kill-line): Doc fix.
495 2001-02-05  Dave Love  <fx@gnu.org>
497         * loadup.el: Revert last two changes -- bootstrapping works with
498         regenerated loaddefs.
500 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
502         * isearch.el (isearch-forward): Doc fix.
504         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
505         of font-lock-defaults to backward-paragraph.
507 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
509         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
510         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
512 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
514         * ebnf2ps.el: Eliminate time-stamp functions.
515         (ebnf-version): New version (3.5).
516         (ebnf-eps-finish-and-write): Replace time-stamp functions by
517         format-time-string.
519 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
521         * simple.el (next-line): Goto end-of-line before inserting a newline.
523 2001-02-05  Miles Bader  <miles@gnu.org>
525         * image-file.el (insert-image-file): When visiting an image, also
526         set `truncate-lines' to t so that any fringe arrow looks correct.
528 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
530         * isearch.el (isearch-forward): Add description about input method
531         in the docsting.
533 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
535         * skeleton.el (skeleton-internal-1): Always push the mark for @.
537 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
539         * info.el (info-initialize): If installation-directory is nil, for
540         DOS/Windows systems try looking in a sibling of
541         invocation-directory.
543 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
545         * wid-edit.el (widget-button-click): Fix last change.
547         * frame.el (frame-notice-user-settings): When resizing the initial
548         frame because the tool bar is off, also change the frame's top
549         position if a negative top position was specified.
551 2001-02-02  Miles Bader  <miles@gnu.org>
553         * image-file.el (insert-image-file): When visiting an image,
554         suppress the cursor in the image buffer.
556 2001-02-01  Dave Love  <fx@gnu.org>
558         * progmodes/f90.el (f90-mode): Remove startup message.
560         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
562 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
564         * startup.el (command-line): Fix code determining whether or not
565         to use delete-key-deletes-forward-mode.
567 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
569         * vc.el (vc-diff-switches): New user option.
570         (vc-version-diff): Use it.
571         (vc-diff-switches-list): New macro.
573         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
574         customization options.
575         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
577         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
579 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
581         * msb.el (toplevel): Quote hook symbols.
583 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
585         * international/mule.el (make-coding-system): Add description
586         about recognized properties in the docstring.
588         * international/mule-conf.el: Remove unused charsets
589         mac-roman-lower and mac-roman-upper.
591 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
593         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
594         is in front of the left-margin, if any.
596         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
597         like `delete'.
599         * bindings.el: Define `kp-delete' like `delete' in
600         function-key-map.
602         * term/w32-win.el (mouse-set-font): Doc fix.
604 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
606         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
607         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
608         on already.
610 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
612         * files.el (save-buffer): Don't give message if (buffer-file-name)
613         returns nil.
615 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
617         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
619         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
620         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
622         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
623         display problems.
625 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
627         * international/mule.el (charset-info): Fix docstring.
629         * international/mule-diag.el (describe-character-set): Check final
630         char valid before printing it.
632 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
634         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
636         * frame.el (frame-notice-user-settings): Do the tool-bar
637         stuff only for graphical displays.  Fix a braino.
639         * frame.el (frame-initialize): Create initial frame visible.
640         (frame-notice-user-settings): When tool-bar has been switched off,
641         correct the frame size and sync tool-bar-mode.
643         * startup.el (command-line): Remove manipulation of frame
644         height for tool bars.
646 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
648         * lpr.el: Compatibility with XEmacs and doc fixes.
649         (lpr-windows-system, lpr-lp-system): New vars.
650         (lpr-printer-switch): New defcustom.
651         (printer-name, lpr-command): Customization fix.
652         (print-region-1): Code fix.
653         (print-region-new-buffer, printify-region): Indentation fix.
654         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
655         functions.
657 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
659         * msb.el (toplevel): Fix the eval-after-load.
661 2001-01-29  Dave Love  <fx@gnu.org>
663         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
665         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
667         * progmodes/tcl.el (outline, dabbrev, add-log): Require when
668         compiling.
669         (tcl-using-emacs-19-23): Consider Emacs 21+.
670         (tcl-help-directory-list, tcl-command-switches): Fix :type.
671         (tcl-add-emacs-menu): Supply menu name.
672         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
674 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
676         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
678 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
680         * pcvs.el (cvs-mark-fis-dead): New function.
681         (cvs-mode-add): Use it.
682         (cvs-mode-add-change-log-entry-other-window):
683         Rebind change-log-default-name to itself rather than to nil.
685 2001-01-29  Sam Steingold  <sds@gnu.org>
687         * vc-cvs.el: Replaced (require 'vc) with a bunch of
688         `autoload' statements.
690 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
692         * files.el (confirm-kill-emacs): Doc fix.
694         * frame.el (frame-initialize): Doc fix.
696         * time-stamp.el (time-stamp-string): Doc fix.
698         * woman.el (WoMan-log-1): Make the log buffer writable.  From
699         Markus Rost <rost@math.ohio-state.edu>.
701 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
703         * imenu.el (imenu-syntax-alist): Add autoload cookie for
704         the `make-variable-buffer-local'.
706 2001-01-29  Dave Love  <fx@gnu.org>
708         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
709         (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
710         autoload cookie.
711         (ansi-color-apply-sequence): Fix typo.
713 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
715         * menu-bar.el (menu-bar-files-menu): Add menu items for
716         Postscript printing in black and white.
718         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
719         X-Mailman-Version, Precedence, List-Help, List-Post,
720         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
721         Content-Type, Content-Length.
723 2001-01-29  Dave Love  <fx@gnu.org>
725         * elide-head.el (elide-head): Make overlay evaporate.
727         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
728         fix.
730 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
732         * isearch.el (isearch-highlight): Don't punt if the display
733         doesn't support colors, since isearch faces are defined for
734         monochrome displays as well.
736 2001-01-27  Sam Steingold  <sds@gnu.org>
738         * shell.el (shell-write-history-on-exit): Make sure that we are in
739         the shell buffer (M-x tex-file RET inserted the error message into
740         the TeX buffer).
742 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
744         * simple.el (transient-mark-mode): Doc fix.
746 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
748         * progmodes/etags.el (find-tag-noselect): Don't bind
749         tags-file-name.
751 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
753         * shell.el (shell-unquote-argument): If the shell is one of the
754         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
755         quote character.
756         (shell-dumb-shell-regexp): Document that the shells which match
757         this regexp are supposed to not treat a backslash as a quote
758         character.
760         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
761         from 2001-01-12.  It is not needed, since backspace is mapped into
762         DEL.
764 2001-01-27  Richard M. Stallman  <rms@gnu.org>
766         * dabbrev.el (dabbrev--substitute-expansion):
767         Treat a one-capital-letter abbrev as "not all upper case",
768         so as to force preservation of the expansion's pattern
769         if the expansion starts with a capital letter.
771 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
773         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
774         Doc fix.
776         * simple.el (transient-mark-mode): Document the fact that many
777         commands act on the region when mark is active.
779 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
781         * international/quail.el (quail-setup-completion-buf): Make the
782         multibyteness of current buffer inherited to Quail completion
783         buffer.
784         (quail-show-guidance-buf): Make the multibyteness of current
785         buffer inherited to Quail guidance buffer.
786         (quail-help): Make the multibyteness of current buffer inherited
787         to Quail help buffer.
789 2001-01-26  Dave Love  <fx@gnu.org>
791         * time-stamp.el: Doc fixes.
793         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
794         (delphi-keyword-face, delphi-other-face): Fix :type.
796         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
798         * mail/feedmail.el (feedmail): Add :link.
799         (feedmail-send-it): Doc fix.
801         * mail/sendmail.el: Doc fixes.
802         (sendmail-send-it): Fix the non-ASCII regexp and use
803         rfc2047-encode-string.
805         * dired.el, dired-aux.el: Revert last change.
807 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
809         * makefile.w32-in (DONTCOMPILE): Add various term files.
811 2001-01-26  Dave Love  <fx@gnu.org>
813         * Makefile.in (DONTCOMPILE): Add various term files.
815 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
817         * man.el (Man-default-man-entry, Man-mode): Doc fix.
819         * startup.el (display-startup-echo-area-message): Make sure
820         the echo area is resized to fit the size of the startup
821         message.
823         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
824         part of which is a constant.
826 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
828         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
829         twice.
831 2001-01-26  Richard M. Stallman  <rms@gnu.org>
833         * simple.el (next-line): Don't let `newline' expand abbrevs.
834         Simplify slightly.
835         (open-line): Don't let `newline' expand abbrevs.
837 2001-01-25  John Wiegley  <johnw@gnu.org>
839         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
840         to `repeat' in the :type field.
842         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
843         allow a choice of regexp or nil.
844         (pcomplete-dir-ignore): Same.
846         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
847         a command) to always fail.
849 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
851         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
852         discard the result.
853         (iswitchb-to-end): Likewise.
855 2001-01-25  Sam Steingold  <sds@gnu.org>
857         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
858         Require vc.
860 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
862         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
864         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
866 2001-01-25  Dave Love  <fx@gnu.org>
868         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
869         (describe-coding-system): Tweak the English text.
871         * loadup.el: Preload international/ccl for utf-8.
873 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
875         * mail/rmail.el (rmail-redecode-body): Doc fix.
877 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
879         * international/mule-cmds.el (reset-language-environment): Reset
880         coding-category-utf-8 to mule-utf-8.
882         * international/mule-conf.el (coding-category-utf-8): Initialize
883         to mule-utf-8.
885         * loadup.el: Preload international/utf-8.
887         * international/utf-8.el: New file.
889 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
891         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
893 2001-01-24  Sam Steingold  <sds@gnu.org>
895         * dired.el (dired-replace-in-string): Removed.
896         (dired-sort-toggle): Use `replace-regexps-in-string'
897         instead of `dired-replace-in-string'.
899         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
900         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
902         * gs.el (gs-replace-in-string): Removed.
903         (gs-options): Use `replace-regexps-in-string'
904         instead of `gs-replace-in-string'.
906 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
908         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
909         bug report is mailed to an email list and posted to a news group.
911 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
913         * comint.el (comint-replace-by-expanded-history-before-point): Fix
914         change of 2000-08-03 to move point to the start of the line again.
916         * startup.el (tool-bar-images-pixel-height): New variable.
917         (command-line): After loading the user's init file, when
918         tool-bar-mode is on, increase the frame's size by some lines for
919         the tool-bar.
921         * frame.el (frame-initialize): Create the initial frame invisible.
923 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
925         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
926         (chinese-big5): MIME:Big5.
928 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
930         * international/mule-cmds.el (universal-coding-system-argument):
931         Handle commands with prefix args.
933 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
935         * calendar/diary-lib.el (diary-float): Fix case of MONTH
936         being a list of numbers.
937         (diary-mail-entries): Rewritten.
939 2001-01-23  Dave Love  <fx@gnu.org>
941         * international/mule.el (make-coding-system): Fix typo.
943         * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
944         backward-paragraph as font-lock-beginning-of-syntax-function.
946 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
948         * font-lock.el (font-lock-mode): Doc fix.
950 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
952         * international/mule.el (make-translation-table): Fix docstring.
954 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
956         * mail/rmail.el (rmail-redecode-body): New function.
958         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
960 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
962         * isearch.el (isearch-lazy-highlight-case-fold-search)
963         (isearch-lazy-highlight-regexp): New variables.
964         (isearch-lazy-highlight-cleanup): Update lazy highlight if
965         case-fold search or regexp search has been toggled.
967         * wid-edit.el (widget-button-click): Avoid a save-excursion
968         around running a global binding.
970         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
971         to 0.25.
973 2001-01-20  Miles Bader  <miles@gnu.org>
975         * cus-edit.el (custom-face-save): Do post-processing on the face's
976         new value like `custom-face-set' does.
978 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
980         * mail/emacsbug.el (report-emacs-bug): Report the value of
981         LC_CTYPE, not LC_TYPE.
983         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
984         isearch-toggle-regexp and isearch-edit-string to doc string.
986 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
988         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
989         as font-lock-beginning-of-syntax-function in font-lock-defaults.
991         * jit-lock.el (jit-lock-fontify-now): Don't bind
992         font-lock-beginning-of-syntax-function to nil.
994 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
996         * mail/emacsbug.el (report-emacs-bug): Report values of
997         locale-coding-system, default-enable-multibyte-characters, and the
998         environment variables LC_ALL, LC_TYPE, and LANG.
1000 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
1002         * font-lock.el (font-lock-default-fontify-region): Fix last
1003         change.
1005         * font-lock.el (font-lock-multiline): Default to nil.
1006         (font-lock-default-fontify-region): If font-lock-multiline is
1007         nil, don't check the property `font-lock-multiline'.
1009         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1010         is nil, don't check the `font-lock-multiline' text property.
1012 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
1014         * viper.el: Call initial-major-mode on startup.
1016         * ediff.el (ediff-patch-file): Use better defaults.
1018         * ediff-vers.el: Fix for 8+3 DOS file systems.
1020 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
1022         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
1023         diff mode, if available.
1025 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
1027         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
1029         * ediff-init.el (subst-char-in-string): Define and use it, unless
1030         it's already defined.
1032 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
1034         * tooltip.el (tooltip-hide-delay): New user-option.
1035         (tooltip-show): Use tooltip-hide-delay instead of the default.
1037 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
1039         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1040         kill-local-variable doesn't work for enable-multibyte-characters.
1042 2001-01-17  Dave Love  <fx@gnu.org>
1044         * ediff-init.el (ediff-before-setup-hook)
1045         (ediff-merge-filename-prefix): Add :version.
1047         * international/latin1-disp.el: Require disp-table.
1048         (latin1-display): Fix :set.
1050         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1052 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
1054         * isearch.el (isearch-lazy-highlight-initial-delay)
1055         (isearch-lazy-highlight-interval): Default to 0.
1057 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
1059         * isearch.el (isearch-highlight): Set isearch-overlay priority to
1060         1 here rather than each time through
1061         isearch-lazy-highlight-new-loop.
1062         (isearch-lazy-highlight-max): Variable deleted.
1063         (isearch-lazy-highlight-max-at-a-time): New user variable, like
1064         isearch-lazy-highlight-max but controls a single invocation of
1065         isearch-lazy-highlight-update.
1066         (isearch-lazy-highlight-wrapped): Variable recreated.
1067         (isearch-lazy-highlight-window-start): New variable.
1068         (isearch-lazy-highlight-cleanup): Restored to behavior of
1069         before 2-Jan.
1070         (isearch-lazy-highlight-remove-overlays): Function deleted;
1071         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
1072         behavior removed.
1073         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1074         isearch-lazy-highlight-update in a loop rather than just once.
1075         Test isearch-invalid-regexp here and decide not to start a new
1076         loop, rather than testing it each time through
1077         isearch-lazy-highlight-update.
1078         (isearch-lazy-highlight-search): Function restored.
1079         (isearch-lazy-highlight-update): Get called in a timer loop again,
1080         but this time highlight more than one match each time through.
1081         Only highlight matches in the visible part of the window.  Start
1082         at point, move in the direction of the search, and wrap around at
1083         the edge of the window.  Use sit-for to force redisplay and ensure
1084         window-start is credible.  "Face suppressing" behavior removed;
1085         overlay priorities should make it unnecessary, right?
1086         (isearch-highlight): Face suppressing behavior removed.
1087         (isearch-dehighlight): Face suppressing behavior removed.
1088         (isearch-set-lazy-highlight-faces-at): Removed.
1090 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
1092         * language/european.el ("Latin-1"): Make the format of description
1093         about additional language environments same as that of Latin-2.
1095 2001-01-16  Dave Love  <fx@gnu.org>
1097         * isearch.el (isearch-lazy-highlight): Add :version.
1099         * simple.el (backward-delete-char-untabify-method)
1100         (next-line-add-newlines): Add :version.
1102 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
1104         * bindings.el: Bind <backspace> and <delete> via function-key-map.
1105         Don't bind <delete> otherwise.
1107         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1108         and <delete> via function-key-map.
1110         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1111         Subject line only if point is after the `Subject:'.
1113 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
1115         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1116         japanese-jisx0213-2 in `charset' property of this lang. env.
1118         * language/european.el ("Latin-1"): Add description for Dutch and
1119         Spanish lang. env.
1121         * international/mule.el (decode-char): Fix conditions.
1122         (encode-char): Handle eight-bit-control too.
1123         (transform-make-coding-system-args): New function.
1124         (make-coding-system): Accept XEmacs style arguments for CCL base
1125         coding system.
1127 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
1129         * progmodes/etags.el (find-tag-noselect): Save the value of
1130         tags-file-name before switching buffers, for the case it has a
1131         buffer-local value.
1133 2001-01-15  Alex Schroeder  <alex@gnu.org>
1135         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1136         From Dave Love <fx@gnu.org>.
1137         (ansi-color-for-comint-mode): Fix :version.
1139 2001-01-15  Alex Schroeder  <alex@gnu.org>
1141         * ansi-color.el (ansi-color-unfontify-region): Doc change.
1143 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
1145         * dired.el (dired-insert-directory): If file-system-info fails,
1146         remove the " free " part, but don't signal an error.
1148 2001-01-12  Sam Steingold  <sds@gnu.org>
1150         * bookmark.el (bookmark-maybe-historicize-string):
1151         Use new backquote syntax.
1153 2001-01-12  Richard M. Stallman  <rms@gnu.org>
1155         * subr.el (last): Handle a list that doesn't end in nil.
1157 2001-01-12  Sam Steingold  <sds@gnu.org>
1159         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1160         to `backward-delete-char-untabify'.
1162 2001-01-12  Dave Love  <fx@gnu.org>
1164         * cus-edit.el (customize-menu-create): Fix the :filter following
1165         easymenu change.
1167         * wid-edit.el (function): Add :match-alternatives.
1168         (widget-color-action): Doc fix.
1170 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
1172         * calendar/calendar.el (calendar-basic-setup): Doc fix.
1174 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
1176         * international/mule-cmds.el (prefer-coding-system): Fix
1177         docstring.
1179         * international/ccl.el (define-ccl-program): Fix docstring.
1181 2001-01-11  Dave Love  <fx@gnu.org>
1183         * international/mule-cmds.el (standard-display-european-internal):
1184         Set display table for 2208 as for 160.
1186         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1188         * progmodes/fortran.el (fortran-mode-map): Modify Customization
1189         entry for custom-menu-create change.
1190         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
1191         don't cons it in the search loop.
1193         * imenu.el (imenu--truncate-items): Revert last change.
1195 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
1197         * info.el (Info-setup-header-line): If the node header includes
1198         either Next: or Prev: links, don't show the File: and Node: parts
1199         in the header line.
1201 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
1203         * comint.el (comint-goto-process-mark): Don't print a message
1204         when running in batch mode.
1206         * isearch.el (isearch-search): In the condition-case handler for
1207         `error', set isearch-invalid-regexp to the whole error message.
1209         * subr.el (eval-after-load): Call load-symbol-file-load-history to
1210         ensure that eval-after-load works for files dumped with Emacs.
1212         * help.el (load-symbol-file-load-history): New function extracted
1213         from function symbol-file.
1214         (symbol-file): Use it.
1216         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1217         exit.xpm.
1219 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
1221         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1222         behave as if there were no prefix argument.
1223         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1224         argument were nil.
1226 2001-01-11  Richard M. Stallman  <rms@gnu.org>
1228         * isearch.el (isearch-lazy-highlight-update):
1229         Don't look for more potential matches once maximum is exceeded.
1230         Use overlays-in to check correctly for overlap with current match.
1231         Ignore empty matches.
1233 2001-01-11  Miles Bader  <miles@gnu.org>
1235         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1236         (ispell-overlay-window, ispell-help, ispell-show-choices)
1237         (ispell-command-loop): Use it instead of `window-height'.
1239 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
1241         * files.el (confirm-kill-emacs): New user-option.
1242         (save-buffers-kill-emacs): Ask for final confirmation before
1243         killing Emacs.
1245         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1246         to nil.
1248 2001-01-10  Dave Love  <fx@gnu.org>
1250         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1252         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1253         :type.
1255         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1257         * calculator.el (calculator-number-digits): Fix :type.
1259         * vc-cvs.el (vc-cvs-header): Fix :type.
1260         * vc-rcs.el (vc-rcs-header): Fix :type.
1261         * vc-sccs.el (vc-sccs-header): Fix :type.
1263         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1265         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1267         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1269 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
1271         * simple.el (set-variable): Force a thorough redisplay for the
1272         case that the variable has an effect on the display, like
1273         `tab-width' has.
1275 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
1277         * vc.el: Add documentation for backend interface.
1279 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
1281         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1283         * international/mule-conf.el (latin-extra-code-table): Set to t
1284         for \223 and \224.
1286 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
1288         * international/mule-cmds.el (locale-language-names): Map "es" to
1289         "Spanish" and "nl" to "Dutch".
1291 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
1293         * bindings.el (global-map): Bind <home> to beginning-of-line,
1294         <end> to end-of-line, C-<home> to beginning-of-buffer, and
1295         C-<end> to end-of-buffer.
1297         * language/european.el: Add Dutch and Spanish language info
1298         to be able to use the appropriate tutorials.
1300 2001-01-09  Alex Schroeder  <alex@gnu.org>
1302         * ansi-color.el (ansi-color-process-output): Use markers instead
1303         of positions for start and end of region.
1304         (ansi-color-apply-on-region): Rewrote code to make it more robust.
1305         Previously, occasional mistakes happend when fontifying many
1306         chunks of output (eg. ls --color=yes /dev).  This happened
1307         whenever an overlay was created up to the end of the region, which
1308         coincided with the process-mark.  New text would then be added
1309         within that overlay instead of after it.
1310         (ansi-color-make-extent): Overlays are created with the property
1311         `modification-hooks' set to '(ansi-color-freeze-overlay).
1312         (ansi-color-freeze-overlay): New function.  When inserting text at
1313         the end of the overlay, the overlay will resize.
1315 2000-01-09  Alex Schroeder  <alex@gnu.org>
1317         * ansi-color.el (ansi-color-process-output): Doc change.
1318         (ansi-color-unfontify-region): Doc change.  No longer installed
1319         automatically in font-lock-unfontify-region-function.
1320         (ansi-color-apply): Doc change.
1321         (ansi-color-apply-on-region): Use extents or overlays instead of
1322         text-properties.
1323         (ansi-color-make-extent): New function.
1324         (ansi-color-set-extent-face): New function.
1326 2000-01-09  Alex Schroeder  <alex@gnu.org>
1328         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1329         both use ansi-color-process-output, now.
1330         (ansi-color-process-output): Doesn't return string anymore.  It is
1331         installed in comint-output-filter-functions for both Emacs and
1332         XEmacs, now.
1333         (ansi-color-unfontify-region): Simplified code removing variables
1334         pos and start-ansi.
1335         (ansi-color-apply): Put text-property ansi-color before putting
1336         text-property face because ansi-color-unfontify-region is called
1337         immediately after the call to put-text-property.
1338         (ansi-color-context-region): Doc change.
1339         (ansi-color-filter-region): Simplified code.
1340         (ansi-color-apply-on-region): Changed start to start-marker, using
1341         a marker explicitly.  Put text-property ansi-color before putting
1342         text-property face because ansi-color-unfontify-region is called
1343         immediately after the call to put-text-property.
1345 2000-01-09  Alex Schroeder  <alex@gnu.org>
1347         * ansi-color.el (ansi-color-faces-vector): Doc change.
1348         (ansi-color-for-comint-mode): Changed :type property to choice.
1349         (ansi-color-last-context): Removed.
1350         (ansi-color-process-output): Don't use ansi-color-last-context, as
1351         the main functions will store their context now.
1352         (ansi-color-context): Doc change.
1353         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1354         Uses ansi-color-context such that repeated calls will strip
1355         partial escape sequences, too.
1356         (ansi-color-apply): Simplified code.  Colorize end of string if
1357         face is not null.  Store context in new (FACE STRING) format, such
1358         that repeated calls will strip partial escape sequences, too.
1359         Append faces to face property using ansi-color-apply-sequence such
1360         that cumulative mode actually works.
1361         (ansi-color-context-region): New variable.
1362         (ansi-color-filter-region): Rewrote it based on
1363         ansi-color-apply-on-region.  Uses ansi-color-context-region such
1364         that repeated calls will strip partial escape sequences, too.
1365         (ansi-color-apply-on-region): Simplified code.  Colorize end of
1366         region if face is not null.  Store context in new (FACE POS)
1367         format, such that repeated calls will strip partial escape
1368         sequences, too.  Append faces to face property using
1369         ansi-color-apply-sequence such that cumulative mode actually
1370         works.
1371         (ansi-color-apply-sequence): New function.
1372         (ansi-color-get-face): When the default face is added to the list
1373         of faces, all previous settings are discarded and the list of
1374         faces is set to '(default).
1376 2000-01-09  Alex Schroeder  <alex@gnu.org>
1378         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1379         face, such that ansi-color-apply and ansi-color-apply-on-region
1380         will do the right thing.
1381         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1382         returns nil, set the list of faces back to nil instead of
1383         appending the result of ansi-color-get-face to the front of the
1384         list.
1386 2000-01-09  Alex Schroeder  <alex@gnu.org>
1388         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1389         (ansi-color-process): Doc change.
1390         (ansi-color-last-context): New buffer-local variable.
1391         (ansi-color-process-output): New function.  It is automatically
1392         added to comint-output-filter-functions if this is XEmacs.
1393         (ansi-color-unfontify-region): New optional parameter for XEmacs
1394         compatibility.  Check wether font-lock-syntactic-keywords is
1395         boundp before removing the syntax table text property, as XEmacs
1396         doesn't have it.
1397         (ansi-color-filter-region): Doc change.
1398         (ansi-color-apply-on-region): Doc change.
1399         (ansi-color-make-face): New function.  Compatibility layer for
1400         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
1401         (ansi-color-make-color-map): Use ansi-color-make-face.
1402         (ansi-color-get-face): Avoid face text property '(nil) as results
1403         in an errow for XEmacs.
1405 2000-01-09  Alex Schroeder  <alex@gnu.org>
1407         * ansi-color.el (ansi-color-unfontify-region): New function.  Uses
1408         text-property ansi-color in order to preserve fontification by
1409         ansi-color.  When the package is loaded, a lambda expression is
1410         put onto font-lock-mode-hook.  This lambda expression will check
1411         font-lock-unfontify-region-function and replace
1412         font-lock-default-unfontify-region with
1413         ansi-color-unfontify-region.
1414         (ansi-color-apply): Add text-property ansi-color in addition to
1415         text-property face.
1416         (ansi-color-apply-on-region): Add text-property ansi-color in
1417         addition to text-property face.
1418         (save-buffer-state): Copy of the macro that is also used by
1419         lazy-lock and font-lock.
1421         (ansi-color-for-comint-mode): New option.
1422         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1423         (ansi-color-for-comint-mode-off): Ditto.
1424         (ansi-color-for-comint-mode-filter): Ditto.
1425         (ansi-color-process): New function.  Uses
1426         ansi-color-for-comint-mode to decide what to do.  This function is
1427         added to comint-preoutput-filter-functions when the package is
1428         loaded.
1430         (ansi-color-for-shell-mode-set): Removed.
1431         (ansi-color-for-shell-mode): Removed.
1433 2000-01-09  Alex Schroeder  <alex@gnu.org>
1435         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1436         the lambda expression from the ansi-color-for-shell-mode :set
1437         property.  Additionally, modify shell-mode-hook to enable or
1438         disable font-lock-mode for future shell buffers.
1439         (ansi-color-for-shell-mode): The :set property calls
1440         ansi-color-for-shell-mode-set instead of a lambda expression.
1442 2000-01-09  Alex Schroeder  <alex@gnu.org>
1444         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1445         (ansi-color-context): New variable.
1446         (ansi-color-apply): Save context between calls.
1448 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
1450         * isearch.el (isearch, isearch-lazy-highlight-face): New
1451         definitions for face colors and attributes.
1453         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1454         of display-mouse-p.
1456 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
1458         * international/mule.el (make-coding-system): If the coding system
1459         accepts extra latin codes, register such codes as safe for the
1460         coding system.
1462 2001-01-08  Richard M. Stallman  <rms@gnu.org>
1464         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1465         don't mention the file name or the date here, because they are
1466         logged at the start of the file.
1468 2001-01-08  Richard M. Stallman  <rms@gnu.org>
1470         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1471         Change screen-width to frame-width.
1473 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1475         * info.el (Info-search): Print the default as part of the prompt.
1477 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
1479         * vc.el (vc-default-latest-on-branch-p): New function, replaces
1480         constant implementations in backends.
1482         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1483         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1485         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1486         WRITABLE to EDITABLE.
1488         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1489         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1490         to EDITABLE.
1492 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1494         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1495         (copyright, copyright-update): Compute the current year at run
1496         time.
1498 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
1500         * isearch.el (isearch-old-signal-hook): Removed.
1501         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1502         instead of setting signal-hook-function.
1503         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1505 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
1507         * emulation/edt.el: Update to version 4.0.  Provide support for
1508         EDT scroll margins at top and bottom of the window.  Provide an
1509         emulation of the EDT SUBS command (bound to GOLD-Enter, by
1510         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
1511         user when file-related buffer modifications exist.  Provide
1512         support for running EDT Emulation in XEmacs.  Provide customize
1513         access to some user updatable variables.  Add Commentary section
1514         to file header.  Fixed a few minor bugs and cleaned up some code.
1516         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
1517         for detecting a keypress that generates an ASCII key sequence.
1518         (Previously, only a keypress that generates a vector was
1519         recognized.)  Embed Window Manager name into name of the generated
1520         EDT Emulation initialization file since the initialization file is
1521         Window Manager specific.  Add Commentary section to file header.
1523 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
1525         * mail/sendmail.el (mail-mode): Doc fix.
1527         * info.el (Info-goto-emacs-command-node): Doc fix.
1528         (Info-goto-emacs-key-command-node): Doc fix.
1530 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
1532         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
1533         systems without long file-name support.
1535 2001-01-06  Andrew Innes  <andrewi@gnu.org>
1537         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1539 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
1541         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1542         (isearch-lazy-highlight-update): Doc fix.
1544         * ffap.el (ffap-bindings): Doc fix.
1546         * dired-x.el (dired-virtual-guess-dir): Doc fix.
1548 2001-01-05  Dave Love  <fx@gnu.org>
1550         * emacs-lisp/cl-seq.el (remove, remq): Remove.
1552 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
1554         * mouse-drag.el (mouse-drag-safe-scroll): Bind
1555         scroll-preserve-screen-position to nil.
1557         * isearch.el (isearch-old-signal-hook): New variable.
1558         (isearch-mode): Set signal-hook-function to isearch-done.
1559         (isearch-done): Restore old signal-hook-function.
1561         * info.el (Info-fontify-node): Mark one more char as intangible.
1563 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
1565         * composite.el (compose-last-chars): New argument COMPONENTS.  If
1566         it is non-nil, compose preceding characters by compose-region with
1567         COMPONENTS.
1569         * international/quail.el (quail-input-string-to-events): New function.
1570         (quail-input-method): Convert input string to events here.
1571         (quail-start-translation): Return input string, not event list.
1572         (quail-start-conversion): Likewise.
1574 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
1576         * tooltip.el (tooltip-cancel-delayed-tip)
1577         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1578         and tooltip-add-timeout.
1579         (tooltip-show): Set border color from faces's foreground.
1580         (tooltip-show-help-function): If called with the same help string
1581         as last time, do nothing.
1582         (tooltip-help-tips): Don't set tooltip-help-message to nil.
1584         * startup.el (fancy-splash-screens): Don't bind show-help-function
1585         to nil.
1587         * tooltip.el (tooltip-frame-parameters): Remove colors.
1588         (tooltip): New face
1589         (tooltip-set-param): New function.
1590         (tooltip-show): Set up color frame parameters from face `tooltip'.
1591         Display the tooltip text in face `tooltip'.
1593 2001-01-04  Dave Love  <fx@gnu.org>
1595         * whitespace.el (whitespace-global-mode): Fix typo.
1597         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1599 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
1601         * help.el (help-for-help): Fix a typo in a doc string.  From
1602         kwzh@gnu.org (Karl Heuer).
1604 2001-01-03  Dave Love  <fx@gnu.org>
1606         * dired-x.el: Doc fixes.  Maintainer change.
1607         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1608         :type.
1609         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1610         (dired-guess-shell-alist-user): Customize.
1611         (dired-x-help-address): Set to bug-gnu-emacs.
1612         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1613         (dired-default-directory): Renamed from default-directory.
1615         * hl-line.el (hl-line): Doc fix.
1617 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
1619         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
1621 2001-01-02  Richard M. Stallman  <rms@gnu.org>
1623         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1624         to remove all the current alternative-match highlighting.
1625         If nil, remove only what's outside the current window.
1626         (isearch-lazy-highlight-remove-overlays): Take optional
1627         region within which NOT to remove them.
1628         (isearch-lazy-highlight-new-loop): Greatly simplified.
1629         (isearch-lazy-highlight-update): Find all the other occurrences
1630         visible in the window, in just one call.
1631         (isearch-lazy-highlight-start): Now holds start of region to scan.
1632         (isearch-lazy-highlight-end): Now holds end of region to scan.
1633         (isearch-lazy-highlight-wrapped): Variable deleted.
1634         (isearch-lazy-highlight-search): Function deleted.
1636 2000-01-02  Andrew Innes  <andrewi@gnu.org>
1638         * w32-fns.el (convert-standard-filename): Do length check on name
1639         before aref.
1641 2001-01-02  Dave Love  <fx@gnu.org>
1643         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1644         value.
1645         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1647         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1649         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1650         read syntax.
1652         * calendar/todo-mode.el (todo): Add :link, :version.
1653         (todo-save-top-priorities): Remove autoload cookie.
1654         (todo-add-category, todo-add-item-non-interactively)
1655         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1656         cookie.
1658 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
1660         * comint.el (comint-input-history-ignore): New variable.
1661         (comint-read-input-ring): Ignore entries matching
1662         comint-input-history-ignore.
1664 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
1666         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1667         (lm-copyright-mark): New function.
1668         (lm-crack-copyright): New function.
1669         (lm-verify): Check that the file has a copyright.
1670         Check that the file is copyright Free Software Foundation.
1672 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
1674         * international/mule-diag.el (print-fontset): Indent font name by
1675         24 columns, not 25.
1677 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
1679         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1680         in Subject line.
1682         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1683         Use mail-mode-hook instead of mail-setup-hook.  Otherwise
1684         continuing an interrupted message with C-u C-x m for instence,
1685         winds up in Mail mode without abbrevs.
1687 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1689         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1690         non-nil.  Adding almost all customization variables on ps-setup.  Doc
1691         fix.
1692         (ps-print-version): New version number (6.3.3).
1693         (ps-end-with-control-d): Initialization fix.
1694         (ps-lines-printed): New var.
1695         (ps-skip-newline): New fun.
1696         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1697         (ps-next-line, ps-continue-line, ps-plot-region)
1698         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1700 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
1702         * international/fontset.el (x-complement-fontset-spec): Resolve
1703         ASCII font name so that the same family name is used for fonts
1704         registered in x-font-name-charset-alist.
1705         (create-fontset-from-fontset-spec): Adjusted for the above change.
1706         The name of fontset alias should be a unresolved ASCII font name.
1708 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
1710         * simple.el (delete-key-deletes-forward-mode): Bind backspace
1711         and delete in isearch-mode-map.
1713 2000-12-28  Richard M. Stallman  <rms@gnu.org>
1715         * dired-x.el (dired-guess-shell-alist-default):
1716         Use xpdf instead of acroread.
1718 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
1720         * textmodes/artist.el (artist-butlast): Deleted.
1721         (artist-ellipse-mirror-quadrant): Use butlast instead of
1722         artist-butlast.
1724         * subr.el (butlast, nbutlast): Moved from cl.el to here.
1726         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1728 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1730         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1732         * ls-lisp.el: Better support for the Mac and MS-Windows.
1733         (ls-lisp): New defgroup.
1734         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1735         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1736         (ls-lisp-support-shell-wildcards): New defcustoms.
1737         (ls-lisp-parse-symlink): New function.
1738         (insert-directory): Code to convert switches to a list and set up
1739         the wildcard argument copied from ls-lisp-insert-directory.
1740         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
1741         for -C and -R switches.
1742         (ls-lisp-column-format): New function.
1743         (ls-lisp-delete-matching, ls-lisp-handle-switches)
1744         (ls-lisp-format-time): Add doc strings.
1745         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1746         Support ls-lisp-dirs-first.
1747         (ls-lisp-classify, ls-lisp-extension): New functions.
1748         (ls-lisp-format): Optionally support emulation of symlinks.
1749         Support -i, -s, and -G switches.
1751 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
1753         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1755         * version.el (emacs-version): Print X scroll bar information.
1757         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1758         instead of x-toolkit-scroll-bars-p.
1760         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1761         of x-toolkit-scroll-bars-p.
1763 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1765         * ffap.el (ffap-bindings): Make interactive and add an autoload
1766         cookie.
1767         (ffap-bindings): Doc fix, to reflect the above change.
1769 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
1771         * term.el (term-char-mode): Define all non-ascii self-inserting
1772         characters to 'term-send-raw in term-raw-map.
1774 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
1776         * viper-init (viper-restore-cursor-type): Added condition-case
1777         guard.
1779         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1780         initialization; use add-hook.
1781         (ediff-file-remote-p): Use file-local-copy.
1783         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1785         * ediff.el (ediff-patch-buffer): Bug fix.
1786         (ediff-revision): Allow selection of the file at the prompt.
1788 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
1790         * subr.el (combine-run-hooks): Remove.
1792         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1793         and remove the rogue second spec.
1795 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
1797         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1799 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
1801         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1802         Use minibuffer menu prompt for the `=' prefix.
1803         (smerge-command-prefix): Change default to C-^.
1804         (smerge-mode): Don't assume font-lock doesn't move point.
1806         * skeleton.el (skeleton-internal-1): Make sure the first line of
1807         the region is also re-indented.
1808         (skeleton-end-newline): New var.
1809         (skeleton-end-hook): Use it.
1811 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
1813         * comint.el (comint-password-prompt-regexp): Support CVS.
1815 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
1817         * simple.el (delete-key-deletes-forward-mode): Simplify.  Also
1818         backspace key combinations, depending on
1819         delete-key-deletes-forward.
1821         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1823         * simple.el (delete-key-deletes-forward): Doc fix.
1825 2000-08-22  Emmanuel Briot  <briot@gnat.com>
1827         * xml.el (top level comment): Updated to reflect the fact that
1828         white spaces are relevant in the XML file.
1829         (xml-parse-file): Do not kill an existing Emacs buffer if the file
1830         to parse was already edited. This allows for on-the-fly analysis
1831         of XML files.
1832         (xml-parse-tag): Check that the casing is the same in the start
1833         tag and end tag, since XML is case-sensitive.  Allows for spaces
1834         in the end tag, after the name of the tag.
1835         (xml-parse-attlist): Allow for the character '-' in the name of
1836         attributes, as in the standard http-equiv attribute Do not save
1837         the properties in the XML tree, since they are not relevant.
1839 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
1841         * generic.el (generic-read-type): Undo last change, inline into
1842         `generic-mode' and then remove.
1843         (generic-mode): Inline generic-read-type.
1844         (define-generic-mode): Push the symbol name rather than the symbol
1845         onto generic-mode-list.
1847 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
1849         * generic.el (generic-read-type): Build an alist for
1850         completing-read as in 20.7.
1852         * play/landmark.el (lm): Use interactive spec `P'.
1853         (toplevel): Don't set debug-on-error.
1855         * server.el (server-switch-buffer): Choose a window on a visible
1856         frame.
1858 2000-12-21  Dave Pearson  <davep@davep.org>
1860         * quickurl.el: Commentry change, I've moved my web site.
1862 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1864         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1865         ranges like \177-\237, but accepts the character sequence from \177 to
1866         \237.  Doc fix.
1867         (ebnf-version): New version (3.4).
1868         (ebnf-setup): Code fix.
1869         (ebnf-range-regexp): New fun.
1870         (ebnf-8-bit-chars): Const fix.
1872         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1873         entry.  Doc fix.
1874         (ebnf-bnf-lex): Code fix.
1875         (ebnf-bnf-comment-chars): Const fix.
1877         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1878         entry.  Doc fix.
1879         (ebnf-iso-comment-chars): Const fix.
1881         * ebnf-otz.el: Doc fix.
1883         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1884         entry.  Doc fix.
1885         (ebnf-yac-skip-code): Code fix.
1886         (ebnf-yac-comment-chars): Const fix.
1888 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
1890         * files.el (insert-directory-safely): New function.
1891         (recover-file): Use it instead of insert-directory.  From Markus
1892         Rost <markus.rost@mathematik.uni-regensburg.de>
1894 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1896         * international/mule-cmds.el (select-safe-coding-system): Check
1897         coding-category-list more rigidly.  Improve help message.
1899         * dired.el (dired-move-to-filename-regexp): Fix previous change.
1901 2000-12-21  Miles Bader  <miles@gnu.org>
1903         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1904         prefix.
1906 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1908         * international/mule-diag.el (describe-char-after): Make *Help*
1909         buffer inherit multibyteness of the current buffer.
1911         * international/mule.el (make-char): Docstring adjusted for the
1912         change of make-char-internal.
1914 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
1916         * international/iso-cvt.el: Docstrings fix.
1918 2000-12-20  Dave Love  <fx@gnu.org>
1920         * subr.el (eval-after-load): Doc fix.
1922 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
1924         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1925         for numbers.
1927 2000-12-20  Miles Bader  <miles@gnu.org>
1929         * international/quail.el (quail-help): Resize the help window
1930         again after it has all its contents.  Remove unneeded progn.
1932 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
1934         * pcmpl-linux.el: Fix copy/paste error.
1936 2000-12-19  Andrew Innes  <andrewi@gnu.org>
1938         * simple.el (delete-key-deletes-forward-mode): Fix typo in
1939         docstring.
1941 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1943         * progmodes/idlw-rinfo.el: Fixed copyright notice.
1945         * progmodes/idlw-toolbar.el: Fixed copyright notice.
1947         * progmodes/idlw-shell.el: Fixed copyright notice.
1949         * progmodes/idlwave.el: Fixed copyright notice.
1951         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1952         TAB as key separators.
1954 2000-12-19  Alex Schroeder  <alex@gnu.org>
1956         * sql.el (sql-sybase-options): New option.
1957         (sql-sybase): Use it.  Add sql-database to the list of parameters
1958         provided for login.  The options -w 2048 -n are not used any more.
1959         (sql-postgres-options): Changed default from "--pset" to "-P".
1960         (sql-mysql-options): Doc change.
1961         (sql-stop): Doc change.
1963 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
1965         * international/quail.el (quail-input-method): Always hide
1966         the guidance buffer on exiting.
1968 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1970         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1971         isn't fboundp.
1973         * server.el (server-buffer-done): Bury the buffer before
1974         killing it.
1976         * faces.el (face-spec-set): Interpret a nil in specs for
1977         foreground and background colors as `unspecified', for
1978         compatibility with 20.x.
1980 2000-12-18  Dave Love  <fx@gnu.org>
1982         * simple.el (mail-user-agent): Doc fix.
1983         (input-mode-8-bit): Removed.
1985         * international/mule.el (set-keyboard-coding-system): Doc fix.
1986         (keyboard-coding-system): New option.
1988         * mail/sendmail.el (send-mail-function): Customize.
1990 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
1992         * international/codepage.el (cp866-decode-table): New table.
1994 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1996         * version.el (emacs-version): Remove `%a' from the time format
1997         because the weekday doesn't fit well into each locale.
1999 2000-12-18  Miles Bader  <miles@gnu.org>
2001         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2003         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
2004         Check that emacs-major-version is `=' to 20, not `>='.
2005         (artist-replace-chars): Use `make-string' instead of a loop.
2007 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
2009         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2010         (cvs-execute-single-file): Don't change directory.
2011         Patch from Per Cederqvist.
2013 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
2015         * textmodes/ispell.el (check-ispell-version): If
2016         `ispell-program-name' is "aspell", pass it the -v switch instead
2017         of -vv.
2019 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
2021         * international/mule-diag.el (mule-diag): Insert information about
2022         configure options, multibyte awareness, language env.
2024         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2025         regexp to search for candidates.
2027 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
2029         * info.el (Info-forward-node): If the node has an
2030         Info-header-line, widen the buffer before searching for "next:"
2031         and "up:" pointers, and set the search limit to stay in the
2032         current node.
2034 2000-12-16  Miles Bader  <miles@gnu.org>
2036         * simple.el (delete-trailing-whitespace): Remove extraneous let.
2038 2000-12-15  Miles Bader  <miles@gnu.org>
2040         * comint.el (comint-send-string, comint-send-region): Also accept
2041         a buffer, buffer-name, or nil for PROCESS, for compatibility with
2042         process-send-string/region.
2044 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
2046         * isearch.el (isearch-lazy-highlight-max): New user-option.
2047         (isearch-lazy-highlight-update): Don't highlight more than
2048         isearch-lazy-highlight-max matches.
2050         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2052 2000-12-15  Richard M. Stallman  <rms@gnu.org>
2054         * sort.el (sort-columns): Fix error message.
2056         * dabbrev.el (dabbrev--last-case-pattern): Value is now
2057         `upcase' or `downcase' or nil.
2058         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2059         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2060         (dabbrev--substitute-expansion): New arg record-case-pattern.
2061         If it is non-nil, set dabbrev--last-case-pattern.
2062         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2064         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2066 2000-12-15  Miles Bader  <miles@gnu.org>
2068         * paths.el (Info-default-directory-list): Don't delete
2069         configure-info-directory from the list of standard info
2070         directories when appending it to the end -- their order is
2071         important.
2073         * faces.el (read-face-attribute): If there's no entry for the
2074         user's input in VALID, just use it as-is (this will often result
2075         in an error, but it may be OK for e.g. colors using hexadecimal
2076         notation, and at least will yield a better error message).
2078         * window.el (mode-line-window-height-fudge): Function removed.
2079         (height-affecting-face-attributes, mode-line-window-height-fudge):
2080         Variables removed.
2081         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2082         window is really the right size.  Use vertical-motion
2083         rather than forward-line.
2084         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2085         (ispell-command-loop, ispell-show-choices): Use the variable
2086         ispell-choices-win-default-height, rather than the function.
2087         (ispell-choices-win-default-height): Function removed.
2088         (ispell-mode-line-window-height-fudge): Function removed.
2090 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
2092         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2094 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
2096         * paths.el (Info-default-directory-list): If
2097         configure-info-directory is not one of the standard directories,
2098         put it first in the list; otherwise put it last.  Doc string
2099         changed accordingly.
2101         * info.el (Info-directory-list): Change doc string to reflect the
2102         change in Info-default-directory-list.
2104         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2105         windows-nt as windowed environments, even under -nw.
2107         * startup.el (command-line): Don't call x-backspace-delete-keys-p
2108         if not fboundp.  Switch delete-forward mode for the <delete> key
2109         on all PC platforms, even under -nw.
2111         * term/internal.el ([M-delete]): Remap to M-d.
2113 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
2115         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2117 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
2119         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2121 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
2123         * startup.el (command-line): Call delete-key-deletes-forward-mode,
2124         if appropriate.
2126         * simple.el (delete-key-deletes-forward): New user-option.
2127         (delete-key-deletes-forward-mode): New function.
2129         * bindings.el: Bind `delete' to backward-delete-char.
2131         * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2132         if symbol is bound before getting its value.
2134         * tooltip.el (tooltip-show): If an error is signaled in
2135         x-show-tip, display that error, and display the help in the
2136         echo area.
2138 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
2140         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2141         "... entries" messages for every 10000 entries, not 10.
2143 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
2145         * bookmark.el: Provide a generic exit hook, as suggested by
2146         Ovidiu Predescu <ovidiu@cup.hp.com>:
2147         (bookmark-exit-hook): New var.
2148         (bookmark-exit-hook-internal): New func, replaces
2149         old raw lambda form in `kill-emacs-hook', and runs new
2150         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
2151         as logically that feature must have been provided if this function
2152         is running.
2153         Removed ;;;###autoload before the `add-hook' call.
2155 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
2157         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2158         (easy-menu-current-active-maps): New function.
2159         (easy-menu-get-map): Use it.
2160         Make a proper menu entry when creating a new keymap.
2162 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
2164         * international/characters.el: Fix cases and syntaxes for
2165         mule-unicode-0100-24ff.
2167         * dired.el (dired-move-to-filename-regexp): Fixed for the case
2168         that a Japanese character is not appended after day and year.
2170         * info.el (Info-suffix-list): Change format for a command that
2171         requires arguments.
2172         (info-insert-file-contents): Adjusted for the above change.
2174 2000-12-12  Andreas Schwab  <schwab@suse.de>
2176         * tar-mode.el (tar-extract): Base the name of the subfile buffer
2177         on the name of the tar buffer.  Verify that the existing buffer is
2178         visiting the same subfile.
2180 2000-12-12  Dave Love  <fx@gnu.org>
2182         * subdirs.el: Add obsolete.
2184 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
2186         * mail/rmailsum.el (rmail-summary-expunge)
2187         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2188         instead of rmail-confirm-expunge.
2190         * replace.el (perform-replace): Don't use an empty match adjacent
2191         to a non-empty match when computing the next match before the
2192         replacement is performed.
2194 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
2196         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2197         definition (patch by Stefan Monnier).
2198         (glasses-mode): Use jit-lock instead of `after-change-functions'
2199         (patch by Stefan Monnier).
2201 2000-12-12  Miles Bader  <miles@gnu.org>
2203         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2204         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2206 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
2208         * term/mac-win.el: Remove load for ls-lisp.
2210         * loadup.el: Load ls-lisp for system-type `macos'.
2212 2000-12-12  Miles Bader  <miles@gnu.org>
2214         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2215         Respect field end too.
2216         (just-one-space): Respect fields as `delete-horizontal-space'.
2217         (newline-and-indent, reindent-then-newline-and-indent): Use
2218         `delete-horizontal-space'.
2220 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
2222         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2223         (so as to obey the field property in the minibuffer).
2225         * obsolete/c-mode.el: Moved from lisp/progmodes.
2226         * obsolete/auto-show.el: Moved from lisp.
2227         * obsolete/ooutline.el: Moved from lisp/textmodes.
2229 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2231         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
2232         changes to list them here.
2234         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
2235         many changes to list them here.
2237         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.  Too
2238         many changes to list them here.
2240         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2242 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
2244         * simple.el (kill-new): Don't try to setcar kill-ring if it is
2245         nil.
2247         * cus-edit.el (custom-save-variables, custom-save-faces):
2248         Comment fix.
2250         * hscroll.el: Moved to `obsolete' subdir.
2252 2000-12-11  Miles Bader  <miles@gnu.org>
2254         * window.el (window-text-height): Function removed (now in C).
2256 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
2258         * log-edit.el (log-edit-parent-buffer): New var.
2259         (log-edit): Set it.  Add BUFFER argument.
2260         (log-edit-done): Use char-before.
2261         Don't bother checking validity of vc-comment-ring.
2262         Only bury the buffer if log-edit popped it up.
2264         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2265         (cvs-mode-diff-help): Remove.
2266         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
2267         (cvs-mode-marked): Set up the default for CMD manually.
2269         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2270         Remove binding for ? now made unnecessary.
2272 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2274         * textmodes/reftex.el (reftex-scanning-info-available-p): New
2275         function
2276         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2278         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2279         when master file is not open.
2281 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
2283         * progmodes/ada-stmt.el: Update `maintainer'.
2285 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
2287         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2288         choices to match documentation string.
2290 2000-12-09  Miles Bader  <miles@gnu.org>
2292         * minibuf-eldef.el: New file.
2294         * window.el (fit-window-to-buffer): Don't pass last argument to
2295         pos-visible-in-window-p, now that its meaning is inverted.
2297 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
2299         * image.el (create-image): Doc fix; spotted by Per Cederqvist
2300         <ceder@lysator.liu.se>.
2302 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
2304         * autoinsert.el (auto-insert-alist): Add missing final \n.
2306         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
2307         (cvs-menu-map): Remove.
2308         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2309         (cvs-mode-quit): Turn it back into a plain function.
2311         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
2312         (texinfo-filter): Remove (move to texinfo.el).
2314         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2315         file where it's more visible.
2316         (texinfo-filter, texinfo-chapter-level-regexp): New variables
2317         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2318         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2319         (texinfo-inside-macro-p): Only catch `scan-error's.
2320         (texinfo-inside-env-p): Make better use of the match info.
2321         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2322         (texinfo-insert-@end): Slight re-organization.
2323         Also remove useless `looking-at' call.
2325 2000-12-08  Andrew Innes  <andrewi@gnu.org>
2327         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2328         accessible in -nw mode.
2330         * term/w32-win.el: Remove stuff about selection timeout, which is
2331         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
2332         it is accessible in -nw mode.
2334 2000-12-08  Dave Love  <fx@gnu.org>
2336         * emacs-lisp/lisp-mode.el (lisp-mode): Set
2337         font-lock-keywords-case-fold-search.
2339 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
2341         * textmodes/ispell.el (ispell): Doc fix.
2343 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
2345         * international/quail.el (quail-insert-decode-map): Check the
2346         frame width of a window displaying the current buffer, not that of
2347         the selected frame.
2348         (quail-help): Make sure that the help buffer has window before
2349         inserting text in it.
2351 2000-12-07  Sam Steingold  <sds@gnu.org>
2353         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2354         Backquote is used in isearch.el, so autoloading saves nothing.
2356 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
2358         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2359         the CVS and RCS subdirectories case-insensitively.
2361         * dired.el (dired-insert-directory): If file-system-info is
2362         fboundp, call it instead of invoking dired-free-space-program.
2364 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
2366         * server.el (server-visit-files): Push files on file-name-history.
2368         * progmodes/cc-langs.el: Update copyright.
2370         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2372         * bindings.el (mode-line-mode-menu): Add glasses-mode.
2374         * bindings.el (mode-line-mode-menu): Reverse the order
2375         of define-keys so that the menu appears in alphabetical order.
2377 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
2379         * progmodes/glasses.el (glasses-mode): Update mode line at the end
2380         of the function.
2382 2000-12-07  Dave Love  <fx@gnu.org>
2384         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2386         * facemenu.el (facemenu-unlisted-faces): Fix value.
2388 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
2390         * font-lock.el (font-lock-default-fontify-region):
2391         Include the terminating \n (off-by-one error).
2392         (font-lock-set-defaults): Use dolist.
2394         * derived.el (define-derived-mode): Don't use combine-run-hooks.
2396 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
2398         * international/mule-cmds.el (describe-language-environment): Fix
2399         for the case that an input method title is not string but a list.
2401         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2402         of wrong SIZE record.
2404 2000-12-06  Dave Love  <fx@gnu.org>
2406         * newcomment.el (comment-region, comment-dwim): Doc fix.
2408         * textmodes/texinfo.el: Require tex-mode when compiling.
2409         (texinfo-update-node): Doc fix.
2410         (texinfo-imenu-generic-expression): Add @anchor.
2411         (texinfo-font-lock-keywords): Add @uref.
2412         (texinfo-inside-macro-p): Don't use ignore-errors.
2413         (texinfo-insert-quote): Match more contexts.
2415         * international/mule.el (decode-char, encode-char): Doc fix.
2416         (auto-coding-alist): Customize.
2418         * files.el (load-file): Fix change of 2000-03-12.
2420         * wid-edit.el (widget-text-keymap): Doc fix.
2422 2000-12-06  Andrew Innes  <andrewi@gnu.org>
2424         * makefile.w32-in (lisp): Set to an absolute directory, namely
2425         $(CURDIR).
2427 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2429         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2430         read generated-autoload-file, and set buffer-file-coding-system to
2431         raw-text-unix after reading the file.
2433         * international/mule-conf.el (file-coding-system-alist): Use
2434         raw-text for reading loaddefs.el and raw-text-unix for writing
2435         it.
2437 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
2439         * replace.el (occur): Make line-number-width 1 smaller for the
2440         colon following the line number.
2442         * startup.el (fancy-splash-text, command-line-1): Use
2443         `File' for the menu name instead of `Files'.
2445         * tmm.el: Update copyright.
2447         * cus-start.el: Add entry for even-window-heights.
2449 2000-12-06  Miles Bader  <miles@gnu.org>
2451         * faces.el (frame-set-background-mode): Avoid stomping on
2452         locally modified faces.
2454 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
2456         * international/fontset.el: Correct the font registries for
2457         japanese-jisx0213-1 and japanese-jisx0213-2.
2459 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
2461         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2463         * iswitchb.el: Update customization commentary.
2465 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
2467         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2468         (tpu-search-highlight): Fixed comparison of overlay end positions.
2469         (tpu-trim-line-ends): Implemented trimming logic locally.
2471         * emulation/tpu-extras.el (tpu-write-file-hook)
2472         (tpu-set-cursor-bound): Replaced picture-clean with
2473         tpu-trim-line-ends.
2475 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
2477         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2478         to cn-gb.
2479         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2481 2000-12-04  Dave Love  <fx@gnu.org>
2483         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2485 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
2487         * mail/rmailsum.el (rmail-summary-expunge)
2488         (rmail-summary-expunge-and-save): Ask for confirmation with
2489         rmail-expunge-confirmed.
2491         * mail/rmail.el (rmail-expunge-confirmed): New function.
2492         (rmail-expunge): Use it.
2494         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2495         (etags-recognize-tags-table, find-tag-in-order): New
2496         functionality: interpret file names as tags.
2498 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
2500         * info.el (Info-scroll-prefer-subnodes): New defcustom.
2501         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2502         visit the first subnode until the bottom of the current node is
2503         visible.
2505 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
2507         * format.el (format-decode): Don't change buffer's undo list.
2509 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
2511         * faces.el (face-font-registry-alternatives): Add entries for CJK
2512         fonts.  Doc-string adjusted for the actual usage of this data.
2514         * international/fontset.el: Change the font registries for CJK
2515         fonts in the default fontset.  Don't append '*' to registries.
2517 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
2519         * emacs-lisp/easy-mmode.el (define-derived-mode)
2520         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2522         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2523         (derived-mode-p): New function.
2524         (derived-mode-make-docstring): Add `docstring' argument.
2525         Use it if available and complete it if necessary.
2527 2000-12-03  Andreas Schwab  <schwab@suse.de>
2529         * type-break.el (type-break): Don't make parent of itself.
2531 2000-12-03  Miles Bader  <miles@gnu.org>
2533         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2535 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2537         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2538         (tex-main-file, tex-file): Simplify.
2539         (tex-generate-zap-file-name): Use subst-char-in-string.
2540         (tex-strip-dots): Remove.
2542         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2544         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2545         to check if the match succeeded.
2547 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
2549         * startup.el (use-fancy-splash-screens-p): New function.
2550         (command-line-1): Use it to determine whether or not to use
2551         a fancy splash screen.
2553 2000-12-02  Andreas Schwab  <schwab@suse.de>
2555         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2557 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
2559         * international/mule.el (make-char): Fix last change.
2561         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2562         New defcustoms.
2563         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2564         autoloading tex-mode; instead, do the same manually.  Use
2565         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
2566         with numeric argument.  Docstring fix.
2567         (toplevel): Require cl when compiling.
2569         * international/mule.el (make-char): Doc fix.
2571 2000-12-02  Jason Rumney  <jasonr@gnu.org>
2573         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2574         the Emacs Lisp manual)
2576 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
2578         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2580         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2581         the Emacs Lisp manual).
2583 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
2585         * simple.el (next-line-add-newlines): Change default to nil.
2587 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
2589         * files.el (revert-buffer, recover-file): Bind
2590         coding-system-for-read to emacs-mule-unix, not to no-conversion.
2592 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
2594         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2596 2000-12-01  Miles Bader  <miles@gnu.org>
2598         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2600 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
2602         * international/mule-diag.el (describe-char-after): Fix typo.
2603         (describe-character-set, non-iso-charset-alist): Fix typo.
2605 2000-12-01  Miles Bader  <miles@gnu.org>
2607         * image-file.el (image-file-name-regexp): Automatically add
2608         upper-case variants of each filename extension in
2609         `image-file-name-extensions', since they seem to be common.
2611         * simple.el (minibuffer-contents)
2612         (minibuffer-contents-no-properties, delete-minibuffer-contents):
2613         New functions.
2614         * filecache.el (file-cache-directory-name)
2615         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2617 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
2619         * filecache.el (file-cache-minibuffer-complete): Don't try to
2620         delete the minibuffer prompt.
2622 2000-11-30  Dave Love  <fx@gnu.org>
2624         * cus-start.el: Fix read-buffer-function type.
2626 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
2628         * md5.el: Removed.  There's a built-in function, now.
2630 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
2632         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2633         as dummy 0-th char of rmail-deleted-vector.
2635 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
2637         * ps-print.el (ps-end-job): Bind case-fold-search only after
2638         switching to ps-spool-buffer.
2640 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2642         * ps-print.el: Line number font customization.  PostScript: Lines and
2643         PageCount are initialized on each page.  Doc Fix.
2644         (ps-print-version): New version number (6.3.2).
2645         (ps-lpr-switches, ps-font-info-database, ps-font-size)
2646         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2647         (ps-right-header): Customization fix.
2648         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2649         Fix code.
2650         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2651         New vars.
2653 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
2655         * bs.el: Fix typos and spelling errors.
2656         (bs-appearance) <defgroup>: Renamed from bs-appearence.
2657         (bs-configuration): Doc fix.
2659         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
2661 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
2663         * emulation/tpu-edt.el (tpu-version): New version.
2664         (tpu-search-overlay, tpu-replace-overlay): New initial range.
2665         (tpu-original-mode-line): Variable deleted.
2666         (tpu-mark-flag): New initial value.
2667         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
2668         tpu-mark-flag to minor-mode-alist.
2669         (tpu-update-mode-line): New mark flag logic.
2670         (tpu-get): Use find-file-wildcards.
2671         (tpu-search-highlight): Move overlay less, reset overlay properly.
2672         (tpu-unselect): Deactivate mark.
2673         (tpu-lm-replace): Reset overlay properly.
2674         (tpu-forward-line): Use forward-visible-line.
2675         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
2677         * emulation/tpu-extras.el (tpu-forward-line): Use
2678         forward-visible-line.
2680 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
2682         * cus-edit.el (custom-face-value-create): Always emphasize tag.
2684 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2686         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2687         and skip whitespace and newlines.
2689 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2691         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2693 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
2695         * help.el (describe-function-1): Regexp-quote function name
2696         when used as part of a regexp.
2698         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2699         face-attribute instead of face-foreground and face-background.
2700         (tool-bar-add-item): Likewise, and handle unspecified colors.
2702         * enriched.el (enriched-face-ans): Use face-attribute instead
2703         of face-foreground and face-background.
2705         * faces.el (face-foreground, face-background, face-stipple):
2706         Return nil if attribute is unspecified, for backward
2707         compatibility.
2709         * files.el (auto-mode-alist): Add an entry for antlr-mode.
2711         * play/5x5.el: Remove version info.
2713         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2715         * frame.el (blink-cursor-mode): Doc fix.
2717 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2719         * antlr-mode.el: New commands to run ANTLR from within Emacs and
2720         to create Makefile rules.
2721         (antlr-tool-command): New user option.
2722         (antlr-ask-about-save): New user option.
2723         (antlr-makefile-specification): New user option.
2724         (antlr-file-formats-alist): New variable.
2725         (antlr-special-file-formats): New variable.
2726         (antlr-unknown-file-formats): New user option.
2727         (antlr-help-unknown-file-text): New variable.
2728         (antlr-help-rules-intro): New variable.
2729         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2730         (antlr-mode-menu): Add entries.
2731         (antlr-file-dependencies): New function.
2732         (antlr-directory-dependencies): New function.
2733         (antlr-superclasses-glibs): New function.
2734         (antlr-run-tool): New command.
2735         (antlr-makefile-insert-variable): New function.
2736         (antlr-insert-makefile-rules): New function.
2737         (antlr-show-makefile-rules): New command.
2739         * antlr-mode.el: More Emacs/XEmacs stuff.
2740         (antlr-no-action-keywords): New constant with value nil.
2741         (antlr-font-lock-keywords-alist): Use it.  Old value would break
2742         syntax highlighting in Emacs-21.0.
2743         (antlr-default-directory): Emacs/XEmacs dependend function.
2744         (antlr-read-shell-command): Ditto.
2745         (antlr-with-displaying-help-buffer): Ditto.
2747 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2749         * antlr-mode.el: imenu, parsing and highlighting changes.
2750         (antlr-imenu-create-index-function): Don't create extra submenus
2751         for definitions in different grammar classes.  It is not necessary
2752         for the menu and would make command `imenu' awkward to use.
2753         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2754         header actions and more than one.
2755         (antlr-font-lock-tokendef-face): Changed color.
2756         (antlr-font-lock-tokenref-face): Changed color.
2757         (antlr-font-lock-additional-keywords): Also highlight lowercase.
2758         (antlr-mode-syntax-table): New variable.
2759         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2760         (antlr-with-syntax-table): Don't copy syntax table.
2762 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2764         * antlr-mode.el: Minor changes: language setting.
2765         (antlr-language-alist): The value for file option "language" can
2766         be both an identifier and a string.
2767         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2768         (antlr-language-limit-n-regexp): Change accordingly.
2770 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2772         * antlr-mode.el: Minor changes: tabs, hiding.
2773         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2774         (antlr-action-visibility): Also allow value nil to also hide the
2775         braces.  Renamed from `antlr-tiny-action-length'.
2776         Suggested by Jay@aol.com.
2777         (antlr-hide-actions): Change accordingly.  Hide line if completely
2778         hidden action is on a line of its own.
2780 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2782         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2784         * sort.el (sort-columns): Don't concat strings with numbers.
2786 2000-11-29  Dave Love  <fx@gnu.org>
2788         * cus-edit.el (face): Fix :format.
2790         * mail/feedmail.el: Require smtpmail when compiling.
2791         (mail-do-fcc): Autoload.
2792         (feedmail) <defgroup>: Fix :link.
2793         (feedmail-nuke-body-in-fcc): Fix :type.
2794         (feedmail-send-it): Add autoload cookie.
2796 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2798         * newcomment.el (comment-indent): Save excursion around call to
2799         comment-indent-function.
2801 2000-11-29  Miles Bader  <miles@gnu.org>
2803         * subr.el (member-ignore-case): Return the tail of the list who's
2804         car matches, like `member', not the matching element itself.
2806 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
2808         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
2809         should not contain `\n'.
2811 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2813         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2815         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2817         * dired-aux.el (dired-do-create-files): Construct default file
2818         name for dired-mark-read-file-name so that when the user enters
2819         just RET, the target file will end up in the target directory.
2821         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2822         local-abbrev-table before changing buffers because it might
2823         have a buffer-local binding.
2825 2000-11-28  Miles Bader  <miles@gnu.org>
2827         * simple.el (delete-horizontal-space): Handle fields more generally.
2829 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2831         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2833 2000-11-28  Dave Love  <fx@gnu.org>
2835         * progmodes/ps-mode.el (ps-mode): Set comment-start and
2836         comment-start-skip locally.
2838         * progmodes/fortran.el (fortran-mode): Don't set
2839         fortran-comment-line-start-skip.  Set comment-start to
2840         fortran-comment-line-start.
2841         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2842         (fortran-comment-line-start-skip): Simplify slightly.
2844 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2846         * play/5x5.el: Remove RCS keyword.
2848         * bs.el: Mistaken commit, undone 2000-11-30.
2850 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
2852         * textmodes/tildify.el (tildify-string-alist): Add
2853         `plain-tex-mode' here.
2855 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
2857         * chistory.el (Command-history-setup): Remove extraneous `keymap'
2858         reference.
2860 2000-11-28  Miles Bader  <miles@gnu.org>
2862         * cus-face.el (custom-face-attributes): Add post-filter function
2863         for :box.  Make pre-filter function for :box handle all cases.
2865         * wid-edit.el (widget-choose): Make sure pop-up window is large
2866         enough to display all the choices, as there's no way to scroll it.
2868 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
2870         * international/mule-conf.el: Make the coding system no-conversion
2871         safe for all characters.
2873 2000-11-27  Dave Love  <fx@gnu.org>
2875         * net/ldap.el (ldap) <defgroup>: Add :version.
2877         * tooltip.el (tooltip-use-echo-area): Doc fix.
2879         * cus-start.el <minibuffer-prompt-properties>: Add version.
2880         <read-buffer-function>: Add.
2882         * apropos.el (apropos-print): Add help-echo to active text.
2884         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2886 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2888         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2889         type, group and version.
2891 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
2893         * select.el (x-get-selection): Docstring fix.
2895 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
2897         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2899 2000-11-27  Andrew Innes  <andrewi@gnu.org>
2901         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2903         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2905 2000-11-27  Miles Bader  <miles@gnu.org>
2907         * dired.el (dired-get-filename): Return filename verbatim if
2908         LOCALP is `verbatim'.
2909         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2910         `verbatim' so that we don't inadvertently delete a non-existant
2911         directory name.
2913 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
2915         * international/characters.el: Specify cases and syntaxes for
2916         mule-unicode-0100-24ff.
2918 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2920         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2921         that foreground and/or background colors of the face `tool-bar'
2922         are unspecified.
2924 2000-11-27  Miles Bader  <miles@gnu.org>
2926         * wid-edit.el (widget-field-buffer, widget-field-start)
2927         (widget-field-end): Handle widget field `pseudo-overlays'.
2928         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2929         if it's there instead of in `widget-field-list'.
2931         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2932         (help-make-xrefs): Delete extraneous newlines at the end of the
2933         docstring.
2935 2000-11-25  Jason Rumney  <jasonr@gnu.org>
2937         * startup.el (command-line): Call set-locale-environment after
2938         Window System init file is read, as it can result in a call to
2939         redraw-frame.
2941 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
2943         * simple.el (shell-command): Mention the effect of the prefix
2944         argument in the doc string.
2946 2000-11-25  Miles Bader  <miles@gnu.org>
2948         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2950         * wid-edit.el (widget-field-value-delete): Don't try to delete
2951         overlay when it's the `pseudo-overlay' that exists at some points.
2953 2000-11-24  Jason Rumney  <jasonr@gnu.org>
2955         * international/mule-cmds.el (locale-language-names): Add "jp" as
2956         a non-standard alternative for Japanese.
2958 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
2960         * vc-hooks.el: Require 'cl during compilation.
2962 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
2964         * faces.el (face-set-after-frame-default): Let face attributes
2965         specified for new frames override frame parameters.
2967         * startup.el (command-line): Fix computation of the source file
2968         for user-init-file when user-init-file is a compiled file.
2970 2000-11-24  Miles Bader  <miles@gnu.org>
2972         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2973         (custom-post-filter-face-spec): New functions.
2974         (custom-face-set, custom-face-value-create): Filter the face spec
2975         before and after customization.
2976         (custom-face-set): If VALUE specifies a null face, pass a
2977         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2978         * cus-face.el (custom-face-attributes): Remove SET and GET
2979         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
2980         cases they're needed.
2982         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2983         that it's distinguishable from the :off-glyph on dark-background
2984         displays.  Set its background color too.
2986         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2987         so that people can easily turn it off.
2989 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
2991         * ediff-diff.el: Moved variables around to have it compile under NT.
2993         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2995         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2997         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2998         redundant skip-small-frames test.
3000         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
3001         (viper-downgrade-to-insert): protect against errors in hooks.
3003         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3004         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
3005         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
3006         functions.
3008         * viper-util.el (viper-memq-char): Bug fixes.
3010         * viper.el (viper-mode): Fix cursor handling.
3012 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
3014         * international/mule-diag.el (list-iso-charset-chars): For
3015         two-byte charset, fix the `while' condition.
3016         (list-non-iso-charset-chars): Fix the `while' condition.
3018 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
3020         * subr.el (add-hook, remove-hook): Don't call make-local-hook
3021         if the variable is make-variable-buffer-local.
3023         * progmodes/ada-stmt.el (ada-template-map): Initialize
3024         and bind it to C-c t in ada-mode-map.
3025         (ada-stmt-mode-hook): New function extracted from old code.
3026         Only change the buffer-local side of skeleton-*.
3027         (ada-mode-hook): Use it.
3029 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
3031         * iswitchb.el (iswitchb-minibuf-depth): New variable.
3032         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3033         we expect to be returned by minibuffer-depth once we prompt the
3034         user in the minibuffer.
3035         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3036         as recorded in iswitchb-minibuf-depth, return non-nil.
3038 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
3040         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3041         (hscroll-window-maybe): Docstring fix.
3043 2000-11-23  Dave Love  <fx@gnu.org>
3045         * rect.el (string-rectangle): Don't test delete-selection-mode.
3047 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
3049         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3050         is in the tool bar.
3052         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3053         with `no-dir'; we want the directory part to be able to remove
3054         it.
3056 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
3058         * textmodes/outline.el (outline-flag-region):
3059         Don't bind inhibit-read-only since we don't modify the buffer.
3060         (outline-isearch-open-invisible): Don't jump to overlay-start
3061         since we're trying to unhide text around point.
3062         (outline-discard-overlays): Use dolist.
3064         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3066 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
3068         * mail/rmail.el (rmail-confirm-expunge): Default to
3069         y-or-n-p.
3071 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
3073         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3074         Fix ARG regexp to skip quoted braces.
3075         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3076         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3077         are (correctly) handled separately).
3078         Remove `caption' and `footnote' from `citations': they contain text.
3079         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3080         (latex-skeleton-end-hook): New function.
3081         (latex-mode): Use it.
3082         (tex-start-tex-marker): Remove.
3083         (tex-send-tex-command): Don't set tex-start-tex-marker.
3084         (tex-error-parse-syntax-table): New var.
3085         (tex-compilation-parse-errors): Use it.
3086         Ignore tex-start-tex-marker.  Don't bother with marker-position.
3087         (tex-validate-buffer): Don't bother with marker-position.
3089         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
3090         (flyspell-generic-progmode-verify): Use it.
3092 2000-11-22  Sam Steingold  <sds@gnu.org>
3094         * simple.el (delete-trailing-whitespace): New interactive
3095         function.
3097         * progmodes/ada-mode.el (ada-mode): Use it instead of
3098         `ada-remove-trailing-spaces'.
3099         (ada-remove-trailing-spaces): Removed.
3101         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
3103         * textmodes/picture.el (picture-clean): Removed.
3104         (picture-mode-exit): Call it instead of `picture-clean'.
3106 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
3108         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3110         * hi-lock.el (hi-lock-refontify): Don't call non-existent
3111         jit-lock-fontify-buffer; it should anyway be unneccessary to
3112         do anything special when jit-lock is active.
3113         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3115 2000-11-22  Dave Love  <fx@gnu.org>
3117         * calendar/todo-mode.el (todo-top-priorities): Use
3118         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3120         * language/chinese.el, language/cyrillic.el:
3121         * language/devanagari.el, language/ethiopic.el, language/greek.el:
3122         * language/hebrew.el, language/indian.el, language/japanese.el:
3123         * language/korean.el, language/lao.el, language/misc-lang.el:
3124         * language/thai.el, language/tibetan.el, language/vietnamese.el:
3125         Use provide.
3127         * cus-edit.el (custom-buffer-create-internal): Save some consing.
3128         (custom-variable-set): Improve validation error mesage.
3130         * rect.el (string-rectangle): Revert last change.
3131         (string-rectangle-line): New arg DELETE.
3132         (string-rectangle): Check delete-selection-mode.
3134         * emacs-lisp/edebug.el (edebug-version)
3135         (edebug-maintainer-address): Deleted.
3136         (edebug-submit-bug-report): Just alias to report-emacs-bug.
3137         (edebug-read-function): Account for other `'#' read forms.
3138         (edebug-mode-menus): Make some items toggles.
3139         (edebug-outside-unread-command-event, unread-command-event):
3140         Remove these to avoid warnings.
3142 2000-11-22  David Ponce  <david@dponce.com>
3144         * recentf.el (recentf-menu-items-for-commands)
3145         (recentf-make-menu-items, recentf-make-menu-item)
3146         (recentf-filter-changer): Added :help and :active menu-item properties.
3148         (recentf-build-dir-rules, recentf-dump-variable)
3149         (recentf-edit-list, recentf-open-files-item)
3150         (recentf-open-files): Replaced unnecessary `mapcar' with new
3151         built-in `mapc'.
3153 2000-11-23  Miles Bader  <miles@gnu.org>
3155         * faces.el (menu): Make inverse-video on ttys too.
3157 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
3159         * simple.el (comment-line-break-function): Use the new name
3160         indent-new-comment-line -> comment-indent-new-line.
3161         (clone-indirect-buffer): Don't ignore NORECORD.
3162         (next-completion): Properly handle the case where items are adjacent.
3164         * mouse.el (popup-menu): Stupid typo.
3166 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
3168         * emacs-lisp/authors.el: Remove autoload cookies, add author,
3169         maintainer, keywords tags.
3171         * rect.el (replace-rectangle): Don't call string-rectangle-line
3172         with too many arguments.
3174 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
3176         * ediff-util.el (ediff-file-checked-out-p)
3177         (ediff-file-checked-in-p): Call vc-state instead of
3178         vc-locking-user, which no longer exists.
3180         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3182 2000-11-22  Dave Love  <fx@gnu.org>
3184         * md5.el (md5): Provide.
3185         (md5): Fix error call.
3187 2000-11-22  Miles Bader  <miles@gnu.org>
3189         * textmodes/refill.el (refill-adjust-ignorable-overlay)
3190         (refill-fill-paragraph-at): Remove debugging code.
3192         * calendar/calendar.el (generate-calendar-window): When we don't
3193         call `fit-window-to-buffer', make sure the top line is fully visible.
3195         * image-file.el (insert-image-file): Don't make `read-only'
3196         property rear-nonsticky.
3198         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3199         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3200         stashing away its original value.
3201         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3202         in the recursive edit.
3203         Bind `isearch-original-minibuffer-message-timeout' to protect it.
3204         (isearch-done): Restore `minibuffer-message-timeout'.
3206         * cus-start.el: Remove entry for `mode-line-inverse-video'.
3208 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
3210         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3212         * find-lisp.el (find-lisp-find-files-internal):
3213         Use dolist, when and file-name-as-directory.
3215         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3216         (define-derived-mode, define-minor-mode): Add specs.
3218         * window.el: General comment and spacing fixes.
3219         (save-selected-window): Use backquotes.
3220         (window-safely-shrinkable-p): New function.
3221         (shrink-window-if-larger-than-buffer): Use it.
3223         * subr.el (make-local-hook): Docstring fix.
3225         * shell.el (shell-mode): Use define-derived-mode.
3227         * newcomment.el (comment-indent): Insert comment before calling
3228         comment-indent-function.  Don't insert in column 0.
3229         (comment-dwim): Indent before inserting comment.
3231         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
3232         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
3233         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3234         Use mapc rather than map.
3236         * files.el (find-buffer-visiting): Compare all attributes before
3237         declaring two files identical (rather than just their inode-no).
3238         (auto-mode-alist): Use \' rather than $.
3240         * which-func.el: Update maintainer line.
3242         * pcvs.el (uniquify-buffer-file-name): Remove advice.
3243         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3244         (uniquify-buffer-file-name): Use it.
3246 2000-11-22  Miles Bader  <miles@gnu.org>
3248         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3249         * simple.el (minibuffer-avoid-prompt): New function.
3251 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
3253         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3255 2000-11-21  Miles Bader  <miles@gnu.org>
3257         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3258         inclusion of `track-mouse'.
3260         * textmodes/refill.el (refill-ignorable-overlay): New variable.
3261         (refill-adjust-ignorable-overlay): New function.
3262         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3263         only the paragraph's tail if possible.
3264         Update `refill-ignorable-overlay'.
3265         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3267         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3268         point inside the fill-prefix.
3270         * textmodes/refill.el (refill-post-command-function): Don't reset
3271         refill-doit in the case where a self-insertion command doesn't
3272         case a refill.  Use `refill-fill-paragraph-at', getting position
3273         from `refill-doit'.
3274         (refill-after-change-function): Set `refill-doit' to END.
3275         (refill-fill-paragraph-at): New function, mostly from old
3276         refill-fill-paragraph.
3277         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3278         (refill-pre-command-function): New function.
3279         (refill-mode): Add it to `pre-command-hook'.
3281 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
3283         * textmodes/artist.el (artist-mode): Fix autoload cookie.
3285         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3286         javadoc tags.
3288 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
3290         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3291         vc.el).
3293         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
3294         require vc.
3296         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
3297         checkouts.
3299 2000-11-20  Dave Love  <fx@gnu.org>
3301         * Makefile.in (DONTCOMPILE): Omit bindings.el.
3303 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
3305         * calculator.el (calculator-paste): Use `if' instead of `and'
3306         and `or'.
3307         (calculator-help): Don't use electric-describe-mode for XEmacs.
3309 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
3311         * info.el (info-menu-5): Doc fix.
3313         * textmodes/artist.el: New file.
3315 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
3317         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
3318         and differentiate according to checkout model.
3319         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3320         since this function is only concerned with master state.
3322         * vc-hooks.el (vc-workfile-unchanged-p,
3323         vc-default-workfile-unchanged-p): Moved here from vc.el.
3325         * vc.el (vc-workfile-unchanged-p,
3326         vc-default-workfile-unchanged-p): See above.
3328 2000-11-19  Miles Bader  <miles@gnu.org>
3330         * image-file.el (insert-image-file): Make `intangible' and
3331         `read-only' properties rear-nonsticky too.
3333 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
3335         * ps-print.el: Update copyright notice.
3337         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3338         (tooltip-show): Use the offsets.
3340         * bindings.el (mode-line-modified): Fix a typo.
3341         (mode-line-toggle-modified, mode-line-widen)
3342         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3344 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
3346         * ps-print.el (toplevel): Test for find-coding-system being
3347         fboundp before calling ps-x-find-coding-system.
3349 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3351         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3352         (vc-version-backup-file): Docstring fix.
3354 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
3356         * files.el (basic-save-buffer): Don't add a newline if
3357         find-file-literally is non-nil.
3358         (find-file-literally): Extend doc string.
3360         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3361         sort(1) with the `-f' argument.
3363 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
3365         * vc.el: Updated backend documentation.
3366         (vc-default-check-headers): New function.
3368         * vc-{cvs,rcs,sccs}.el: Functions reordered.
3370         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
3371         up-to-date.
3372         (vc-do-command): In the asynchronous case, output messages only if
3373         the minibuffer is not active.
3375         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
3376         `vc-cvs-use-edit' is on.
3377         (vc-cvs-checkout): When this is used for reverting the workfile,
3378         make a backup of the original contents and revert to that in case
3379         of error.
3380         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
3381         remote repositories.
3383         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3384         for both version and ratio in the minibuffer.
3386         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
3387         Use vc-do-command to perform the annotation, not call-process.
3389 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
3391         * international/quail.el (quail-start-translation): Don't call
3392         `message' before reading key sequence.
3394 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
3396         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3398 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
3400         * window.el (fit-window-to-buffer): Be sure to acquire at least
3401         one text line even if the buffer is empty.
3403 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
3405         * net/ange-ftp.el (ange-ftp-file-writable-p)
3406         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3407         ange-ftp-process-verbose to nil.
3409 2000-11-15  Dave Love  <fx@gnu.org>
3411         * wid-edit.el (widget-specify-field, widget-specify-button): If
3412         :help-echo is a function, set help-echo of overlay to
3413         widget-mouse-help.
3414         (widget-mouse-help): New function.
3415         (widget-echo-help): Rewritten for :help-echo functions only taking
3416         a widget arg.
3418         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3419         display-graphic-p.
3420         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3421         and that JPEG is available.
3422         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3424         * international/mule-cmds.el (locale-charset-language-names):
3425         Match @euro.
3427 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
3429         * faces.el (face-set-after-frame-default): If
3430         `inhibit-default-face-x-resources' is bound, don't intialize the
3431         default face from X resources.
3433 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
3435         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3436         Don't set EMACSLOADPATH.
3438 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
3440         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3441         texinfo-insert-@url.
3442         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3443         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3445 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3447         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3448         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3449         (checkdoc-minor-keymap): Backward compatibility.
3450         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3451         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3452         (checkdoc-this-string-valid-engine): Be a bit more strict
3453         to avoid matching substrings of `...' quoted vars/funs.
3454         (checkdoc-defun-info): Only look for `interactive' if alone.
3455         (debug-ignored-errors): Add "arg doesn't appear in docstring".
3457         * progmodes/compile.el (grep): `tag-default' can be nil.
3459         * newcomment.el (comment-indent): Paren typo.
3461 2000-11-14  Dave Love  <fx@gnu.org>
3463         * calculator.el: New maintainer version.
3465         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
3467         * cmuscheme.el: Doc fixes.
3468         (cmuscheme) <defgroup>: Use `scheme' as parent.
3469         (cmuscheme-program-name): Remove.  Change uses to
3470         scheme-program-name.
3472         * xscheme.el (scheme-program-name): Don't define here.
3474         * progmodes/scheme.el (scheme-program-name): New variable
3475         (originally in cmuscheme).
3477 2000-11-14  Miles Bader  <miles@gnu.org>
3479         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3480         Handle header-lines.  Don't loop forever if we can't enlarge the
3481         window anymore.  Simplify a bit.
3483 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
3485         * window.el (fit-window-to-buffer): Don't check
3486         window-text-height.  Assure that the last line is fully visible.
3488         * international/quail.el (quail-show-guidance-buf): Call
3489         fit-window-to-buffer to assure the enough height of the guidance
3490         buffer.
3491         (quail-update-guidance): Avoid making the guidance buffer shorter.
3493 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3495         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3496         rather than `prepend' and add an interesting comment.
3497         (tex-math-face, tex-font-lock-syntactic-face-function):
3498         New face and function to use it.
3499         (tex-define-common-keys, tex-mode-map): Use menu-item rather
3500         than `menu-enable' symbol property.
3501         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3502         (tex-mode): Add some latex-mode commands for auto-selection.
3503         Use tex-font-lock-syntactic-face-function.
3504         (tex-insert-quote): Simplify.
3505         (tex-shell): New mode.
3506         (tex-start-shell): Use it.
3507         (tex-shell-proc, tex-shell-buf): New functions.
3508         (tex-send-command): Use it.
3509         (tex-main-file): Fix the meaning of the new arg REALFILE.
3510         (tex-send-tex-command): New function split from `tex-start-tex'.
3511         Set compilation-last-buffer and compilation-parsing-end.
3513         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3514         when it follows non-comment text on the line.
3516         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3517         Set font-lock-defaults.
3518         (lisp-mode-shared-map): Init inside the defvar.
3519         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3520         Use define-derived-mode.
3522 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
3524         * faces.el (header-line): Use `:box nil' for color/gs displays too.
3526 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
3528         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3529         recursively optimize body because that can lead to infinite
3530         recursion; see comment there.
3532 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
3534         * faces.el (face-spec-set-match-display): Revert the change from
3535         2000-10-24.  Add a FIXME for after v21.1.
3537 2000-11-13  Miles Bader  <miles@gnu.org>
3539         * textmodes/fill.el (skip-line-prefix): New function.
3540         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
3541         (fill-paragraph): Don't leave point inside the fill-prefix.
3542         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3543         point inside the fill-prefix.
3545 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
3547         * calendar/calendar.el (generate-calendar-window): Use
3548         `fit-window-to-buffer'.
3550 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
3552         * gud.el (gud-minor-mode): New var.
3553         (gud-symbol, gud-val): New functions.
3554         (gud-find-file): Copy gud-minor-mode to the new buffer.
3555         (gud-menu-map): Include entries for commands that are not always
3556         available, using :enable to (de)activate them.
3557         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
3558         (gud-mode-map): New map.
3559         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
3560         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3561         Don't set up gud's menu (it's done by the minor-mode).
3562         (gud-minibuffer-local-map): New.
3563         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3564         (gud-query-cmdline): New function.
3565         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
3566         (gud-mode): Use define-derived-mode.
3567         Don't set up gud's menu (it's done by the minor-mode).
3568         (gud-chop-words): Remove.
3569         (gud-common-init): Use split-string instead.
3570         (gud-new-keymap, gud-make-debug-menu): Eradicate.
3572         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3573         Add keyword arg :name.
3575         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3576         (diff-count-matches, diff-split-hunk): New functions.
3577         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3579         * pcvs-info.el (cvs-fi-conflict-face): New var.
3581         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3582         Make it into a simple syntax-table, shared among all submodes.
3583         (sh-heredoc-face): Re-introduce.
3584         (sh-font-lock-syntactic-face-function): New function.
3585         (sh-mode): Use it.  Also use define-derived-mode.
3586         Remove old bogus setting of indent-region-function.
3587         (sh-set-shell): Don't set the syntax-table any more.
3588         (sh-mode-syntax-table) <defun>: Remove.
3590 2000-11-12  Miles Bader  <miles@gnu.org>
3592         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3593         message if interactive.
3595 2000-11-12  Dave Love  <fx@gnu.org>
3597         * mail/feedmail.el: Fix header,
3598         (feedmail) <defgroup>: Add :link.
3600         * view.el: Use local-map property, not keymap on mode-line string.
3602         * scroll-all.el (scroll-all-mode): Customize variable.  Add
3603         autoload cookie to function.
3605         * lazy-lock.el: Remove compatibility code.
3607         * finder.el (finder-known-keywords): Add `files', remove `vms'.
3608         (finder-help-echo): New variable.
3609         (finder-mouse-face-on-line): Add help-echo stuff.
3610         (finder-list-keywords, finder-list-matches): Use mapc.
3612         * faces.el (face-font-registry-alternatives): Add :version.
3614         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3615         tags-table-list.
3617         * net/browse-url.el (browse-url-browser-function): Update :version.
3619         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
3620         (mail-mode): Use [:alnum:] in some regexps.
3622 2000-11-10  Dave Love  <fx@gnu.org>
3624         * ediff.el (ediff-regions-internal, ediff-documentation):
3625         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3626         fundamental mode.
3628         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3629         buffer into fundamental mode.
3630         (ediff-set-difference): Use copy-sequence if available.
3632         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3633         ediff-patch-map non-nil.
3634         (ediff-fixup-patch-map, ediff-fixup-patch-map)
3635         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3636         buffer into fundamental mode.
3638         * ediff-merg.el (state-or-merge): Defvar when compiling.
3640 2000-11-10  Jason Rumney  <jasonr@gnu.org>
3642         * w32-fns.el (w32-add-charset-info): New function.
3643         (w32-charset-info-alist): Use it.
3645 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
3647         * faces.el (face-font-registry-alternatives): New user-option.
3649 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
3651         * textmodes/texinfo.el (texinfo-block-default): New var.
3652         (texinfo-insert-block): Use it.  Insert a newline if needed.
3654         * textmodes/fill.el (fill-indent-according-to-mode): New var.
3655         (fill-region-as-paragraph): Use it.
3657         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3658         (latex-mode): Tweak tex-*-(head|trail)er regexps.
3659         Tweak paragraph regexps to allow a leading [ \t]*.
3660         (tex-latex-block): Insert a newline if necessary.
3661         (latex-insert-item): Only insert a newline if necessary.
3662         (tex-guess-main-file): New function.
3663         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
3664         Set tex-main-file if TeX-master is provided.
3665         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3667 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
3669         * startup.el (command-line): Set the default tooltip-mode
3670         to t for graphical displays which implement x-show-tip.
3672         * tooltip.el (tooltip-mode): Add a comment about startup.el
3673         setting the default value of this user-option.
3675 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
3677         * font-lock.el (font-lock-*-face) <defvar>: Move.
3678         (font-lock-defaults-alist): Mark obsolete.
3679         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3680         (font-lock-mode): Use define-minor-mode.
3681         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3682         (font-lock-turn-off-thing-lock): Be more explicit.
3683         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3684         (font-lock-syntactic-face-function): New var.
3685         (font-lock-fontify-syntactically-region): Use it.
3686         (font-lock-doc-face): New.
3688         * pcvs.el (cvs-enabledp): Ignore errors.
3689         (cvs-commit-filelist): Never query.
3690         (cvs-mode-insert): Always add a terminating / in the initial prompt.
3691         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3692         (cvs-do-removal): Use cvs-partition rather than delete-if.
3693         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3694         cvs-bury-buffer.
3696         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3697         Allow `next' to jump to after the end of the last match.
3699 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
3701         * simple.el (byte-compiling-files-p): New function.
3703         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3704         if it is there.
3706         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3707         nil again.
3709         * textmodes/ispell.el (ispell-library-path): Don't call
3710         check-ispell-version when byte-compiling because that starts
3711         an ispell process, and ispell might not be installed.
3712         (toplevel): Don't set up a menu when byte-compiling.
3714         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3715         it, so that a boundp test can be used to determine if we're
3716         currently byte-compiling.
3718 2000-11-09  Dave Love  <fx@gnu.org>
3720         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3721         eval-after-load.
3723 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3725         * ps-print.el: Patch for variable initialization when spooling.  Doc
3726         fix.
3727         (ps-output-list): Fun eliminated.
3728         (ps-begin-file, ps-begin-job): Code fix.
3730 2000-11-08  Dave Love  <fx@gnu.org>
3732         * ediff-wind.el (ediff-control-frame-parameters): Zero
3733         tool-bar-lines.
3735 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
3737         * simple.el (shell-command, display-message-or-buffer)
3738         (shell-command-on-region): Mention resize-mini-windows in the doc
3739         string.
3740         (display-message-or-buffer): Take the value of resize-mini-windows
3741         into account.
3743 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
3745         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3747         * dired.el (dired-between-files): Add `^. find' as an alternative
3748         to the regular expression, for find-dired.
3750 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3752         * textmodes/texnfo-upd.el: Require texinfo.
3753         (defmacro, defgroup): Remove.
3754         (texinfo-section-to-generic-alist): Remove.
3755         Use texinfo-section-list instead (i.e. level is changed string->int).
3756         (texinfo-filter): New function.
3757         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3758         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3759         Use it.  And use regexp-opt.
3760         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3761         (texinfo-update-menu-region-beginning)
3762         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3763         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3764         (texinfo-update-menu-same-level-regexps): Update.
3765         (texinfo-update-node, texinfo-every-node-update)
3766         (texinfo-sequential-node-update): Remove autoload cookie.
3768         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3769         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3770         (texinfo-chapter-level-regexp): Remove.
3771         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3773 2000-11-06  Dave Love  <fx@gnu.org>
3775         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3777         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3778         Match defun*.
3780 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
3782         * composite.el (composition-function-table): Variable declaration
3783         moved to src/composite.c.
3784         (compose-chars-after): New optional arg object.
3786 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
3788         * bindings.el (mode-line-toggle-read-only)
3789         (mode-line-toggle-modified, mode-line-widen)
3790         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3791         (make-mode-line-mouse2-map): Rewritten.
3792         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3793         functions so that C-h k can show something with a doc string.
3795         * startup.el (fancy-splash-delay): Set to 10 seconds.
3796         (fancy-splash-max-time): New user-option.
3797         (fancy-splash-stop-time): New variable.
3798         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
3799         (fancy-splash-screens-1): Throw `stop-splashing' when current
3800         time is greater than fancy-splash-stop-time.
3802 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3804         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3806         * pcvs.el (cvs-mode-marked): New arg `noquery'.
3807         Prompt user for a file rather than raising an error.
3808         (cvs-enabledp): Fix call to cvs-mode-marked.
3809         (cvs-insert-file): New function (extracted from cvs-mode-insert).
3810         (cvs-mode-insert): Use it.  Change the init prompt' value.
3811         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3813         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3814         Don't pass default arg to ewoc-locate.
3815         (ewoc-collect): Return result in the right order.
3817         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3819         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3820         (cvs-status-get-tags): Fix regexp.
3821         (cvs-status-trees, cvs-status-cvstrees):
3822         Combine after change hooks and don't sit-for.
3823         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3824         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3825         Use make-char rather than hard-coded cryptic data.
3826         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3828         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3830         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3831         (cvs-insert-strings): New function.
3833 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
3835         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3836         `mwheel-scroll-amount'.
3837         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3838         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3839         string-matching against the version string.
3841 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
3843         * language/thai.el ("Thai"): Set a lisp form that produces
3844         composed string in `sample-text' language info.
3846         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3847         composed string in `sample-text' language info.
3849         * international/mule-cmds.el (describe-language-environment): Eval
3850         `sample-text' data and insert the result.
3852         * international/mule-conf.el (compound-text): Define this coding
3853         system here.  Make x-ctext and ctext aliases of it.
3855         * language/european.el (compound-text, ctext): Moved to
3856         international/mule-conf.el.
3858 2000-11-05  Andrew Innes  <andrewi@gnu.org>
3860         * w32-fns.el (w32-version): New function.
3862 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
3864         * progmodes/awk-mode.el: Update copyright.
3865         (awk-mode-abbrev-table): Remove.
3866         (awk-font-lock-keywords): Use regexp-opt.
3867         (awk-mode): Use define-derived-mode.
3869         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3870         when extracting a suffix.
3872 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
3874         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
3875         auto-save-mode.
3877 2000-11-04  Jason Rumney  <jasonr@gnu.org>
3879         * language/european.el (decode-mac-roman): Test against r1 not r0.
3881 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
3883         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3884         (icon-mode): Define indent-line-function.
3885         (icon-comment-indent): Simplify.
3886         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3888         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3890         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3891         Bind change-log-default-mode to defeat the caching done on it.
3892         Don't bother saving excursion any more.
3894         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3896         * frame.el (after-setting-font-hook): Rename hooks -> hook.
3897         (set-frame-font): Use the new name (and the old for compatibility).
3899         * toolbar/tool-bar.el (tool-bar-mode):
3900         * time.el (display-time-mode):
3901         * recentf.el (recentf-mode):
3902         * paren.el (show-paren-mode):
3903         * mwheel.el (mouse-wheel-mode):
3904         * msb.el (msb-mode):
3905         * jka-compr.el (auto-compression-mode):
3906         * image-file.el (auto-image-file-mode):
3907         * hl-line.el (hl-line-mode):
3908         * delsel.el (delete-selection-mode):
3909         * autoinsert.el (auto-insert-mode):
3910         * complete.el (partial-completion-mode): Drop unneeded positional args.
3912         * info.el (Info-mode):
3913         * comint.el (comint-mode): Don't bother with make-local-hook.
3915         * log-edit.el (log-edit-menu): New menu.
3917 2000-11-03  Miles Bader  <miles@gnu.org>
3919         * wid-edit.el (widget-end-of-line): Reinstate, with a new
3920         definition, so that trailing spaces are handled properly.
3921         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3923 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
3925         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3926         tab character.
3927         (fancy-splash-screens): Set tab-width to 20.
3929 2000-11-03  Dave Love  <fx@gnu.org>
3931         * comint.el (comint-completion-addsuffix): Fix custom type.
3933 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3935         * font-lock.el (font-lock-buffers): Remove.
3936         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3937         (font-lock-change-major-mode): Remove.
3938         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3939         (font-lock-default-fontify-region): Extend the multiline
3940         fontification to whole lines.
3941         (font-lock-fontify-anchored-keywords)
3942         (font-lock-fontify-keywords-region): If matching just one
3943         line (with \n) only mark the \n as multiline.
3945         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3946         Correctly handle the case where several :group args are supplied.
3947         Allow :extra-args.
3948         (easy-mmode-define-global-mode): Allow :extra-args.
3949         Correctly handle the case where several :group args are supplied.
3951 2000-11-02  Miles Bader  <miles@gnu.org>
3953         * calendar/calendar.el (diary-face, calendar-today-face)
3954         (holiday-face): Remove dependency on `window-system'.
3956 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
3958         * Makefile.in (emacs): Set EMACSLOADPATH always.
3959         (update-authors, .el.elc, compile-files): Don't do it explicitly
3960         here.
3961         (compile-files): Bomb out if compilation of a file fails.
3963 2000-11-02  Dave Love  <fx@gnu.org>
3965         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3967 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
3969         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3970         punctuation in the warning inserted into the *mail* buffer.
3972 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
3974         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3975         (authors-public-domain-p): New function.
3976         (authors-print): Use it.
3978         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3980         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3982 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3984         * ps-print.el: Extension for even/odd printing.  Doc fix.
3985         (ps-print-version): New version number (6.3.1).
3986         (ps-even-or-odd-pages): Customization fix.
3987         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3988         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3989         (ps-page-count): Var replaced by `ps-page-column'.
3990         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3991         (ps-print-sheet-p): New fun.
3993 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3995         * tooltip.el (tooltip-gud-tips-setup): New function.
3996         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3997         (tooltip-mode): Call tooltip-gud-tips-setup.
3998         (tooltip-gud-tips): Use `gud-basic-call' instead of
3999         process-send-string, so the prompt gets frobbed appropriately.
4000         Handle nil return value from `tooltip-gud-print-command'.
4002 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
4004         * comint.el (comint-add-to-input-history): New function.
4005         (comint-send-input): Use `comint-add-to-input-history'.
4007 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
4009         * info.el (info-menu-header): New face.
4010         (Info-fontify-menu-headers): New function.
4011         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4013         * info.el (Info-insert-dir): Don't include blank lines at
4014         beginning of additional dir files (one is added automatically).
4016 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
4018         * emacs-lisp/easy-mmode.el (define-minor-mode):
4019         Revert the latest changes.
4020         Allow the three positional arguments to be skipped and replaced
4021         by keyword arguments.
4022         Add a :toggle argument to determine whether a nil arg means toggle
4023         or means turn-on.  The default is unchanged.
4024         Add a call to force-mode-line-update.
4026 2000-11-01  Dave Love  <fx@gnu.org>
4028         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
4029         cookie.
4031 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
4033         * calendar/calendar.el (diary-face, holiday-face): Add
4034         dark-background variants.
4036 2000-10-31  Sam Steingold  <sds@gnu.org>
4038         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4039         `tex-main-file' does not have directory in it.
4041 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
4043         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4045 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
4047         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4048         functional change.
4050 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
4052         * files.el (find-file-noselect): When we expand a wildcard, return
4053         a list of buffers, as we should do according to the doc string.
4055 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
4057         * loadup.el (top level): Adjust load path if program name is
4058         "../src/bootstrap-emacs", in case it's not dumped and thus the
4059         load path adjustment hasn't already been done.
4061 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4063         * ps-print.el: Fix bug on selected pages for printing.  Use
4064         `color-values' for Emacs 21.  Ensure fontification when jit-lock
4065         is on.  Try to avoid warning messages when compiling.  Doc Fix.
4066         (ps-print-version): New version number (6.3).
4067         (ps-color-device): Use `color-values' to determine if device
4068         supports color.
4069         (ps-color-values): Try to use `x-color-values' when using XEmacs.
4070         (ps-print-page-p): Changed from defsubst to defun.
4071         (ps-page-number): Changed from defmacro to defun.
4072         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4073         printing.
4074         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
4075         (ps-end-file, ps-dummy-page): Funs eliminated.
4076         (ps-print-color-scale): Changed default value.
4077         (ps-page-n-up, ps-print-page-p): New internal vars.
4078         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4079         (ps-plot-region, ps-generate, ps-end-job): Code fix.
4081         * delim-col.el: Little programming improvement.
4082         (delimit-columns-str): New macro.
4083         (delimit-columns-region, delimit-columns-rectangle): Code fix.
4085 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
4087         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4088         Moved to european.el.
4089         (ccl-encode-mac-roman-font, fontset-mac): Modified for
4090         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4091         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4092         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
4094 2000-10-30  Dave Love  <fx@gnu.org>
4096         * progmodes/cc-menus.el (imenu-generic-expression)
4097         (imenu-progress-message): Only defvar when compiling.
4099         * emacs-lisp/elp.el (elp-unload-hook): New function.
4101         * loadhist.el (unload-feature): Call elp-restore-function,
4102         checking for symbols; don't use elp-restore-all.
4103         (loadhist-hook-functions): Doc fix.
4105 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
4107         * log-edit.el (log-edit-confirm): Fix the default.
4109 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4111         * delim-col.el: Little fix: replace delimit-columns-align-columns by
4112         delimit-columns-format.
4113         (delimit-columns-region, delimit-columns-rectangle): Code fix.
4115 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
4117         * comint.el (comint-replace-by-expanded-history): Don't use
4118         comint-get-old-input (we're not looking at *old* input).
4119         (comint-get-old-input-default): If using fields, signal an error
4120         when the point is not in an input field.
4122 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
4124         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4125         and mule-unicode-e000-ffff.
4127         * international/mule.el (decode-char, encode-char): New functions.
4128         (make-coding-system): Accept a symbol of translation table as a
4129         value of property `safe-chars'.
4131         * international/mule-cmds.el (encode-coding-char): Check property
4132         safe-chars instead of safe-charsets.
4134         * international/fontset.el (fontset-default): Modified for
4135         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4136         (x-font-name-charset-alist): Likewise.
4137         (ccl-encode-unicode-font): New CCL program.  Record it in
4138         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4140         * language/european.el (mac-roman-decoder, mac-roman-encoder):
4141         New translation tables.
4142         (decode-mac-roman, encode-mac-roman): Definition of these CCL
4143         programs are modified and moved from mac-win.el.
4144         (mac-roman): Definition of this coding system is modified and
4145         moved from mac-win.el.
4147 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
4149         * ediff-wind.el (ediff-setup-control-frame): Enclose
4150         face-attribute in condition-case to avoid errors in older emacsen.
4152 2000-10-29  Miles Bader  <miles@gnu.org>
4154         * custom.el (custom-add-to-group): Allow multiple entries for a
4155         given value OPTION, as long as their widget types are different.
4156         * cus-edit.el (custom-face-value-create): If face name doesn't end
4157         with "face", add such here (similar to custom group widgets).
4159         * comint.el (comint-highlight-prompt): Add :type.
4161 2000-10-28  John Wiegley  <johnw@gnu.org>
4163         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4164         Changed this function to operate on a temporary buffer instead of
4165         the main buffer.  This not only keeps flyspell from marking a
4166         buffer as changed that wasn't, but it solves the jumpy cursor
4167         problem when attempts are made to edit incorrect words.
4168         (flyspell-maybe-correct-doubling): Same change as for
4169         `flyspell-maybe-correct-transposition'.
4171         * calendar/timeclock.el (timeclock-log): Doc fix.
4172         (timeclock-last-event): Doc fix.
4173         (timeclock-log): Kill the timelog buffer after appending a new
4174         event.
4175         (timeclock-find-discrep): Use a temp buffer to read in the
4176         timelog, instead of visiting the file.
4177         (timeclock-log-data): A new function, along with a host of helper
4178         functions, for the purpose of making timelog data accessible to
4179         programmers.
4181         * eshell/esh-mode.el (window-height test): Make certain that
4182         `eshell-stringify-t' is non-nil.
4183         (eshell-password-prompt-regexp): Changed to a much simpler
4184         password regexp.
4185         (eshell-send-input): If `eshell-invoke-directly' returns t,
4186         directly invoke the parsed command using `eval'.  This improves
4187         turn-around time on simple commands by a factor of three or
4188         greater, such as cd, ls, pwd, etc. -- which get used very often.
4189         It also conserves thousands of cons cells per call (since
4190         `eshell-do-eval' consumes memory like a Cookie Monster set loose
4191         in the Pacific Cookie Company).
4193         * eshell/esh-test.el (eshell-test): Whitespace fix.
4195         * eshell/em-ls.el (eshell-ls-insert-directory): Make
4196         `eshell-ls-initial-args' nil when inserting directory contents.
4198         * eshell/em-script.el (eshell-script-initialize): Add names to
4199         `eshell-complex-commands, since `source' and `.' are complex.
4201         * eshell/esh-cmd.el (eshell-rewrite-for-command)
4202         (eshell-rewrite-while-command): Use `eshell-protect' instead of
4203         `eshell-copy-handles'.
4204         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4205         bodies.
4206         (eshell-separate-commands): Whitespace fix.
4207         (eshell-complex-commands): Added a new list of names, for
4208         determining whether a given command is as simple as it looks.
4209         (eshell-invoke-directly): New function.  Returns t if a command
4210         should be invoked directly (using `eval'), rather than indirectly
4211         using `eshell-do-eval'.
4212         (eshell-do-eval): Whitespace fix.
4214         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4215         which provides an emulation of the DOS shell behavior of assuming
4216         that cp/mv/ln should copy/move/link to the current directory.
4217         (eshell-remove-entries): Added a doc string.
4218         (eshell-shuffle-files): Removed the check for `target' being null.
4219         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4220         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4221         it to do a smarter check of whether a destination was provided.
4222         (eshell/mv, eshell/cp): Enable `:preserve-args'.
4223         (eshell/ln): Enable `:preserve-args', and use
4224         `eshell-mvcpln-template' to implement the body of the function.
4225         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4226         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
4227         list after flattening it.  This makes it possible to cat files
4228         with numerical names.
4229         (eshell-unix-initialize): Added several names to
4230         `eshell-complex-commands.
4231         (eshell-unix-command-complex-p): Return t if a given command name
4232         may result in external processes being invoked.
4234         * eshell/em-glob.el (eshell-glob-show-progress): Make this
4235         variable nil by default, since it slows down glob processing by a
4236         factor of two or more, and increases memory consumption.
4238         * eshell/em-smart.el: Added a note about how memory consumptive
4239         smart display mode can be (at least this is true in Emacs 21).
4240         (eshell-smart-initialize): Whitespace fix.
4241         (eshell-refresh-windows): Use `if' instead of `when'.
4242         (eshell-smart-scroll-window): Calling `save-current-buffer' was
4243         not necessary.
4244         (eshell-currently-handling-window): Added a missing global
4245         variable.
4247         * eshell/em-ls.el (eshell-do-ls): Code simplification.
4248         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4249         Whitespace fix.
4250         (eshell-ls-exclude-hidden): Added this variable in addition to
4251         `eshell-ls-exclude-regexp'.  This one prevents files beginning
4252         with . from even being read, which can improve memory consumption
4253         quite a bit.
4254         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4255         read file entries beginning with a dot.  In home directories with
4256         lots of hidden files, fully two-thirds of the time spent in ls is
4257         used to read directory entries that are immediately thrown away.
4258         (eshell-ls-initial-args): Added back this configuration variable,
4259         for specifying default initial arguments to every call to ls.
4260         Much faster than using an alias to do the same thing.
4261         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4262         (eshell-ls-dir): Whitespace change.
4264         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4266         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4267         available.
4268         (eshell-stringify-t): Added a customization variable, to indicate
4269         whether `t' should be rendered as a string at all.  If not, one
4270         can still determine if the result of an expression is true using
4271         "file-exists-p FILE && echo true".
4272         (eshell-stringify): If `eshell-stringify-t' is nil, don't
4273         stringify t!
4275         * eshell/esh-module.el: Whitespace fix.
4277         * eshell/em-alias.el (eshell-alias-initialize): Added
4278         `eshell-command-aliased-p' to `eshell-complex-commands'.
4279         (eshell-command-aliased-p): New function that returns t if a
4280         command name names an aliased.
4282 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
4284         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
4285         redrawing the screen when changing cursor color.
4286         (viper-insert-state-pre-command-sentinel)
4287         (viper-replace-state-pre-command-sentinel)
4288         (viper-replace-state-post-command-sentinel):
4289         Use viper-preserve-cursor-color.
4290         Many functions changed to use viper= instead of = when comparing
4291         characters.
4292         * viper-util.el (viper-memq-char,viper=): New functions for
4293         working with characters.
4294         (viper-change-cursor-color): Fixed buglet.
4295         Many functions changed to use viper= instead of = when comparing
4296         characters.
4297         * viper.el (viper-insert-state-mode-list): Added eshell.
4299         * ediff-init.el (ediff-before-setup-hook): New hook.
4300         Several typos fixed in various docstrings.
4301         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4302         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
4303         hook.
4304         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4305         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4306         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4307         (ediff-get-selected-buffers): New function.
4308         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4309         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
4310         save-window-excursion.
4311         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
4312         termination check in while loop.
4313         * ediff.el (ediff-get-default-file-name): Better defaults when in
4314         dired buffer.
4315         (ediff-files,ediff-merge-files,ediff-files3)
4316         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4318 2000-10-28  Dave Love  <fx@gnu.org>
4320         * info.el (Info-fontify-node): Add help-echo for menu items.
4322 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
4324         * startup.el (normal-top-level): If the value of $TERM indicates
4325         we are running from xterm or one of its work-alikes, default to a
4326         light background mode.
4328         Support for -fg, -bg, and -rv command-line arguments for TTYs:
4329         * faces.el (tty-handle-reverse-video): New function.
4330         (tty-create-frame-with-faces): Call it.
4332         * frame.el (frame-notice-user-settings): Don't apply
4333         default-frame-alist and initial-frame-alist to MS-DOS frames.
4334         Call tty-handle-reverse-video, frame-set-background-mode, and
4335         face-set-after-frame-default for non-MS-DOS frames.
4337         * startup.el (tty-long-option-alist): New variable.
4338         (tty-handle-args): New function.
4339         (command-line): Call tty-handle-args.
4341         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4342         startup.el now does that for all character-terminal frames.
4344 2000-10-28  Miles Bader  <miles@gnu.org>
4346         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4347         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4348         global.  If :global is followed by a non-nil but non-t value,
4349         make the mode buffer-local, but also generate a `global-MODE'
4350         version using `easy-mmode-define-global-mode'.  Add
4351         :conditional-turn-on keyword argument.
4353 2000-10-28  Dave Love  <fx@gnu.org>
4355         * international/latin1-disp.el (latin1-char-displayable-p): Don't
4356         use window-system.
4358 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
4360         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4361         Don't call find-buffer-file-type-coding-system.  Instead, just
4362         set eol-type to -unix if inhibit-eol-conversion is in effect, or
4363         if the file is on an untranslated filesystem.
4364         (add-untranslated-filesystem): Use "D" instead of "f" inside
4365         interactive.
4367 2000-10-27  Dave Love  <fx@gnu.org>
4369         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
4370         (refill-mode): Use it.
4372 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4374         * international/quail.el (quail-activate): Don't make-local-hook.
4376 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
4378         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
4379         manual backups and file.~<rev>.~ for automatic ones.
4380         (vc-make-version-backup): Don't do it on MS-DOS without long file
4381         names.
4383         * vc.el (vc-version-other-window): If an automatic backup of the
4384         desired version exists, rename it instead of copying it.
4386         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4387         after command.  If there's an unexpected error, signal it instead
4388         of being silent.
4389         (vc-cvs-merge-news): Be prepared for no news at all.
4391 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
4393         * shell.el (shell): Add BUFFER argument.
4394         * comint.el (make-comint-in-buffer): New function.
4395         (make-comint): Use it.
4397         * faces.el (face-spec-choose): Change syntax so that the list of
4398         attribute-value pairs is now the cdr of each clause, not the cadr.
4399         Detect old-style entries, and handle them.  Use pop.
4401 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
4403         * cus-edit.el (custom-mode-map): Use a sparse map.
4404         (custom-mode): Don't bother with make-local-hook.
4406         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4408         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4410 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4412         * ps-print.el: Avoid compilation gripes.
4413         (ps-print-version): New version number (6.2.1).
4415 2000-10-26  Dave Love  <fx@gnu.org>
4417         * menu-bar.el: Modify some menu item help strings.
4418         (menu-bar-help-menu): Add link to MORE.STUFF.
4420         * cus-edit.el (custom-mode): Add `special' mode-class property.
4422         * wid-browse.el (widget-browse-mode): Likewise.
4424         * wid-edit.el (widget-specify-field): Revert to using local-map
4425         property, not keymap.
4427 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
4429         * wid-edit.el (widget-field-end): When checking for a `boundary'
4430         field, do so in the correct buffer.
4432         * simple.el (undo): Correctly distinguish between numeric and
4433         non-numeric prefix args in non-transient-mark-mode, as per the doc
4434         string.  When in transient-mark-mode, treat all prefix-args as
4435         numeric.
4437         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4438         Position point on match.  Handle N == 0 correctly.
4440         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4441         (comint-mode-map): Reverse order of `comint-write-output' and
4442         `comint-append-output-to-file'.
4443         (comint-append-output-to-file): Reinstate this function, for the
4444         benefit of the menu.
4446 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4448         * vc.el (vc-version-other-window): Bind `file'.
4450 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
4452         * Makefile.in (update-authors): New target for maintenance purposes.
4454         * emacs-lisp/authors.el (batch-update-authors): New function.
4455         (authors-fixed-entries): New defconst.
4456         (authors-add-fixed-entries): New function.
4457         (authors): Call it.: Don't process lispref/.
4459 2000-10-25  Jason Rumney  <jasonr@gnu.org>
4461         * cus-edit.el (custom-button-face, custom-button-pressed-face):
4462         Merge x w32 and mac definitions.
4464 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
4466         * menu-bar.el (menu-bar-options-menu): Add a help string for
4467         `uniquify'.
4469 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
4471         * time-stamp.el (time-stamp-string-preprocess):
4472         Fix a wrong type argument error.
4474 2000-10-25  Miles Bader  <miles@gnu.org>
4476         * recentf.el (recentf-mode): Variable removed.
4477         (recentf-mode): Use `define-minor-mode'.
4479         * mwheel.el (mouse-wheel-mode): New global minor mode.
4480         (mwheel-install): Use `mouse-wheel-mode'.
4482 2000-10-25  Dave Love  <fx@gnu.org>
4484         * progmodes/cperl-mode.el (cperl-mode):
4485         Set normal-auto-fill-function correctly.
4487         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4488         inherit from global-map and don't nullify menu-bar and tool-bar
4489         bindings.
4491 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
4493         * wid-edit.el (widget-field-at): New function.
4494         (widget-at, widget-field-activate): Use it.
4495         (widget-tabable-at): Use `widget-at'.
4496         (widget-specify-field): If the terminating character of the widget
4497         field (which is read-only) is a newline, put it into a special
4498         `boundary' field so that C-n/C-p act more naturally.
4499         (widget-field-end): Also don't subtract one if a special
4500         `boundary' field has been added after the widget field.
4502         * comint.el (comint-output-filter, comint-send-input): Don't
4503         bother adding stickiness fields to overlays to fool the field
4504         code, since it should notice the overlay insertion-types now.
4506         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4507         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4508         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4510 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
4512         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4513         (authors): Set file coding system to iso-2022-7bit.  Add
4514         file-local variables to output buffer.
4516         * files.el (after-find-file): Don't print any warnings if
4517         WARN is nil.
4519 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4521         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4523         * delim-col.el: Now there is a column formatting mechanism.
4524         Modified to customization mechanisms convention.  Doc fix.
4525         (columns): New group for delim-col.
4526         (delimit-columns-before, delimit-columns-after)
4527         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4528         (delimit-columns-end): New vars.
4529         (delimit-columns-customize, delimit-columns-format): New funs.
4530         (delimit-columns-region, delimit-columns-rectangle)
4531         (delimit-columns-rectangle-line): Modified to support column
4532         formatting.
4534 2000-10-24  Dave Love  <fx@gnu.org>
4536         * log-edit.el (log-edit): Add :version and a :group for vc.
4538 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
4540         * files.el (after-find-file): Don't print a message ``New file''
4541         if WARN is nil.
4543         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4544         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
4545         get duplicate tool-bar entries because we'll see the global ones
4546         on more than one path through keymaps.
4548         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4550         * progmodes/cmacexp.el: Change Francesco's email address.
4552 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
4554         * window.el (fit-window-to-buffer): Adjust point of the window
4555         buffer, not that of the current buffer.
4557 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
4559         * progmodes/cmacexp.el: Update the euthor's email address.
4561 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
4563         * faces.el (face-spec-set-match-display): Add `graphic' display
4564         type (the inverse of `tty').  Use `display-graphic-p' instead of
4565         the window-system variable.
4567 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
4569         * international/isearch-x.el (isearch-with-input-method): Call
4570         input-method-function with the first event in
4571         unread-command-events.
4573 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
4575         * faces.el (face-default-spec, face-user-default-spec): Make
4576         defsubsts.
4578 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
4580         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4581         New charsets.
4583         * term/mac-win.el: Remove definitions of mac-roman-lower and
4584         mac-roman-upper, require dired, and define instead of set
4585         mac-ready-for-drag-n-drop to avoid compilation error.
4587 2000-10-23  Andrew Innes  <andrewi@gnu.org>
4589         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4590         superfluous calls to subst-char-in-string; instead apply
4591         expand-file-name after convert-standard-filename to ensure
4592         expected directory separators are used.
4594 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
4596         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4598 2000-10-23  Dave Love  <fx@gnu.org>
4600         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4601         (tool-bar-add-item): Set foreground and background for XBM icons.
4603         * international/latin1-disp.el (latin1-char-displayable-p): New
4604         function (from Handa).
4605         (latin1-display-check-font): Use it.
4607         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4608         using :key-sequence, making it much more usable.  Use nconc, not
4609         append.
4610         (imenu--create-keymap-1): Avoid append.
4612         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4614 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
4616         [the following changes fix a bug where `define-minor-mode' didn't
4617         correctly generate :require clauses for defcustoms in compiled files]
4618         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4619         (byte-compile-log-file, byte-compile-log-1): Don't set
4620         `byte-compile-current-file' to nil.  Instead set
4621         `byte-compile-last-logged-file' to it.  Test whether
4622         byte-compile-current-file equals byte-compile-last-logged-file
4623         instead of whether its nil.
4624         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
4626 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
4628         * textmodes/refill.el: Fix var names in doc.
4629         (refill-mode): Don't bother with make-local-hook anymore.
4631 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
4633         * faces.el (face-user-default-spec, face-default-spec): New functions.
4634         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4635         (frame-set-background-mode, face-set-after-frame-default):
4636         Use `face-user-default-spec'.  Simplify code slightly.
4638         * woman.el (woman-italic-face, woman-bold-face)
4639         (woman-unknown-face): Add dark-background variants.
4640         (woman-default-faces): Renamed from `woman-colour-faces'.
4641         Set using the stored defaults, rather than using hard-wired colors.
4642         (woman-monochrome-faces): Renamed from `woman-black-faces'.
4643         Just make the foreground `unspecified' rather than "black".
4644         (woman-menu): Rename menu entries accordingly.
4646         * faces.el (header-line): Make more reasonable on mono/grayscale
4647         displays.
4649 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
4651         * cus-edit.el (custom-button-face): Use 3D look for mac.
4652         (custom-button-pressed-face): Likewise.
4654         * faces.el (set-face-attributes-from-resources): Handle mac frames
4655         in the same way as x and w32 frames.
4656         (face-valid-attribute-values): Likewise.
4657         (read-face-attribute): Likewise.
4658         (defined-colors): Likewise.
4659         (color-defined-p): Likewise.
4660         (color-values): Likewise.
4661         (display-grayscale-p): Likewise.
4662         (face-set-after-frame-default): Likewise.
4663         (mode-line): Same default face as for x and w32.
4664         (tool-bar): Likewise.
4666         * frame.el: Remove call to frame-notice-user-settings at end of
4667         the file.
4669         * info.el (Info-fontify-node): make underlines invisible for mac
4670         as for x, pc, and w32 frame types.
4672         * term/mac-win.el: New file.
4674 2000-10-22  Dave Love  <fx@gnu.org>
4676         * textmodes/refill.el: New file.
4678 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
4680         * vc-hooks.el (vc-version-backup-file-name): New optional args
4681         MANUAL and REGEXP.
4682         (vc-delete-automatic-version-backups, vc-make-version-backup):
4683         New functions.
4684         (vc-before-save): Use the latter.
4685         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4686         confusion.
4688         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4689         expected by vc[-hooks].el.
4691         * vc.el (vc-checkout): Added `-p' suffix in call to
4692         vc-make-version-backups-p; use vc-make-version-backup to actually
4693         make the backup.
4694         (vc-version-other-window, vc-version-backup-file): Handle both
4695         automatic and manual backups.
4696         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4697         of all of them.
4699 2000-10-22  Miles Bader  <miles@gnu.org>
4701         * comint.el (comint-highlight-input, comint-highlight-prompt):
4702         Renamed, `-face' at end removed.
4703         (comint-send-input, comint-output-filter): Use renamed faces.
4705         * window.el (fit-window-to-buffer): Change defaulting of
4706         MAX-HEIGHT slightly.
4708         * faces.el (color-values, color-defined-p): Use `member', not
4709         `memq', because it works correctly for strings.
4710         (frame-set-background-mode): Actually, "unspecified-fg" and
4711         "unspecified-bg" *are* strings.  Use `member', not `memq', and
4712         `equal', not `eq', when a string value is possible.
4714 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
4716         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4718 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
4720         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4721         sh-electric-rparen, sh-electric-less and sh-electric-hash.
4722         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4723         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4724         (sh-font-lock-syntactic-keywords): Use them.
4725         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4726         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4727         (sh-mode): Don't override font-lock-unfontify-region-function.
4728         Use a copy of sh-font-lock-syntactic-keywords.
4729         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4730         Don't call sh-scan-buffer since font-lock does it on the fly.
4731         (sh-get-indent-info): Use `face' rather than `syntax-table'
4732         text-property to detect here-documents.
4733         Replace sh-special-syntax with sh-st-punc.
4734         (sh-prev-line): Use `face' rather than `syntax-table'
4735         text-property to skip over here-documents.
4736         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4737         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4738         (sh-electric-less, sh-set-here-doc-region)
4739         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4740         (sh-scan-buffer, sh-rescan-buffer): Remove.
4742 2000-10-21  Andrew Innes  <andrewi@gnu.org>
4744         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4745         remote (ange-ftp) file names.
4747 2000-10-21  Miles Bader  <miles@gnu.org>
4749         * window.el (fit-window-to-buffer): New function.
4750         (shrink-window-if-larger-than-buffer): Use it.
4751         (window-text-height): Don't expect minibuffers to have mode-lines.
4753         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4754         * international/quail.el (quail-update-guidance): Use
4755         `fit-window-to-buffer' instead of `set-window-text-height'.
4757         * international/quail.el (quail-show-guidance-buf): Make sure
4758         guidance window really has enough room.
4759         (quail-update-guidance): If quail-guidance-win is already shown,
4760         make sure its height is OK.
4762         * window.el (window-text-height, set-window-text-height):
4763         New functions.
4764         (shrink-window-if-larger-than-buffer): Use `window-text-height'
4765         instead of `window-height' & `mode-line-window-height-fudge'.
4766         (mode-line-window-height-fudge): Add FACE parameter.
4767         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4768         instead of `enlarge-window' & `mode-line-window-height-fudge'.
4770 2000-10-20  Miles Bader  <miles@gnu.org>
4772         * window.el (height-affecting-face-attributes): Use `defconst'.
4774         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4775         New function, conditionally aliased to `mode-line-window-height-fudge'.
4776         (ispell-help): Use it.
4777         (ispell-choices-win-default-height): Don't include mode-line fudge.
4778         (ispell-choices-win-default-height): New function.
4779         (ispell-show-choices, ispell-command-loop): Use function
4780         `ispell-choices-win-default-height' instead of variable.
4782 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
4784         * window.el (mode-line-window-height-fudge): New variable.
4785         (height-affecting-face-attributes): New variable.
4786         (mode-line-window-height-fudge): New function.
4787         (shrink-window-if-larger-than-buffer): Use it.
4788         * help.el (resize-temp-buffer-window): Likewise.
4790         * info.el (Info-fontify-node): Add support for @subsubsection
4791         titles, which use `Info-title-4-face'.
4792         (Info-title-4-face): New face.
4793         (Info-title-3-face): Inherit from Info-title-4-face instead of
4794         variable-pitch.
4796 2000-10-19  Jason Rumney  <jasonr@gnu.org>
4798         * dired.el (dired-insert-directory): Do not let errors signalled by
4799         attempt to run dired-free-space-program prevent dired from working.
4801 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
4803         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4805 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
4807         * dirtrack.el (dirtrack): Fix call to run-hooks.
4809         * cmuscheme.el (cmuscheme-program-name): Renamed from
4810         scheme-program-name because xscheme.el contains a defcustom with
4811         the same name.  As a consequence, customizing group `cmuscheme'
4812         loaded `xscheme' which redefined run-scheme.
4813         (run-scheme): Use cmuscheme-program-name.
4815         * ps-print.el (ps-print-emacs-type): Move into the
4816         eval-and-compile.
4818         * play/doctor.el (doctor-death): Update the Samaritans'
4819         anonymous address, and add a website for Befrienders International.
4821 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4823         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
4824         Avoid compilation gripes.  Doc fix.
4825         (ps-print-version): New version number (6.2).
4826         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4827         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4828         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4829         (ps-x-extent-priority, ps-x-extent-start-position)
4830         (ps-x-face-font-instance, ps-x-find-coding-system)
4831         (ps-x-font-instance-properties, ps-x-make-color-instance)
4832         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4833         avoid compilation gripes without defining functions.
4834         (ps-e-find-composition): Alias for function find-composition, to have a
4835         suitable function depending on Emacs version.
4836         (ps-color-device, ps-color-values, ps-face-foreground-name)
4837         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4838         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4839         (ps-print-ensure-fontified): Function definitions surrounded by
4840         `eval-and-compile' to avoid compilation gripes.
4841         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4842         by symbol-value to avoid compilation gripes.
4843         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4844         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4846 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4848         * startup.el (normal-top-level): Call `frame-set-background-mode'
4849         after `frame-notice-user-settings' because the latter doesn't call
4850         the former on a tty.
4852         * faces.el (frame-set-background-mode): `unspecified' &c are
4853         symbols, not strings.
4855 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4857         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4858         why some "light*" colors are deliberately absent from the alist.
4860         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4861         Change colors for tty's, as suggested by Miles Bader.
4863 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
4865         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4866         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
4867         for ISO10646-1 fonts.
4868         (x-font-name-charset-alist): Add an entry for "iso10646-1".
4870 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4872         * faces.el (frame-set-background-mode): If a tty frame defines a
4873         background color, use that to compute the background mode, instead
4874         of always defaulting to "dark".
4876 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4878         * comint.el (comint-write-output): New function.
4879         (comint-mode-map): Add it to the menu.
4880         Bind `C-c C-s' to comint-write-output.
4882 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
4884         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4885         Use fancy-splash-delay.
4887 2000-10-18  Alex Schroeder  <alex@gnu.org>
4889         * progmodes/sql.el (sql-sybase-options): New option.
4890         (sql-sybase): Use it.  Add sql-database to the list of parameters
4891         provided for login.  The options -w 2048 -n are not used any more.
4893         * comint.el (comint-read-input-ring): Bugfix such that the first
4894         and the last entry of the input ring file are not lost.
4896 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4898         * ps-print.el: Internal variable changes to defcustom,
4899         make-local-hook changes to defvar.  Doc fix.
4900         (ps-print-version): New version number (6.1).
4901         (ps-setup, ps-do-despool): Code fix.
4902         (ps-printer-name): Customization fix.
4903         (ps-printer-name-option): Now is a defcustom instead of an
4904         internal variable.
4905         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4906         (ps-print-begin-column-hook): Now are defvar instead of
4907         make-local-hook.
4909 2000-10-18  Miles Bader  <miles@gnu.org>
4911         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4912         (comint-kill-output): Changed into an alias for `comint-delete-output',
4913         and made obsolete.
4914         (comint-mode-map): Rename references to comint-kill-output.
4916 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
4918         * diff-mode.el (diff-header-face, diff-file-header-face)
4919         (diff-changed-face): Add bold and italic attributes to tty faces.
4920         (diff-function-face): New face.
4921         (diff-font-lock-keywords): Use it.
4923 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
4925         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4926         Remove commented-out call to force-mode-line-update.
4927         (comint-kill-output): Use `forward-line 0' instead of
4928         beginning-of-line to make sure we get past the prompt.
4930 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
4932         * diff-mode.el (diff-header-face, diff-file-header-face):
4933         Add specific setting for dark background.
4934         (diff-context-face): Renamed from diff-comment-face.
4935         Set explicitly rather than inheriting from font-lock-comment-face.
4937 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4939         * startup.el (command-line): Move the code which sets the default
4940         TTY colors to before before-init-hook.
4942 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4944         * jit-lock.el (jit-lock-stealth-time): Doc fix.
4946 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4948         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4949         extensions, for MS-DOS.
4951         * diff-mode.el (diff-header-face, diff-file-header-face)
4952         (diff-changed-face): Define tty-specific colors.
4954 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4956         * startup.el (fancy-splash-text): Realign the text.
4958 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4960         * font-lock.el (font-lock-comment-face): Define a separate default
4961         for dark-background tty's.
4963 2000-10-17  Miles Bader  <miles@gnu.org>
4965         * help.el (resize-temp-buffer-window): Add hack to avoid last line
4966         being obscured by whizzy mode-lines on graphics displays.
4968 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4970         * info.el (Info-title-1-face, Info-title-2-face)
4971         (Info-title-3-face): Define colors for tty's.
4972         (info-header-node): Remove unneeded tty-specific definition.
4974 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
4976         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4977         reverse from the frame parameters, and don't invert foreground and
4978         background colors.
4980 2000-10-16  Miles Bader  <miles@gnu.org>
4982         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4983         string "*Info*".  Call propertized-buffer-identification to spruce
4984         up the result.
4986 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
4988         * help.el: Provide `help' for the sake of define-minor-mode
4989         which generates defcustoms with requires.
4991         * jit-lock.el (jit-lock-after-change): If we're in text that
4992         matches a multi-line font-lock pattern, make sure the whole text
4993         will be redisplayed.
4995         * emacs-lisp/authors.el (authors-add): Don't add an entry if
4996         author's name is unknown.
4998         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4999         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5000         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5001         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5002         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5003         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5004         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5005         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5006         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5007         Add author information.
5009 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
5011         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5012         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5013         full-color version (using the Gimp) to eliminate dithering artifacts.
5015 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
5017         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5019         * simple.el (syntax-flag-table, string-to-syntax): Remove.
5021 2000-10-15  Dave Love  <fx@gnu.org>
5023         * progmodes/sh-script.el: Require skeleton and comint when
5024         compiling.
5026         * pcomplete.el (pcomplete) <defgroup>: Add :version.
5028         * whitespace.el: Doc fixes.
5029         (top-level): Don't add hooks here.
5030         (whitespace-running-emacs): Deleted.
5031         (timer): Don't require.
5032         (whitespace): Add back :version conditional on xemacs test.
5033         (whitespace-spacetab-regexp, whitespace-indent-regexp)
5034         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5035         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5036         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5037         Avoid specific xemacs test.
5038         (whitespace-global-mode): New option.
5039         (whitespace-global-mode): New command.
5040         (whitespace-unload-hook): New function.
5042         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
5043         (Info-fontify-node, Info-goto-node, Info-mode-menu)
5044         (Info-fontify-node): `Goto' goes to `Go to'.
5045         (Info-fontify-node): Add help-echo to xref links.
5047 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
5049         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5051 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
5053         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5054         Use plist-get and allow :inherit.
5056         * emacs-lisp/cl-macs.el (cl-do-arglist):
5057         Use plist-get and plist-member instead of memq.
5059         * emacs-lisp/ewoc.el (ewoc-location): New function.
5060         (ewoc-enter-after, ewoc-enter-before): Document return value.
5061         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5062         Don't need make-local-hook any more.
5063         (cvs-addto-collection): Return the new tin.
5064         (cvs-mode-insert): Jump to the new line.
5066         * jit-lock.el (jit-lock-fontify-buffer): Remove.
5068         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5070         * font-lock.el (font-lock-syntactically-fontified): New var.
5071         (font-lock-fontify-syntactic-keywords-region): Use it.
5072         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
5074         * diff-mode.el (diff-find-file-name): Fix regexp.
5076         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5077         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5079         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5080         (sh-mode-syntax-table): Add punctuation syntax for < and >.
5081         (sh-mode): Don't make all vars local here.
5082         (sh-kw): Reformat.
5083         (sh-set-shell): Use dolist.  Don't set indent-region-function.
5084         (sh-mode-syntax-table): Use pop.
5085         (sh-remember-variable): Use push.
5086         (sh-help-string-for-variable): Use memq.
5087         (sh-safe-backward-sexp): Remove.
5088         (sh-safe-forward-sexp): Add ARG.
5089         (sh-get-indent-info, sh-prev-stmt): Use it.
5090         (sh-prev-line): Simplify by using forward-comment.
5091         (sh-this-is-a-continuation): Simplify.
5092         (sh-learn-buffer-indent): Use dolist.
5093         (sh-do-nothing): Remove.
5094         (sh-set-char-syntax, sh-set-here-doc-region):
5095         Use inhibit-modification-hooks.
5096         (sh-name-style): Use mapcar and push.
5097         (sh-load-style): Use dolist.
5098         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5099         (sh-case, sh-while-getopts): Use propertize directly rather
5100         than sh-electric-rparen.
5102 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
5104         * textmodes/tex-mode.el: Require CL when compiling.
5105         (tex-mode-syntax-table): Init immediately.
5106         (tex-mode-map): Bind M-RET to latex-insert-item.
5107         (latex-mode): Set indent-line-function to latex-indent.
5108         (tex-common-initialization): Don't setup the syntax-table any more.
5109         (latex-insert-item): New skeleton.
5110         (tex-next-unmatched-end): Fix copy/paste braino.
5111         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
5112         (latex-indent, latex-find-indent): New functions.
5113         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
5114         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5115         (tex-compilation-parse-errors): Use with-syntax-table.
5117 2000-10-15  Miles Bader  <miles@gnu.org>
5119         * font-lock.el (font-lock-comment-face): Change dark-background,
5120         color, non-tty, default to `chocolate1'.
5122 2000-10-13  John Wiegley  <johnw@gnu.org>
5124         * eshell/esh-util.el (require): Added a missing `require' form,
5125         needed when compiling (for an ange-ftp macro definition).
5127 2000-10-13  Dave Love  <fx@gnu.org>
5129         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5131 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
5133         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5134         fix.
5136         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
5137         transparent -colors 8).
5139 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
5141         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5142         that breaks with old list format timestamps.
5143         (time-stamp-warn-inactive, time-stamp-old-format-warn)
5144         (time-stamp-count, time-stamp-conversion-warn): Improved doc
5145         strings.
5147 2000-10-13  John Wiegley  <johnw@gnu.org>
5149         * align.el, pcomplete.el, calendar/timeclock.el,
5150         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5152         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
5153         faulty math, where holiday hours were being computing as seconds.
5155 2000-10-13  John Wiegley  <johnw@gnu.org>
5157         * desktop.el (desktop-buffer-modes-to-save): Added a global for
5158         specifying what "other" kinds of buffers should be saved.  This
5159         used to be hard-coded.
5160         (desktop-buffer-misc-functions): A global for specifying how
5161         auxiliary data should be determined for special buffer types.
5162         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5163         instead of hard-coding the special buffer types.
5164         (desktop-save): Run `desktop-buffer-misc-functions' to gather
5165         auxiliary data, instead of hard-coding for Info buffers and dired.
5166         (desktop-buffer-info-misc-data): Aux function for determining Info
5167         buffer auxiliary info.
5168         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5169         (desktop-buffer-info): Changed this function to use the info
5170         gathered above.
5171         (desktop-create-buffer): Be a little more careful about what
5172         `minor-mode' means before calling it.  This is important for some
5173         buffer types.
5175 2000-10-13  John Wiegley  <johnw@gnu.org>
5177         * eshell/esh-util.el: Added a global form which declares an
5178         autoload for `parse-time-string', if that function is not already
5179         defined, and if parse-time.el is available on the user's system.
5181         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5182         to be aware of ange-ftp user info.
5183         (eshell-do-ls): Bind `ange-cache'.  Also, use
5184         `eshell-file-attributes'.
5185         (eshell-ls-annotate): Use `eshell-file-attributes'.
5186         (eshell-ls-file): Made the user-id printing code a bit smarter.
5188         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5189         allow identification of alias user ids in remote directories.
5190         It's manual, but there's no other way to know when the current
5191         user on the local machine, is also the owning user on the remote
5192         machine.
5193         (fboundp): Bind `ange-cache'.
5194         (eshell-directory-files-and-attributes): Re-organized the logic a
5195         bit to use `eshell-file-attributes' instead of `file-attributes'.
5196         The former is more sensitive to directories that are read via FTP,
5197         and knows how to use ange-ftp to determine full attribute
5198         information, instead of just the name and last modtime.
5199         (eshell-current-ange-uids): Return the current user id when in a
5200         remote directory.
5201         (eshell-parse-ange-ls): Parse a full directory listing that has
5202         been returned by ange-ftp.
5203         (eshell-file-attributes): This beefed up version of
5204         `file-attributes' is only special if the user is currently in a
5205         remote directory, in which case it does a lot of work to find out
5206         what the real attributes of a file are, as they appear on the
5207         remote machine.  This makes usage of remote directories (i.e.,
5208         ange-ftp pathnames) much more useful.  You can now use Eshell as a
5209         full-fledged FTP client, with much more manipulation ability than
5210         most other clients.
5212         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5213         variable, which means that Eshell's du should always be preferred
5214         in remote directories.
5215         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5216         just `file-attributes'.
5217         (eshell-mvcp-template): Bind `ange-cache', to improve performance
5218         when reading remote directories.  This is an Eshell-specific
5219         variable (not part of ange-ftp).
5220         (eshell/ln): Bind `ange-cache'.
5221         (eshell/du): Added some extra logic for determining when to use
5222         Eshell's du (which is slow), and when to use the external version
5223         (which may or may not exist).
5225         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5226         `eshell-interactive-process', rather than using
5227         `get-buffer-process', since backgrounded processes don't count in
5228         the context of this function's logic.
5230         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5231         `forward-char', so that null strings are parsed correctly.
5233 2000-09-13  John Wiegley  <johnw@gnu.org>
5235         * eshell/em-pred.el (eshell-pred-file-type,
5236         eshell-pred-file-links, eshell-pred-file-size): Use
5237         `eshell-file-attributes'.  This is more correct over ange-ftp.
5239         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5240         that remote file globbing is more efficient.
5242         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5243         gathering the files and attributes within a directory.
5245         * eshell/em-unix.el (eshell/cat): If any of the files passed on
5246         the command line is a special file (not a regular file, directory
5247         or symlink), always attempt to call the external version of cat.
5249 2000-09-13  John Wiegley  <johnw@gnu.org>
5251         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5252         Eshell-friendly version of find-tag.
5254 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
5256         * image-file.el (image-file-name-extensions)
5257         (image-file-name-regexps): Add autoload cookies.
5259 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
5261         * international/mule-cmds.el (select-safe-coding-system): If FROM
5262         is string, show it in *Warning* buffer.
5264 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
5266         * startup.el (normal-top-level): Use display-popup-menus-p instead
5267         of window-system.
5268         (command-line): Use display-graphic-p instead of window-system.
5269         (command-line-1): Use display-popup-menus-p and display-mouse-p
5270         instead of window-system.
5272 2000-10-12  Sam Steingold  <sds@gnu.org>
5274         * tooltip.el (tooltip-use-echo-area): New user variable.
5275         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5277 2000-10-12  Dave Love  <fx@gnu.org>
5279         * recentf.el: Maintainer's checkdoc fixes.
5281         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5282         character class, not ASCII when matching file names.
5283         (fancy-splash-head): Add trailing slash to URL.
5284         (command-line): Don't require XPM support for toolbar.
5286         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5287         (cperl-invalid-face): Revert last change.
5288         (cperl-init-faces): Quote cperl-invalid-face.
5290 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
5292         * startup.el (fancy-splash-text): Remove superfluous quote.
5294 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
5296         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5297         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5298         (command-line-1): Don't use fancy-splash-pending-command.
5299         (fancy-splash-screens-1): Goto point-min after inserting text.
5301         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5303         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5304         instead of shared-lisp-mode-map.
5306 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
5308         * faces.el (header-line): Change tty-variant to use underlining.
5310         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5311         (isearch-highlight): Restore lazy-isearch face properties at old
5312         position, and suppress them at new position.
5313         (isearch-dehighlight): Restore lazy-isearch face properties.
5314         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5315         over the real isearch overlay, but in that case, don't give it a
5316         face property.  Use `push'.
5318 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
5320         * man.el (Man-getpage-in-background): Fix previous change.
5321         Decode the process output only when we are in multibyte mode.
5323 2000-10-11  Dave Love  <fx@gnu.org>
5325         * info.el (Info-mode-menu): Fix some help.
5326         (info-tool-bar-map): Add entry for Info-last.
5328         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5329         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5330         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5331         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5332         * toolbar/search-replace.xpm, toolbar/exit.xpm:
5333         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5334         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5335         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5336         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5337         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5338         Reduce colour requirements to 25 overall.  (Probably wants
5339         revisiting from the originals to reduce further.)
5341 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
5343         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5344         buffer-file-coding-system, instead of raw-text.
5345         (dehexlify-buffer): Bind coding-system-for-read to
5346         buffer-file-coding-system, instead of raw-text.
5348 2000-10-11  Sam Steingold  <sds@gnu.org>
5350         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5351         `underline' - fixes the bug introduced on 2000-09-21.
5353 2000-10-11  Dave Love  <fx@gnu.org>
5355         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5356         compiler warnings.
5357         (scheme-mode): Doc fix.
5358         (scheme-font-lock-keywords-1): Match `define-syntax'.
5360 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
5362         * faces.el (frame-set-background-mode): Pay attention to saved
5363         face specs as well as default ones.  Only do anything if the
5364         bg-mode or display-type has actually changed.  Use `dolist'.
5365         (region): Make dark-background `region' face less in-your-face.
5367 2000-10-10  Sam Steingold  <sds@gnu.org>
5369         * chistory.el, ielm.el, ledit.el:
5370         * progmodes/inf-lisp.el, progmodes/scheme.el:
5371         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5373 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
5375         * textmodes/texinfo.el: Update copyright and fix typo.
5377         * desktop.el (desktop-modes-not-to-save): New var.
5378         (desktop-save-buffer-p): Use it.
5379         Also, obey desktop-buffers-not-to-save even for non-file buffers.
5380         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5382 2000-10-10  Dave Love  <fx@gnu.org>
5384         * toolbar/tool-bar.el (tool-bar-add-item)
5385         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5386         display.
5388         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5389         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5390         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5391         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5392         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5393         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5394         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5395         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5396         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5397         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5398         the .xpms; probably need retouching.
5400 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
5402         * subr.el (add-to-list): Add optional argument APPEND.
5403         * battery.el (display-battery): Use `add-to-list'.
5405 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
5407         * play/zone.el (zone-timer, zone-wc-tbl): Rework
5408         these vars as symbol properties.
5409         (zone, zone-when-idle, zone-leave-me-alone)
5410         (zone-pgm-whack-chars): Use new symbol properties.
5412         * battery.el (display-battery): Doc spelling fix.
5414         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5415         property.
5417 2000-10-09  Dave Love  <fx@gnu.org>
5419         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5420         has been initialized before calling tool-bar-setup.
5421         (tool-bar-add-item-from-menu): Add autoload cookie.
5423 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
5425         * menu-bar.el (send-mail-item-name): New function.
5426         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5427         of mail-user-agent in the menu.  Don't display the "Send Mail"
5428         item if mail-user-agent is nil or its value is ignore.
5429         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5430         if read-mail-command is nil or its value is ignore.
5432         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5434 2000-10-09  Miles Bader  <miles@gnu.org>
5436         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5437         Correct image size.
5438         * toolbar/left_arrow.xpm: Correct image size.
5440         * jka-compr.el: Don't call `jka-compr-install' when loading (it
5441         will be done by the definition of `auto-compression-mode' if
5442         necessary.  Move code to uninstall existing file-name handler
5443         before definition of `auto-compression-mode'.
5445         * image-file.el (auto-image-file-mode): Move to the end of the
5446         file, because `define-minor-mode' actually calls the mode-function
5447         if the associated variable is non-nil, which requires that all
5448         needed functions be already defined.
5450         * mouse.el (popup-menu): Balance parens.
5452 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
5454         * mouse.el (popup-menu): Move the command call outside the loop
5455         so that popup-menu returns whatever the command returns.
5457         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
5458         (initialize-new-tags-table): Use run-hook-with-args-until-success.
5459         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5460         (tags-table-format-functions): Renamed from tags-table-format-hooks.
5462         * vc.el (vc-version-diff): diff-switches can be a list.
5463         Use relative filenames for prettier output.
5465         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5466         (vc-post-command-functions): Remove old-VC compatibility code.
5468         * newcomment.el (comment-indent-default): Autoload.
5470         * font-lock.el (font-lock-defaults): Make buffer-local.
5471         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5472         (font-lock-choose-keywords):
5473         Ignore LEVEL unless KEYWORDS is a list of syms.
5474         (c-keywords, c++-keywords, objc-keywords, java-keywords):
5475         Don't wrap regexp-opt things in \(...\) unnecessarily.
5477         * jit-lock.el: Don't require font-lock any more.
5478         (jit-lock-functions): Make buffer-local.
5479         (jit-lock-saved-fontify-buffer-function): Remove.
5480         (jit-lock-mode): Remove autoload cookie.
5481         Remove font-lock specific code.
5482         (jit-lock-unregister): Don't bother handling complex hooks any more.
5483         (jit-lock-refontify): New function.
5484         (jit-lock-fontify-buffer): Use it.
5485         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5486         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5487         Add optional args START and END.
5488         Never call font-lock-fontify-region directly.
5489         (jit-lock-function, jit-lock-stealth-fontify): Use it.
5491         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5493 2000-10-08  Dave Love  <fx@gnu.org>
5495         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5497         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5499         * play/studly.el (studlify-region, studlify-word): Add autoload
5500         cookie.
5502         * play/morse.el (morse-region, unmorse-region): Add autoload
5503         cookie.
5505         * play/spook.el (spook-phrases-file): Use expand-file-name, not
5506         concat.
5508         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5509         insist on symbols starting with word syntax.
5510         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5511         (eval-defun-1): Doc fix.
5512         (indent-sexp): Use nconc to build up indent-stack.
5514         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5515         Gnus with little use.
5516         (mail-setup-hook): Add mail-abbrevs-setup to options.
5518         * recentf.el: Doc fixes.
5520         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5521         Clean up remainder.
5523         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
5524         without timezone and (8) with timezone to enforce some whitespace.
5525         Simplify code somewhat.
5527         * options.el (list-options): Doc that you should use customize.
5529         * iswitchb.el (iswitchb-mode): Add :require.
5531         * info.el (Info-goto-node, Info-menu): Doc fix.
5532         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5533         (info-tool-bar-map): New variable.
5534         (Info-mode): Use it.
5535         (Info-edit-map): Define all in defvar.
5536         (speedbar-attached-frame): Avoid compiler warning.
5538         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5539         (global-map): Bind [tool-bar] to a filtered map.
5540         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
5541         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5542         Allow PBM icons.
5543         (tool-bar-setup): Adjust calls of tool-bar-add-item.
5545         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5546         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5547         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
5548         icons, except up_arrow, which is left-arrow rotated.
5550         * imenu.el (imenu-add-to-menubar): Fix last change.
5552 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
5554         * generic-x.el (rul-generic-mode): Remove eval-when-compile
5555         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
5557 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
5559         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5560         typos in doc strings.
5562         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5563         the doc strings how to customize Font Lock faces.
5565         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5566         computing growth when dragging the header line.
5568 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
5570         * simple.el (kill-line): Doc fix.
5572 2000-10-08  Miles Bader  <miles@gnu.org>
5574         * faces.el (secondary-selection): Make foreground visible on tty.
5576         * jka-compr.el (auto-compression-mode): Move to the end of the
5577         file, because `define-minor-mode' actually calls the mode-function
5578         if the associated variable is non-nil, which requires that all
5579         needed functions be already defined.
5580         (with-auto-compression-mode): Add autoload cookie.
5582 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
5584         * files.el (find-backup-file-name) [ms-dos]: If support for long
5585         file names is not available, behave as if version-control were set
5586         to never.
5588 2000-10-07  Dave Love  <fx@gnu.org>
5590         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5591         (browse-url-gnome-moz): New function.
5592         (browse-url-browser-function): Use it.
5593         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5595 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
5597         * indent.el (tab-always-indent): New var.
5598         (indent-for-tab-command): Use it.
5600         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5601         raise an error.  This way it can still default to a sane value.
5603 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
5605         * startup.el (fancy-splash-screens): Use local rather than global map.
5606         Don't use `update-menu-bindings' any more.
5607         Get rid of assumptions about keymap representation.
5609 2000-10-06  Dave Love  <fx@gnu.org>
5611         * textmodes/fill.el (sentence-end-double-space)
5612         (sentence-end-without-period):  Doc fix.
5613         (adaptive-fill-regexp): Purecopy.
5614         (unjustify-current-line): Use line-end-position.
5615         (fill-individual-paragraphs-prefix): Use line-beginning-position.
5617         * net/eudc-vars.el (eudc): Add :version, :link.
5619         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5621         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5622         Fix for define-minor-mode.
5623         (function-at-point): Alias to function-called-at-point.
5625         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5627         * simple.el (backward-word): Doc fix.
5629         * image-file.el (image-file-name-regexp): image-file-regexps ->
5630         image-file-name-regexps.
5631         (image-file-name-extensions): Add pbm.
5633 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
5635         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5636         and add filename to the names so that diff-mode can jump to source.
5638         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5639         (tex-font-lock-keywords, tex-font-lock-keywords-2)
5640         (tex-font-lock-keywords-1): Remove.
5641         (font-lock-turn-on-thing-lock): Use jit-lock-register.
5642         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5643         (font-lock-default-fontify-region):
5644         Expand beg..end correctly when just following a multiline region.
5645         (font-lock-fontify-anchored-keywords):
5646         Include the anchor text as part of the multiline.
5648 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
5650         * loadup.el (toplevel): Load `loaddefs' before `help' because the
5651         latter needs the autoloaded define-minor-mode macro during the
5652         bootstrap.
5654         * startup.el (command-line): For now, activate tool-bar-mode only
5655         if XPM images are supported.
5657         * mouse.el (mouse-drag-header-line): Don't allow resizing a
5658         window by dragging a header-line at the top of the frame; that's
5659         confusing because the header-line doesn't move.
5660         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5661         of treating the event as a list.  Some cleanup.
5663 2000-10-06  Miles Bader  <miles@gnu.org>
5665         * simple.el (display-message-or-buffer): New function.
5666         (shell-command-on-region): Use `display-message-or-buffer'.
5668         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5669         docstring parts.
5671         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5672         (smbclient-prompt-regexp): Add usage note to doc string.
5673         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5674         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5675         Use add-hook for adding the comint filter function, and only do so
5676         if it's not already in the global hook list.
5677         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5678         to `make-local-variable'.
5679         (nslookup-font-lock-keywords): Remove prompt entry.
5680         (nslookup): Don't set the process-filter.
5681         (finger): Exit the loop correctly when the regexps list runs out.
5682         (ftp, smbclient, smbclient-list-shares):
5683         Set the real major mode immediately, not after execing.
5684         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5686         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5688 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
5690         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5692         * which-func.el (which-func-format): Remove spurious space.
5693         (which-func-mode): Don't make it permanent-local.
5694         (which-func-ff-hook): Allow which-func-maxout to be nil.
5695         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
5696         (which-func-mode): Simplify.
5697         Use post-command-idle-hook rather than post-command-hook.
5698         Go through all buffers and update their state.
5699         (which-function): Also try add-log-current-defun-function.
5701         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5702         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5703         Update call to with-vc-properties accordingly.
5704         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5705         (vc-revert-buffer): More careful about window selection and deletion.
5706         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5708         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5709         (cvs-retrieve-revision): Reuse a pre-existing buffer.
5710         (cvs-dired-action): Change the default to quickdir.
5712         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5713         if comment-indent-function returns nil.
5714         (comment-indent-default): New function.
5715         (comment-indent-function): Use it and document the new semantics.
5717         * image-file.el: Docstring fixes.
5719         * help.el (help-xref-on-pp): Use match-string.
5720         (describe-variable): New arg BUFFER.
5721         Store the current buffer in the help-xref-stack.
5722         (temp-buffer-resize-mode): Use define-minor-mode.
5724         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5725         consistently with its docstring.
5726         Set jit-lock-first-unfontify-pos in an idempotent way.
5727         (jit-lock-register): Autoload and add arg CONTEXTUAL.
5729 2000-10-05  Alex Schroeder  <alex@gnu.org>
5731         * sql.el (sql-mysql-options): New variable.
5732         (sql-mysql): Use it.
5734 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
5736         * image.el (image): New group.
5738         * smerge-mode.el (smerge-mine-face, smerge-other-face)
5739         (smerge-base-face, smerge-markers-face): Add dark-background variants.
5741 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
5743         * net/net-utils.el (nslookup-font-lock-keywords)
5744         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5745         Ignore the value of wqindow-system; always define keywords
5747 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
5749         * startup.el (fancy-splash-screens): Remove the code for
5750         debugging; `(trace-to-stderr "EXITTT\n")'.
5752 2000-10-05  Miles Bader  <miles@gnu.org>
5754         * diff-mode.el (diff-goto-source): Update call to
5755         `diff-hunk-status-msg' to reflect new REV variable.
5757 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5759         * progmodes/icon.el (icon-mode):
5760         Don't gratuitously override the default for comment-column.
5762         * vc-hooks.el (vc-mode-line): Fix interactive spec.
5764         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5765         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5766         (jit-lock-functions): New var.
5767         (jit-lock-function-1): Use it if non-nil.
5768         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
5769         Set the `fontified' property before doing the fontification to avoid
5770         repeatedly going through the same error.
5771         Don't turn errors into messages.
5772         (jit-lock-register, jit-lock-unregister): New functions.
5774         * dired.el (dired-mark-pop-up): Turn comment into docstring.
5775         Use with-current-buffer.
5777         * dired-aux.el (dired-do-create-files, dired-kill-tree):
5778         Turn comment into docstring.
5780         * apropos.el (apropos-mode): Use define-derived-mode.
5782 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
5784         * startup.el (fancy-splash-pending-command): New variable.
5785         (fancy-splash-pre-command): New function.
5786         (fancy-splash-screens): Rewritten.
5787         (command-line-1): If fancy-splash-pending-command is set, call it
5788         interactively.
5790 2000-10-04  Dave Love  <fx@gnu.org>
5792         * toolbar/tool-bar.el (tool-bar-setup): New function.
5793         (tool-bar-mode): Use it.
5795         * subr.el (substitute-key-definition): Doc fix.
5796         (play-sound-file): New command.
5798 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
5800         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5801         vc-version-backup-file-name): New functions.
5803         * files.el (basic-save-buffer): Call vc-before-save before saving.
5805         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5806         vc-cvs-stay-local-p.
5808         * vc.el (vc-revert-buffer): Handle empty diff properly.
5809         (vc-version-backup-file): New function.
5810         (vc-checkout): Create a version backup if necessary.
5811         (vc-checkin): If a version backup file exists, delete it.
5812         (vc-version-diff): Diff locally using version backups, if available.
5813         (vc-revert-file): If there's a version backup, revert locally.
5814         (vc-transfer-file): Use version backup for base version, if
5815         available.  If not, ask for confirmation whether to get it from the
5816         server.  Update mode line before check-in.
5818 2000-10-04  Dave Love  <fx@gnu.org>
5820         * toolbar/tool-bar.el (tool-bar-setup): New function.
5821         (tool-bar-mode): Use it.
5823 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
5825         * net/net-utils.el (nslookup-font-lock-keywords)
5826         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5827         Only set if window-system is non-nil
5828         (net-utils-run-program): Returns buffer.
5829         (network-connection-reconnect): Added this function.
5831         * generic.el:
5832         Incorporates extensive cleanup and docfixes by
5833         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5834         Uses cl compile-time macros.
5835         (generic-mode-name, generic-comment-list)
5836         (generic-keywords-list, generic-font-lock-expressions)
5837         (generic-mode-function-list, generic-mode-syntax-table):
5838         Removed variables.
5839         (generic-mode-alist): Renamed to generic-mode-list.
5840         (generic-find-file-regexp): Default changed to "^#".
5841         (generic-read-type): Uses completing read on generic-mode-list.
5842         (generic-mode-sanity-check): removed this function.
5843         (generic-add-to-auto-mode): Removed this function
5844         (generic-mode-internal): Bind mode-specific definitions
5845         into function instead of putting them in alist.
5846         (generic-mode-set-comments): Reworked extensively.
5847         (generic-mode-find-file-hook): Simplified regexp searching
5848         (generic-make-keywords-list): Omit extra pair of parens
5850         * find-lisp.el (find-lisp-find-files-internal):
5851         Make sure directory name ends with "/".
5853         * generic-x.el (apache-conf-generic-mode):
5854         Regexp now allows leading whitespace.
5855         (rc-generic-mode): Added eval-when-compile
5856         around generic-make-keywords-list.
5857         Deleted duplicate regexp
5858         (rul-generic-mode): Added eval-when-compile
5859         around generic-make-keywords-list.
5860         (etc-fstab-generic-mode): New generic mode.
5861         (rul-generic-mode): Removed one eval-when-compile
5862         which caused a max-specpdl-size exceeded error.
5864 2000-10-04  Miles Bader  <miles@gnu.org>
5866         * simple.el (minibuffer-temporary-goal-position): New variable.
5867         (next-history-element): Try to keep the position of point in the
5868         input string constant.
5870         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5871         (dired-do-create-files): If there's only one file, pass it in as
5872         the DEFAULT arg to dired-mark-read-file-name.
5874 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5876         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5877         (diff-goto-source): Be smarter when choosing REVERSE or not.
5879         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5880         (texinfo-mode-menu): Add an explicit shortcut for update all.
5882 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
5884         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5885         factorize backend-specific code cleanly (this was essentially
5886         conceived by Stefan Monnier).
5887         (vc-unregister): Function removed.
5888         (vc-revert-file): New function.
5889         (vc-revert-buffer): Delegate some of the work to it.
5891         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5892         default branch unconditionally.
5893         (vc-rcs-set-default-branch): New function.
5894         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5895         (vc-rcs-checkin): If an appropriate default branch has been set,
5896         force creation of that branch.
5897         (vc-rcs-receive-file): Rewritten to contain only backend-specific
5898         code (as suggested by Stefan Monnier).
5900 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5902         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5903         highlighting overlay with a different face over the overlay
5904         isearch uses to highlight the current match because that can lead
5905         to bad face combinations.
5907         * loadup.el (toplevel): Load faces before isearch.
5909         * isearch.el (isearch-faces): New custom group.
5910         (isearch): New defface; was already tested for in the code.
5911         (isearch-lazy-highlight-face): Changed to defface from defcustom.
5912         (isearch-highlight): Always use face `isearch'.
5914 2000-10-02  Dave Love  <fx@gnu.org>
5916         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5917         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
5918         comparison of opcode with operand.
5920 2000-10-03  Miles Bader  <miles@gnu.org>
5922         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5923         buffer, since the echo area will now grow to accommodate them.
5925 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
5927         * vc-hooks.el (vc-registered): If FILE used to be registered under
5928         a certain backend, try that one first.
5930         * vc.el (vc-responsible-backend): Undo the previous change in the
5931         argument list.  Handle multiple backends correctly.
5932         (vc-find-new-backend): Function removed.
5933         (vc-register): Use vc-responsible-backend, as before.
5934         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5936 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5938         * startup.el (fancy-splash-head): Change message below the
5939         logo.
5941 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
5943         * diff-mode.el (diff-goto-source): Emit a status message.
5944         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5945         (diff-test-hunk): Fix doc string.
5946         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5947         (diff-advance-after-apply-hunk): New variable.
5948         (diff-apply-hunk): Don't return a value.
5950 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
5952         * vc.el (vc-editable-p): Minor optimization.
5953         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5954         (vc-find-new-backend): New function split from vc-responsible-backend.
5955         (vc-register): Use it.
5956         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5957         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5958         (vc-default-unregister, vc-revert-buffer): Docstring fix.
5959         (vc-clear-headers): Don't use find-file.
5960         (vc-revert-buffer): Use `and' again (must have been a braino).
5961         (vc-switch-backend): Only prompt if requested.
5962         Short circuit if nothing is to be done.
5963         Don't use vc-resynch-buffer which could lose unsaved editing.
5964         (vc-default-receive-file): Update call to vc-unregister.
5965         (with-vc-file, vc-next-action-on-file):
5966         Use vc-backend rather than vc-registered.
5967         (vc-next-action-on-file): Use intern-soft.
5968         Deal with read-only *vc-diff* buffer.
5969         (vc-transfer-file): Docstring fix.
5971         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5972         (vc-rcs-receive-file): Avoid with-vc-properties.
5973         Update call to vc-unregister.
5974         Use constant `RCS' rather than (dynamically bound) var `backend'.
5976 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
5978         * vc.el (vc-next-action-on-file): Update mode line only if file
5979         is visited.
5980         (vc-start-entry): New argument initial-contents.  Don't visit the file
5981         if it isn't already visited.  Brought documentation up-to-date.
5982         (vc-next-action, vc-register): Updated calls to vc-start-entry.
5983         (vc-checkin): New optional arg initial-contents, which is passed to
5984         vc-start-entry.
5985         (vc-finish-logentry): Make sure to bury log buffer only if there
5986         really is one.  Call `vc-resynch-buffer' on log-file, not
5987         buffer-file-name.
5988         (vc-default-comment-history, vc-default-wash-log): New functions.
5989         (vc-index-of): Removed.
5990         (vc-transfer-file): Make do without the above.
5991         (vc-default-receive-file): Call comment-history unconditionally.  Pass
5992         the resulting string to vc-checkin, instead of inserting it into the
5993         comment ring.
5995         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5996         unconditionally.  Use the comments as initial contents of the log
5997         entry buffer.  Document the trick to force branch creation with no
5998         changes.
6000 2000-10-01  Miles Bader  <miles@gnu.org>
6002         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6003         `recenter' with an arg to prevent redrawing the display.
6005 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
6007         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6009         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6011         * progmodes/c-mode.el (c-mode):
6012         Don't gratuitously override the default for comment-column.
6014         * textmodes/tex-mode.el (latex-metasection-list): New var.
6015         (latex-imenu-create-index): Use it.
6016         Move the regexp construction outside loops (and use push).
6017         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6018         (tex-font-lock-keywords): Moved from font-lock.el.
6019         (tex-comment-indent): Remove.
6020         (tex-common-initialization): Don't set comment-indent-function.
6021         (latex-block-default): New var.
6022         (tex-latex-block): Use it to provide a default choice.
6023         Add any unknown choice to latex-block-names.
6024         Insert [...] after {...}.
6025         (tex-last-unended-begin): Simplify regexp.
6026         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6027         (latex-forward-sexp-1, latex-forward-sexp): New functions.
6028         (latex-mode): Set forward-sexp-function.
6030         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6031         Add regexp for @ignore ... @end ignore.
6032         (texinfo-heading-face): New face.
6033         (texinfo-font-lock-keywords): Use it.
6034         (texinfo-mode-menu): New menu.
6035         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6036         New functions.
6037         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6038         (texinfo-section-types-regexp, texinfo-section-level-regexp)
6039         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6040         Remove declaration.
6041         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6043         * delsel.el (delete-selection-mode): Use define-minor-mode.
6045         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6047 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
6049         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6051 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
6053         * replace.el (keep-lines-read-args): New function.
6054         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6055         read arguments interactively.  Add parameters RSTART and REND.
6056         Operate on the active region in Transient Mark mode.
6058         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6060         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6061         (authors-obsolete-files-regexps): New variable.
6062         (authors-add): Don't record changes in obsolete files.
6064 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
6066         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6068         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6069         (comment-indent): Make sure there's a space between code and comment.
6070         Shift comments left to avoid going past fill-column.
6072 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
6074         * startup.el (startup-echo-area-message): New function.
6075         (display-startup-echo-area-message): Use it.
6076         (fancy-splash-screens): Rewritten to use keymaps and a timer.
6077         (fancy-splash-default-action): New function.
6078         (fancy-splash-screens-1): New function.
6079         (fancy-splash-head): Put a help-echo and a keymap under the image.
6081 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
6083         * diff-mode.el (diff-add-log-file-name): Remove.
6084         (diff-mode): Use add-log-buffer-file-name-function.
6086         * add-log.el (find-change-log): New arg BUFFER-FILE.
6087         (add-log-file-name): Obey add-log-file-name-function.
6088         (add-log-buffer-file-name-function): New var.
6089         (add-change-log-entry): Use it.
6091 2000-09-29  Miles Bader  <miles@gnu.org>
6093         * image-file.el (image-file-name-extensions): New variable.
6094         (image-file-name-regexps): Renamed from `image-file-regexps'.
6095         New default value is nil.  Call `auto-image-file-mode'.
6096         (image-file-name-regexp): New function.
6097         (auto-image-file-mode): New minor mode.
6098         (insert-image-file): Don't make conditional on the image-file
6099         handler being enabled.
6100         (image-file-handler): Make the call here conditional instead.
6101         (set-image-file-handler-enabled, enable-image-file-handler)
6102         (disable-image-file-handler): Functions removed.
6104         * emacs-lisp/authors.el (authors-print): Rephrase many-files
6105         string.
6107 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
6109         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6110         it's a function from CL.
6111         (latex-imenu-create-index): Replace eval-when-compile with progn
6112         because latex-section-alist is not bound while compiling.
6114 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
6116         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6117         (outline-mode): Use define-derived-mode.
6119         * progmodes/perl-mode.el (perl-mode):
6120         * progmodes/awk-mode.el (awk-mode):
6121         * progmodes/asm-mode.el (asm-mode):
6122         Don't gratuitously override the default for comment-column.
6124         * emacs-lisp/lisp.el (lisp-complete-symbol):
6125         Distinguish the let-binding case from the funcall case.
6126         (forward-sexp-function): New variable.
6127         (forward-sexp): Use it.
6129         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6130         (easy-mmode-defmap): Remove the now useless autoload.
6132         * time.el (display-time-mode): Use define-minor-mode.
6134         * subr.el (add-minor-mode): Don't eval NAME.
6135         Don't depend on the presence of TOGGLE-FUN for any special behavior.
6136         Use if rather than cond.
6138         * simple.el (read-expression-map): Define more properly.
6139         (comment-indent-hook): Remove.
6140         (string-to-syntax): Bug fix.
6142         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6143         (cvs-ediff-diff): Fix typo.
6144         (cvs-revert-if-needed): Don't bother preserving read-only.
6146         * paren.el (show-paren-mode): Use define-minor-mode.
6148         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6149         (toggle-auto-compression): Remove.
6150         (jka-compr-build-file-regexp): Remove useless grouping.
6152         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6153         Avoid user-reserved bindings.
6154         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6155         (diff-header-face): Revert to grey85.
6157         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6159         * complete.el (partial-completion-mode) <defcustom>: Remove.
6160         (partial-completion-mode): Use define-minor-mode.
6161         (PC-do-completion): Understand `completion-auto-help = delay'
6162         to mean to popup the completion buffer only the second time.
6163         (PC-include-file-all-completions, PC-include-file-all-completions)
6164         (PC-include-file-all-completions): Don't quote lambda.
6166         * comint.el (comint-mode-hook): Docstring fix.
6167         (comint-mode): Use define-derived-mode.
6168         (comint-mode-map): Remove obsolete comment.
6169         (make-comint): Minor stylistic change.
6170         (comint-insert-clicked-input): Be more careful to find the overlay.
6171         Use this-command-keys rather than hardcoding mouse-2.
6173         * font-lock.el: Replace confusing (,@ with ,
6174         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6175         Don't use regexp-opt-depth.  Spice up the regexp for args.
6176         Don't distinguish between cmds that can take an opt arg or not.
6177         Use `append' and `prepend' rather than `keep'.
6179         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6180         (latex-outline-regexp): New var.
6181         (latex-outline-level): New fun.
6182         (latex-section-alist): New var.
6183         (latex-imenu-create-index): Use it.  Use `push' as well.
6184         (tex-shell-map): Initialize it properly.
6185         (tex-mode): Minor stylistic change.
6186         (plain-tex-mode): Use define-derived-mode.
6187         (latex-mode): Use define-derived-mode.
6188         Construct the paragraph regexps in a more readable way.
6189         Set the buffer-local outline-{level,regexp} vars.
6190         (slitex-mode): Derive from latex-mode.
6191         (tex-common-initialization): Don't kill-all-vars anymore.
6192         Add setting for comment-add and font-lock-defaults.
6193         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6194         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
6195         (tex-start-tex): New arg DIR (and send a chdir command for it).
6196         Also display the shell buffer and save it in tex-last-buffer-texed.
6197         (tex-region): Use expand-file-name rather than concat.
6198         Remove code made useless by changes in tex-start-tex.
6199         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6201         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6203 2000-09-28  Dave Love  <fx@gnu.org>
6205         * eshell/eshell.el (eshell) <defgroup>: Add :version.
6207 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
6209         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6210         `append'.
6212 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
6214         * info.el (Info-extract-pointer): Undo last change.
6215         Instead, fix the position of the `bound' arg to re-search-backward.
6217 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
6219         * info.el (Info-extract-pointer):
6220         Widen more carefully, to avoid finding pointers in other nodes.
6221         (Info-index): Use push.
6223 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
6225         * frame.el (set-frame-font): Remove call to obsolete function
6226         frame-update-faces.
6227         (set-foreground-color, set-background-color): Likewise for
6228         frame-update-face-colors.
6230 2000-09-27  Miles Bader  <miles@gnu.org>
6232         * image-file.el: New file.
6234 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
6236         * frame.el (frame-notice-user-settings): Don't call
6237         frame-update-faces, which is a no-op now.
6239         * ediff-wind.el (ediff-control-frame-parameters): Add zero
6240         tool-bar-lines.
6242 2000-09-27  Dave Love  <fx@gnu.org>
6244         * mouse.el: Fix last change.
6246 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
6248         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6250 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
6252         * international/quail.el (quail-help): The output message is
6253         improved.
6255 2000-09-26  Dave Love  <fx@gnu.org>
6257         * mouse.el (popup-menu): If POSITION is nil, set it using
6258         mouse-position.
6260 2000-09-25  Sam Steingold  <sds@gnu.org>
6262         * net/browse-url.el (browse-url-file-url): Check for null maps.
6264 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
6266         * frame.el (frame-notice-user-settings): Don't add a
6267         tool-bar-lines frame parameter to default-frame-alist in batch mode.
6269         * frame.el (frame-notice-user-settings):
6270         Make tool-bar-mode and default-frame-alist consistent.
6272         * toolbar/tool-bar.el (tool-bar-help): New function.
6274 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
6276         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6277         current-load-list in top-level forms.  Else this leaks a cons cell
6278         every time a defun is called.
6280         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6282 2000-09-25  Dave Love  <fx@gnu.org>
6284         * startup.el (fancy-splash-head): Check XPM is available.
6286         * autoinsert.el (auto-insert): Doc fix.
6287         (auto-insert-alist): Following GNU notices, don't say `copyright
6288         _by_'.  Use line-beginning-position.
6289         (auto-insert): Check buffer-file-name is non-nil before use.
6291 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
6293         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6294         starting with `@def' or `@multitable', in addition to ones
6295         specified by the user in auto-fill-inhibit-regexp.
6297 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
6299         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6300         rmail-dont-reply-to-names matches the empty string.
6302 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
6304         * startup.el (command-line-1, fancy-splash-text): Change the
6305         text to sound more friendly.
6307 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
6309         * progmodes/hideshow.el: Update author email address.
6310         Generally, sync w/ maintainer version 5.22.
6311         (hs-hide-all-non-comment-function): New var.
6312         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6313         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6314         (hs-show-region): Delete this command.
6315         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6317 2000-09-22  Dave Love  <fx@gnu.org>
6319         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6320         (hl-line-highlight): Specify buffer when moving overlay.
6322         * progmodes/fortran.el (fortran-mode): Locally set
6323         normal-auto-fill-function.
6324         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6325         (fortran-mode-map): Adjust auto-fill menu entry.
6327 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
6329         * vc-rcs.el (toplevel): Require `vc' when compiling.
6331         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6333 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
6335         * vc.el (vc-switch-backend): Signal an error if the file is not
6336         registered under the new backend.
6338         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6339         without explicit revision number.
6341 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
6343         * diff-mode.el (diff-file-header-face): Reset to its previous value.
6344         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6345         (diff-xor): New function.
6346         (diff-find-source-location): Use it.  Fix a stupid name clash.
6347         (diff-hunk-status-msg): New function.
6348         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6349         (diff-test-hunk): Use diff-find-source-location.
6350         (diff-goto-source): Favor the `reverse'.
6351         (diff-hunk-text): Properly handle one-sided context diffs.
6352         (diff-apply-hunk): When done, advance to the next hunk.
6354 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
6356         * startup.el (command-line): If frame was created with a non-zero
6357         tool-bar-lines parameter, switch tool-bar-mode on.
6359         * add-log.el (change-log-date-face, change-log-name-face)
6360         (change-log-email-face, change-log-file-face)
6361         (change-log-list-face, change-log-conditionals-face)
6362         (change-log-function-face, change-log-acknowledgement-face):
6363         New faces, inheriting from font-lock faces.
6364         (change-log-font-lock-keywords): Use them.
6366 2000-09-21  Dave Love  <fx@gnu.org>
6368         * progmodes/cperl-mode.el (top-level): Clean up
6369         `eval-when-compile's and assorted defvars.
6370         (cperl-invalid-face): Don't double-quote value.  Change custom
6371         type.
6372         (cperl-mode): Set normal-auto-fill-function and don't zap
6373         auto-fill-function.
6374         (cperl-imenu--function-name-regexp-perl): Renamed from
6375         imenu-example--function-name-regexp-perl.
6376         (cperl-imenu--create-perl-index): Renamed from
6377         imenu-example--create-perl-index.
6378         (cperl-xsub-scan): Don't require cl.
6380         * msb.el (msb-mode-map): Use substitute-key-definition.
6381         (msb-mode): Use msb-mode-map.
6383 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
6385         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6386         New functions.
6387         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6388         (vc-switch-backend): New function.
6389         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6390         (vc-register): Fix prompt.
6391         (vc-unregister, vc-default-unregister): New functions.
6392         (vc-version-diff): Handle empty buffer in sentinel.
6394         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6395         (vc-rcs-state-heuristic): Use it to guess the state of files with
6396         non-strict locking.
6397         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6398         been set with -b, but not created yet.
6399         (vc-rcs-fetch-master-state): With non-strict locking, compare file
6400         contents in order to find the state.
6401         (vc-rcs-checkin): Allow creation of branches with no changes.
6402         (vc-rcs-unregister, vc-rcs-receive-file)
6403         (vc-rcs-set-non-strict-locking): New functions.
6405         * vc-hooks.el (vc-name): Force correct computation of the value
6406         in case it is missing.
6408 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
6410         * startup.el (fancy-splash-tail): Use a different foreground
6411         color on a dark frame background.
6413 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
6415         * info.el: Use the correct capitalization when making Info-mode
6416         and Info-edit-mode `special' modes.
6418 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
6420         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6421         (diff-mode): Add support for add-log.el.
6422         (diff-hunk-text): Use char offsets rather than line offsets.
6423         (diff-find-source-location): Replace LINE with line-offset (nil
6424         if not found) and always set POS to a meaningful position.
6425         Adapt to the new char-offsets.
6426         (diff-apply-hunk): Drop support for the unused `select' POPUP.
6427         Adapt to the new diff-find-source-location.
6428         (diff-goto-source): Adapt to the new diff-find-source-location.
6430         * add-log.el (add-log-file-name): New function (split out of
6431         add-change-log-entry).
6432         (add-change-log-entry): Use it.
6433         Call add-log-file-name-function with the changelog file name if
6434         the current buffer is not associated with any file.
6435         Avoid find-file if the selected window is dedicated.
6437         * diff-mode.el (diff-find-source-location):
6438         Move code from diff-apply-hunk.  Return buffer rather than file.
6439         (diff-apply-hunk): Use the new result from  diff-find-source-location.
6440         (diff-goto-source): Use the new diff-find-source-location.
6442 2000-09-20  Dave Love  <fx@gnu.org>
6444         * iswitchb.el: Some doc fixes.
6445         (iswitchb-mode-map): Define completely initially.  Inherit
6446         minibuffer-local-map.
6447         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6448         fundamental-mode.
6449         (iswitchb-global-map): New variable.
6450         (iswitchb-summaries-to-end): Amalgamate regexps.
6451         (iswitchb-mode): New.
6452         (iswitchb-mode-hook): New variable.
6453         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
6454         `extensions'.
6456 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
6458         * ehelp.el (electric-help): New defgroup.
6459         (electric-help-shrink-window): New user-option.
6460         (with-electric-help): Use it.
6462         * window.el (shrink-window-if-larger-than-buffer): If face
6463         `mode-line' has a :box, and we're on a graphical frame, add 1
6464         to the needed window height.
6466         * frame.el (frame-notice-user-settings): Add a last parameter nil
6467         to a call to `append', because the last list passed to `append' is
6468         not copied, and so subsequent calls to assq-delete-all will modify
6469         default-frame-alist.
6471         * startup.el (fancy-splash-image): Change :type.
6472         (fancy-splash-head): Use an XBM image if appropriate.
6473         (command-line-1): Show splash screens in more cases.
6475         * startup.el (fancy-splash-text): Don't quote faces.
6477         * dired.el (dired-font-lock-keywords): Undo last change.
6478         (dired-readin): Bind indent-tabs-mode to nil.
6480         * startup.el (fancy-splash-head): If frame's background mode
6481         is `dark', change the black background of the image to gray.
6482         (fancy-splash-screens): Display startup echo area message.
6483         (display-startup-echo-area-message): New function.
6485 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
6487         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6489         * info.el (info-header-node): Tweak for color ttys.
6491         * faces.el (face-valid-attribute-values): Make sure directories we
6492         search for stipples both exist and are readable before trying to
6493         search them.
6495         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6496         in the dry-run case.
6498         * jka-compr.el (with-auto-compression-mode): New macro.
6500         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6501         (custom-group-tag-face, custom-variable-tag-face): Use relative
6502         :height and inherit from `variable-pitch' face instead of
6503         hardwiring :family.
6504         * hi-lock.el (hi-black-hb): Likewise.
6506         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6507         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6508         toolbar-add-item, if image doesn't have a mask add a `:mask
6509         heuristic'.
6511 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
6513         * diff-mode.el: Docstring fixes.
6514         (diff-header-face, diff-comment-face): New faces.
6515         (diff-font-lock-keywords): Highlight a bit differently.
6516         (diff-find-source-location): Don't return SPAN any more.
6517         (diff-hunk-text): Don't bother erasing the temp buffer.
6518         (diff-find-text): Drop argument LINE.
6519         (diff-apply-hunk): Update calls to diff-find-text.
6520         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6522         * calendar/calendar.el: Docstring fixes.
6523         (calendar-make-alist): Don't quote lambda.
6524         (calendar-star-date): Use make-local-variable.
6526 2000-09-19  Dave Love  <fx@gnu.org>
6528         * toolbar/tool-bar.el: Renamed from toolbar.el.
6529         Change `toolbar' to `tool-bar' generally in symbols.
6530         Make some items invisible in `special' major modes.
6531         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6532         Add arg PROPS.
6534         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6535         Add :version here.
6536         (fancy-splash-delay, fancy-splash-image): Remove :version here.
6538 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6540         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6542         * files.el (find-file-suppress-same-file-warnings): New user-option.
6543         (find-file-noselect): Use it.
6545         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6546         (fancy-splash-screen): Defgroup.
6548         * add-log.el (change-log-font-lock-keywords): Match names
6549         more exactly for the case that font-lock-constant-face is
6550         underlined.
6552 2000-09-19  Richard M. Stallman  <rms@gnu.org>
6554         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6556 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
6558         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6560 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6562         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6563         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6564         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6565         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6566         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6567         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6568         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6569         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6570         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6571         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6572         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6573         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6575         * startup.el (fancy-splash-text): New variable.
6576         (fancy-splash-delay, fancy-splash-image): New user-options.
6577         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6578         (fancy-splash-screens): New functions.
6579         (command-line-1): If display has a `display' frame parameter, has
6580         colors, and we have XPM support, show more fancy splash screens.
6582 2000-09-19  Dave Love  <fx@gnu.org>
6584         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
6585         with null `help'.  Use modern backquote syntax.
6587 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6589         * font-lock.el (font-lock-mode): Change message telling the user
6590         that ``the buffer is too big''.
6592         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6593         for instance for the case that tab-width is 2.
6595 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
6597         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6598         toolbar-add-item, if image doesn't have a mask add a `:mask
6599         heuristic'.
6601 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
6603         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6604         and return a cons if it's non-nil.
6605         (diff-apply-hunk): Try to jump to the line in the source text
6606         corresponding to the position of point in the in the hunk.
6608         * info.el (Info-title-3-face, Info-title-2-face)
6609         (Info-title-1-face): Use face inheritance and relative sizes
6610         instead of hard-wiring things.
6612         * faces.el (secondary-selection): Make dark-background variant sane.
6614 2000-09-16  Andrew Innes  <andrewi@gnu.org>
6616         * makefile.w32-in (compile-files-CMD): No need to make .elc files
6617         read-only, since they aren't under VC now.
6619 2000-09-17  Dave Love  <fx@gnu.org>
6621         * tmm.el: Replace mapcar with mapc in several places.
6623         * loadhist.el (unload-feature): Maybe call elp-restore-list and
6624         ad-unadvise.
6626         * international/latin1-disp.el: New file.
6628         * calendar/cal-move.el (scroll-calendar-left)
6629         (scroll-calendar-right): Make arg optional (for active mode line).
6631         * calendar/calendar.el (calendar-mode-line-format): Make fields
6632         mouse-sensitive.
6633         (calendar-read-date, calendar-read-date, calendar-window-list):
6634         Unquote lambda.
6635         (calendar-month-name): Use aref, not sref.
6637         * view.el (minor-mode-alist): Propertize the string.
6639         * international/characters.el (standard-case-table): Add entries
6640         for Greek.
6642 2000-09-18  Miles Bader  <miles@gnu.org>
6644         * info.el (info-node, info-xref): Add dark-background variants.
6646         * faces.el (header-line): Change defaults to be less confusing
6647         when mixed with mode-lines.
6649         * info.el (Info-fontify-node): Make a few cleanups.
6650         Add extra `help-echo' and `local-map' props to node xrefs.
6651         Use header-specific faces for node-names & xrefs.
6652         (Info-use-header-line): New variable.
6653         (info-header-xref, info-header-node): New faces.
6654         (Info-setup-header-line): New function.
6655         (Info-select-node): Call Info-setup-header-line when enabled.
6656         (Info-extract-pointer): Work even if the header line is hidden.
6657         (Info-header-line): New variable.
6659 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
6661         * vms-patch.el (print-region-function): Don't quote lambda.
6663         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6665         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6666         (lm-get-header-re): Allow spaces between the header and the colon.
6667         (lm-header): Allow $ in non-RCS headers.
6668         (lm-header-multiline): Put the strings back into order.
6669         Stop at an empty line.  Don't require two space chars if the
6670         line is clearly not another header line.
6672         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6673         (popup-menu-popup): Remove.
6675 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
6677         * toolbar/toolbar.el (toolbar-add-item): Use the same image
6678         specification if or if not tool-bar item contains an `:enabled'
6679         property.
6681         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6682         current buffer has no file name.
6684 2000-09-15  Dave Love  <fx@gnu.org>
6686         * strokes.el: Sync with maintainer's current version with changes
6687         for Emacs, but avoid runtime cl and levents.
6688         (toplevel):  Change autoloads and compilation requires.
6689         (strokes-version, strokes-bug-address, strokes-lift): Values
6690         changed.
6691         (strokes-xpm-header, strokes-insinuated): New variable.
6692         (strokes): Add :link.
6693         (strokes-mode): Customized.
6694         (strokes-while-inhibiting-garbage-collector): New macro.
6695         (strokes-remassoc): Avoid remove-if.
6696         (strokes-fix-button2-command): Don't use ad-do-it.
6697         (strokes-insinuate): New function.
6698         (strokes-button-press-event-p, strokes-button-release-event-p):
6699         New functions, used instead of non-`strokes-' versions..
6700         (strokes-mouse-event-p): Rewritten.
6701         (strokes-event-closest-point): Avoid event-point.
6702         (strokes-get-grid-position): Avoid cdadr, caadr
6703         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6704         functions.
6705         (strokes-help): Use with-output-to-temp-buffer.
6706         (strokes-window-configuration-changed-p): New function.
6707         (strokes-update-window-configuration): Use buffer-live-p,
6708         strokes-window-configuration-changed-p.
6709         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
6710         (strokes-char-face): New face.
6711         (strokes-char-table, strokes-base64-chars): New variable.
6712         (strokes-xpm-for-stroke, strokes-list-strokes)
6713         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6714         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6715         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6716         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6717         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6718         functions.
6720 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
6722         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6724         * image.el (create-image): Doc fix.
6726         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6727         instead of `:heuristic-mask t'.
6729 2000-09-14  Andrew Innes  <andrewi@gnu.org>
6731         * makefile.w32-in: Revert to Unix line endings.
6733 2000-09-14  Andrew Innes  <andrewi@gnu.org>
6735         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
6736         when installing.
6738         * makefile.nt (DONTCOMPILE): Fix typo.
6740         * shell.el (shell-write-history-on-exit): New function.
6741         (shell-dumb-shell-regexp): New custom variable.
6742         (shell-mode): Make shell-write-history-on-exit the process
6743         sentinel if shell name matches shell-dumb-shell-regexp.
6745         * w32-fns.el: Comment out before-init-hook function which resets
6746         source-directory based; this breaks bootstrap.
6748 2000-09-14  Dave Love  <fx@gnu.org>
6750         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6751         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6752         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6753         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6754         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6755         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6756         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
6757         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
6758         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6760         * toolbar/toolbar.el: New.
6762         * subdirs.el: Add toolbar.
6764 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
6766         * indent.el (indent-for-tab-command): Doc fix.
6768 2000-09-14  Alex Schroeder  <alex@gnu.org>
6770         * ansi-color.el (ansi-colors): Doc change.
6771         (ansi-color-get-face): Simplified regexp.
6772         (ansi-color-faces-vector): Added more faces, doc change.
6773         (ansi-color-names-vector): Doc change.
6774         (ansi-color-regexp): Simplified regexp.
6775         (ansi-color-parameter-regexp): New regexp.
6776         (ansi-color-filter-apply): Doc change.
6777         (ansi-color-filter-region): Doc change.
6778         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6779         deal with zero length parameters.
6780         (ansi-color-apply-on-region): Doc change.
6781         (ansi-color-map): Doc change.
6782         (ansi-color-map-update): Removed debugging message.
6783         (ansi-color-get-face-1): Added condition-case to trap
6784         args-out-of-range errors.
6785         (ansi-color-get-face): Doc change.
6786         (ansi-color-make-face): Removed.
6787         (ansi-color-for-shell-mode): New option.
6789 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
6791         * international/quail.el (quail-start-translation): Translate KEY
6792         if necessary even if it doesn't have any mapping in the current
6793         input method.
6794         (quail-start-conversion): Likewise.
6795         (quail-help): The output message is improved.
6797 2000-09-13  Miles Bader  <miles@gnu.org>
6799         * comint.el (comint-output-filter): Revert to using
6800         `insert-before-markers'.  Add bletcherous hack to undo damage
6801         caused by `insert-before-markers'.  Put `front-sticky' property on
6802         overlays created here so that the field code understands how the
6803         overlay works.  Use a let when making comint-last-prompt-overlay,
6804         so that the code is easier to read.
6806 2000-09-13  Dave Love  <fx@gnu.org>
6808         * wid-edit.el (widget-default-format-handler): DTRT when
6809         doc-property is a function.
6811 2000-09-12  Francesco Potorti`  <pot@gnu.org>
6813         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6814         filed name if it's not there.
6816 2000-09-12  Dave Love  <fx@gnu.org>
6818         * simple.el (read-mail-command): Doc fix.
6819         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6821         * vc.el (vc-dired-listing-switches): Fix :version.
6823         * vc-hooks.el: Doc fixes.
6825         * subr.el (add-minor-mode): Use toggle-fun arg.
6827         * speedbar.el: Add :version to several defcustoms.
6829         * imenu.el (imenu--truncate-items, imenu--cleanup)
6830         (imenu--generic-function): Avoid mapcar.
6831         (imenu--replace-spaces): Function removed.
6832         (imenu--completion-buffer): Use subst-char-in-string.
6833         (imenu-add-to-menubar): Use keymap inheritance.
6835 2000-09-12  Miles Bader  <miles@gnu.org>
6837         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6838         (diff-mode-map): Bind `diff-test-hunk'.
6839         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6841 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6843         * bytecomp.el (byte-compile-defvar): Undo last change
6844         because it breaks '(make-variable-buffer-local (defvar ...)'
6845         which is used at least in dired.
6847 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6849         * international/quail.el (quail-define-package): Docstring
6850         modified.
6852 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6854         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6855         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6856         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
6857         docstring of "chinese-py".
6859         * international/quail.el (quail-translation-docstring): New
6860         variable.
6861         (quail-show-keyboard-layout): Docstring modified.
6862         (quail-select-current): Likewise.
6863         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6864         infinite recursive call.
6865         (quail-help): Check quail-translation-docstring.  Format of the
6866         output changed.
6867         (quail-help-insert-keymap-description): Adjusted for the above
6868         change.
6870 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6872         * bytecomp.el (byte-compile-defvar): Only cons onto
6873         current-load-list in top-level forms.  Else this leaks a cons cell
6874         every time a defun is called.
6876 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
6878         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6879         Now understands non-unified diffs.  Some functionality moved into
6880         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
6881         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
6882         modify anything.  Only reposition point in the patched file if the
6883         patch succeeds.  Only pop up another window if POPUP is true.
6884         Emit a message describing what happened if successful, and at what
6885         line-offset.  Automatically detect reversed hunks and do something
6886         appropriate.
6887         (diff-hunk-text, diff-find-text): New functions.
6888         (diff-filter-lines): Function removed.
6889         (diff-test-hunk): New function.
6890         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6892 2000-09-10  Dave Love  <fx@gnu.org>
6894         * textmodes/tildify.el: Minor doc/commentary fixes.
6895         (tildify) <defgroup>: Add :version.
6897         * faces.el (face-x-resources): Make custom type more specific.
6898         (frame-background-mode): Use mapc.
6899         (region) <defcustom>: Add :version.
6901 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
6903         * vc-sccs.el (vc-sccs-register):
6904         * vc-rcs.el (vc-rcs-register):
6905         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6906         * vc.el (vc-register): Clear file's properties.
6908 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
6910         * faces.el (face-spec-set): Only face-spec-reset-face when
6911         ATTRS is non-nil.
6913 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
6915         * help.el (help-insert-xref-button): Fix a typo in doc string.
6917 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6919         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6920         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6921         methods.
6923         * menu-bar.el (read-mail-item-name): New function.
6924         (menu-bar-tools-menu): Use it to compute and display the package
6925         used to read email.
6926         (menu-bar-tools-menu): Fix typo in GUD's help string.
6928 2000-09-07  Dave Love  <fx@gnu.org>
6930         * diff-mode.el (diff-mouse-goto-source): New function.
6932         * vc-sccs.el: Doc fixes.
6933         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6935         * vc-rcs.el: Doc fixes.
6936         (vc-rcs-register-switches, vc-rcs-checkin-switches)
6937         (vc-rcs-checkout-switches, vc-rcs-header)
6938         (vc-rcs-master-templates): Add or change :version.
6940         * vc-cvs.el: Doc fixes.
6941         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6942         (vc-cvs-stay-local): Add :version.
6944         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6946 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6948         * international/quail.el (quail-help): Fix previous change.
6950 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6952         * faces.el (color-values): Doc fix.
6954         * faces.el (frame-set-background-mode): Use frame-parameter
6955         instead of frame-parameters.
6957         * frame.el (filtered-frame-list): Reduce consing.
6958         (frames-on-display-list): Call frame-parameter instead of
6959         frame-parameters.
6961 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6963         * language/devan-util.el (devanagari-to-indian-region): In the
6964         loop, change the following char, not preceding char.
6966 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6968         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6969         instead of frame-parameters.
6971         * faces.el (set-face-attribute): Simplify by calling
6972         internal-set-lisp-face-attribute with FRAME being 0.
6974         * vc.el: Remove `Id' version control keyword.
6976 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6978         * help.el (help-make-xrefs): Adjusted for the change of
6979         help-xref-mule-regexp.
6980         (help-insert-xref-button): New function.
6982         * international/mule-cmds.el (help-xref-mule-regexp-template):
6983         Include the pattern for character set.
6984         (leim): New group.
6986         * international/quail.el: Don't require face.
6987         (quail): New group.
6988         (quail-other-command): Dummy command to make quail-help work better.
6989         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6990         (quail-keyboard-layout-substitution): New variable.
6991         (quail-update-keyboard-layout): New function.
6992         (quail-keyboard-layout-type): New customizable variable.
6993         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6994         (quail-keyboard-translate): Pay attention to
6995         quail-keyboard-layout-substitution.
6996         (quail-insert-kbd-layout): New function.
6997         (quail-show-keyboard-layout): New function.
6998         (quail-get-translation): If the definition is a vector of length
6999         1, and the element is a string of length 1, return the character
7000         in that string.
7001         (quail-update-current-translations): Fix the case of
7002         relative-index out of range.
7003         (quail-build-decode-map, quail-insert-decode-map): New Functions.
7004         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7005         Show key sequences for all available characters.
7006         (quail-help-insert-keymap-description): Don't show such verbose
7007         key bindings as quail-self-insert-command.
7009         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7010         Format changed, and each element now have extra documentations.
7011         (tit-process-header): Delete invalid characters from TIT-PROMPT.
7012         Adjusted for the change of quail-cxterm-package-ext-info.
7014 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
7016         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7017         requiring it leads to a recursive loading of vc.el and vc-hooks.el
7018         during bootstrap.
7020 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
7022         * vc.el: (toplevel): Don't require `dired' at run-time.
7023         (vc-dired-resynch-file): Remove autoload cookie.
7025 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
7027         * vc.el: Made several backend functions optional.
7028         (vc-default-responsible-p): New function.
7029         (vc-merge): Use RET for first version to trigger merge-news, not
7030         prefix arg.
7031         (vc-annotate): Handle backends that do not support annotation.
7032         (vc-default-merge-news): Removed.  The existence of a merge-news
7033         implementation is now checked on caller sites.
7035         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7036         case.
7038         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7039         special case that has been removed from the default in vc-hooks.el.
7041 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
7043         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7045 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
7047         * vc-hooks.el: Require vc during compilation.
7048         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7049         macro `with-vc-properties' in vc.el.
7050         (vc-file-getprop): Doc fix.
7051         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7053         * vc.el: Require dired-aux during compilation.
7054         (vc-name-assoc-file): Moved to vc-sccs.el.
7055         (with-vc-properties): New macro.
7056         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7057         vc-finish-steal): Use it.
7058         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
7059         to the backend-specific function is now supposed to do the checkout,
7060         too.
7061         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7063         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7064         set file properties; that gets done in the generic code now.
7066         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7067         Changed parameter list, added code from vc.el that does the
7068         checkout, possibly with a double-take.
7070         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7071         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7072         the above under the new name.
7073         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
7074         parameter list, added checkout command.
7075         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7076         properties; that gets done in the generic code now.
7078 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
7080         * vc.el: Docstring fixes (courtesy of checkdoc).
7082 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
7084         * vc.el (vc-checkout-writable-buffer-hook)
7085         (vc-checkout-writable-buffer): Remove.
7086         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7087         (vc-log-mode): Make it into a clean derived major mode.
7088         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7089         vc-log-mode if log-edit is not available.
7090         (vc-dired-mode-map): Don't set-keymap-parent yet.
7091         (vc-dired-mode): Do set-keymap-parent here.
7092         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7094 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
7096         * faces.el (set-face-attribute, face-spec-reset-face)
7097         (face-spec-set): Avoid consing by removing calls to `apply'.
7099         * frame.el (frame-parameter): Move to C code.
7101 2000-09-05  Dave Love  <fx@gnu.org>
7103         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7104         insert-before-markers-and-inherit.  Now checked systematically!
7106 2000-09-05  Alex Schroeder  <alex@gnu.org>
7108         * sql.el (sql-postgres): Use sql-postgres-options.
7109         (sql-postgres-options): New variable.
7111 2000-09-05  Alex Schroeder  <alex@gnu.org>
7113         * sql.el (sql-mode-menu): Work around missing variable mark-active
7114         in XEmacs.
7115         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7116         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7117         compatibility.
7119 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
7121         * vc.el (vc-dired-resynch-file): Add autoload cookie.
7123         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7125         * Makefile.in (DONTCOMPILE): Fix typo in file name.
7127 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7129         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7130         don't support anything else under SCCS yet.
7132         * vc-hooks.el: Minor doc fixes.
7134 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7136         * vc.el (vc-next-action-on-file): Do not visit the file if it's
7137         not necessary.  If verbose in state `needs-patch', do the same as
7138         under `up-to-date'.  When NOT verbose and `needs-patch', check out
7139         latest version instead of `merge-news'.
7140         (vc-next-action-dired): Don't mess with default-directory here; it
7141         breaks other parts of dired.  It is the job of the
7142         backend-specific functions to adjust it temporarily if they need it.
7143         (vc-next-action): Remove a special CVS case.
7144         (vc-clear-headers): New optional arg FILE.
7145         (vc-checkin, vc-checkout): Set properties vc-state and
7146         vc-checkout-time properly.
7147         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7148         (vc-print-log): Use new backend function `show-log-entry'.
7149         (vc-cancel-version): Do the checks in a different order.  Added a
7150         FIXME concerning RCS-only code.
7152         * vc-rcs.el (vc-rcs-show-log-entry): New function.
7153         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7155         * vc-cvs.el (vc-cvs-show-log-entry): New function.
7157         * vc-hooks.el (vc-default-mode-line-string): Show state
7158         `needs-patch' as a `-' too.
7160 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7162         * vc.el (vc-responsible-backend): New optional arg REGISTER.
7163         (vc-default-could-register): New function.
7164         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7165         (vc-resynch-buffer): Call vc-dired-resynch-file.
7166         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7167         vc-resynch-buffer instead of vc-resynch-window.
7168         (vc-next-action-dired): Don't redisplay here, that gets done as a
7169         result of the individual file operations.
7170         (vc-retrieve-snapshot): Corrected prompt order.
7172         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7174         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7175         as well.
7176         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
7177         hostname regexps.  Updated all callers.
7178         (vc-cvs-responsible-p): Handle directories as well.
7179         (vc-cvs-could-register): New function.
7180         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7181         properties up-to-date.
7183         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7184         user whether to create one.
7186 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7188         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7189         check out a non-existing file.
7191         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7192         workfile does not exist.
7194         * vc.el (vc-version-diff): Use `require' to check for existence of
7195         diff-mode.
7197 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7199         * vc-cvs.el (vc-cvs-registered): Use new function
7200         vc-cvs-parse-entry to do the actual work.
7202 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7204         * vc-hooks.el (vc-find-backend-function): If function doesn't
7205         exist, return nil instead of error.
7206         (vc-call-backend): Doc fix.
7208         * vc.el (vc-do-command): Doc fix.
7209         (vc-finish-logentry): When checking in from vc-dired, choose the
7210         right backend for logentry check.
7211         (vc-dired-mode-map): Inherit from dired-mode-map.
7212         (vc-dired-mode): Local value of dired-move-to-filename-regexp
7213         simplified.
7214         (vc-dired-state-info): Removed, updated caller.
7215         (vc-default-dired-state-info): Use parentheses instead of hyphens.
7216         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7217         (vc-dired-listing-switches): New variable.
7218         (vc-directory): Use it, instead of dired-listing-switches.
7220         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7221         (vc-cvs-dir-state): New function.
7222         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7223         (vc-cvs-parse-entry): New function, also to be used in
7224         vc-cvs-registered.
7226 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7228         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7229         *or* single-window-frames.
7231 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7233         * vc.el (vc-update-changelog): Split into generic part and default
7234         implementation.  Doc string adapted.
7235         (vc-default-update-changelog): New function.  Call the `rcs2log'
7236         script in exec-directory, to fix a long-standing nuisance.
7238         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7239         simply signals an error.
7241 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7243         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7244         control-flow more clear and to avoid running `cvs' twice.
7246         * vc.el (vc-next-action-on-file): Doc fix.
7247         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7248         (vc-print-log): Eval `file' before constructing the continuation.
7250 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7252         * vc.el (vc-next-action-on-file): Corrected several messages.
7253         (vc-merge): Add prefix arg `merge-news'; handle it.
7255         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7256         is not reached.  It is.
7257         (vc-cvs-merge): Set state to 'edited after merge.
7258         (vc-cvs-merge-news): Set workfile version to nil if not known.
7259         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
7261         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7262         via stdout. (Merge from main line.)
7264 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7266         * vc.el (vc-finish-logentry): Thinko in the "same comment"
7267         detection.
7269 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7271         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7272         against kill-all-local-variables.
7273         (vc-log-edit): Don't save vc-parent-buffer any more.
7274         (vc-last-comment-match): Initialize to an empty string.
7275         (vc-post-command-functions): New hook.
7276         (vc-do-command): Run it.
7277         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7278         (vc-finish-logentry): Only add the comment to the ring if it's
7279         different from the last comment entered.
7280         (vc-new-comment-index): New function.
7281         (vc-previous-comment): Use it.  Make the minibuffer message
7282         slightly less terse.
7283         (vc-comment-search-reverse): Make it work forward as well.  Don't
7284         set vc-comment-ring-index if no match is found.  Use
7285         vc-new-comment-index.
7286         (vc-comment-search-forward): Use vc-comment-search-reverse.
7287         (vc-dired-mode-map): Don't inherit from dired-mode-map since
7288         define-derived-mode will do it for us.  Bind `v' to a keymap that
7289         inherits from vc-prefix-map so that we can bind `vt' without
7290         binding C-x v t.
7291         (vc-retrieve-snapshot): Parenthesis typo.
7293         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7294         to 1.  Make sure to switch to *vc* before looking for an error
7295         message.  Use vc-parse-buffer.
7297 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7299         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7300         and NAME.
7301         (vc-retrieve-snapshot): Split into two parts.
7302         (vc-default-retrieve-snapshot): New function.
7304         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7305         (vc-cvs-retrieve-snapshot): New function (untested).
7306         (vc-cvs-stay-local): Default to t.
7307         (vc-cvs-remote-p): New function and property.
7308         (vc-cvs-state): Stay local only if the above is t.
7309         (vc-handle-cvs): Removed.
7310         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7311         done via vc-handled-backends now.
7312         (vc-cvs-header): Escape Id.
7314 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7316         * vc.el (vc-do-command): Remove unused commands.
7317         (vc-version-diff): Make sure default-directory ends with a slash.
7318         Move the window commands into a vc-exec-after.
7319         (vc-print-log): Move more of the code into the `vc-exec-after'.
7321 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7323         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7324         (vc-print-log): Search current revision from beginning of buffer.
7325         (vc-revert-buffer): Clear echo area after the diff is finished.
7326         (vc-prefix-map): Removed definition of "t" for terse display in vc
7327         dired.
7328         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
7329         definition of "vt" for terse display.
7330         (vc-dired-mode): Fix dired-move-to-filename-regexp.
7332 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7334         * vc.el (vc-exec-after): Avoid caddr.
7336 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7338         * vc.el (vc-exec-after): New function.
7339         (vc-do-command): Use it to add a termination message for async
7340         procs.
7341         (vc-checkout): Try to handle a missing-backend situation.
7342         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7343         of a directory with a backend using async diffs.
7344         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7345         present.
7347         * vc-sccs.el (vc-sccs-state-heuristic): Use
7348         file-ownership-preserved-p.
7350         * vc-rcs.el (vc-rcs-state-heuristic): Use
7351         file-ownership-preserved-p.
7352         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7354 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7356         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7357         vc-do-command.
7359         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7360         when there are no changes.
7362 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7364         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7366         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7368 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7370         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7372         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7373         the `fset' outside of the defvar so that it works even if
7374         vc-prefix-map was already defined.
7375         (vc-setup-buffer): New function, split out of vc-do-command.
7376         (vc-do-command): Allow BUFFER to be t to mean `just use the
7377         current buffer without any fuss'.
7378         (vc-version-diff): Change the `diff' backend operation to just put
7379         the diff in the current buffer without erasing it.  Always use
7380         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
7381         shrink-window-if-larger-than-buffer.
7382         (vc-print-log): Change the `print-log' backend operation to just
7383         put the log in the current buffer without erasing it.  Protect
7384         shrink-window-if-larger-than-buffer.
7385         (vc-update-change-log): Fix setd typo.
7387         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7388         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7390         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7391         (vc-rcs-diff): Insert in the current buffer and remove unused arg
7392         CMP.
7394         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7395         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
7396         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7398 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7400         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7401         not possible, use vc-BACKEND-workfile-unchanged-p.
7402         (vc-default-workfile-unchanged-p): New function.  Delegates to a
7403         full vc-BACKEND-diff.
7405         * vc-hooks.el (vc-simple-command): Removed.
7407         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7408         instead of vc-simple-command.
7409         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7410         avoid doing a diff when opening a file.
7411         (vc-rcs-state): Added check for unlocked-changes.
7412         (vc-rcs-header): Escape Id.
7413         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7414         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7415         version.
7417         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7418         (vc-sccs-diff): Remove optional arg CMP.
7419         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7420         SCCS-specific function.
7422         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7423         vc-simple-command.
7425 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7427         * vc.el (vc-editable-p): Renamed from vc-writable-p.
7428         (with-vc-file, vc-merge): Use vc-editable-p.
7429         (vc-do-command): Remove unused var vc-file and fix the
7430         doubly-defined `status' var.  Add a user message when starting an
7431         async command.
7432         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7433         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7434         Use with-current-buffer.
7435         (vc-buffer-sync): Use unless.
7436         (vc-next-action-on-file): If the file is 'edited by read-only,
7437         make it read-write instead of trying to commit.
7438         (vc-version-diff, vc-update-change-log): Use `setq
7439         default-directory' rather than `cd'.
7440         (vc-log-edit): Don't forget to set default-directory in the
7441         buffer.
7443         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7444         (vc-sccs-state-heuristic): Use file-writable-p instead of
7445         comparing userids.
7446         (vc-sccs-checkout): Use `unless'.
7448         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7449         of comparing userids.
7450         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7451         Simplify the logic by eliminating unreachable code.
7452         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7453         just do a recursive call if we need to retry.
7454         (vc-rcs-checkout): Handle the case where rcs is missing by making
7455         the buffer read-write if requested and re-signalling the error.
7457         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7459 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7461         * vc-hooks.el (vc-handled-backends): Docstring change.
7462         (vc-ignore-vc-files): Mark obsolete.
7463         (vc-registered): Check vc-ignore-vc-files.
7464         (vc-find-file-hook, vc-file-not-found-hook): Don't check
7465         vc-ignore-vc-files.
7467         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7469 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7471         * vc.el (vc-checkout): Don't do anything special for ange-ftp
7472         files since ange-ftp already has vc-registered return nil.
7474         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7475         (vc-sccs-workfile-version): Use with-temp-buffer and new
7476         vc-parse-buffer and don't bother setting the property.
7477         (vc-sccs-add-triple): Use with-current-buffer and
7478         find-file-noselect.
7479         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7481         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
7482         derives from the old vc-parse-buffer but uses the revision number
7483         rather than the date (much easier to compare robustly).
7484         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
7485         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
7486         locking-user more directly.  Check strict locking and set
7487         checkout-model appropriately.
7488         (vc-rcs-parse-locks): Remove.
7489         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7490         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7491         (vc-rcs-system-release): Use with-current-buffer and
7492         vc-parse-buffer.
7493         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7495         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7496         (vc-simple-command): Docstring fix.
7497         (vc-registered): Align the way the file-handler is called with the
7498         way the function itself works.
7499         (vc-file-owner): Remove.
7501         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
7502         extraction of fields and call to file-attributes because of a
7503         temporary bug in rcp.el.
7504         (vc-cvs-fetch-status): Use with-current-buffer.
7506 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7508         * vc.el (vc-do-command): Use file-relative-name.
7509         (vc-responsible-backend): Use vc-backend if possible.
7510         (vc-create-snapshot): Improve the `interactive' spec. Add support
7511         for branches and dispatch to backend-specific `create-snapshot'.
7512         (vc-default-create-snapshot): New function, containing the bulk of
7513         the old vc-create-snapshot.
7514         (vc-retrieve-snapshot): Improve the interactive spec.
7516         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7517         (vc-backend-hook-functions): Remove.
7518         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7519         (vc-backend): Reintroduce the test for `file = nil' now that I
7520         know why it was there (and added a comment to better remember).
7522         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7523         code from vc-sccs-hooks.el.
7524         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
7525         'vc anymore.
7526         (vc-sccs-responsible-p): Use expand-file-name instead of concat
7527         and file-directory-p instead of file-exists-p.
7528         (vc-sccs-check-headers): Simplify the regexp.
7530         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7531         from vc-rcs-hooks.el.  Don't require 'vc anymore.
7532         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7533         file-directory-p instead of file-exists-p.
7535         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7536         from vc-cvs-hooks.el.
7537         (proto vc-cvs-registered): Require 'vc-cvs instead of
7538         'vc-cvs-hooks.  Don't require 'vc anymore.
7539         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7540         file-directory-p instead of file-exists-p.
7541         (vc-cvs-create-snapshot): New function, replacing
7542         vc-cvs-assign-name.
7543         (vc-cvs-assign-name): Remove.
7545 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7547         * vc-cvs.el (vc-cvs-header): New var.
7549         * vc-rcs.el (vc-rcs-exists): Remove.
7550         (vc-rcs-header): New var.
7552         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7553         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7554         (vc-sccs-header): New var.
7556         * vc.el (vc-do-command): Get rid of the `last' argument.
7557         (vc-header-alist): Remove, replaced by vc-X-header.
7558         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7559         (vc-dired-hook): Use expand-file-name instead of concat.
7560         (vc-directory): Use file-name-as-directory.
7561         (vc-snapshot-precondition, vc-create-snapshot)
7562         (vc-retrieve-snapshot): Allow the command to operate on any
7563         directory.
7565         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7566         just removing the 'WORKFILE argument or by removing the 'MASTER
7567         argument and replacing `file' with (vc-name file).
7569 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7571         * vc.el: Update Copyright and add a crude list of backend funs.
7572         (vc-writable-p): New function.
7573         (with-vc-file): Use vc-writable-p.
7574         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7575         (vc-register): Avoid vc-name.
7576         (vc-locking-user): Remove.
7577         (vc-steal-lock): Make the `owner' arg non-optional.
7578         (vc-merge): Use vc-writable-p instead of vc-locking-user and
7579         vc-checkout-model.
7580         (vc-default-dired-state-info): Use vc-state instead of
7581         vc-locking-user and return special strings for special states.
7582         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7583         and get rid of one of the special CVS cases.
7584         (vc-cancel-version): prettify error message with \\[...].
7585         (vc-rename-master): New function.
7586         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7587         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
7588         the CVS special case generic.
7589         (vc-default-record-rename): Remove.
7590         (vc-file-tree-walk-internal): Only call FUNC for files that are
7591         under control of some VC backend and replace `concat' with
7592         expand-file-name.
7593         (vc-file-tree-walk): Update docstring.
7594         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7595         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7597         * vc-sccs.el (vc-sccs-rename-file): Renamed from
7598         vc-sccs-record-rename.  Use `find-file-noselect' rather than
7599         `find-file' and call `vc-rename-master' to do the actual move.
7600         (vc-sccs-diff): Remove unused `backend' variable.
7602         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7603         to delay loading of vc-sccs until it is really used.
7604         (vc-sccs-master-templates): Preload.
7605         (vc-sccs-state): Update call to vc-sccs-parse-locks.
7606         (vc-sccs-project-dir): Remove (merged into
7607         vc-sccs-search-project-dir).
7608         (vc-sccs-search-project-dir): Rewrite using file name handling ops
7609         rather than `concat', make sure it is preloaded and don't bother
7610         to check that the file actually exists.
7611         (vc-sccs-parse-locks): Remove unused `file' argument, remove
7612         `locks' argument (use buffer's content instead) and eliminate n^2
7613         behavior.
7615         * vc-rcs.el: Update Copyright.
7616         (vc-rcs-rename-file): New function.
7617         (vc-rcs-diff): Remove unused `backend' variable.
7619         * vc-hooks.el: Update Copyright.
7620         (vc-backend): Don't accept a nil argument any more.
7621         (vc-up-to-date-p): Turn into a defsubst.
7622         (vc-possible-master): New function.
7623         (vc-check-master-templates): Use `vc-possible-master' and allow
7624         funs in vc-X-master-templates to return a non-existent file.
7626         * vc-cvs.el: Update Copyright.
7627         (vc-cvs-diff): Remove unused `backend' variable.
7628         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7630         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7632 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7634         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7635         since it can be called from vc-rcs.el.
7636         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7638 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7640         * vc.el (vc-version-diff): Expand file name read from the
7641         minibuffer.  Handle the case when a previous version number can't
7642         be guessed.  Give suitable messages when there were no differences
7643         found.
7644         (vc-clear-headers): Call backend-specific implementation, if one
7645         exists.
7646         (vc-cancel-version): Made error checks generic.  When done, clear
7647         headers generically, too.
7649         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7650         from vc-clear-headers in vc.el.
7652         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7653         correctly.
7654         (vc-rcs-latest-on-branch-p): Made second argument VERSION
7655         optional.  Handle the case when it's not there.
7657 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7659         * vc.el (vc-locking-user): Moved from vc-hooks.el.
7661 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7663         * vc-hooks.el (vc-loadup): Remove.
7664         (vc-find-backend-function): Use `require'.  Also, handle the case
7665         where vc-BACKEND-hooks.el doesn't exist.
7666         (vc-call-backend): Cleanup.
7668 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7670         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7671         vc-rcs-grab-templates)
7672         (vc-rcs-registered): Remove.  The default function works as well.
7673         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7674         vc-sccs-grab-templates)
7675         (vc-sccs-registered): Remove.  The default function works as well.
7677         * vc.el (vc-version-diff): Left out a vc- in call to
7678         vc-call-backend.
7679         (vc-default-dired-state-info, vc-default-record-rename)
7680         (vc-default-merge-news): Update for the new backend argument.
7682         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7683         using the default function.
7684         (vc-call-backend): If calling the default function, pass it the
7685         backend as first argument.  Update the docstring accordingly.
7686         (vc-default-state-heuristic, vc-default-mode-line-string): Update
7687         for the new backend argument.
7688         (vc-make-backend-sym): Renamed from vc-make-backend-function.
7689         (vc-find-backend-function): Use the new name.
7690         (vc-default-registered): New function.
7692 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7694         * vc.el (vc-merge): Use vc-find-backend-function.
7696         * vc-hooks.el (vc-backend-functions): Remove.
7697         (vc-loadup): Don't setup 'vc-functions.
7698         (vc-find-backend-function): New function.
7699         (vc-call-backend): Use above fun and populate 'vc-functions
7700         lazily.
7701         (vc-backend-defines): Remove.
7703 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7705         * vc.el (vc-register): Put a FIXME note for a newly found bug.
7706         Call vc-call-backend without the leading vc-.
7707         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7708         (vc-check-headers): Call vc-call-backend without the leading vc-.
7709         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7710         (vc-annotate-display): Replace confusing use of `cond' with `or'.
7711         Call vc-call-backend without the leading vc-.
7713         * vc-cvs.el (tail): Provide vc-cvs.
7714         * vc-sccs.el (tail): Provide vc-sccs.
7715         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7717         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7718         (vc-make-backend-function, vc-call): Pass names without leading
7719         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7720         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7721         (vc-call-backend): Always try to load vc-X-hooks.
7722         (vc-registered): Remove vc- in call to vc-call-backend.
7724 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7726         * vc.el (vc-process-filter): New function.
7727         (vc-do-command): Setup `vc-process-filter' for the async process.
7728         (vc-maybe-resolve-conflicts): New function to reduce
7729         code-duplication.  Additionally, it puts the buffer in
7730         `smerge-mode' if applicable.
7731         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7732         calling `merge-news'.
7733         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7734         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
7735         interfacing to log-edit.el.
7736         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7737         log-edit is available.
7738         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7740 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7742         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7743         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7744         defvar and the initialization.
7745         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7747         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7748         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7750         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7752 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7754         * vc.el (vc-file-clear-masterprops): Removed.
7755         (vc-checkin, vc-revert-buffer): Removed calls to the above.
7756         (vc-version-diff): Use buffer-size without argument.
7757         (vc-register): Heed vc-initial-comment.
7759         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7760         default branch.
7762         * vc-rcs.el (vc-rcs-register): Parse command output to find master
7763         file name and workfile version.
7764         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7766         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7767         vc-file-clear-masterprops.
7769         * vc-sccs.el (vc-sccs-checkout): Removed call to
7770         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
7771         rather than user login name.
7774 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7776         * vc.el (vc-workfile-unchanged-p): Remove unused argument
7777         `want-differences-if-changed' and simplify.
7778         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7779         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7780         output (which is invalid for async vc-diff) to decide whether to
7781         do the revert silently or not.
7783 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7785         * vc-hooks.el (vc-loadup): Load files quietly.
7786         (vc-call-backend): Oops, brain fart.
7788 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7790         * vc-cvs.el (vc-cvs-state): Typo.
7791         (vc-cvs-merge-news): Return the status code rather than the error msg.
7793 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7795         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7796         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7797         vc-state or vc-up-to-date-p.
7798         (vc-merge): Use vc-backend-defines to check whether merging is
7799         possible.  Set state to 'edited after successful merge.
7801         * vc-hooks.el (vc-locking-user): If locked by the calling user,
7802         return that name.  Redocumented.
7804 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7806         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7807         new `vc-state' semantics.
7808         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7809         'vc-locking-user to the current user.
7810         (vc-merge): Inline vc-backend-merge.  Comment out code that I
7811         don't understand and hence can't adapt to the new `vc-state' and
7812         `vc-locking-user' semantics.
7813         (vc-backend-merge): Remove.
7815         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7816         rather than 'vc-locking-user.
7818         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7820         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7821         (vc-state): Don't use 'reserved any more.  Just use the same
7822         convention as the one used for vc-<backend>-state where the
7823         locking user (as a string) is returned.
7824         (vc-locking-user): Update, based on the above convention. The
7825         'vc-locking-user property has disappeared.
7826         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7828         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7829         with a heuristic one.
7830         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7831         (vc-cvs-checkin): Do a trivial parse to set the state in case of
7832         error.  That allows us to get to 'needs-merge even in the
7833         stay-local case.  There's still no way to detect 'needs-patch in
7834         such a setup (or to force an update for that matter).
7835         (vc-cvs-logentry-check): Remove, the default works as well.
7837 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7839         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7841         * vc.el (vc-do-command): kill-all-local-variables, to reset any
7842         major-mode in which the buffer might have been put earlier.  Use
7843         `remove' and `when'.  Allow `okstatus' to be `async' and use
7844         `start-process' in this case.
7845         (vc-version-diff): Handle the case where the diff looks empty
7846         because of the use of an async process.
7848 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7850         * vc.el (vc-next-action-on-file): Removed optional parameter
7851         `simple'.  Recompute state unconditionally.
7852         (vc-default-toggle-read-only): Removed.
7854         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7855         (vc-toggle-read-only): Undid prev change.
7857         * vc-cvs.el (vc-cvs-stay-local): Renamed from
7858         vc-cvs-simple-toggle.  Redocumented.
7859         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7860         (vc-cvs-toggle-read-only): Removed.
7862 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7864         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7865         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7866         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7867         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
7868         still is. So maybe it should be removed.
7869         (vc-head-version, vc-find-binary): Remove.
7870         (vc-recompute-state): Move from vc-hooks.el.
7871         (vc-next-action-on-file): Add a `simple' argument to allow
7872         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7873         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7874         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7875         (vc-dired-mode-map): Properly defvar it.
7876         (vc-print-log): Call log-view-mode if available.
7877         (small-temporary-file-directory): defvar instead of use boundp.
7878         (vc-merge-news): Moved to vc-cvs.el.
7879         (vc-default-merge-news): New function.
7881         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7882         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7883         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7884         unknown `vc-latest-version' function.  It should probably refer to
7885         vc-workfile-version or somesuch, but it's very unclear to me and I
7886         don't have SCCS to test things.
7888         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7889         (vc-sccs-state-heuristic): Fix typo.
7890         (vc-sccs-workfile-unchanged-p): Add missing argument.
7892         * vc-rcs.el: Require vc and vc-rcs-hooks.
7893         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7894         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7895         (vc-release-greater-or-equal-p): Move from vc.
7896         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7897         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7898         (vc-rcs-checkout): Add a missing `new-version' argument in the
7899         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
7901         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7902         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7903         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7904         than the apparently unbound `workfile-version'.
7906         * vc-hooks.el (vc-master-templates): Def the obsolete var.
7907         (vc-file-prop-obarray): Use `make-vector'.
7908         (vc-backend-functions): Add new hookable functions
7909         vc-toggle-read-only, vc-record-rename and vc-merge-news.
7910         (vc-loadup): If neither backend nor default functions exist, use
7911         the backend function rather than nil.
7912         (vc-call-backend): If the function if not bound yet, try to load
7913         the non-hook file to see if it provides it.
7914         (vc-call): New macro plus use it wherever possible.
7915         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7916         nor `vc-find-binary' since it's only called from
7917         vc-mistrust-permission which is only used once the backend is known.
7918         (vc-checkout-model): Fix parenthesis.
7919         (vc-recompute-state, vc-prefix-map): Move to vc.el.
7921         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7922         (vc-cvs-release, vc-cvs-system-release): Remove.
7923         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7924         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7925         status symbols.
7926         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7927         (vc-cvs-toggle-read-only): First cut at a function to allow a
7928         cvs-status-free vc-toggle-read-only.
7929         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7930         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7931         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
7932         (vc-cvs-checkout): Modify access rights directly if the user
7933         requested not to use `cvs edit'.  And refresh the mode line.
7935         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7936         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7938 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7940         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
7941         workfile' that got lost when the code was extracted from vc.el.
7942         And merged the tail with the rest of the code (not possible in the
7943         old vc.el where the tail was shared among all backends).  And
7944         explicitly set the state to 'edited if `writable' is set.
7946         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7947         (vc-cvs-state): Be careful to return the value from
7948         vc-cvs-parse-state.
7949         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
7950         property but return it instead.  Also be careful to handle a nil
7951         or "" `rev' when workfile is non-nil (it was handled properly when
7952         workfile was nil).
7954         * vc.el: Removed those pesky unnecessary `(function' quotes.
7955         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7956         directly in the defvar.
7957         (vc-do-command): Bind inhibit-read-only so as to properly handle
7958         the case where the destination buffer has been made read-only.
7959         (vc-diff): Delegate to vc-version-diff in all cases.
7960         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7961         (vc-annotate-mode-variables): Removed (code moved partly to
7962         defvars and partly to vc-annotate-add-menu).
7963         (vc-annotate-mode): Turned into a derived-mode.
7964         (vc-annotate-add-menu): Moved in code in
7965         vc-annotate-mode-variables.
7966         (vc-update-change-log): Use make-temp-file if available.
7968 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
7970         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7971         `vc-checkout-model' updated to `vc-cvs-update-model'.
7973 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7975         * vc.el (vc-next-action-on-file): Added handling of state
7976         `unlocked-changes'.
7977         (vc-checkout-carefully): Is now practically obsolete, unless the
7978         above is too slow to be enabled unconditionally.
7979         (vc-update-change-log): Fixed typo.
7981         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7983         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7984         Now handles state `unlocked-changes'.
7985         (vc-sccs-workfile-unchanged-p): New function, to support the above.
7987         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7989         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7990         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
7991         `unlocked-changes'.
7992         (vc-rcs-workfile-unchanged-p): Renamed from
7993         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
7994         function yet, but supposed to become one soon.
7996         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7997         `vc-steal-lock'.
7998         (vc-call-backend): Changed error message.
7999         (vc-state): Added description of state `unlocked-changes'.
8001 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8003         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8004         always return t in CVS-controlled directories.
8006         * vc.el (vc-responsible-backend): New function.
8007         (vc-register): Largely rewritten.
8008         (vc-admin): Removed (implementation moved into vc-register).
8009         (vc-checkin): Redocumented.
8010         (vc-finish-logentry): If no backend defined yet (because we are in
8011         the process of registering), use the responsible backend.
8013         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8014         Updated function lists.
8015         (vc-call-backend): Fixed typo.
8017         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8018         New functions.
8019         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8020         Removed query option.  Redocumented.
8022 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8024         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8026         * vc.el: Updated callers of `vc-checkout-required' to use
8027         `vc-checkout-model'.
8029 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8031         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
8032         stuff updated to reference this function instead of the old
8033         `vc-backend-release-p'.
8035 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8037         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8038         vc-checkout-model.  Return appropriate values.  Updated callers.
8040 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8042         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8043         (vc-backend-revert): Function moved into `vc-revert';
8044         `vc-next-action' must be updated to accomodate this change.
8045         (vc-backend-steal): Function moved into `vc-finish-steal'.
8046         (vc-backend-logentry-check): Function moved into
8047         `vc-finish-logentry'.
8048         (vc-backend-printlog): Function moved into `vc-print-log'.
8049         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8050         (vc-backend-assign-name): Function moved into
8051         `vc-create-snapshot'.
8053 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8055         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8056         Rename to vc-checkout-model.  Return appropriate values.
8057         Update callers.
8059         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8060         to vc-checkout-model.
8061         (vc-checkout-required): Rename to vc-checkout-model.
8062         Re-implement and re-comment.
8063         (vc-after-save): Use vc-checkout-model.
8065 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8067         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8068         Update to use the vc-BACKEND-diff functions instead.
8069         `vc-diff' is now working.
8071         * vc-rcs.el (vc-rcs-logentry-check): New function.
8073         * vc-cvs.el (vc-cvs-logentry-check): New function.
8075         * vc-sccs.el (vc-sccs-diff): Function changed name from
8076         `vc-backend-diff'.  This makes `vc-diff' work.
8078         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8079         of functions possibly implemented in a vc-BACKEND library.
8080         (vc-checkout-required): Fix bug that caused an error to be
8081         signaled during `vc-after-save'.
8083         * vc.el: Fix typo.
8084         This checkin is made with our new VC code base for the very first time.
8085         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8087         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8088         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8090         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8091         updated to `vc-uses-locking'.
8092         (vc-checkout-required): Call to backend function.
8093         `vc-checkout-required' updated to `vc-uses-locking' instead.
8095         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8096         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8098         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8099         to match the split into various backends.
8100         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
8101         (vc-retrieve-snapshot): Bug fix.
8103 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8105         * vc-sccs.el (vc-sccs-release): Doc fix.
8107 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8109         * vc.el (vc-next-action-on-file): Bug found and fixed.
8110         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8111         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8113         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8114         (vc-rcs-checkout): Name space cleaned up.  No more revision number
8115         crunching function names that are not prefixed with vc-rcs.
8116         (vc-rcs-checkout-model): Function added.  References to
8117         `vc-checkout-model' replaced.
8119 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8121         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8122         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
8123         still need to be split, and implemented for RCS).
8125 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8127         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8129         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8130         required by the vc.el file.
8132         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8133         required by the vc.el file.
8134         (vc-rcs-exists): Function added.
8136         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8137         required by the vc.el file.
8139         * vc.el (vc-admin): Updated to handle selection of appropriate
8140         backend.  Current implementation is crufty and need re-thinking.
8142         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8144 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8146         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8147         beginning of annotate buffers correctly.
8149         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8150         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8151         functionality updated quite a lot to support multiple backends.
8152         Variables `vc-annotate-mode', `vc-annotate-buffers',
8153         `vc-annotate-backend' added.
8155         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8156         `vc-annotate-difference' added to supported backend functions.
8158 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8160         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8161         Use with-temp-file instead of /bin/sh.  Merged from mainline
8163 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8165         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8167         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8169         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8171 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8173         * vc-hooks.el: vc-state-heuristic added to
8174         vc-backend-hook-functions.
8176         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8178         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8180         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8181         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
8182         state to `reserved'.
8184         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8185         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
8187 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8189         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
8190         untouched.
8192         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8194         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8195         if defined.  (Merged from main line, slightly adapted.)
8197         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8198         millenium problem (merged from mainline).
8200 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8202         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8203         part and moved the non-BACKEND stuff to vc.el.
8205         * vc.el: Split the annotate feature into a BACKEND specific part
8206         and moved it from the vc-cvs.el file to this one.
8208 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8210         * vc-hooks.el: Implement new state model.
8211         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8212         (vc-locking-user): Simplify.  Now only needed if the file is
8213         locked by somebody else.
8214         (vc-lock-from-permissions): Remove.  Functionality is in
8215         vc-sccs-hooks.el and vc-rcs-hooks.el now.
8216         (vc-mode-line-string): New name for former vc-status.  Adapted.
8217         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
8219         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8220         Various simplifications and adaptations all over the place.
8222         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8223         Simplify and adapt the rest.
8225         * vc.el (vc-resynch-window): Add TODO comment: check for
8226         interaction with view mode according to recent RCS change.
8227         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8229 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8231         * vc.el: Convert the remaining function comments to docstrings.
8233 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8235         * vc.el (vc-backend-release, vc-release-greater-or-equal)
8236         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8237         (vc-minor-part, vc-previous-version): Functions that operate and
8238         compare revision numbers got proper documentation.  Comments added
8239         about their possible removal.
8241 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8243         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8244         the vc-backend.el files.
8246         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8248         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8249         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8250         (vc-rcs-previous-version): Functions added.
8252         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8254         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8256 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8258         * vc-hooks.el (vc-master-templates): Is really obsolete.
8259         Comment out the definition for now.  What is the right procedure
8260         to get rid of it?
8261         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8262         rewritten.
8263         (vc-default-registered): Remove.
8264         (vc-check-master-templates): New function; does mostly what the
8265         above did before.
8266         (vc-locking-user): Don't rely on the backend to set the property.
8268         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8269         Rewrite documentation.
8270         (vc-rcs-templates-grabbed): New variable.
8271         (vc-rcs-grab-templates): New function.
8272         (vc-rcs-registered): Rewrite to use above mechanism.
8274         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8275         Rewrite documentation.
8276         (vc-sccs-templates-grabbed): New variable.
8277         (vc-sccs-grab-templates): New function.
8278         (vc-sccs-registered): Rewrite to use above mechanism.
8279         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8280         Don't throw the result, simply return it.
8282         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8283         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
8284         (vc-cvs-registered): Does the check itself now.  Simplify.
8286         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8287         from main line.
8289 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8291         * vc-cvs.el (vc-cvs-diff): New function.
8293         * vc-sccs.el (vc-sccs-diff): New function.
8295         * vc-rcs.el (vc-rcs-diff): New function.
8296         (vc-rcs-checkout): Bug (typo) found and fixed.
8297         (vc-rcs-register-switches): New variable.
8299         * vc.el (vc-backend-diff): Function removed and placed in the
8300         backend files.
8302 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8304         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8306         * vc.el (vc-backend-checkout): Function removed and replaced in
8307         the vc-backend.el files.
8309         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8311         * vc.el (vc-backend-admin): Removed and replaced in the
8312         vc-backend.el files.
8314         * vc.el (Martin): Removed all the annotate functionality since it
8315         is CVS backend specific.
8317 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8319         * spec.txt: Added specification of vc-state.
8321         * vc-sccs-hooks.el (vc-sccs-master-properties):
8322         Remove handling of vc-latest-version and
8323         vc-your-latest-version.  What used to be vc-latest-version, is now
8324         returned as vc-workfile-version.
8325         (vc-sccs-workfile-version): Adapt.
8327 2000-09-04  Dave Love  <fx@gnu.org>
8329         * vc.el: [Merged from mainline.]
8330         (vc-dired-mode): Make the dired-move-to-filename-regexp
8331         regexp match the date, to avoid treating date as file size.
8332         Add YYYY S option to WESTERN/
8334 2000-09-04  Dave Love  <fx@gnu.org>
8336         * vc.el: Require `compile' when compiling.
8337         (vc-logentry-check-hook): New option.
8338         (vc-steal-lock): Use compose-mail.
8339         (vc-dired-mode-map): Defvar when compiling.
8340         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8341         vc-sccs.el and renamed.  Callers changed.
8342         (vc-backend-checkout, vc-backend-logentry-check)
8343         (vc-backend-merge-news): Doc fix.
8344         (vc-default-logentry-check): New function.
8345         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8346         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8347         (vc-backend-merge): Doc fix.  Use backend functions.
8348         (vc-check-headers): Use backend functions.
8350         * vc-cvs.el: Require vc when compiling.
8351         (vc-cvs-register-switches): Doc fix.
8352         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8353         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8354         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8355         New functions (code from vc.el).
8356         (vc-annotate-display-default): Fix interactive spec.
8357         (vc-annotate-time-span): Doc fix.
8359         * vc-rcs.el: Require vc when compiling.
8360         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8361         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8362         (vc-rcs-checkin): New functions (code from vc.el).
8363         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8364         Doc fix.
8365         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
8367         * vc-sccs.el: Require vc when compiling.
8368         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8369         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8370         (vc-sccs-revert)
8371         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8372         from vc.el).
8373         (vc-sccs-add-triple, vc-sccs-record-rename)
8374         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8375         (vc-sccs-admin): Doc fix.
8377 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8379         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8380         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8381         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8382         from vc.el.
8384         * vc-sccs.el (vc-admin-sccs): Added from vc.el
8386         * vc-cvs.el: Moved the annotate functionality from vc.el.
8387         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8389 2000-09-04  Dave Love  <fx@gnu.org>
8391         * vc.el (vc-backend-release): Call vc-system-release.
8393         * vc-sccs.el (vc-sccs-system-release):
8394         Renamed from vc-sccs-backend-release.
8396         * vc-rcs.el (vc-rcs-system-release):
8397         Renamed from vc-rcs-backend-release.
8399         * vc-cvs.el (vc-cvs-system-release):
8400         Renamed from vc-cvs-backend-release.
8402 2000-09-04  Dave Love  <fx@gnu.org>
8404         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8405         backend files.
8406         (vc-backend-release): Dispatch to backend functions.
8407         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
8408         probably needs attention.]
8410         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8411         (vc-sccs-backend-release): New function.
8413         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8414         (vc-cvs-backend-release): New function.
8416         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8417         Doc fix.
8418         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8419         (vc-default-dired-state-info): New function.
8420         (vc-dired-state-info): Dispatch to backends.
8421         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
8423         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8424         from vc.el and renamed.
8426 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8428         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8429         (vc-version-other-window, vc-backend-assign-name): Removed
8430         references to vc-latest-version; sometimes changed into
8431         vc-workfile-version.
8433         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8434         vc-rcs-master-workfile-version.
8435         (vc-rcs-workfile-version): Use the above.  Don't call
8436         vc-latest-version (that was unreachable code, anyway).
8437         (vc-rcs-fetch-master-properties): Doc fix.
8439         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8440         (vc-backend-hook-functions): Removed them from this list, too.
8441         (vc-fetch-properties): Removed.
8442         (vc-workfile-version): Doc fix.
8444         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8445         (vc-rcs-workfile-version, vc-rcs-locking-user)
8446         (vc-rcs-uses-locking): Use it.
8448         * vc-hooks.el (vc-consult-rcs-headers):
8449         Moved into vc-rcs-hooks.el, under the name
8450         vc-rcs-consult-headers.
8452         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8453         headers.
8454         (vc-cvs-find-master): Use this name only; correct different
8455         versions of the name.
8457         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8458         New functions.
8459         (vc-sccs-locking-user): Use the latter.
8461         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8462         New functions.
8464         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8465         Moved into both
8466         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
8467         functions are implementation details of those two backends.
8469 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8471         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8472         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8474         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8475         (vc-sccs-parse-locks): SCCS-specific code moved here from
8476         vc-hooks.
8478         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8479         code moved here from vc-hooks.
8481         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8482         into back-end specific parts and removed.  Callers not updated
8483         yet; because I guess these callers will disappear into back-end
8484         specific files anyway.
8486 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8488         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8489         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8490         `vc-uses-locking'.
8492         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8493         Store yes/no in the property, and return t/nil.  Updated all
8494         callers.
8496         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8497         vc-sccs-uses-locking.  Don't set property.
8498         (vc-sccs-locking-user): Don't set property.
8500         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8501         vc-cvs-uses-locking.  Don't set property here; leave that to
8502         vc-hooks.
8503         (vc-cvs-locking-user): Reflect above change.  Streamlined.
8505         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8506         vc-rcs-uses-locking.
8507         (vc-rcs-locking-user): Reflect above change.
8509 2000-09-04  Dave Love  <fx@gnu.org>
8511         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8513         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8515         * vc-hooks.el (vc-checkout-model): Punt to backends.
8517         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8519         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8521         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8522         New functions.
8524         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8525         New functions.
8527         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8528         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8530         * vc-hooks.el (vc-default-locking-user): New function.
8531         (vc-locking-user, vc-workfile-version): Punt to backends.
8533 2000-09-04  Dave Love  <fx@gnu.org>
8535         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8536         (vc-master-workfile-version): Moved from vc-hooks.
8538         * vc-rcs-hooks.el: Fix duplicate code in last change.
8540         * vc-rcs-hooks.el: Require vc-hooks when compiling.
8541         (vc-rcs-master-templates): Improve :type.
8542         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8543         vc-master-workfile-version): Moved from vc-hooks.
8545         * vc-sccs-hooks.el: Require vc-hooks when compiling.
8546         (vc-sccs-master-templates): Improve :type.
8547         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8549         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8551         * vc-cvs-hooks.el: Require vc-hooks when compiling.
8552         (vc-cvs-master-templates): Improve :type.  Use
8553         vc-cvs-find-cvs-master.
8554         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8555         from vc-hooks.
8556         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8558         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8559         Moved to vc-cvs-hooks.
8561         * vc-hooks.el: Add doc strings in various places.  Simplify the
8562         minor mode setup.
8563         (vc-handled-backends): New user variable.
8564         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8565         simplification.
8567 2000-09-04  Dave Love  <fx@gnu.org>
8569         * vc.el: Some doc fixes for autoloaded and interactive functions.
8570         Fix compilation warnings from ediff stuff.
8571         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8573         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8575         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8577         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8579 2000-09-04  Dave Love  <fx@gnu.org>
8581         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8582         New variable.
8583         (vc-make-backend-function, vc-loadup, vc-call-backend)
8584         (vc-backend-defines): New functions.
8586         * vc-hooks.el: Various doc fixes.
8587         (vc-default-back-end, vc-follow-symlinks): Custom fix.
8588         (vc-match-substring): Function removed.  Callers changed to use
8589         match-string.
8590         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8591         Simplify.
8593 2000-09-04  Dave Love  <fx@gnu.org>
8595         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8596         type.
8597         (vc-sccs-project-dir, vc-search-sccs-project-dir)
8598         (vc-sccs-registered): Doc fix.
8600         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8601         (vc-cvs-registered): Doc fix.
8603         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8604         (vc-rcs-registered): Doc fix.
8606 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8608         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8610         * vc-hooks.el: vc-registered has been renamed
8611         vc-default-registered.  Some functions have been moved to the
8612         backend specific files.  they all support the
8613         vc-BACKEND-registered functions.
8615 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8617         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8619         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8621 2000-09-04  Dave Love  <fx@gnu.org>
8623         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8624         menu-bar-update-hook.
8626         * help.el (help-manyarg-func-alist): Add
8627         find-operation-coding-system.
8629         * wid-edit.el (widget-sexp-validate): Fix garbled code.
8631         * custom.el (custom-set-variables): Print message about errors in
8632         setting.
8634 2000-09-03  Andrew Innes  <andrewi@gnu.org>
8636         * makefile.w32-in: Change to DOS line endings.
8638 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8640         * mouse.el (mouse-popup-menubar): Supply the prompt string for
8641         minor-mode keymaps, if they don't have one.
8643 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8645         * eshell/esh-module.el (eval-when-compile): Don't lose if
8646         esh-module.el's file name is truncated to DOS 8+3 limits.
8648 2000-09-01  John Wiegley  <johnw@gnu.org>
8650         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8651         predicate, which caused entries in the completion list to be
8652         doubled.
8654 2000-08-30  John Wiegley  <johnw@gnu.org>
8656         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8657         sending to subprocesses.  Also, hook pre-command-hook if
8658         `eshell-send-direct-to-subprocesses' is non-nil.
8659         (eshell-send-direct-to-subprocesses): New config variable.  If t,
8660         subprocess input is send immediately.
8661         (eshell-toggle-direct-send): New function.
8662         (eshell-self-insert-command): New function.
8663         (eshell-intercept-commands): New function.
8664         (eshell-send-input): If direct subprocess sending is enabled,
8665         don't echo any input to the Eshell buffer.  Let the subprocess
8666         handle that.  This requires "stty echo" in bash, for example.
8668 2000-08-28  John Wiegley  <johnw@gnu.org>
8670         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8671         completion function for Eshell's implementation of `unset'.
8673 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8675         * info.el (Info-directory-list): Doc fix.
8677 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
8679         * filecache.el (file-cache-add-directory-using-find): Don't quote
8680         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8682 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
8684         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8685         coding systems.
8687 2000-08-30  Andrew Innes  <andrewi@gnu.org>
8689         * timer.el (run-with-idle-timer): Undo last change, so that timer
8690         is not activated immediately if Emacs is already idle.  Some
8691         existing code relies on this behaviour.
8693 2000-08-30  Miles Bader  <miles@gnu.org>
8695         * frame.el (set-frame-font): Do completion of font-name for
8696         interactive use.
8698 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
8700         * international/quail.el (quail-start-translation): Bind locally
8701         last-command-event, last-command, and this-command.
8702         (quail-start-conversion): Likewise.
8703         (quail-self-insert-command): Fix docstring.
8705 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
8707         * progmodes/executable.el
8708         (executable-make-buffer-file-executable-if-script-p): Check that
8709         buffer contains at least 2 characters.
8711 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
8713         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8715 2000-08-29  Dave Love  <fx@gnu.org>
8717         * diff-mode.el (diff-mode) <defgroup>: Add :version.
8718         (diff-mode-shared-map): Bind mouse-2.
8719         (diff-imenu-generic-expression): New variable.
8720         (diff-mode): Use it.
8722         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8723         (mouse-popup-menubar): Add minor mode menus.
8724         (popup-menu): Check for lookup-key returning number.
8726 2000-08-29  Miles Bader  <miles@gnu.org>
8728         * comint.el (comint-send-input): Create overlays using the proper
8729         front/read-advance arguments.
8731 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8733         * ps-print.el: Even/odd pages printing.  Doc fix.
8734         (ps-print-version): New version number (6.0).
8735         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8736         (ps-background, ps-begin-file, ps-begin-job): Code fix.
8737         (ps-print-duplex-feature): Variable eliminated.
8738         (ps-even-or-odd-pages): New variable.
8740         * progmodes/ebnf2ps.el: Doc fix.
8741         (ebnf-version): New version (3.3).
8742         (ebnf-user-arrow): Change variable customization to sexp.
8743         (ebnf-user-arrow): Function eliminated.
8744         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8746 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
8748         * help.el (help-xref-mule-regexp): New variable.
8749         (help-make-xrefs): Handle help-xref-mule-regexp.
8751         * international/mule-cmds.el (help-xref-mule-regexp-template): New
8752         variable.
8753         (describe-input-method): Temporarily activate the specfied input
8754         method to display the information.
8755         (describe-language-environment): Hyperlinks to mule related items.
8757         * international/mule-diag.el (charset-multibyte-form-string): New
8758         function.
8759         (list-character-sets-1): Use charset-multibyte-form-string.
8760         (describe-character-set): New function.
8761         (describe-coding-system): Hyperlinks to safe character sets.
8763         * international/quail.el (quail-help): New arg PACKAGE.
8764         Hyperlinks to mule related items.
8765         (quail-help-insert-keymap-description): Use
8766         substitute-command-keys instead of describe-bindings.
8767         (quail-translation-help): Hyperlinks to mule related items.
8769 2000-08-28  John Wiegley  <johnw@gnu.org>
8771         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8772         have a defsubst call itself.  Made `eshell-flatten-list' back into
8773         a function again.
8775         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8776         catch, in case re-centering point at bottom messes up the display.
8777         This happens frequently in Emacs 21, due I believe to variable
8778         line heights.
8780         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8781         to call `find-tag-interactive'.
8783         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8784         the list of remember directories.
8786 2000-08-28  John Wiegley  <johnw@gnu.org>
8788         * align.el: Test align-region-separate to see if it's a symbol.
8790 2000-08-28  John Wiegley  <johnw@gnu.org>
8792         * eshell/esh-util.el (eshell-flatten-list): Made this function
8793         into a defsubst form.  It gets used very frequently, although
8794         calls don't occur all that often.
8796         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8797         examining it.
8799         * eshell/esh-cmd.el (eshell-rewrite-while-command):
8800         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8801         `eshell-protect'.
8802         (eshell-copy-handles): Created a new macro for duplicating the
8803         current set of open handles.  This is needed by the looping
8804         functions.
8805         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8806         is not incorrectly stomped on.
8808         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8809         declaration for pcomplete-use-paring.
8810         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8811         value of eshell-cmpl-use-paring.
8812         * pcomplete.el (pcomplete-use-paring): New config variable, to
8813         indicate whether paring should be used.
8814         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8815         completion alternatives that have already been used.
8817         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8818         bound to C-c C-y, which will repeat the previous N arguments
8819         (based on prefix argument).
8820         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8822         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8823         if there is no *Help* buffer.  This is for XEmacs, which renames
8824         its help buffers uniquely.  TODO: Find out what the current buffer
8825         name to delete is.
8827         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8828         first entry that correlates to a passwd/group number.  Later
8829         entries (used for group/user name aliasing to multiple IDs) are
8830         ignored.
8832         * eshell/em-xtra.el (eshell/expr):
8833         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8834         (eshell-grep, eshell/diff, eshell/locate):
8835         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8836         argument list, before passing it to the system command.
8838         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8839         `find-tag' for use at final position in Eshell buffers (which
8840         otherwise triggers an error on Emacs 21).
8841         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8842         buffer, if it is currently bound to `find-tag'.
8844         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8845         in the list of matched Makefile names.
8846         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8847         directory, prefer its contents to Makefile.
8849         * eshell/em-dirs.el (eshell/cd): cd commands that look up
8850         directory parts (like "cd old new", or "cd =regexp"), are now case
8851         sensitive on non-Windows/DOS platforms.
8853         * eshell/esh-mode.el (eshell-parse-command-input): When a user
8854         types RET after an open delimiter (like "), display a message
8855         indicating that Eshell is waiting for the closing delimiter.
8857         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8858         environment variables.
8860         * eshell/em-unix.el (eshell/diff): Added logic to fail more
8861         gracefully if the user enters incorrect arguments.
8863         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8864         Eshell buffers.
8866         * eshell/esh-var.el (eshell-interpolate-variable):
8867         * eshell/esh-mode.el (eshell-move-argument):
8868         * eshell/em-unix.el (eshell-du-sum-directory):
8869         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8870         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8871         (not (= ...)).
8873         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8874         to ensure the `preserve' flag gets propagated when doing recursive
8875         directory copies.
8877 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
8879         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8880         Don't convert \n into \0177 in memory.
8881         (eshell-read-history, eshell-write-history): Convert \n to \0177,
8882         and back again, when reading and writing.
8884 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
8886         * eshell/esh-util.el (eshell-processp): Added to relieve constant
8887         testing of `fboundp' on `processp'.
8889         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8890         (eshell/jobs): Don't call process-list if it is not bound.
8891         (eshell-gather-process-output): Support systems where async
8892         subprocesses aren't supported.
8893         (eshell-scratch-buffer, eshell-last-sync-output-start): New
8894         variables.
8896         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8897         eshell-do-eval returns t.
8898         (eshell-do-pipelines-synchronously): New defmacro.
8899         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8900         when async subprocesses aren't supported.
8901         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
8902         if async subprocesses aren't supported.
8903         (eshell-resume-command): Don't assume STATUS is a string.
8905         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8907         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8908         (eshell-close-target, eshell-get-target): Use eshell-processp.
8909         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8910         fix.
8911         (eshell-get-target, eshell-create-handles): Doc fix.
8913 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
8915         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8916         criterion to include commands that output something, as long as it
8917         leaves both the command and the end-of-buffer visible when the
8918         command has exited.
8919         (eshell-review-quick-commands): Adjust the help doc string
8920         accordingly.
8922 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
8924         * locate.el (locate): Cleaned up locate command's interactive prompting
8925         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8927         * filecache.el (file-cache-case-fold-search): New variable
8928         (file-cache-assoc-function): New variable
8929         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8930         Use file-cache-case-fold-search variable
8931         (file-cache-add-file): Use file-cache-assoc-function
8932         (file-cache-delete-file): likewise
8933         (file-cache-directory-name): likewise
8934         (file-cache-debug-read-from-minibuffer): likewise
8936 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
8938         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8939         (abbrev-table-name): New function.
8940         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8941         If non-nil list local abbrev, only.
8943 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
8945         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8946         from Gnus support code, and use special article copy buffer
8947         `(gnus-original-article-buffer)' instead.  This allows to get rid
8948         of article-hide-headers usage (which breaks in the latest Gnus
8949         version).  Thanks to Detlev Zundel.
8951 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
8953         * international/quail.el (quail-use-package): Hide "... loaded"
8954         message.
8955         (quail-start-translation, quail-start-conversion): Likewise.
8957         * international/kkc.el (kkc-region): Hide "... loaded" message.
8959 2000-08-27  Dave Love  <fx@gnu.org>
8961         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8963 2000-08-27  Miles Bader  <miles@gnu.org>
8965         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8967 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
8969         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8970         'ja-dic-cnv), not (require 'skkdic-cnv).
8972 2000-08-26  Miles Bader  <miles@gnu.org>
8974         * faces.el (face-x-resources): Add entry for :inherit.
8975         * cus-face.el (custom-face-attributes): Add support for :inherit
8976         attribute.  Add support for relative face heights.
8977         (custom-face-attributes-get): Treat `nil' as being a default value
8978         for :inherit (as well as `unspecified').
8980         * faces.el (set-face-attribute): Update doc string.
8981         (face-attribute-name-alist): Add :inherit.
8982         (face-valid-attribute-values): Handle :inherit.
8983         (face-read-string): Rephrase prompt to be less confusing.
8984         Assume that DEFAULT is a string, since we must return a string.
8985         (face-read-integer): Use `format' to turn DEFAULT into an
8986         acceptable default for face-read-string.  Match NEW-VALUE against
8987         the string "unspecified", not the symbol `unspecified', since
8988         that's what face-read-string returns.
8989         (read-face-attribute): Lookup a name for old-value in valid, and
8990         use it as a default if we find one.  Treat all values from
8991         face-read-string as strings.  If the default is used, don't do any
8992         more processing on the value, just use the old value directly.
8993         (read-face-and-attribute, modify-face): Tweak prompt.
8994         (read-face-name): Don't assume prompt ends with a space.
8996         * faces.el (describe-face): Add support for :inherit attribute.
8998 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
9000         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
9001         concat doesn't accept interger.
9003         * international/kkc.el: Remove SKK from Keywords.  Require
9004         ja-dic-utl instead of skkdic-utl.
9006         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9007         Provide ja-dic-cnv instead of skkdic-cnv.
9008         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
9009         (iso-2022-7bit-short): Add safe-charsets property.
9010         (skkdic-convert-postfix): Search Japanese chou-on character in
9011         addition to Hiragana character.
9012         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9013         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9014         (batch-skkdic-convert): Likewise.
9016         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9017         Provide ja-dic-utl instead of skkdic-utl.
9018         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9020 2000-08-24  Dave Love  <fx@gnu.org>
9022         * disp-table.el (standard-display-default): Make the test of `l'
9023         useful.
9025         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9026         mod sample text.
9028         * international/iso-ascii.el: Make pilcrow convenient string
9029         consistent with section.
9030         (iso-ascii-display): Set up multibyte characters as well as
9031         unibyte.
9033 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
9035         * international/mule-cmds.el (reset-language-environment): Set
9036         default-process-coding-system to '(undecided . iso-latin-1), which
9037         makes process I/O almost consistent with file I/O.   Call this
9038         function when mule-cmds.el[c] is loaded.
9040 2000-08-22  Andrew Innes  <andrewi@gnu.org>
9042         * makefile.w32-in: New file.
9044 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
9046         * comint.el (comint-output-filter): Compare end of
9047         comint-last-output-overlay with the start of the newly inserted
9048         text, not the end, when deciding whether to extend it.
9049         Set saved-point's insertion type to advance after insertion.
9051         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9052         since this is now done independently of font-lock mode.
9054 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
9056         * server.el (server-kill-new-buffers): New user option.
9057         (server-existing-buffer): New buffer-local variable.
9058         (server-visit-files): When using an existing buffer, set
9059         server-existing-buffer to t.
9060         (server-buffer-done): If server-kill-new-buffers is t, kill the
9061         buffer, unless it was already present before visiting it with
9062         Emacs server.
9064 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
9066         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9067         even if the display doesn't support colors: some displays will
9068         support bold/underline faces.
9070 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
9072         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9074         * startup.el (command-line): If user's init file had an error,
9075         add explanatory text to *Messages*.
9077 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
9079         * man.el (Man-getpage-in-background): Decode the process output by
9080         the system locale coding system.
9082 2000-08-20  Dave Love  <fx@gnu.org>
9084         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9085         Don't test x-popup-menu.
9086         (function) <complete-function>: Complete only fbound symbols.
9087         <validate, value>: New.
9088         (variable) <complete-function>: Complete only bound symbols.
9089         (coding-system): Add :base-only, :complete-function, :validate,
9090         :value, :prompt-match.
9091         (widget-coding-system-prompt-value): Use read-coding-system and
9092         act on :base-only.
9093         (editable-field): Add :help-echo.
9094         (widget-push-button-gui, widget-push-button-cache)
9095         (widget-gui-action, widget-editable-list-gui): COmment out, along
9096         with uses.
9097         (widget-at): Make arg optional.
9098         (widget-echo-help): Adjust for current help-echo calling sequence.
9099         (widget-specify-field, widget-specify-button)
9100         (widget-specify-insert, widget-get-sibling, widget-image-find)
9101         (widget-convert, widget-insert, widget-leave-text)
9102         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9103         (widget-setup, widget-field-find, widget-before-change)
9104         (widget-after-change, widget-default-complete)
9105         (widget-default-create, widget-default-delete)
9106         (widget-push-button-value-create, editable-field)
9107         (widget-field-prompt-value, widget-field-validate)
9108         (widget-choice-value-create, widget-choice-action)
9109         (widget-choice-validate, widget-checklist-add-item)
9110         (widget-radio-add-item, widget-radio-chosen)
9111         (widget-radio-value-inline, widget-editable-list-value-create)
9112         (widget-editable-list-entry-create)
9113         (widget-documentation-link-add)
9114         (widget-documentation-string-value-create)
9115         (widget-regexp-validate, widget-file-complete)
9116         (widget-sexp-validate, widget-plist-convert-widget)
9117         (widget-plist-convert-widget, widget-alist-convert-widget)
9118         (widget-alist-convert-widget, widget-color-complete): Simplify,
9119         particularly to avoid bindings which aren't optimized out.
9121         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9122         Doc fix.
9123         (down-list, backward-up-list, up-list, kill-sexp)
9124         (backward-kill-sexp, mark-sexp): Make arg optional.
9125         (lisp-complete-symbol): Add optional arg PREDICATE.
9127         * cus-start.el: Add display-buffer-reuse-frames,
9128         file-coding-system-alist.
9130 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
9132         * startup.el (command-line): Clear realized faces after
9133         modifying TTY color mappings.
9135 2000-08-20  Miles Bader  <miles@gnu.org>
9137         * faces.el (face-attr-match-p): Don't return true if ATTRS are
9138         merely a subset of FACE's attributes.
9140 2000-08-19  Miles Bader  <miles@gnu.org>
9142         * comint.el (comint-output-filter): Save the point with a marker,
9143         not just a buffer position.
9145         * international/mule.el (set-buffer-process-coding-system): Make
9146         interactive prompt less confusing.
9148 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
9150         * hilit-chg.el: General cleanup of doc strings, comments and
9151         code formatting.
9153 2000-08-19  Miles Bader  <miles@gnu.org>
9155         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9156         Compiler macro removed; beginning-of-line is no longer always
9157         equivalent to forward-line, in the presence of fields.
9159         * comint.el (comint-output-filter): Remove ad-hoc saving of
9160         restriction, and just use save-restriction, now that it works
9161         correctly.  Don't adjust comint-last-input-start to account for
9162         our insertion; it shouldn't have moved because we don't use
9163         insert-before-markers anymore.  Comment out call to
9164         `force-mode-line-update'; why is it here?
9166         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9167         while checking for prompt to delete.  Use `forward-line 0'
9168         instead of beginning-of-line.
9169         (gud-filter): Temporarily widen gud comint buffer while
9170         examining output.
9172 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
9174         * progmodes/sh-script.el: Big bag of typos.
9176         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9177         check since ispell-process is not bound when ispell is not yet loaded.
9179 2000-08-18  Dave Love  <fx@gnu.org>
9181         * image.el (find-image): Copy `spec' before using plist-put.
9183 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
9185         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9186         `portugues'.
9188         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9189         backward-kill-sexp, analogous to kill-sexp.
9191         * progmodes/icon.el (icon-indent-line)
9192         (icon-is-continuation-line): Handle comments specially.
9194 2000-08-17  Ken Stevens <k.stevens@ieee.org>
9196         * ispell.el: Set to standard author/maintainer/keyword fields.
9197         Fine tuning to menu map appearance and operation, and added help.
9198         Remove `start' and `end' error messages when compiling.
9199         (ispell-choices-win-default-height): Fixed comment string.
9200         (ispell-dictionary-alist-1): Fixed regexp in castellano and
9201         castellano8 dictionaries.
9202         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9203         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9204         dictionary, added italiano dictionary.
9205         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9206         word character
9207         (ispell-tex-skip-alists): Added psfig support.
9208         (ispell-skip-html): Renamed from ispell-skip-sgml.
9209         (ispell-begin-skip-region-regexp, ispell-skip-region)
9210         (ispell-minor-check): Improved html skipping support to skip across
9211         code, and recognize `&' commands without propper `;' syntax;
9212         (ispell-process-line): Fix alignment error when manually
9213         correcting spelling.
9214         (ispell): Fix comment string.
9215         (ispell-add-per-file-word-list): Always put word list on new line.
9217 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
9219         * format.el (format-encode-run-method): Fix error message to say
9220         `encode' instead of `decode'.  Use save-window-excursion around
9221         shell-command-on-region as in format-decode-run-method because
9222         shell-command-on-region can display a buffer with error output.
9223         (format-decode): Don't record undo information for the decoding.
9224         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
9225         that number part of the temporary buffer name so that more than
9226         one decoding using a temporary buffer can happen safely.
9228         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9229         of `A-z' in the regexp.
9231         * hilit-chg.el: Fix typos in commentary.
9233         * help.el (view-emacs-news): Rewritten for new naming scheme
9234         for old NEWS files.
9236         * startup.el (command-line): Pop to *Messages* in case an error
9237         is signaled while loading user-init-file.
9239 2000-08-17  Andreas Schwab  <schwab@suse.de>
9241         * files.el (insert-directory): Don't lose original file name,
9242         undoing an undocumented change.
9244 2000-08-17  Alex Schroeder  <alex@gnu.org>
9246         * sql.el (sql-magic-go): Use comint-bol.
9247         (sql-copy-column): Use comint-line-beginning-position.
9248         (comint-line-beginning-position): Define a replacement for
9249         comint-line-beginning-position if it is not fboundp.
9251 2000-08-17  Alex Schroeder  <alex@gnu.org>
9253         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9254         it didn't have any effect anyway.
9256 2000-08-17  Alex Schroeder  <alex@gnu.org>
9258         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9259         --pset and pager=off instead of sending \\o|cat at the beginning
9260         of the session.
9262 2000-08-17  Miles Bader  <miles@gnu.org>
9264         * progmodes/octave-inf.el: Add compatibility definition of
9265         comint-line-beginning-position.
9267 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
9269         * startup.el (normal-top-level): Look in each dir in load-path for
9270         a leim-list.el file too.  This assures of loading leim-list.el
9271         that is created at Emacs installation time even if a user have his
9272         own leim-list.el.
9274 2000-08-17  Miles Bader  <miles@gnu.org>
9276         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9277         foreground color to black if the background is dark.
9279 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
9281         * loadhist.el (unload-feature): Typo.
9283         * finder.el (finder-compile-keywords):
9284         * cus-dep.el (custom-make-dependencies): Add local-variable settings
9285         to the generated file.
9287         * mail/mh-e.el (mh-make-local-vars):
9288         Replace make-variable-buffer-local with make-local-variable.
9290         * play/landmark.el:
9291         * options.el (Edit-options-{set,toggle,t,nil}):
9292         * mail/mailabbrev.el (mail-abbrevs-mode):
9293         * textmodes/tex-mode.el (tex-expand-files):
9294         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9296         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9298         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9299         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9300         Allow going past the last element.
9301         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9302         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9303         (cvs-mouse-toggle-mark): Don't move point.
9304         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9306         * progmodes/compile.el (grep): Provide a default set of files.
9307         (next-error): Docstring fix.
9308         (compilation-find-file): Avoid find-file (fails in a dedicated window).
9310         * emacs-lisp/easy-mmode.el (define-minor-mode):
9311         Use `symbol-value' to keep the byte-compiler quiet.
9313         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9314         (diff-find-source-location): New fun, extracted from diff-goto-source.
9315         (diff-goto-source): Use it.
9316         (diff-next-complex-hunk, diff-filter-lines): New function.
9317         (diff-apply-hunk): New command.
9319         * smerge-mode.el (smerge-mode-menu): Doc fix.
9321         * msb.el (msb-mode): Define it in terms of define-minor-mode.
9323 2000-08-16  Dave Love  <fx@gnu.org>
9325         * windmove.el (windmove) <defgroup>: Add :version.
9327         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
9328         (goto-address-fontify-p, goto-address-highlight-p)
9329         (goto-address-url-face, goto-address-url-mouse-face)
9330         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9331         (goto-address-url-regexp): Use thing-at-point-url-regexp.
9332         (goto-address-fontify, goto-address-at-mouse): Simplify,
9333         (goto-address-at-point): browse-url-url-at-point,
9334         goto-address-find-address-at-point can return nil.
9335         (goto-address-find-address-at-point): Return nil on failure.
9337         * align.el (align) <defgroup>: Add :version.
9339         * calculator.el (calculator): Add :version.
9340         (calculator): Use two lines for calculator window if `modeline'
9341         face is boxed.
9343         * play/5x5.el: Doc fixes.
9344         (5x5) <defgroup>: Add :version.
9346         * play/fortune.el (fortune) <defgroup>: Add :version.
9347         (fortune-append): Fix error message.
9348         (fortune-from-region): Doc fix.
9350         * play/pong.el (pong): Doc fix.
9352         * play/morse.el: Keywords, commentary, autoloads.
9354 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
9356         * desktop.el (desktop-save): Don't look at symbol-value of a
9357         member of minor-mode-alist, unless it is boundp.
9359 2000-08-16  Sam Steingold  <sds@gnu.org>
9361         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9362         `while'; use `with-current-buffer' instead of `save-excursion'.
9363         Removed unnecessary kludges now that "*Buffer List*" is excluded.
9365 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
9367         * international/ccl.el (declare-ccl-program): Docstring modified.
9368         (ccl-execute-with-args): Likewise.
9370 2000-08-16  Miles Bader  <miles@gnu.org>
9372         * progmodes/sql.el: Add compatibility definition of
9373         comint-line-beginning-position.
9375 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
9377         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9378         'buffer-menu' property.
9379         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9380         fails.
9381         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9382         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9383         wasn't killed.
9385         * buff-menu.el (list-buffers-noselect): Don't display the
9386         *Buffer List* buffer.
9388         * font-lock.el: Require jit-lock to prevent a very late
9389         `Loading jit-lock' message.
9391         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9392         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9393         mail address.
9395 2000-08-15  Miles Bader  <miles@gnu.org>
9397         * textmodes/ispell.el (ispell-graphic-p): New constant.
9398         (ispell-choices-win-default-height, ispell-help): Use
9399         `ispell-graphic-p' instead of `xemacsp'.
9401 2000-08-15  Dave Love  <fx@gnu.org>
9403         * simple.el: Autoload widget-convert when compiling.
9404         (mail-user-agent): Doc fix.
9406         * help.el (function-called-at-point, variable-at-point): Use
9407         with-syntax-table.
9408         (help-manyarg-func-alist): Add insert-and-inherit.
9410         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9412         * delsel.el (delsel-unload-hook): New function.
9414         * find-file.el: Doc fixes.  Move provide to end.
9415         (ff) <defgroup>: Add :link.
9416         (ff-goto-click): Deleted.
9417         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9418         Use mouse-set-point.
9420         * textmodes/tildify.el: Doc fixes.
9421         (tildify) <defgroup>: Add:version.
9423         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9424         (glasses-custom-set): Use set-default, not set.
9425         (minor-mode-alist): Propertize the lighter.
9426         (glasses-mode): Provide optional arg.
9428         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9429         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
9430         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9431         option.  Provide :type.
9432         (cwarn-configuration): Provide :type.
9433         (cwarn-mode): Doc fix.
9435         * add-log.el (change-log-merge): Doc fix.
9436         (change-log-redate): New command.
9438         * net/browse-url.el (browse-url-filename-alist): Add a clause for
9439         Doze and Dog.
9440         (browse-url): Use dolist, not mapcar.
9441         (browse-url-at-point): Check for null url.
9442         (browse-url-event-buffer, browse-url-event-point): Functions
9443         deleted.
9444         (browse-url-at-mouse, browse-url-netscape): Simplify.
9446         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9447         modes.
9448         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9449         Fix previous change to mapcan.
9450         (msb--init-file-alist, msb--add-separators)
9451         (msb--make-keymap-menu): Simplify.
9452         (msb--choose-file-menu): Use copy-sequence.
9453         (msb-mode-map): Add title to keymap.
9454         (msb-unload-hook): New function.
9456         * bs.el: Fix indentation.
9457         (bs) <defgroup>: Add :links.
9458         (bs-show): Doc fix.
9459         (bs-apply-sort-faces): Don't use window-system.
9460         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9462 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
9464         * calendar/timeclock.el (timeclock-file): Run .timelog through
9465         convert-standard-filename.
9467 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
9469         * emacs-lisp/authors.el: New file.
9471         * paren.el (show-paren-priority): New user option.
9472         (show-paren-function): Set overlay priorities to
9473         show-paren-priority.
9475 2000-08-14  Miles Bader  <miles@gnu.org>
9477         * comint.el (comint-bol): Use `forward-line 0' instead of calling
9478         beginning-of-line with inhibit-field-text-motion bound.
9480 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
9482         * calendar/timeclock.el: New file.
9484 2000-08-14  David Ponce  <david@dponce.com>
9486         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9487         `widget-button-click'. so that one can use left mouse button to
9488         click on dialog buttons.
9490 2000-08-14  Emmanuel Briot  <briot@gnat.com>
9492         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9493         identifiers, since XML is case sensitive
9495 2000-08-12  Miles Bader  <miles@gnu.org>
9497         * comint.el (comint-output-filter): Don't bother frobbing
9498         window-start, it doesn't seem to be necessary.
9500         * comint.el (comint-send-string, comint-send-region): Make into
9501         real functions.  Snapshot the prompt before sending.
9503 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
9505         * info.el (Info-find-emacs-command-nodes): Rewrite to use
9506         technique similar to Info-index, instead of relying on specific
9507         names of relevant Index nodes.
9508         (Info-goto-emacs-command-node): Bind Info-history to nil when
9509         going to the first node found by Info-find-emacs-command-nodes.
9511 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
9513         * menu-bar.el (menu-bar-help-menu): Add a :help string.
9515 2000-08-10  Miles Bader  <miles@gnu.org>
9517         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9519 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
9521         * info.el (Info-file-list-for-emacs): More elements for the
9522         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9523         and woman manuals.
9525 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
9527         * comint.el (comint-send-input): Make the newline boundary overlay
9528         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
9529         (comint-output-filter): Use `insert' instead of
9530         `insert-before-markers'.  Extend comint-last-output-overlay when
9531         necessary since we can't rely on insert-before-markers to do it.
9532         * gud.el (gud-filter): Use `with-current-buffer' instead of
9533         save-excursion when inserting the output, so that point gets
9534         updated correctly; the old method relied on a rather dodgy
9535         side-effect of comint-output-filter to avoid the effect of
9536         save-excursion.
9538 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
9540         * files.el (recover-file): Call insert-directory instead of
9541         invoking `ls' directly.
9543 2000-08-10  Miles Bader  <miles@gnu.org>
9545         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9546         (comint-last-prompt-overlay): New variables.
9547         (comint-output-filter): Implement prompt highlighting.
9548         (comint-snapshot-last-prompt): New function.
9549         (comint-send-input): Snapshot the last prompt.
9550         Use comint-highlight-input-face.
9551         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9552         Use defface instead of defcustom.
9553         (send-invisible, comint-send-eof): Snapshot the last prompt.
9554         (comint-delchar-or-maybe-eof): Use comint-send-eof.
9555         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9557 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
9559         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9560         (regexp-opt-group): Use a list of chars for `letters'.
9561         (regexp-opt-charset): `chars' is now a list of chars.
9562         Use a char-table rather than a vector so it works for multibyte chars.
9564         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
9565         Set cvs-minor-current-files to the selected fileinfo.
9566         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9567         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9569 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
9571         * files.el (insert-directory): Don't call access-file on
9572         directories on DOS and Windows.
9574 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
9576         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9577         longer if necessary.
9578         (ccl-embed-code): Call ccl-embed-data to store CODE in
9579         ccl-program-vector.
9581 2000-08-09  Miles Bader  <miles@gnu.org>
9583         * comint.el (comint-output-filter): Properly handle the case where
9584         the text surrounded by comint-last-output-overlay was deleted.
9586 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
9588         * info.el (Info-insert-dir): Use Info-additional-directory-list if
9589         non-nil.
9590         (Info-file-list-for-emacs): Remove "info" from the list because
9591         that leads to trying to use the documentation from file `info'
9592         in various situations where it isn't appropriate, for instance
9593         C-h C-k C-h i.
9595         * ffap.el (ffap-read-file-or-url-internal): Handle case that
9596         DIR and/or STRING are nil.
9598         * progmodes/compile.el (compilation-setup): Make variable
9599         compilation-error-screen-columns buffer-local, as some comment
9600         in the code suggests it should be.
9602         * files.el (auto-mode-interpreter-regexp): New variable.
9603         (set-auto-mode): Use it.
9605         * indent.el (indent-for-tab-command): Doc fix.
9607         * mouse-sel.el (mouse-sel-mode): Doc fix.
9609         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9610         labels.
9612         * help.el (print-help-return-message): When
9613         display-buffer-reuse-frames is set, let the help window been quit,
9614         instead of deleting it, which might delete a reused frame.
9616 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9618         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9619         rename a directory to a name that differs only by its letter case.
9621 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
9623         * international/quail.el (quail-define-rules): Handle Quail decode
9624         map correctly.  Add code for supporting annotations.
9625         (quail-install-decode-map): New function.
9626         (quail-defrule-internal): New optional arguments decode-map and
9627         props.
9628         (quail-advice): New function.
9630 2000-08-07  Sam Steingold  <sds@gnu.org>
9632         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9633         `defconst', `define-condition', `with-slots'.
9634         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9636 2000-08-03  Miles Bader  <miles@gnu.org>
9638         * comint.el (comint-use-prompt-regexp-instead-of-fields):
9639         New variable.
9640         (comint-prompt-regexp, comint-get-old-input): Document dependence on
9641         comint-use-prompt-regexp-instead-of-fields.
9642         (comint-send-input): Add `input' field property to stuff we send to
9643         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9644         (comint-output-filter): Add `output' field property to process
9645         output, if comint-use-prompt-regexp-instead-of-fields is nil.
9646         (comint-replace-by-expanded-history)
9647         (comint-get-old-input-default, comint-show-output)
9648         (comint-backward-matching-input, comint-forward-matching-input)
9649         (comint-next-prompt, comint-previous-prompt):  Use field
9650         properties if comint-use-prompt-regexp-instead-of-fields is nil.
9651         (comint-line-beginning-position): New function.
9652         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
9653         (comint-replace-by-expanded-history-before-point): Use
9654         comint-line-beginning-position and line-end-position.
9655         (comint-last-output-overlay): New variable.
9656         (comint-mode): Make `comint-last-output-overlay' buffer-local.
9658         * shell.el (shell-prompt-pattern): Doc change.
9659         (shell-backward-command): Use line-beginning-position.
9661         * gud.el (gud-gdb-complete-command): Use
9662         comint-line-beginning-position.
9664         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9665         comint-bol doesn't actually go to the beginning of the line.
9667         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9668         if comint-use-prompt-regexp-instead-of-fields is non-nil.
9669         (try-expand-line-all-buffers): Likewise.
9671         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9672         explicitly matching comint-prompt-regexp.
9673         (sql-copy-column): Use comint-line-beginning-position instead of
9674         explicitly matching comint-prompt-regexp.
9676         * progmodes/octave-inf.el (inferior-octave-complete): Use
9677         comint-line-beginning-position.
9679         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9681         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9682         looking for a prompt, use `forward-line 0' instead of
9683         `beginning-of-line', to avoid getting caught by an input field.
9685 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
9687         * files.el (shell-quote-wildcard-pattern): Make sure to return
9688         PATTERN, in the Unix case.
9690 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
9692         * play/zone.el (zone): Discard any pending input before running
9693         the randomly-chosen pgm.
9695 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
9697         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9698         checking the existence of any multibyte characters.
9700 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
9702         * help.el (describe-mode): Test minor-mode symbol for being
9703         bound before testing its value for being nil.
9705         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9706         `first', `second', and `third'.
9708         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9709         (second): Make it an alias for `cadr'.
9711 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
9713         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9714         types of display support faces now.
9716 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
9718         * pcvs.el (require): Require `cl' during compilation, only.
9720         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9721         (toplevel): Remove `remq' and `remove' from autoloads.
9722         (cl-fake-autoloads): New variable.  If set, arrange for an error
9723         when CL functions etc. are autoloaded.
9725 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
9727         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9729         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9730         popped up, but the user clicks outside the menu, return an empty
9731         regexp (that causes unhighlight-regexp to have no effect).
9733         * menu-bar.el (menu-bar-games-menu): Add Zone.
9735         * hi-lock.el (toplevel): Require font-lock.
9737 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9739         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9740         (ebnf-8-bit-chars): New var for bug fix.
9741         (ebnf-string): Bug fix.
9743 2000-08-03  Sam Steingold  <sds@gnu.org>
9745         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9746         instead of `buffer-string'.
9747         (require 'cl): Always, not just when compiling.
9748         `ignore-errors' in `interactive', `list*', `defun*' &c make this
9749         necessary.
9751 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
9753         * international/mule-cmds.el (select-safe-coding-system): Make
9754         the message text about selecting a safe coding system more clear.
9756 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
9758         * hi-lock.el: New file.
9760         * play/zone.el: New file.
9762         * replace.el (occur): Set tab-width in the *Occur* buffer to the
9763         value of tab-width in the original buffer.  Choose a line number
9764         format that's a multiple of the original buffer's tab width, so
9765         that lines appear right.
9767         * textmodes/ispell.el (ispell): New function, replacing an alias.
9768         Spell-check active region if in transient-mark-mode and mark
9769         is active; otherwise spell-check buffer.
9771 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9773         * ps-mule.el: Fix a customization problem on
9774         ps-mule-font-info-database-default.
9776 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
9778         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9779         display-mouse-p instead of window-system.
9780         (ebrowse-member-mode-map): Ditto.
9782 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9784         * progmodes/ebnf2ps.el: Update ps-print functions call.
9785         Indentation fix.  Doc fix.
9786         (ebnf-version): New version number (3.2).
9787         (ebnf-format-color, ebnf-begin-job): Code fix.
9789 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
9791         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9792         font lock support on window-system.
9793         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9795         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9796         display-color-p, if fboundp, instead of window-system.
9798 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
9800         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9801         instead of window-system.
9803         * wid-edit.el (widget-choose): Use display-mouse-p instead of
9804         window-system.
9805         (widget-choice-mouse-down-action): Use display-popup-menus-p
9806         instead of window-system.
9808         * strokes.el (strokes-file): Run the file name through
9809         convert-standard-filename.
9810         (strokes-mode): Call display-mouse-p instead of looking at
9811         window-system.  Change the error message accordingly.
9813         * progmodes/cpp.el (toplevel): Support faces on tty's.
9815         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9816         (lm-plot-square, lm-init-display): Don't use window-system.
9818         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9819         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9821         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9822         instead of looking at window-system.
9824 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9826         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9827         of testing if iswitchb-prepost-hooks is bound, because the
9828         latter will always be true when invoking a recursive minibuffer
9829         from an active Iswitchb buffer.
9831 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
9833         * files.el (shell-quote-wildcard-pattern): New function.
9834         (insert-directory): Call it.  Only prepend "\" to command on Unix
9835         and GNU/Linux systems.
9837 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9839         * eshell/esh-groups.el: Change custom :link file names
9840         from `eshell.info' to `eshell'.
9842 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
9844         * dired.el (dired-build-subdir-alist): Expand subdirectory names
9845         correctly in recursive ange-ftp listings.
9847 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9849         * ps-print.el: Fix bug 1: if ps-font-size-internal,
9850         ps-header-font-size-internal and
9851         ps-header-title-font-size-internal variables are not set,
9852         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
9853         face text property is (foreground-color . COLOR) or
9854         `(background-color . COLOR)', ps-print crashes.  Doc fix.
9855         (ps-print-version): New version number (5.2.4).
9856         (ps-plot-region): Code fix.
9857         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9858         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9859         Bug fix 2.
9861 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
9863         * glasses.el (glasses-make-readable): Fix uncapitalization of
9864         identifiers like `myXMLDocument'.
9866 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
9868         * mail/mail-hist.el (mail-hist-previous-input)
9869         (mail-hist-next-input): Do the obvious code factorization.
9870         (mail-hist-retrieve-and-insert): New func, contains common
9871         code of above two.
9872         If inserting a message body, leave point at top.
9874 2000-07-28  Sam Steingold  <sds@gnu.org>
9876         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9877         Use `<=', not `<' to compare times!
9878         (ange-ftp-ls): Remove.
9880 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
9882         * play/cookie1.el: Add explanation of how to make cookie.el
9883         compatible with strfile(1) to comment.
9885         * subr.el (remove, remq): New functions.
9887         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9888         escape `*' in regexps.
9889         (midnight-find): Reverse order of arguments in the funcall of
9890         TEST.
9892         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9893         and `.class'.
9895         * play/meese.el: Add Commentary section.
9897 2000-07-27  Alex Schroeder  <alex@gnu.org>
9899         * sql.el (sql-ms): Added autoload cookie.
9900         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9901         (sql-oracle): Ditto.
9902         (sql-help): Doc change.
9904         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9905         types and exceptions.
9907 2000-07-27  Alex Schroeder  <alex@gnu.org>
9909         * sql.el (sql-placeholder-history): New variable.
9910         (sql-query-placeholders-and-send): New function that will query
9911         the user and replace placeholders with user input.
9912         (sql-oracle): If running on NT, set comint-input-sender to
9913         sql-query-placeholders-and-send.
9915         (sql-stop): If in the SQLi buffer, insert stop notification, else
9916         present it as a message.
9918 2000-07-27  Alex Schroeder  <alex@gnu.org>
9920         * sql.el (sql-input-ring-separator): Doc change.
9921         (sql-input-ring-file-name): Doc change.
9922         (sql-interactive-mode): Use `sql-input-ring-separator' and
9923         `sql-input-ring-file-name' to set the comint-mode equivalents
9924         without making them local variables.
9925         (sql-stop): Don't bind `sql-input-ring-separator' and
9926         `sql-input-ring-file-name' dynamically to their comint-mode
9927         equivalents.
9929 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9931         * international/mule.el (register-char-codings): New function.
9932         (make-coding-system): Handle `safe-chars' specification in the arg
9933         PROPERTY.
9935         * international/mule-cmds.el
9936         (find-coding-systems-region-subset-p): This function deleted.
9937         (sort-coding-systems-predicate): New variable.
9938         (sort-coding-systems): New function.
9939         (find-coding-systems-region): Use
9940         find-coding-systems-region-internal.
9941         (find-coding-systems-string): Use find-coding-systems-region.
9942         (find-coding-systems-for-charsets): Check
9943         char-coding-system-table.
9944         (select-safe-coding-system-accept-default-p): New variable.
9945         (select-safe-coding-system): Mostly rewritten.  New argument
9946         ACCEPT-DEFAULT-P.
9947         (select-message-coding-system): Call select-safe-coding-system
9948         with ACCEPT-DEFAULT-P arg.
9949         (reset-language-environment): Reset default-sendmail-coding-system
9950         to the default value iso-latin-1.
9951         (set-language-environment): Don't set the obsolete variable
9952         charset-origin-alist.
9954         * international/codepage.el (cp-coding-system-for-codepage-1):
9955         Give `safe-chars' property to make-coding-system.
9957         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9958         calling select-message-coding-system twice.
9960         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9961         instead of `safe-charsets'.
9962         (cyrillic-alternativnyj): Likewise.
9963         (ccl-encode-alternativnyj): Don't check the charset
9964         cyrillic-iso8859-5.
9966 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9968         * composite.el (compose-chars-after): Preserve match data.
9970 2000-07-26  Sam Steingold  <sds@gnu.org>
9972         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9973         (ange-ftp-real-file-newer-than-file-p): New function.
9974         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9975         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9977         * tooltip.el (tooltip-float-time): Removed (use `float-time').
9978         * midnight.el (midnight-float-time): Ditto.
9980 2000-07-26  Andreas Schwab  <schwab@suse.de>
9982         * files.el (normal-backup-enable-predicate): Correct
9983         interpretation of the return value of compare-strings.
9985 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
9987         * isearch.el (isearch-resume): New function.
9988         (isearch-done): Add something to command-history to resume
9989         the search.
9990         (isearch-yank-line, isearch-yank-word): Use
9991         buffer-substring-no-properties instead of buffer-substring.
9993         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9994         of flyspell-mouse-map.
9996         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9997         duplicate definition.
9998         (makefile-mode): Remove duplicate setting of local-abbrev-table.
10000         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10001         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10003 2000-07-25  Sam Steingold  <sds@gnu.org>
10005         * net/ange-ftp.el: Get modtime over the net.
10006         (ange-ftp-file-modtime): New function.
10007         (ange-ftp-write-region, ange-ftp-insert-file-contents)
10008         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10009         Use it.
10010         (ange-ftp-dot-to-slash): New function.
10011         (ange-ftp-fix-name-for-vms): Use it.
10013         * midnight.el (midnight-buffer-display-time): Use
10014         `with-current-buffer'.
10016 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
10018         * find-dired.el: Update copyright notice.
10019         (find-dired): Offer to kill a running `find'.
10021         * enriched.el (enriched-face-ans): For a `foreground-color'
10022         property, return '(("x-color" COLOR))' so that COLOR will be
10023         output as a parameter of the x-color annotation.  Likewise for the
10024         `background-color' property.  In the case of normal face
10025         properties, don't return annotations for unspecified foreground
10026         and background face attributes.
10028 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
10030         * language/japan-util.el (japanese-katakana-region): Fix handling
10031         HANKAKU argument.
10033 2000-07-25  Miles Bader  <miles@gnu.org>
10035         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10036         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
10037         constrain-to-field.
10039 2000-07-24  Andrew Innes  <andrewi@gnu.org>
10041         * timer.el (timer-activate-when-idle): Add optional parameter
10042         DONT-WAIT.  Update docstring.
10043         (run-with-idle-timer): Specify extra parameter to
10044         timer-activate-when-idle, so that timer will be activated
10045         immediately if Emacs is already idle.
10047         * w32-fns.el (w32-using-nt): Fix docstring.
10049 2000-07-24  Dave Love  <fx@gnu.org>
10051         * mouse.el (popup-menu): Set last-command-event.
10052         (mouse-major-mode-menu-prefix): Declare.
10054 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
10056         * textmodes/flyspell.el: Update to author's version 1.5d.
10058         * progmodes/hideshow.el: Update copyright notice.
10060         * vcursor.el: Set maintainer to FSF, since author cannot
10061         be reached.
10063 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
10065         * info.el (Info-goto-emacs-key-command-node): Leave a space after
10066         the prompt.
10068         * mouse.el (popup-menu): Run the keymap through indirect-function,
10069         in case it was defined with define-prefix-key.  If the menu is a
10070         list of keymaps, look up the binding of user's choice in each one
10071         of the keymaps.
10072         (mouse-popup-menubar): If the global and local menu-bar keymaps
10073         don't have a prompt string, create one and insert it into the
10074         keymap.  Don't barf if current-local-map returns nil.
10076 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
10078         * dired.el (dired-sort-R-check): Added to allow recursive listing
10079         to be undone.
10080         (dired-sort-other): Use it.
10082 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10084         * Release of cc-mode 5.27
10086 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10088         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10089         c-beginning-of-statement-1 that caused a bad case of recursion
10090         which could consume a lot of CPU in large classes in languages
10091         that have in-expression classes (i.e. Java and Pike).
10093         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10094         statements before top level constructs (i.e. case 6 is moved
10095         before case 5 and is now case 4) to catch in-expression
10096         classes in top level expressions correctly.
10098 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10100         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10101         objc-method-intro. Case 4 removed and case 5I added.
10103         * cc-langs.el (c-append-paragraph-start): New variable used by
10104         c-common-init to get paragraph-start correct.
10105         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10106         initialize paragraph-start to make it correct both with and
10107         without the javadoc special case.
10109         * cc-mode.el (java-mode): Use c-append-paragraph-start to
10110         initialize paragraph-start for javadoc markup.
10112         * cc-vars.el (c-style-variables-are-local-p): Incompatible
10113         change by defaulting this to t.  It's motivated by the
10114         confusing behavior that otherwise arise from the style system
10115         when editing both java and non-java files at the same time
10116         (see the comments about style setting in c-common-init).
10118 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10120         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10121         similar to the one in c-fill-paragraph to check the fill
10122         prefix from the adaptive fill function for sanity.
10124 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10126         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10127         defun block.
10129 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10131         * cc-mode.texi Documented the change of cpp-macro.
10133 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10135         * cc-align.el (c-lineup-multi-inher): Handle lines with
10136         leading comma nicely. Extended to handle member initializers
10137         too.
10139         * cc-engine.el: (c-beginning-of-inheritance-list,
10140         c-guess-basic-syntax): Fixed recognition of inheritance lists
10141         when the lines begins with a comma.
10143         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10145         * cc-vars.el (c-offsets-alist): Changed default for
10146         member-init-cont to c-lineup-multi-inher since it now handles
10147         member initializers and indents better for leading commas.
10149 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10151         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10152         handling that caused class open lines to be recognized as
10153         statement-conts in some cases.
10155         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10156         guessed by the adaptive fill function unless point is on the
10157         first line of a block comment.
10159         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10160         when the buffer ends with a macro continuation char.
10162         * cc-engine.el (c-guess-basic-syntax): Added support for
10163         function definitions as statements in Pike.  The first
10164         statement in a lambda block is now labeled defun-block-intro
10165         instead of statement-block-intro.
10167         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10168         so that the class surrounding point is selected, not the one
10169         innermost in the state.
10171         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10172         recognition of switch labels having hanging multiline
10173         statements.
10175         * cc-engine.el (c-beginning-of-member-init-list): Broke out
10176         some code in c-guess-basic-syntax to a separate function.
10177         * cc-engine.el (c-just-after-func-arglist-p): Fixed
10178         recognition of member inits with multiple line arglists.
10179         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10180         member-init-cont when the commas are in funny places.
10182 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10184         * cc-defs.el (c-auto-newline): Removed this macro since it's
10185         not used anymore.
10187         * cc-engine.el (c-looking-at-bos): New helper function.
10188         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10189         inexpr and toplevel classes apart in Pike.
10191         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10192         of case 9A.
10194         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10195         constant, since "class" can introduce an in-expression class
10196         in Pike nowadays.
10198 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10200         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10201         indentation on cpp-macro lines.
10203         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10204         a syntax modifier like comment-intro, to make it possible to
10205         get syntactic indentation for preprocessor directives.  It's
10206         incompatible wrt to lineup functions on cpp-macro, but it has
10207         no observable effect in the 99.9% common case where cpp-macro
10208         is set to -1000.
10210 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10212         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10213         member-init-cont when the preceding arglist is several lines.
10215 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10217         * cc-styles.el (c-style-alist): The basic offset for the BSD
10218         style corrected to 8.
10220 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10222         * cc-styles.el (c-style-alist): Adjusted the indentation of
10223         brace list openers in the gnu style.
10225 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10227         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10229         * cc-cmds.el (c-electric-brace, c-electric-slash,
10230         c-electric-star, c-electric-semi&comma, c-electric-colon,
10231         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10232         when c-syntactic-indentation is nil.
10234         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10235         we were left at comments preceding the first statement when
10236         reaching the beginning of the buffer.
10238         * cc-vars.el (c-syntactic-indentation): New variable to turn
10239         off all syntactic indentation.
10241 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10243         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10244         between the text and the block comment ender when it hangs,
10245         depending on how many there are before the fill.
10247 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10249         * cc-engine.el (c-beginning-of-closest-statement): New helper
10250         function to go back to the closest preceding statement start,
10251         which could be inside a conditional statement.
10252         * cc-engine.el (c-guess-basic-syntax): Use
10253         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10255         * cc-engine.el (c-guess-basic-syntax): Better handling of
10256         arglist-intro, arglist-cont-nonempty and arglist-close when
10257         the arglist is nested inside parens.  Cases 7A, 7C and 7F
10258         changed.
10260         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10261         up-to-date with javadoc 1.2.
10263 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10265         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10266         multiline Pike type decls.
10268 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10270         * cc-cmds.el (c-indent-new-comment-line): Always break
10271         multiline comments in multiline mode, regardless of
10272         comment-multi-line.
10274 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10276         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10277         fully::qualified::names in C++ member init lists.  Preamble in
10278         case 5D changed.
10280 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10282         * cc-langs.el (c-common-init): Handling of obsolete variables
10283         moved to c-initialize-cc-mode.  More compatible style override
10284         when using global style variables.
10285         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10286         variables moved here.
10288         * cc-mode.texi: Documented the special behavior of
10289         c-special-indent-hook as a style variable.  Don't talk about
10290         doing (c-make-styles-buffer-local t) in a mode hook, since
10291         that's already too late to work right.
10293         * cc-styles.el (c-make-styles-buffer-local): Flag style
10294         variable localness in c-style-variables-are-local-p to make
10295         the compatibility measure in c-common-init work well.
10297         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10298         longer contain set-from-style.
10299         * cc-styles.el (c-initialize-builtin-style): Don't check for
10300         set-from-style on c-special-indent-hook.
10301         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
10302         copy-alist is sufficient now.
10304         * cc-styles.el (c-set-style, c-set-style-1,
10305         c-get-style-variables): Fixes to variable initialization so
10306         that duplicate entries in styles have the same effect
10307         regardless of DONT-OVERRIDE.
10309         * cc-styles.el (c-set-style-2): Fixed bug where the
10310         initialization of inheriting styles failed when the
10311         dont-override flag is set.
10313         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10314         on this.
10316 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10318         * cc-defs.el (c-forward-comment): Removed the workaround
10319         introduced in 5.38 since it had worse side-effects.  If a line
10320         contains the string "//\"", it regarded the // as a comment
10321         start since the \ temporarily doesn't have escape syntax.
10323 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
10325         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10326         ada-xref.el before ada-prj.el, so that the Project menu is created
10327         when ada-prj tries to add to it.
10328         (ada-activate-keys-for-case): Suppress the characters that are not
10329         part of the Ada syntax. Better compatibility with else-mode
10330         (ada-adjust-case-interactive): When auto-casing is not active,
10331         correctly insert newlines (used to insert only ^M).  Prevent the
10332         syntax table from being changed in case of an error
10333         (or '_' becomes part of a word and some commands are confused).
10334         Do nothing if ada-auto-case is nil.
10335         (ada-after-keyword-p): Ignore keywords that are also attributes
10336         (ada-batch-reformat): Update usage comment
10337         (ada-call-from-contextual-menu): New function
10338         (ada-case-read-exceptions): Reinitialize the casing exception list
10339         first to nil first, so that the casing exception file can be
10340         shared.
10341         (ada-check-defun-name): Handles "configure" keyword for gnatdist
10342         files.
10343         (ada-compile-goto-error): Fix regexp used to detect a file:line
10344         anywhere in the error message
10345         (ada-contextual-menu-last-point): New variable
10346         (ada-create-keymap): If the variable delete-key-deletes-forward is
10347         t on XEmacs, it means that DEL should delete one character
10348         forward.
10349         (ada-create-menu): Use :included instead of :visible for XEmacs.
10350         New submenu "Options".
10351         (ada-end-stmt-re): Correctly indent "select ... then abort"
10352         statements.
10353         (ada-fill-comment-paragraph): Correctly delete all leading '--'
10354         even if they don't match ada-fill-comment-prefix Fix handling of
10355         paragraphs on the first or last line of a file.
10356         (ada-format-paramlist): Fix handling of default parameter values.
10357         (ada-get-body-name): New function.
10358         (ada-get-current-indent): Optimized by searchling directly for an
10359         existing generic part or a statement outside of it.  Handle
10360         ada-indent-align-comments when indenting comments Replaced some
10361         regexps by testing directly the next character. This results in a
10362         huge speedup on some files.  New indentation scheme for renames
10363         statements.  Stop looking for the 'while' or 'for' associated with
10364         a 'loop' at the first semicolon encountered.  A "return" can also
10365         match an anonymous access subprogram declaration.
10366         (ada-get-indent-noindent): Ignore strings and comments when
10367         looking for the keywords "record" and "private".
10368         (ada-goto-matching-decl-start): When matching "if", make sure we
10369         are not in fact seeing "end if".  Ignore "when" statements except
10370         when initial keyword was "begin".  Fix handling of nested
10371         procedures.  Add a recursive call to this function to skip over
10372         other 'end' statmts.  Fix indentation for "when .. => begin"
10373         (ada-in-open-paren-p): Fix indentation for complex boolean
10374         expressions, where 'and then', 'or else' and parenthesis
10375         statements are mixed up.
10376         (ada-in-paramlist-p): Skip comments while searching for the
10377         beginning Fix handling of operator declarations.
10378         (ada-indent-align-comments): New variable
10379         (ada-indent-current): Change the syntax table only in the
10380         protected section, so that we are sure it is restored correctly.
10381         (ada-indent-on-previous-lines): Use ada-use-indent and
10382         ada-with-indent Correctly indent "select ... then"
10383         (ada-indent-region): Slight speedup.
10384         (ada-indent-renames): New variable.
10385         (ada-last-which-function-subprog, ada-last-which-function-line):
10386         New variables
10387         (ada-looking-at-semi-private): Correctly indent the 'private'
10388         keyword when it is the first word in a package declaration.
10389         (ada-loose-case-word): Stop searching if at the end of the buffer.
10390         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10391         even if point is not initially at the end of the word.
10392         (ada-matching-decl-start-re): Add "when".
10393         (ada-mode): Add support for abbrev-mode, outline-mode and
10394         which-func-mode Override the old find-file.el entry in
10395         ff-special-constructs since it is using the obsolete
10396         ada-spec-suffix variable
10397         (ada-no-auto-case): New function
10398         (ada-scan-paramlist): When parsing the argument type, accept
10399         spaces (as in "X 'Class", generated by Rational Rose).
10400         (ada-other-file-name): No longer loads the other file.
10401         (ada-popup-menu): Save and restore the current buffer and cursor
10402         position before and after displaying the menu.
10403         (ada-search-ignore-complex-boolean): New function.
10404         (ada-uncomment-region): Emacs21 already knows how to delete
10405         comments not starting in the first column.
10406         (ada-use-indent): New variable
10407         (ada-which-function): New function.
10408         (ada-with-indent): New variable
10409         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10410         can be batch-compiled from the command line.
10412         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10413         Add to the menu when the file is loaded, not in ada-mode-hook.
10414         Add -toolbar to the default ddd command Switches moved from
10415         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10416         ada-prj-default-comp-opt
10417         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10418         Reference Manual to the menu
10419         (ada-check-current): rewritten as a call to ada-compile-current
10420         (ada-compile): Removed.
10421         (ada-compile-application, ada-compile-current, ada-check-current):
10422         Set the compilation-search-path so that compile.el automatically
10423         finds the sources in src_dir.  Automatic scrollong of the
10424         compilation buffer.  C-uC-cC-c asks for confirmation before
10425         compiling
10426         (ada-compile-current): New parameter, prj-field
10427         (ada-complete-identifier): Load the .ali file before doing
10428         processing
10429         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10430         conform to gnatmake's behavior.
10431         (ada-find-file-in-dir): New function
10432         (ada-find-references): Set the environment variables for gnatfind
10433         (ada-find-src-file-in-dir): New function.
10434         (ada-first-non-nil): Removed
10435         (ada-gdb-application): Add support for jdb, the java debugger.
10436         (ada-get-ada-file-name): Load the original-file first if not done
10437         yet.
10438         (ada-get-all-references): Handles the new ali syntax (parent types
10439         are found between <>).
10440         (ada-initialize-runtime-library): New function
10441         (ada-mode-hook): Always load a project file when a file is opened,
10442         so that the casing exceptions are correctly read.
10443         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10444         (ada-parse-prj-file): Use find-file-noselect instead of find-file
10445         to open the project file, since the latter does not work with
10446         speedbar Get default values before loading the prj file, or the
10447         default executable file name is wrong.  Use the absolute value of
10448         src_dir to initialize ada-search-directories and
10449         compilation-search-path,...  Add the standard runtime library to
10450         the search path for find-file.
10451         (ada-prj-default-debugger): Was missing an opening '{'
10452         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10453         variables.
10454         (ada-prj-default-gnatmake-opt): New variable
10455         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10456         buffers, the project file is the default one Save the windows
10457         configuration before displaying the menu.
10458         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10459         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10460         ...)  regexp-quote identifiers names to support operators +,
10461         -,... in regexps.
10462         (ada-remote): New function.
10463         (ada-run-application): Erase the output buffer before starting the
10464         run Support remote execution of the application.  Use
10465         call-process, or the arguments are incorrectly parsed
10466         (ada-set-default-project-file): Reread the content of the active
10467         project file, not the one from the current buffer When a project
10468         file is set as the default project, all directories are
10469         automatically associated with it.
10470         (ada-set-environment): New function
10471         (ada-treat-cmd-string): New special variable ${current}
10472         (ada-treat-cmd-string): Revised.  The substitution is now done for
10473         any ${...} substring
10474         (ada-xref-current): If no body was found, compiles the spec
10475         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10476         compiler to get rid of command line length limitations.
10477         (ada-xref-get-project-field): New function
10478         (ada-xref-project-files): New variable
10479         (ada-xref-runtime-library-specs-path)
10480         (ada-xref-runtime-library-ali-path): New variables
10481         (ada-xref-set-default-prj-values): Default run command now does a
10482         cd to the build directory.  New field: main_unit Provide a default
10483         file name even if the current buffer has no prj file.
10485         * ada-prj.el:
10486         Rewritten to show a tabbed-dialog.
10487         (ada-prj-add-ada-menu): Remove the map and name parameters.
10488         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10489         New function
10490         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10491         (ada-prj-load-from-file): New function
10492         (ada-prj-save): Always save fields that depend on the current buffer
10493         (ada-prj-show-value): New function
10495         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10496         Ada mode. This will allow us to display the Ada menu in any buffer
10497         we want (for project items).
10498         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10499         number of spaces in the header.
10501 2000-07-24  Dave Love  <fx@gnu.org>
10503         * ediff-init.el (ediff-region-help-echo): Bind face-help.
10505 2000-07-23  Noah Friedman  <friedman@splode.com>
10507         * type-break.el (type-break): perform autosave.
10508         Suggested by Stephen Gildea <gildea@intouchsys.com>.
10509         (type-break-do-query): Cancel query schedule while performing
10510         actual query, to avoid possibility of a second query being made
10511         while first one is already in progress.
10512         (type-break-time-stamp-format): New variable.
10513         (type-break-time-stamp): New function.
10514         (type-break-time-warning): Use it.
10515         (type-break-keystroke-warning): Use it.
10516         (type-break-noninteractive-query): Use it.
10518         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10519         cookie.
10520         Use add-minor-mode to set minor-mode-alist, if available.
10521         (eldoc-echo-area-use-multiline-p): New user option.
10522         (eldoc-echo-area-multiline-supported-p): New variable.
10523         (eldoc-docstring-format-sym-doc): Use them.
10524         (eldoc-mode): If not using idle timers, append to local post and
10525         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
10526         (eldoc-display-message-no-interference-p): Don't interfere with
10527         edebug.
10528         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10529         (eldoc-function-arglist): New function.
10530         (eldoc-function-argstring): Use it.
10532         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10533         auto save directory exists before calling directory-files.
10535 2000-07-23  Dave Love  <fx@gnu.org>
10537         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10538         ^o, ^u.
10540 2000-07-21  Dave Love  <fx@gnu.org>
10542         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10543         now passed to the function.  It now works properly.
10545         * smerge-mode.el (smerge-mode-menu): Fill it out.
10547 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
10549         * info-look.el (info-lookup): If *info* is shown in another frame
10550         on the same display, select that frame, instead of switching to
10551         the Info buffer in another window of the selected frame.
10553         * simple.el (universal-argument-map): Bind numeric keypad keys
10554         kp-0 to kp-9 and kp-subtract.
10555         (digit-argument): Handle these keys.
10557 2000-07-20  Dave Love  <fx@gnu.org>
10559         * net/goto-addr.el (goto-address-fontify): Don't bother with
10560         buffer-modified and read-only stuff -- irrelevant with overlays.
10561         Put an extra property on the overlays and use it to clean up in
10562         case goto-address is re-run.
10564 2000-07-19  Richard M. Stallman  <rms@gnu.org>
10566         * timer.el (run-with-idle-timer): Doc fix.
10568         * mail/mail-utils.el (mail-strip-quoted-names):
10569         Handle case where <...> appears inside "...".
10570         Use replace-match to edit the string more simply.
10571         (rmail-dont-reply-to): Cope with an unmatched ".
10573 2000-07-19  Dave Love  <fx@gnu.org>
10575         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10576         implementation.
10578         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10579         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10580         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10582 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
10584         * textmodes/refer.el: Correct maintainer's email address.
10586         * progmodes/hideif.el: Correct author's email address.
10587         Fix typo in comment.
10589         * xml.el: New file.
10591         * mail/mailheader.el: Correct author's mail address.
10593         * gnus/parse-time.el: Correct author's mail address.
10595 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
10597         * comint.el (comint-highlight-input, comint-highlight-face):
10598         New user options.
10599         (comint-input-ring-file-name): Change custom type.
10600         (comint-mode-map): Bind mouse-2.
10601         (comint-insert-clicked-input): New function.
10602         (comint-send-input): Handle input highlighting.
10604 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
10606         * mouse.el (popup-menu): New function.
10607         (mouse-major-mode-menu): Use it.
10609 2000-07-18  Dave Love  <fx@gnu.org>
10611         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10612         improvements.
10614 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10616         * faces.el (face-font-selection-order)
10617         (face-font-family-alternatives): Add custom type.
10619 2000-07-18  Dave Love  <fx@gnu.org>
10621         * cus-edit.el (custom-variable-reset-saved)
10622         (custom-variable-reset-standard): Remove unused bindings.
10624         * rect.el (open-rectangle-line): Remove unused let.
10626         * hl-line.el (hl-line-highlight): Check hl-line-mode.
10628 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10630         * cdl.el: Fix `Maintainer' keyword.
10632         * play/pong.el: Add author's email address.
10634 2000-07-17  Sam Steingold  <sds@gnu.org>
10636         * files.el (insert-directory): Call `split-string' instead of
10637         re-implementing it.
10639 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10641         * mail/vms-pmail.el: Change maintainer to FSF.
10643         * net/goto-addr.el: Change maintainer to FSF.
10645         * info.el (Info-title-face-alist): Removed.
10647 2000-07-18  David Ponce  <david@dponce.com>
10649         * recentf.el (recentf-open-files): New command that works like
10650         `recentf-open-more-files', but shows the whole list of files (not just
10651         those omitted from the menu). Useful if you don't use a menu-bar!
10652         (recentf-open-more-files) Modified to use `recentf-open-files'.
10654         (recentf-open-files, recentf-open-more-files)
10655         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10657         (recentf-dialog-mode): New mode for dialogs. You can now just type
10658         "q" to cancel the dialogs.
10660 2000-07-18  David Ponce  <david@dponce.com>
10662         * recentf.el: This is a major update of recentf.el. It adds new
10663         features to better organize the recentf menu and "More..." buffer.
10665         Using new provided menu filtering functions you can now organize the
10666         recent files list:
10668         - by major modes
10669         - by directories
10670         - by user defined rules
10672         Finally, with the new `recentf-filter-changer' customizable filter you
10673         can define a ring of filters and dynamically (via the menu) cycle on
10674         each menu organization in the ring (a la msb).
10676 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
10678         * eshell/eshell.el (eshell): Replace links to eshell.info with
10679         links to eshell, to avoid problems on systems where the manual is
10680         installed as `eshell'.
10681         * eshell/esh-cmd.el (eshell-cmd): Ditto.
10682         * eshell/em-smart.el (eshell-smart): Ditto.
10683         * eshell/em-banner.el (eshell-banner): Ditto.
10684         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10686         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10687         same-file check in the MS-DOS version (it does support inodes).
10689         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10691         * eshell/eshell.el (eshell-directory-name):
10692         Run default directory name through convert-standard-filename.
10694 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
10696         * international/mule-cmds.el (select-safe-coding-system):
10697         Fix typo in the comment.
10699         * language/european.el (compound-text):
10700         Force katakana-jisx0201 to be designated to G1.
10702         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10703         Don't translate some national variant characters of latin-jisx0201.
10704         (x-ctext): Force katakana-jisx0201 to be designated to G1.
10706         * international/kkc.el (kkc-after-update-conversion-functions):
10707         New variable.
10708         (kkc-update-conversion): Run functions in it at the tail.
10710 2000-07-16  John Wiegley  <johnw@gnu.org>
10712         * lisp/align.el (align-newline-and-indent):
10713         Adding new function.  for auto-aligning blocks of code on RET.
10714         (align-region): Fixed badly formatted minibuffer message.
10716 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
10718         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10719         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
10720         the conversion list at first if appropriate.
10721         (kkc-next): Don't update kkc-next-count here.
10722         (kkc-prev): Don't update kkc-prev-count here.
10723         (kkc-show-conversion-list-update): Fix setting up of conversion
10724         list message.
10726 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
10728         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10730 2000-07-16  Dave Love  <fx@gnu.org>
10732         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10733         function to be more specific.
10735         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10736         non-string help-echo.
10737         (widget-types-convert-widget): Defsubst it.
10738         (widget-echo-help): Try to cope with a help-echo function of two
10739         possible sorts.
10741 2000-07-15  Jason Rumney  <jasonr@gnu.org>
10743         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10744         Declare as obsolete.
10746         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10748 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
10750         * hilit-chg.el: Fix typo.
10752 2000-07-14  Dave Love  <fx@gnu.org>
10754         * info.el (Info-mode-menu): Fix use of :help, :enable.
10756 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
10758         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10760 2000-07-13  Dave Love  <fx@gnu.org>
10762         * emacs-lisp/easymenu.el: Doc fixes.
10763         (easy-menu-remove): Defalias to ignore.
10765         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10766         Call throw correctly.
10768 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
10770         * faces.el (frame-background-mode): Doc fix.
10772         * simple.el (eval-expression-print-length): Change custom type to
10773         allow entering nil as value.
10775 2000-07-13  Dave Love  <fx@gnu.org>
10777         * progmodes/fortran.el (fortran-imenu-generic-expression):
10778         Change definition layout.
10779         (fortran-mode-menu): Reinstate customize entries.
10781         * cus-edit.el (custom-group-menu-create, customize-menu-create):
10782         Use :filter, per old XEmacs code.
10784 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
10786         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10787         event when deciding what to send to the terminal.
10789 2000-07-12  Dave Love  <fx@gnu.org>
10791         * cus-start.el: Add optional version as 4th element of specs and
10792         use it for several things new in v21.  Remove load-path.  Fix type
10793         of line-number-display-limit.
10795 2000-07-11  Dave Love  <fx@gnu.org>
10797         * progmodes/fortran.el: Don't require easymenu.
10798         Use repeat counts in various regexps.
10799         (fortran-mode-syntax-table): Defvar directly.
10800         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10801         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10802         Use defvar, not defconst.
10803         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
10804         (fortran-mode): Set fortran-comment-line-start-skip,
10805         fortran-comment-line-start-skip, dabbrev-case-fold-search.
10806         (fortran-comment-indent): Use defsubst.
10807         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10808         Use fortran-comment-indent, not fortran-comment-indent-function.
10809         (fortran-comment-region, fortran-electric-line-number): Simplify.
10810         (fortran-auto-fill): New function.
10811         (fortran-do-auto-fill): Deleted.
10812         (fortran-find-comment-start-skip):
10813         Check for non-null comment-start-skip.
10814         (fortran-auto-fill-mode, fortran-fill-statement):
10815         Use fortran-auto-fill.
10816         (fortran-fill): Use fortran-auto-fill.  Check for null
10817         comment-start-skip.  Simplify final clause and use end-of-line finally.
10819         * widget.el (widget-plist-member): New alias.
10821 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
10823         * eshell/esh-module.el (toplevel): Reference
10824         byte-compile-current-file only if it is bound.
10826 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
10828         * dired.el: Don't require `dired-aux'.
10830 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
10832         * dired-aux.el (dired-show-file-type): New function.
10833         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10834         (dired-show-file-type): Add autoload.
10836 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
10838         * international/mule-diag.el (describe-font): Adjusted for the
10839         change of fontset-info.
10840         (print-fontset): Likewise.
10842 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
10844         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10846 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
10848         * bindings.el: Bind `[delete]' to delete-char.
10850         * dired.el (dired-find-alternate-file): New function.
10851         (dired-mode-map): Bind `a' to dired-find-alternate-file.
10852         (toplevel): Require dired-aux when compiling.
10853         (dired-buffers): Move defvar within file to avoid compiler warning.
10855         * info.el (Info-last-search): Variable removed.
10856         (Info-search-history): New variable.
10857         (Info-search): New Info-search-history.
10859         * battery.el, info-look.el: Change author's mail address.
10861 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10863         * mail/rmail.el (rmail-clear-headers): Don't throw an error
10864         if rmail-ignored-headers is nil.
10865         (rmail-retry-failure): Bind rmail-ignored-headers and
10866         rmail-displayed-headers to nil.
10868 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
10870         * lpr.el (lpr-page-header-switches): Add `-h' switch.
10871         (print-region-1): Don't hard code `-h' here.
10873         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10875 2000-07-01  Francesco Potorti`  <pot@gnu.org>
10877         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10878         exim can use "your message" instead of "the message".
10880 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
10882         * facemenu.el: Docstrings fixes.
10883         (facemenu-get-face): Don't use internal-find-face.
10884         (facemenu-iterate): Rename arg to match the docstring.
10886         * newcomment.el (uncomment-region): Be more careful when skipping
10887         backwards over `=' not to bump into BOBP.
10889 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
10891         * ediff-diff.el (ediff-wordify): Use syntax table.
10892         * ediff-init.el (ediff-has-face-support-p): Use
10893         ediff-color-display-p.
10894         (ediff-color-display-p): Use display-color-p, changed to defun
10895         from defsubst.
10896         Got rid of special cases for NeXT and OS/2.
10897         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10898         face.
10900 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10902         * emacs-lisp/lucid.el: Require CL.
10903         (copy-tree, remprop): Remove, it's provided by CL.
10904         (map-keymap): Define in terms of cl-map-keymap.
10905         (extent-property, set-extent-end-glyph): New functions.
10907         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10909 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10911         * Makefile.in (DONTCOMPILE): Add comment that the name may
10912         not be changed without changing the make-dist script.
10914         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10915         (cl-mapc): Use mapc instead of cl-old-mapc.
10917 2000-07-05  Andrew Innes  <andrewi@gnu.org>
10919         * makefile.nt: Add support for `bootstrap' and related targets.
10921 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10923         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10924         (easy-menu-do-define): Use `menu-item' format.
10925         Handle case where easy-menu-create-menu returns a symbol.
10926         Manually call the potential top-level filter in the function binding.
10927         (easy-menu-filter-return): New arg NAME.
10928         Convert to a keymap if MENU is an XEmacs menu.
10929         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
10930         (easy-menu-converted-items-table, easy-menu-convert-item):
10931         New var and fun to memoize easy-menu-convert-item-1.
10932         (easy-menu-do-add-item): Use it.
10933         (easy-menu-create-menu): Use easy-menu-convert-item.
10934         Wrap easy-menu-filter-return around any :filter specification.
10935         Don't convert the menu if a filter was specified.
10936         Tell easy-menu-make-symbol not to check for MENU being an expression.
10937         (easy-menu-make-symbol): New arg NOEXP.
10939 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10941         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10942         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10943         (eval-defun): If called with prefix arg, instrument code for
10944         Edebug.
10946         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10947         similar to that of eval-defun.
10949 2000-07-04  Dave Love  <fx@gnu.org>
10951         * hl-line.el (hl-line-overlay): Make it permanent-local.
10953         * calendar/todo-mode.el: Replaced with a working version, based on
10954         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10956 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
10958         * paths.el (prune-directory-list): New function.
10959         (Info-default-directory-list): Rewritten to more methodically
10960         enumerate a big list of possible info directories (based on the
10961         list used by the standalone info reader).
10963         * info.el (info-initialize): Use prune-directory-list to remove
10964         non-existent directories from Info-directory-list.
10966         * paths.el (Info-default-directory-list): Try a list of possible
10967         info-directories instead of a single one.  Add the possible
10968         info directory "/usr/share/info".
10970         * woman.el (woman-man.conf-path): Explicitly include the debian
10971         man-db config file "/etc/manpath.config".
10972         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10973         are present in `manpath.config'.
10974         (woman-manpath): Include "/usr/share/man".
10976 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
10978         * frame.el (blink-cursor-mode): Don't hide cursor initially.
10980         * startup.el (command-line): Initialize blink-cursor based
10981         on window-system.
10983         * frame.el (blink-cursor): Default to nil if not running under
10984         a window-system.
10986         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10987         (face-x-resources): Remove duplicate entry for :font.
10989         * textmodes/refer.el (refer-find-entry-internal): Use some-window
10990         instead of cycling through windows with next-window.
10992         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10993         of cycling through windows with next-window.
10995         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10996         of cycling through windows with next-window.
10998         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10999         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11000         instead of cycling through windows with next-window.
11002         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11003         instead of cycling through windows with next-window.
11005         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11006         of cycling through windows with next-window.
11008         * terminal.el (te-process-output): Use walk-windows instead of
11009         cycling through windows with next-window.
11011         * server.el (server-switch-buffer): Use some-window instead of
11012         cycling through windows with next-window.
11014         * window.el (some-window): New function.
11015         (walk-windows): Remove reference to walk-windows-start.
11017         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11019 2000-07-03  Richard Stallman  <rms@gnu.org>
11021         * window.el (walk-windows): Guarantee termination by keeping a list
11022         of all the windows already handled.
11024 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
11026         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11027         window-system.
11029         * man.el (Man-notify-when-ready): Don't use window-system.  If
11030         Man-notify-method is newframe, and the display is not
11031         multi-frame, select the frame created for the man page.
11032         (Man-init-defvars): Doc fix.
11034 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
11036         * faces.el (region): Change background color for light background.
11038         * ediff-wind.el (ediff-setup-control-frame): Remove :box
11039         attribute from mode-line face of Ediff control frame.
11041         * replace.el (query-replace-map): Bind `e' like `E'.
11043 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
11045         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11046         Change name to "Select All".
11048         * dos-fns.el (convert-standard-filename): Fix last change.
11050 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
11052         * help.el (describe-variable): Don't insert a second `'s' in front
11053         of the string `value is shown below'.  Since the syntax-table is
11054         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11055         an existing `'s', so that this won't be deleted.
11057         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11058         * pcmpl-unix.el: New files.
11060 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
11062         * wid-edit.el (widget-member): Use the new plist-member.
11064 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
11066         * replace.el (perform-replace): Undo change of 2000-04-04.
11067         Instead, move backward 1 character at the end of the loop when
11068         necessary.
11070         * faces.el (fringe): Change face for different backgrounds.
11072         * eshell/esh-module.el (toplevel): Load defgroup's differently;
11073         patch from John.
11075         * eshell/*.el: Change spelling of the Free Software Foundation.
11077         * eshell/esh-toggle.el: Removed.
11079         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11081         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11082         interactively.
11084 2000-06-26  Alex Schroeder  <alex@gnu.org>
11086         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11087         `define-key'; instead of checking `(emacs-version)' check for
11088         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
11089         for `;' and `o' which might be electric.
11091         (sql-electric-stuff): New user option.
11092         (sql-magic-go): New function which uses `sql-electric-stuff'.
11093         (sql-magic-semicolon): New function which uses
11094         `sql-electric-stuff'.
11096         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11097         is not fboundp.
11099         (sql-oracle-options): New variable.
11100         (sql-oracle): Use it.
11102         (sql-imenu-generic-expression): Doc change.
11103         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11104         is used.
11106         (sql-informix): Added command line parameter "-" to force
11107         sql-informix-program to use stdout.
11109 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
11111         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11112         (cp864-decode-table): Doc fix.
11113         (cp720-decode-table): New variable, supports the Arabic OEM
11114         codepage used by Windows.
11115         (cp737-decode-table): New, Greek OEM codepage used by Windows.
11117 2000-06-23  Dave Love  <fx@gnu.org>
11119         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11120         (font-lock-fontify-anchored-keywords): Use
11121         line-beginning-position.
11122         (global-font-lock-mode): Use mapc.
11124 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
11126         * eshell/esh-module.el: Require CL when compiling.
11128 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
11130         * comint.el (comint-substitute-in-file-name): Call replace-match
11131         with second and third arg t.
11133         * cus-edit.el (custom-button-face, custom-button-pressed-face):
11134         Specify foreground color.
11136         * faces.el (tool-bar, mode-line, header-line): Specify foreground
11137         color.
11139         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11141         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11142         cddr instead of cdddr.
11144         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11145         instead of copy-list.
11147         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11148         of copy-list.
11150         * subdirs.el: Add eshell subdirectory.
11152         * eshell: New subdirectory containing the Eshell package.
11154         * pcomplete.el: New file.
11156 2000-06-23  Paul Eggert  <eggert@twinsun.com>
11158         * mail/mailpost.el (post-mail-send-it): Make sure file has
11159         proper permissions from birth.
11161         * files.el (basic-save-buffer-2): When temporarily setting
11162         file modes, set them to current modes plus 0200, not to 0777.
11164         * emerge.el (emerge-make-temp-file): Make sure file has proper
11165         permissions from birth.
11167 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
11169         * files.el (make-backup-file-name-1): On DOS/Windows, run the
11170         backup file name through convert-standard-filename.
11172         * dos-fns.el (convert-standard-filename): Convert leading
11173         directories as well.  When long file names are supported, convert
11174         characters that are invalid in Windows file names.
11176 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11178         * ps-print.el: Fix bug: if ^L is the very first buffer character,
11179         ps-print crashes.  New feature: page selection for printing.  Create
11180         raw-text-unix coding system for XEmacs.  Doc fix.
11181         (ps-print-version): New version number (5.2.3).
11182         (ps-plot-region): Bug fix.
11183         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11184         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11185         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11186         funs.
11187         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11188         (ps-last-page): New vars.
11190 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
11192         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11193         empty option string.
11195 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
11197         * man.el (man): Doc fix.
11199 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
11201         * international/mule-cmds.el (set-language-info-alist): Docstring
11202         fixed.
11204 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
11206         * version.el (emacs-version): Use ISO date format.
11208         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11209         instead of `M-backspace'.
11211         * simple.el (turn-off-auto-fill): New function.
11213 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
11215         * jit-lock.el (with-buffer-prepared-for-jit-lock):
11216         Renamed from with-buffer-prepared-for-font-lock and use
11217         inhibit-modification-hooks rather than setting *-change-functions.
11218         Update all functions to use the new name.
11219         (jit-lock-first-unfontify-pos): New semantics (and doc).
11220         (jit-lock-mode): Make non-interactive.
11221         Don't automatically turn on font-lock.
11222         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11223         Always use jit-lock-after-change.
11224         Remove and restore font-lock-after-change-function.
11225         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11226         (jit-lock-after-unfontify-buffer): Remove.
11227         (jit-lock-stealth-fontify):
11228         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11229         (jit-lock-after-change): Set the `fontified' text-prop to nil.
11231 2000-06-20  Sam Steingold  <sds@gnu.org>
11233         * emacs-lisp/cl-indent.el (toplevel): Indent
11234         `print-unreadable-object' properly.  Untabify.
11236 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11238         * textmodes/reftex.el (reftex-find-citation-regexp-format):
11239         Support for bibentry.
11240         (reftex-compile-variables): Fixed problem with end of section-re.
11242         * texmodes/reftex-dcr.el (reftex-view-crossref,
11243         reftex-view-crossref-from-bibtex):
11244         Deal with changed `reftex-find-citation-regexp-format'.
11245         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11246         Replaced `remprop' with `put'.
11247         (reftex-view-crossref, reftex-view-crossref-when-idle):
11248         Support for bibentry.
11250         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11251         New entry for bibentry package.
11253         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11254         Regexp also matches "\nobibliography".
11256         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11257         Call `reftex-ensure-write-access' before doing anything.
11258         (reftex-ensure-write-access): New function.
11260 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11262         * progmodes/idlwave.el: File re-installed (update to version 4.2)
11264         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11266         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11268         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11271 2000-06-20  Dave Love  <fx@gnu.org>
11273         * faces.el (frame-background-mode): Use set-default, not set, in
11274         setter.
11275         (frame-update-faces, frame-update-face-colors): Define with
11276         defalias.
11278         * enriched.el (enriched-decode-foreground)
11279         (enriched-decode-background): Don't use internal-find-face.
11281         * apropos.el: Doc fixes.
11283         * cus-edit.el (customize-changed-options): Check arg.
11284         (customize-version-lessp): Don't require decimal point.
11286         * custom.el (defcustom, defgroup): Doc fix.
11288         * newcomment.el (comment) <defgroup>: Add :version.
11289         (comment-multi-line): Doc fix.
11291         * emulation/mlsupport.el (define-hooked-local-abbrev,
11292         define-hooked-global-abbrev): Fix, using define-abbrev.
11294 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
11296         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11297         the whole buffer.
11299 2000-06-19  Dave Love  <fx@gnu.org>
11301         * menu-bar.el (menu-bar-options-save): New function.
11302         (menu-bar-options-menu): Use it.
11303         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11304         Simplify.
11306 2000-06-19  Andreas Schwab  <schwab@suse.de>
11308         * progmodes/etags.el (tags-query-replace): Put new parameters
11309         START and END at the end, for backward compatibility.
11311 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
11313         * international/codepage.el:
11314         (cp-coding-system-for-codepage-1): Delete special codes for
11315         generating xxx-dos coding system because now a CCL based coding
11316         system can handle EOL conversion by default.
11318         * international/mule.el (make-coding-system): Generate subsidiary
11319         coding systems for EOL handling variants even for a CCL based
11320         coding system.
11322 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
11324         * international/isearch-x.el (isearch-minibuffer-input-method)
11325         (isearch-minibuffer-input-method-function): These variables
11326         deleted.
11327         (isearch-with-input-method): Don't use the above variables.
11328         (isearch-process-search-multibyte-characters): Likewise.  Call
11329         read-string with the arg INHERIT-INPUT-METHOD t.
11331 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
11333         * font-lock.el (font-lock-after-fontify-buffer)
11334         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11336         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11337         Use consistent make-local-variable style for font-lock-fontified.
11338         (jit-lock-fontify-buffer):
11339         Don't bother checking for font-lock-mode and jit-lock-mode.
11341         * time.el: Remove trailing ^M that prevent CVS-merging.
11343 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
11345         * Makefile.in (distclean): New target.
11347 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
11349         * Makefile.in (srcdir): Define for update-subdirs.
11351 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
11353         * find-lisp.el: New file.
11355 2000-06-16  Andrew Innes  <andrewi@gnu.org>
11357         * time.el (display-time-mail-function): New variable, to allow
11358         external packages to indicate when new mail is available.
11359         (display-time-update): Use it.
11361 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
11363         * international/mule.el (mule-version): Change version name to
11364         SAKAKI.  AOI has already been used by Meadow.
11366         * international/quail.el (quail-show-guidance-buf): To find the
11367         bottom window (but minibuffer), pay attention to the height of
11368         minibuffer.
11370 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11372         * arc-mode.el (archive-mode-map): Use the new menu-item format for
11373         menu-bar menus.  Add help strings.  Don't remove the Edit menu
11374         from the menu bar, as the menu bar has enough space now.
11376         * Makefile.in (SHELL): Make sure /bin/sh is used.
11378         * woman.el (woman-man-buffer): Fix bold and underlined CJK
11379         characters, which use series of two ^H characters instead of one.
11381 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
11383         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11384         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11385         functions.
11386         (Info-find-node-2): Try a case-sensitive search first, then
11387         do a case-insensitive search.
11389         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11390         tutorials.
11392         * complete.el (PC-env-vars-alist): New variable.
11393         (PC-complete-as-file-name): New function.
11394         (partial-completion-mode): Initialize PC-env-vars-alist from
11395         process-environment.
11396         (PC-do-completion): Handle completion of env vars.
11398         * info.el (Info-set-mode-line): Show file name in mode line,
11399         use `*Info*' instead of `Info:'.
11401         * startup.el (command-line-1): Change copyright messages to year
11402         2000.
11404 2000-06-15  Dave Love  <fx@gnu.org>
11406         * net/goto-addr.el (goto-address-fontify): Use keymap property,
11407         not local-map.
11409 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
11411         * international/mule.el (set-buffer-file-coding-system): Almost
11412         rewritten to handle `undecided' as no-op.
11414 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
11416         * Makefile.in: New file.
11418         * Makefile: Removed.
11420         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11421         (goto-address-highlight-keymap): Bind C-c RET.
11423 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
11425         * mail/sendmail.el (sendmail-send-it): The temporary buffer
11426         inherits buffer-file-coding-system of the current buffer.
11428         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11429         0.  Give correct argument to set-auto-coding-function.
11430         (tar-expunge): For goto-char, use (point-min), not 0.
11431         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11432         (tar-subfile-save-buffer): Likewize.
11434         * international/mule.el
11435         (after-insert-file-set-buffer-file-coding-system): Call
11436         set-buffer-file-coding-system with the arg FORCE t.
11438 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
11440         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11441         nil.  Contemporary sendmails issue an X-Authentication-Warning if
11442         the sender is set with `-f'.
11444 2000-06-13  Dave Love  <fx@gnu.org>
11446         * help.el (describe-function-1): Kluge around cases of functions
11447         fset to subrs whose doc doesn't match their symbol-name.
11449         * image.el (insert-image): Default STRING to a space.
11451         * info.el Doc fixes.
11452         (Info-build-node-completions): Match Ref tags.
11454 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
11456         * frame.el (display-multi-frame-p, display-multi-font-p): New
11457         defaliases for display-graphic-p.
11459         * hl-line.el: Fixed a typo in commentary.
11461 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
11463         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11464         fixed.
11466 2000-06-12  Dave Love  <fx@gnu.org>
11468         * image.el (insert-image): Save a little consing.
11470 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
11472         * language/tibet-util.el: Convert all tibetan-1-column characters
11473         to the corresponding tibetan characters.
11474         (tibetan-add-components): Delete code for the special treatment of
11475         'a chung.
11477         * language/tibetan.el (tibetan-composable-pattern): Fix previous
11478         change.
11479         (tibetan-vowel-transcription-alist): More rules added.
11480         (tibetan-composite-vowel-alist): New variable.
11481         (tibetan-precomposition-rule-alist): More rules added.
11483 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
11485         * startup.el (command-line): Only call menu-bar-mode if interactive.
11487         * thingatpt.el (toplevel symbol-properties):
11488         * textmodes/makeinfo.el (makeinfo-compile):
11489         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11490         * progmodes/hideif.el (hif-compress-define-list)
11491         (hide-ifdef-use-define-alist):
11492         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11493         (ange-ftp-vms-add-file-entry):
11494         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11495         * man.el (Man-build-man-command):
11496         * mail/rnewspost.el (news-reply-header-hook):
11497         * info.el (Info-insert-dir):
11498         * emulation/mlconvert.el (backward-word, forward-word, setq):
11499         * emacs-lisp/gulp.el (gulp-send-requests):
11500         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11501         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11502         (byte-optimize-apply, end of file):
11503         * emacs-lisp/advice.el (ad-advice-class-completion-table)
11504         (ad-make-freeze-definition):
11505         * startup.el (command-line, command-line-1): Don't quote lambdas.
11507         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11508         (cvs-cleanup-removed): New function.
11509         (cvs-cleanup-functions): New var.
11510         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11511         some flexibility in specifying additional entries to auto-cleanup.
11512         (cvs-quickdir): New function.
11513         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11514         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11515         (cvs-mode-find-file): Check that we are on a filename or dirname
11516         when invoked through a mouse-click.
11517         (cvs-full-path): Remove.
11518         (cvs-dired-action): Re-introduced.
11519         (cvs-dired-noselect): Use it.
11520         (vc-post-command-functions): use this new hook if available.
11522         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11523         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11524         (cvs-filename-map, cvs-dirname-map): Remove.
11525         (cvs-default-action): Remove.
11526         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11527         if the arg is really a keymap.
11528         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11529         Don't hardcode the mapping from state (aka type) to face, but check
11530         the var cvs-fi-<type>-face instead.
11531         (cvs-fileinfo-from-entries): New function.
11533         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11534         Docstring fix.
11535         (cvs-find-file-and-jump): Change default to be safer.
11536         (cvs-mode-diff-map): Define it as a function as well.
11537         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11538         Bind mouse-2 in this global map rather than with text-properties.
11540         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11541         file to resolve the ambiguity between C(conflict) and C(need-merge).
11543 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
11545         * international/mule.el (set-buffer-file-coding-system): If
11546         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11547         unconditionally.
11549 2000-06-12  Dave Love  <fx@gnu.org>
11551         * wid-edit.el (widget-specify-button): Really suppress the face if
11552         required.
11554 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
11556         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11558 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
11560         * imenu.el (imenu-generic-expression): Docstring fix.
11562         * composite.el (composition-function-table): Move the `put'
11563         below the autoload cookie so we can load the file before loaddefs.
11565         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11567         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11568         Handle easy-mmode-define-global-mode.
11569         For complex macros like define-minor-mode that can generate
11570         several autoload entries, try to autoload entries in the
11571         macroexpanded code.
11573         * emacs-lisp/easy-mmode.el (define-minor-mode):
11574         If KEYMAP is a symbol, just use it.
11575         Use byte-compile-current-file and load-file-name to infer the
11576         proper :require to pass to defcustom.
11577         Wrap the hook var into `progn' so as not to autoload it.
11578         Add a :autoload-end cookie.
11579         Be more careful about the evaluation of KEYMAP.
11580         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11581         (define-derived-mode): Move define-abbrev-table outside of defvar.
11583 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
11585         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11586         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11587         (backup-compiled-files): Ignore errors during `tar'.
11588         (bootstrap): Make autoloads before elc files.
11590 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
11592         * international/mule.el (set-buffer-file-coding-system): If one of
11593         undecided-XXX is specified, change only EOL conversion.
11595         * international/mule-conf.el (unix): New alias for the coding
11596         system undecided-unix.
11598 2000-06-09  Dave Love  <fx@gnu.org>
11600         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11602         * progmodes/executable.el: Byte compile dynamic.
11603         (executable-insert): Change custom type.
11604         (executable-find): Add autoload cookie.
11605         (executable-make-buffer-file-executable-if-script-p): New
11606         function.  After Noah Friedman.
11608         * files.el (after-save-hook): Customize, with
11609         executable-make-buffer-file-executable-if-script-p as an option.
11611 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
11613         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11614         "tib24p-mule.bdf" for Tibetan.
11616         * composite.el (decompose-composite-char): Declare it as obsolete.
11618         * man.el (Man-fontify-manpage): Pay attention to underline and
11619         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11621 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
11623         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11624         Set maintainer to FSF since author isn't reachable.
11626 2000-06-08  Dave Love  <fx@gnu.org>
11628         * international/mule-cmds.el (select-safe-coding-system): If
11629         DEFAULT-CODING-SYSTEM is not specified, also check the most
11630         preferred coding-system if buffer-file-coding-system is
11631         `undecided'.  From Handa.
11633 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
11635         * international/mule.el
11636         (after-insert-file-set-buffer-file-coding-system): If the buffer
11637         size is greater than INSERTED, judget that we are not visiting.
11639 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
11641         * whitespace.el (defgroup whitespace): Comment out `:version'.
11642         XEmacs 20.4 has problems defining the group with this present.
11643         We'll have this commented out till get resolve the problem.
11645 2000-06-07  John Wiegley  <johnw@gnu.org>
11647         * align.el (align-dq-string-modes, align-sq-string-modes)
11648         (align-open-comment-modes): Add pyhton-mode.
11649         (align-rules-list): Use get-text-property instead of
11650         text-properties-at.
11651         (align-rules-list): Add python-assignment.
11652         (align-rules-list): Change perl-comma-delimiter to
11653         basic-comma-delimiter.  Use if for Perl modes and python-mode.
11654         (align-rules-list): Add python-chain-logic and
11655         basic-line-continuation.
11657 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
11659         * apropos.el (apropos-mode-hook): New user variable.
11660         (apropos-mode): Run apropos-mode-hook.
11662 2000-06-07  David Ponce  <david@dponce.com>
11664         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11665         commands.  Require `wid-edit' at run-time.
11667 2000-06-07  David Ponce  <david@dponce.com>
11669         * recentf.el: Added some "Commentary".
11670         (recentf-open-more-files, recentf-edit-list): Minor changes to
11671         move the point at the top of the file list.  This behaviour is
11672         consistent with the menu one when the list contains a lot of
11673         files.
11674         (recentf-cleanup): Now displays the number of items removed from
11675         the list.
11676         (recentf-relative-filter) New menu filter to show filenames
11677         relative to `default-directory'.
11679 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11681         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
11682         with/without giving an error if PostScript printer doesn't have this
11683         kind of page size.  Zebra Stripe continues or restarts on next page.
11684         Manual/automatic paper feeding.  Switch or not the header.
11685         (ps-print-version): New version number (5.2.2).
11686         (ps-windows-system): Include emx as a Windows system.
11687         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11688         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11689         (ps-background-text): Code fix.
11690         (ps-error-handler-message, ps-user-defined-prologue)
11691         (ps-print-prologue-header, ps-printer-name)
11692         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11693         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11694         (ps-use-face-background): Customization fix.
11695         (ps-n-up-database): Data fix.
11696         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11697         (ps-switch-header): New vars.
11698         (ps-xemacs-color-name, ps-face-foreground-name)
11699         (ps-face-background-name, ps-boolean-constant): New funs.
11701 2000-06-07  Dave Love  <fx@gnu.org>
11703         * allout.el: New version from Manheimer.
11705 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
11707         * textmodes/fill.el (fill-find-break-point): Check the validity of
11708         charset.
11710 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11712         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11713         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11714         Call display-color-p and display-mouse-p instead of looking at
11715         window-system.
11717 2000-06-06  Dave Love  <fx@gnu.org>
11719         * image.el (find-image): Doc fix.  Return nil if image not found.
11720         (put-image, insert-image): Make STRING arg optional.
11722 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
11724         * language/vietnamese.el: Remove eval-when-compile.
11725         (viet-viscii-nonascii-translation-table): Define it as a
11726         translation table made from viet-viscii-decode-table.
11727         (viet-viscii-encode-table): Define it as a translation table made
11728         from the reverse map of above.
11729         (viet-vscii-nonascii-translation-table): Define it as a
11730         translation table made from viet-vscii-decode-table.
11731         (viet-vscii-encode-table): Define it as a translation table made
11732         from the reverse map of above.
11733         (ccl-decode-viscii): Use translate-character.
11734         (ccl-encode-viscii, ccl-encode-viscii-font)
11735         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11736         Likewize.
11738         * language/cyrillic.el: Remove eval-when-compile.
11739         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11740         translation table made from cyrillic-koi8-r-decode-table.
11741         (cyrillic-koi8-r-encode-table): Define it as a translation table
11742         made from the reverse map of above.
11743         (ccl-decode-koi8): Use translate-character.
11744         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11745         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11746         a translation table made from cyrillic-alternativnyj-decode-table.
11747         (cyrillic-alternativnyj-encode-table): Define it as a translation
11748         table made from the reverse map of above.
11749         (ccl-decode-alternativnyj): Use translate-character.
11750         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11751         Likewize
11753         * international/mule-diag.el (non-iso-charset-alist): Specify
11754         translation table symbol instead of translation table itself.
11755         (list-block-of-chars): CHARSET may be a translation table symbol.
11757         * international/mule.el (make-coding-system): If CODING-SYSTEM
11758         already exists, override it.
11760         * international/fontset.el: Use family `proportional' for Tibetan
11761         fonts.
11763         * international/ccl.el (ccl-compile-translate-character): Don't
11764         check if Rrr has property translation-table.
11765         (ccl-compile-map-multiple): Modified to avoid compiler warning.
11767 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
11769         * info.el: Bind case-fold-search to t when searching in case
11770         a user sets it to nil in a hook.
11772 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
11774         * autoarg.el (autoarg-mode, autoarg-kp-mode):
11775         * hl-line.el (hl-line-mode): Use the new :global key argument.
11777         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11778         (tar-clip-time-string): Prepend a space.
11779         (tar-grind-file-mode): Construct a string rather than modifying one.
11780         (tar-header-block-summarize): Fix docstring.
11781         Use `format' rather than an error-prone set of copy-loops.
11783         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11784         (diff-goto-source, diff-unified->context, diff-context->unified)
11785         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11786         understand the format output by the `-p' argument to diff.
11788         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11789         (sh-re-done): Use defconst.
11790         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11791         (sh-help-string-for-variable, sh-guess-basic-offset):
11792         Don't quote lambdas.
11793         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11794         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11796         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11797         (mh-letter-mode): Derive from text-mode.
11798         This implicitly means that it now calls kill-all-local-variables.
11799         Also remove the Emacs-18 compatibility code.
11801         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11802         Make use of symbol-property doc-string-elt.
11803         Use memq rather than a sequence of eq.
11804         (doc-string-elt): Fix the wrong or missing previously unused values.
11805         (autoload-print-form): New function extracted from
11806         generate-file-autoloads to allow recursion when handling progn
11807         so that defvar's and defun's docstrings are properly printed.
11808         (generate-file-autoloads): Use it.
11810         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11811         Use find-file-hooks in the minor-mode function.
11812         Be careful not to loop indefinitely in the post-command-hook function.
11814 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
11816         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11817         tty's.
11818         * ediff-diff.el (ediff-exec-process): Use --binary for fine
11819         differences whenever appropriate.
11820         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11821         * viper.el (find-file, find-file-other-window): Get viper to do
11822         wildcards.
11824 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
11826         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11827         (jit-lock-fontify-buffer): New function for JIT refontification.
11828         (jit-lock-mode): Fix docstring.
11829         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11830         Remove jit-lock-after-change from the _local_ hook.
11831         (jit-lock-function-1): Fix docstring.
11833         * info.el (Info-on-current-buffer): Initialize info.
11835         * newcomment.el (comment-indent): Ignore comment-indent-hook.
11837         * progmodes/tcl.el (tcl-indent-for-comment):
11838         Ignore comment-indent-hook.
11840         * emacs-lisp/easy-mmode.el: Require CL during compilation.
11841         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11842         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11843         and improve to use the lighter to guess the capitalization.
11844         (define-minor-mode): Inline code from easy-mmode-define-toggle.
11845         Add keyword arguments to specify global-ness or the custom group.
11846         Add local-map and help-echo properties to the lighter.
11847         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11848         (easy-mmode-define-global-mode): New macro.
11850 2000-06-02  Dave Love  <fx@gnu.org>
11852         * wid-edit.el: byte-compile-dynamic since we typically don't use
11853         all the widgets.  Don't require cl or widget.  Remove
11854         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
11855         (widget-read-event): Removed.  Callers changed to use read-event.
11856         (widget-button-release-event-p): Renamed from
11857         button-release-event-p.
11858         (widget-field-add-space, widget-field-use-before-change):
11859         Uncustomize.
11860         (widget-specify-field): Use keymap property, not local-map.
11861         (widget-specify-button): Obey :suppress-face.
11862         (widget-specify-insert): Use modern backquote syntax.
11863         (widget-image-directory): Renamed from widget-glyph-directory.
11864         (widget-image-enable): Renamed from widget-glyph-enable.
11865         (widget-image-find): Replaces widget-glyph-find.
11866         (widget-button-pressed-face): Move defvar.
11867         (widget-image-insert): Replaces widget-glyph-insert.
11868         (widget-convert): Use keywordp.
11869         (widget-leave-text, widget-children-value-delete): Use mapc.
11870         (widget-keymap): Remove XEmacs stuff.
11871         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11872         (widget-button-click): Don't set point at the click, but re-centre
11873         if we scroll out of window.  Rewritten for images v. glyphs &c.
11874         (widget-tabable-at): Use POS arg, not point.
11875         (widget-beginning-of-line, widget-end-of-line)
11876         (widget-item-value-create, widget-sublist, widget-princ-to-string)
11877         (widget-sexp-prompt-value, widget-echo-help): Simplify.
11878         (widget-default-create): Use widget-image-insert; some rewriting.
11879         (widget-visibility-value-create)
11880         (widget-push-button-value-create, widget-toggle-value-create): Use
11881         widget-image-insert.
11882         (checkbox): Create on and off images dynamically.
11883         (documentation-link): Change :help-echo.
11884         (widget-documentation-link-echo-help): Remove.
11886 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
11888         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11890         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11891         (easy-mmode-define-toggle, define-minor-mode): Use it.
11892         (easy-mmode-define-keymap): Docstring fix.
11893         (define-derived-mode): Default PARENT to fundamental-mode.
11894         Add the derived-mode-parent symbol-property.
11895         (easy-mmode-derived-mode-p): New function.
11897 2000-06-02  Dave Love  <fx@gnu.org>
11899         * files.el (convert-standard-filename): Doc fix.
11900         (normal-backup-enable-predicate): New function.
11901         (backup-enable-predicate): Use it to replace the lambda form.
11903         * calendar/todo-mode.el: [This needs more work on the outline
11904         stuff.]  Doc fixes.
11905         (todo) <defgroup>: Add :version.
11906         (todo-add-category): Don't use pushnew.
11907         (todo-cmd-raise): Fix typo.
11908         (todo-top-priorities): Change temp buffer name.
11909         (todo-category-alist): Avoid redundant lambda.
11910         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11911         Use outline-next-heading.
11913         * autoarg.el: Rewritten to use define-minor-mode.
11914         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11915         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11917 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
11919         * isearch.el (isearch-other-meta-char): Fix previous change.
11921 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11923         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11924         (log-edit-done): Only add the comment to the ring if it's different
11925         from the last comment entered.
11927         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11929 2000-06-01  Dave Love  <fx@gnu.org>
11931         * hl-line.el: Rewritten using define-minor-mode.
11933         * help.el (describe-function-1): Distinguish special form from
11934         builtin function.  Sanity-check presence of arglist for builtins.
11936 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
11938         * international/characters.el: Fix syntax/category setting of
11939         Tibetan characters.
11941         * language/tibet-util.el (tibetan-add-components): Fixes for new
11942         encoding of Tibetan characters.
11943         (tibetan-decompose-precomposition-alist): New variable.
11944         (tibetan-decompose-region): Convert precomposed characters to
11945         non-precomposed characters.
11946         (tibetan-decompose-string): Likewise.
11947         (tibetan-composition-function): Fix args to
11948         thibetan-compose-string.
11950         * language/tibetan.el (tibetan-composable-pattern): More
11951         characters included.
11952         (tibetan-consonant-transcription-alist): Rule for "R" added.
11953         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11954         "+R" added.
11955         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11957         * language/lao-util.el (lao-composition-function): Fix args to
11958         compose-string.
11960         * language/thai-util.el (thai-composition-function): Fix args to
11961         compose-string.
11963         * isearch.el (isearch-update): Set disable-point-adjustment to t
11964         to prevent the point moving to the end of a composition when a
11965         part of a composition is searched.
11966         (isearch-other-meta-char): If the key invoking this command can be
11967         mapped by function-key-map to a printing char, call
11968         isearch-process-search-char directly.
11970 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11972         * emacs-lisp/bytecomp.el:
11973         * frame.el:
11974         * international/mule-cmds.el:
11975         * international/mule-util.el:
11976         * international/mule.el:
11977         * mouse.el:
11978         * subr.el:
11979         * faces.el: Update calls to make-obsolete with a WHEN argument.
11981         * byte-run.el (make-obsolete, make-obsolete-variable):
11982         Add an optional WHEN argument and change the format of the
11983         symbol-property information.
11984         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11985         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11986         new obsolete-symbol-property format and print WHEN if it is provided.
11988 2000-05-31  Dave Love  <fx@gnu.org>
11990         * loadhist.el (loadhist-hook-functions): Remove
11991         before-change-function, after-change-function.
11992         (unload-feature): Deal with symbols which are both bound and
11993         fbound.
11995         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11996         before-change-function, after-change-function.
11998         * simple.el (newline): Don't bind before-change-function,
11999         after-change-function.
12001 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
12003         * whitespace.el (whitespace-rescan-timer-time): Update interval
12004         set to 600 seconds (10 minutes) instead of 60 seconds since
12005         a large number of whitespace buffers causes emacs to `freeze'
12006         for a considerable amount of time.
12008         * whitespace.el: Updated email address
12010 2000-05-31  Dave Love  <fx@gnu.org>
12012         * add-log.el (change-log-font-lock-keywords) <function>: Add
12013         pattern for function of change.
12014         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12015         acknowledgements patterns.
12017 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
12019         * isearch.el (isearch-printing-char): If keyboard coding system is
12020         being used, call isearch-process-search-multibyte-characters.
12022         * international/isearch-x.el: Mostly rewritten.
12024         * international/quail.el (quail-start-conversion): Don't include
12025         unhandled events in the returned events, but set them in
12026         unread-command-events.  Exit if all inputs are deleted.
12028 2000-05-30  Jason Rumney  <jasonr@gnu.org>
12030         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12032         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12033         Reenable code to create initial fontsets.
12034         Use set-fontset-font in place of put-charset-property.
12036 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
12038         * progmodes/perl-mode.el (perl-indent-line): When looking for a
12039         label, ensure that the first colon isn't followed by another.
12041         * paths.el (Info-default-directory-list): Doc fix.
12043         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12044         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12045         send a query containing USER only, not USER@HOST.
12047         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12048         and rmail-msgend to compute the restriction at the end, instead of
12049         computing it.
12051 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
12053         * dabbrev.el (dabbrev-expand): Don't display messages in the
12054         echo area if the minibuffer window is active.
12056         * jit-lock.el (jit-lock-mode): Add after change function to
12057         local hook.
12059 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
12061         * antlr-mode.el: New commands: hide/unhide actions,
12062         upcase/downcase literals.
12063         (antlr-tiny-action-length): New user option.
12064         (antlr-hide-actions): New command.  Suggested by
12065         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12066         (antlr-mode-map): New binding [C-c C-v].
12067         (antlr-mode-menu): New entries.
12068         (antlr-downcase-literals): New command.
12069         (antlr-upcase-literals): Ditto.
12071         * antlr-mode.el: Minor changes: indendation, mode-name.
12072         (antlr-indent-line): Indent cpp directive at column 0.
12073         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12075         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12076         (antlr-font-lock-additional-keywords): Workaround for intentional
12077         bug in XEmacs version of font-lock.
12078         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
12079         be used by a smarter version of `buffers-menu-grouping-function'.
12081 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
12083         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12084         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12086 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
12088         * international/encoded-kb.el
12089         (encoded-kbd-iso2022-designation-map): Pay attention to that
12090         charset-iso-final-char return -1 for eight-bit-control and
12091         eight-bit-graphic.
12093 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
12095         * speedbar.el (speedbar-use-images, speedbar-update-flag)
12096         (speedbar-easymenu-definition-base): Use display-graphic-p where
12097         available, instead of window-system.
12099 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
12101         * international/codepage.el (cp-coding-system-for-codepage-1): Add
12102         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12103         coding systems.
12105 2000-05-26  Dave Love  <fx@gnu.org>
12107         * disp-table.el (standard-display-underline): Don't use
12108         internal-find-face.
12110         * mail/reporter.el: Maintainer change.  Doc fixes.
12111         (reporter-version): Deleted.
12113         * emacs-lisp/elp.el: Maintainer change.
12114         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12116 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
12118         * add-log.el (add-change-log-entry): Merge the current entry with the
12119         previous one if the previous one is empty.
12121 2000-05-26  Dave Love  <fx@gnu.org>
12123         * loadhist.el (unload-feature): Fix interactive spec [from
12124         lijnzaad@ebi.ac.uk].
12126         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12127         subr-arity to check primitives.
12128         (byte-compile-flush-pending, byte-compile-file-form-progn)
12129         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12130         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12131         mapcar.
12133 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
12135         * international/fontset.el: Set family names of non-latin charsets
12136         in default fontset to "*".
12138         * international/mule-diag.el (print-fontset): Combine family part
12139         and registry part of the fontname by "-*-" instead of "-".
12141         * international/mule-cmds.el (encode-coding-char): Make strings
12142         multibyte before calling encode-coding-string.
12144 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
12146         * derived.el: Fix keywords.
12147         (define-derived-mode): Only define if needed.
12149         * simple.el (fill-comment, comment-column, comment-start)
12150         (comment-start-skip, comment-end, comment-indent-function)
12151         (block-comment-start, block-comment-end, indent-for-comment)
12152         (set-comment-column, kill-comment, comment-padding, comment-region)
12153         (comment-multi-line, indent-new-comment-line): Remove.
12155         * bindings.el (esc-map): Change ; to comment-dwim and use the new
12156         function names for comment operations.
12158         * newcomment.el: Add abundant autoload cookies.
12159         (comment-style): Don't depend on runtime data at compile-time.
12160         (comment-indent-hook): Remove.
12161         (comment-indent): Check if comment-indent-hook is bound.
12162         (comment-region): Docstring fix.
12164 2000-05-25  Dave Love  <fx@gnu.org>
12166         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12167         byte-code-function-p.
12169         * mail/rmailsum.el: Add provide.
12171         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12173         * smerge-mode.el (smerge-diff-switches): Don't use list* in
12174         defcustom.
12176 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
12178         * ediff-diff.el (ediff-exec-process): delete --binary option from
12179         non-buffer ediff jobs.
12181 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
12183         * hilit-chg.el (highlight-changes-mode): Ask about color or
12184         grayscale support, not about window-system.
12186         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12187         window-system.
12188         (ffap-highlight): Always default to t.
12190         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12191         display-popup-menus-p instead of looking at window-system.
12193         * disp-table.el (standard-display-g1, standard-display-graphic):
12194         Only refuse to use string glyphs on X and MS-Windows.
12196         * avoid.el: Remove window-system from commentary, suggest to use
12197         display-*-p instead.
12199         * apropos.el (apropos-print): Use display-mouse-p instead of
12200         window-system.
12202 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
12204         * international/codepage.el (cp-decoding-vector-for-codepage):
12205         Fill up unsupported characters with their own codes.  From Kenichi
12206         Handa.
12208 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
12210         * international/mule-diag.el (describe-char-after): Use
12211         display-graphic-p instead of window-system, so that this function
12212         works on MS-DOS.
12214 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
12216         * international/codepage.el (cp-make-coding-systems-for-codepage):
12217         Remove the eight-bit-graphic and eight-bit-control charsets from
12218         the list of charsets which we convert into `?'.
12220 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
12222         * international/mule-conf.el: Specify CHARSET-ID explicitely for
12223         private charsets.
12224         (mule-unicode-0100-24ff, japanese-jisx0213-1,
12225         japanese-jisx0213-2): New charsets.
12227         * international/fontset.el: Setup default fontset for new charsets.
12229 2000-05-24  Dave Love  <fx@gnu.org>
12231         * info.el (Info-find-node-2): Restructure [following "Vadim
12232         S. Solomin" <sovs@uic.nnov.ru>].
12234         * icomplete.el: Fix header for Finder.
12236 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
12238         * rmailout.el (rmail-output-to-rmail-file): Added optional param
12239         STAY.
12241         * rmail.el (rmail-automatic-folder-directives): New user variable.
12242         (rmail-show-message): Add call to `rmail-auto-file' during
12243         display.
12244         (rmail-auto-file): New function.
12246 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
12248         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12249         account.
12250         (ediff-test-utility,ediff-diff-mandatory-option)
12251         (ediff-reset-diff-options): Utilities for proper initialization of
12252         ediff-diff-options and ediff-diff3-options on Windows.
12254         * ediff-init.el (ediff-merge-filename-prefix): New customizable
12255         variable.
12257         * ediff-mult.el (ediff-filegroup-action): Use
12258         ediff-merge-filename-prefix.
12260 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
12262         * viper-ex.el (ex-write): Set selective display to nil.
12264 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
12266         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12267         aliases for hebrew-iso-8bit.
12269 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
12271         * woman.el: New version from Francis J. Wright
12272         <F.J.Wright@Maths.QMW.ac.uk>.
12273         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12274         names in environment variables regardless of the path separator.
12275         (woman-topic-all-completions-1): Don't call file-name-directory-p
12276         on all files, since woman-file-regexp already filters out any
12277         directories.
12279 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
12281         * international/quail.el (quail-start-translation): Don't change
12282         modified-p of the current buffer.
12283         (quail-start-conversion): Likewise.
12285         * international/kkc.el (kkc-region): Don't change modified-p of
12286         the current buffer.
12288         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12289         conform to RFC1468.
12290         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12292 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
12294         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12295         (speedbar-insert-button): Invisible text property fix.
12296         (speedbar-directory-plus): Renamed from speedbar-directory-+
12297         (speedbar-directory-minus): Renamed from speedbar-directory--
12298         (speedbar-page-plus): Renamed from speedbar-file-+
12299         (speedbar-page-minus): Renamed from speedbar-file--
12300         (speedbar-page): Renamed from speedbar-file-
12301         (speedbar-tag): Renamed from speedbar-tag-
12302         (speedbar-tag-plus): Renamed from speedbar-tag-+
12303         (speedbar-tag-minus): Renamed from speedbar-tag--
12304         (speedbar-expand-image-button-alist): Use above renames.
12306         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12307         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12308         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12309         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12310         * sb-pg.xpm: Renamed from sb-file.xpm
12311         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12312         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12314 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
12316         * international/quail.el (quail-show-guidance-buf): Set
12317         current-input-method of the guidance buffer to the name of the
12318         curren input method.
12320 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
12322         * progmodes/compile.el (compile-internal): Style typo.
12324         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12325         quote vars and functions in the docstring.
12327         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12329         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12330         Don't quote lambdas.
12332         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12334 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
12336         * startup.el (command-line): Determine source file of compiled
12337         user init file differently.  Warn if compiled user init file
12338         is older than its source file.
12340         * ffap.el (ffap-url-regexp): Add `https'.
12342 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
12344         * files.el (make-backup-file-name-1): Replace slashes with `!'
12345         rather than `|' (which is not allowed on Windows).  Replace the
12346         drive letters with a string "drive_X".
12348 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
12350         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12352         * files.el (interpreter-mode-alist): Add `bash2'.
12354 2000-05-22  Dave Love  <fx@gnu.org>
12356         * loadhist.el (feature-symbols, file-provides, file-requires): Use
12357         mapc.
12358         (feature-file): Avoid calling symbol-name.  Doc fix.
12359         (file-set-intersect, file-dependents): Use dolist, not mapcar.
12360         (loadhist-hook-functions): Add mouse-position-function.
12361         (unload-feature): Change uses of mapcar.
12363         * files.el (parse-colon-path): Doc fix.
12364         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12365         (set-auto-mode): Use mapc.
12367         * complete.el (PC-look-for-include-file): Use :alnum: character
12368         class.
12369         (partial-completion-mode): Add autoload cookie.
12371 2000-05-22  Sam Steingold  <sds@gnu.org>
12373         * info.el (Info-fontify-node): Fixed the call to
12374         `add-text-properties' (bug introduced on 2000-05-18).
12376 2000-05-22  Dave Love  <fx@gnu.org>
12378         * bindings.el: Remove debug-ignored-errors set in other files.
12380         * progmodes/etags.el: Add to debug-ignored-errors.
12381         (visit-tags-table-buffer): Clear out buffers holding old tables
12382         when making a new list.
12383         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12384         mapc.
12386         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
12387         quote keywords.
12388         (cmpl-string-case-type): Use character classes.
12390         * comint.el:
12391         * textmodes/ispell.el:
12392         * imenu.el:
12393         * mail/mh-e.el:
12394         * progmodes/compile.el: Add to debug-ignored-errors.
12396         * dabbrev.el: Add to debug-ignored-errors.
12397         (dabbrev-completion): Use mapc.
12399 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
12401         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12402         (woman-mapcan, woman-parse-man.conf)
12403         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12404         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12405         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
12406         path syntax better.
12407         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12408         (woman-manpath): Call woman-parse-man.conf.
12409         (woman-emulation): New defcustom, defaults to nroff.
12410         (woman-font-support): New defconst.
12411         (woman-use-symbol-font): New defcustom.
12412         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12413         "Emulation".
12414         Many functions: Doc fix.
12416 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
12418         * international/quail.el (quail-simple-translation-keymap): Map
12419         128..255 to quail-self-insert-command.
12420         (quail-keyboard-layout-alist): Add definition for "pc102-de".
12422 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
12424         * help.el (help-manyarg-func-alist): Typo.
12426         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12427         intervals which makes it heaps simpler.
12429         * newcomment.el (comment-region-internal): Go back to BEG after quoting
12430         the nested comment markers.
12432         * subr.el (remove-hook): Don't turn the hook's value into a list.
12434 2000-05-21  Dave Love  <fx@gnu.org>
12436         * edmacro.el (edmacro-parse-keys): Return vector if any elements
12437         are invalid characters.
12439         * international/mule-util.el (detect-coding-with-priority): Use
12440         mapc.  Remove redundant lambda.
12442         * international/mule-diag.el (list-non-iso-charset-chars)
12443         (describe-fontset): Remove redundant lambda.
12445         * emulation/crisp.el (brief-mode): New alias.
12447         * emacs-lisp/ring.el (ring-elements): New function.
12449         * emacs-lisp/easymenu.el (easy-menu-create-menu)
12450         (easy-menu-do-add-item): Use keywordp.
12452         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12454         * replace.el: Doc and error message fixes.
12455         (replace-highlight): Use facep, not internal-find-face.
12457 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
12459         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12461         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12462         (log-edit-insert-changelog): Drop `:' as well.
12464         * log-view.el: Fix file description.
12465         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12466         available.
12467         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12468         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12470         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12471         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12472         Print a status message if the toggle is called interactively.
12473         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12474         for global minor modes and use `defcustom' for them.
12475         Use add-minor-mode.
12476         (easy-mmode-define-derived-mode): Remove.
12477         (define-derived-mode): Fancier default docstring.
12478         (easy-mmode-define-navigation): Signal an error rather than (ding).
12480         * newcomment.el (comment-styles): New `box-multi'.
12481         (comment-normalize-vars): Better default for comment-continue to
12482         avoid whitespace-only continuations.
12483         (comment-search-forward): Always move even in the no-syntax case.
12484         (comment-padright): Only obey N if it's only obeyed for padleft.
12485         (comment-make-extra-lines): Better handling of empty continuations.
12486         Use `=' for the filler if comment-start has only one character.
12487         (uncomment-region): Try handling the special `=' filler.
12488         (comment-region): Allow LINES even if MULTI is nil.
12489         (comment-box): Choose box style based on comment-style.
12491 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
12493         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12494         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12496 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
12498         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12499         and insert, not subst-char-in-region.
12501         * international/mule-diag.el (list-character-sets-1): Handle
12502         charsets eight-bit-control and eight-bit-graphic.
12503         (list-iso-charset-chars): Likewise.
12504         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12505         charactes as is.  Use indent-to to align characters.
12507         * international/mule-cmds.el (find-multibyte-characters): Never
12508         exclude charsets eight-bit-control and eight-bit-graphic.
12510 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
12512         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12513         Don't quote lambdas.
12515         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12517 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
12519         * gud.el (gud-jdb-directories): Doc fix.
12521 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
12523         * newcomment.el: New file.
12525 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
12527         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12529 2000-05-18  Andreas Schwab  <schwab@suse.de>
12531         * dired.el (dired-between-files): Also skip lines beginning with
12532         `used'.
12534 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
12536         * msb.el (msb-menu-cond): Add choice `user'.
12538 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12540         * ps-print.el: Compatibility, customization and doc fix.
12541         (ps-printer-name-option): Replace defconst by defvar.
12542         (ps-postscript-code-directory): XEmacs compatibility.
12543         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12544         fix.
12545         (ps-user-defined-prologue, ps-print-prologue-header)
12546         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12547         compatibility and code fix.
12548         (ps-print-background-image, ps-print-background-text):
12549         Customization fix.
12550         (ps-line-number-start, ps-n-up-on): New vars.
12552 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
12554         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12555         the indent-comment function to just return the appropriate indent.
12557 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
12559         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12560         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12561         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12563 2000-05-18  Dave Love  <fx@gnu.org>
12565         * info.el (Info-fontify-node): Add intangible property as well as
12566         invisible.
12568         * calendar/appt.el (appt-make-list): Match all lines of entry.
12569         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12571 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
12573         * international/mule-diag.el (describe-char-after): Call
12574         internal-char-font, not char-font.  If internal-char-font returns
12575         nil, display "-- none --".
12577 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
12579         * image.el (image-type-available-p): Don't reference image-types
12580         if it isn't bound.
12582 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
12584         * autoarg.el (autoarg-mode): Typo in the :set argument.
12586 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
12588         * startup.el (command-line-1): Don't signal an error if the
12589         directory for auto-save-list files does not yet exist.
12591 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
12593         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12595 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
12597         * subr.el (remove-hook): `setq' hook-value, not `set'.
12599 2000-05-16  Sam Steingold  <sds@gnu.org>
12601         * info.el (debug-ignored-errors): More errors to ignore.
12603 2000-05-16  Dave Love  <fx@gnu.org>
12605         * cus-edit.el: Don't require cl or easymenu.
12606         (custom-variable-prompt): Test standard-value property, not
12607         user-variable-p.
12609 2000-05-16  Sam Steingold  <sds@gnu.org>
12611         * subr.el (add-hook): `setq' hook-value, not `set'.
12613 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
12615         * startup.el (command-line-1): Mention the FAQ in the startup
12616         message.
12618         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12620         * progmodes/compile.el (compilation-parse-errors): Collect
12621         `nomessage' regexps last.
12623         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12625         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12626         to the function name.
12628 2000-05-15  Dave Love  <fx@gnu.org>
12630         * speedbar.el (speedbar-recenter): Typo.
12631         (speedbar-expand-line): Make arg optional.
12632         (speedbar-mode): Avoid a compiler warning.
12634 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
12636         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12637         user-specified option string is empty.
12639         * mouse.el (mouse-yank-at-click): Doc fix.
12641 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
12643         * term/internal.el (IT-character-translations): More updates of
12644         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12645         documents.
12647 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
12649         * env.el (getenv): New function, interactively callable.
12650         (setenv, getenv): Remove autoload cookies.
12652         * loadup.el: Load `env'.
12654         * progmodes/f90.el: Change author's mail address.
12656 2000-05-14  Dave Love  <fx@gnu.org>
12658         * mail/rmail.el (rmail-show-message-hook): Customize and offer
12659         goto-addr as an option.
12661         * help.el (help-xref-stack): Doc fix.
12662         (help-xref-following): New variable.
12663         (help-make-xrefs): Use it.
12664         (help-xref-go-back): Use position information from stack element.
12665         (help-follow): Make position in stack element a pair.  Use
12666         help-xref-following.
12668         * autoarg.el: New file.
12670         * faces.el: Declare more functions obsolete.
12672         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12673         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12674         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12675         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12676         Remove all the setup-...-environment functions.
12678 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
12680         * speedbar.el: Updated the commentary section.  xemacs20p now uses
12681         >= when detecting.  Require `defimage' safely.
12682         (speedbar-easymenu-definition-base): Add toggle for images.
12683         (speedbar-easymenu-definition-special): Add flush cache & expand.
12684         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
12685         (speedbar-reconfigure-keymaps-hook): New variable.
12686         (speedbar-frame-parameters): Updated documentation.
12687         (speedbar-use-imenu-flag): Updated custom tag
12688         (speedbar-dynamic-tags-function-list): New variable.
12689         (speedbar-tag-hierarchy-method): Updated doc & custom.
12690         (speedbar-indentation-width, speedbar-indentation-width) New
12691         variables.
12692         (speedbar-hide-button-brackets-flag): Customizable.
12693         (speedbar-vc-indicator): Doc update.
12694         (speedbar-ignored-path-expressions): Updated default value.
12695         (speedbar-supported-extension-expressions): Updated default value.
12696         (speedbar-syntax-table): Remove {} paren status.
12697         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12698         as "+".  Added overlay aliases.
12699         (speedbar-mode): Use `speedbar-mode-line-update' instead of
12700         `force-mode-line-update'.
12701         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12702         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12703         `mouse-set-point'
12704         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12705         (speedbar-item-info-tag-helper): Revamped to handle a wider range
12706         of arbitrary text, and new helper functions.
12707         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12708         filename finder.
12709         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12710         (speedbar-directory-buttons): Update path search/expansion.
12711         (speedbar-make-tag-line): Pay attention to
12712         `speedbar-indentation-width'.  Use more care w/ invisible
12713         properties.
12714         (speedbar-change-expand-button-char): Call
12715         `speedbar-insert-image-button-maybe'.
12716         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12717         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12718         (speedbar-trim-words-tag-hierarchy)
12719         (speedbar-simple-group-tag-hierarchy): New functions
12720         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12721         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12722         functions.
12723         (speedbar-mouse-set-point): New function
12724         (speedbar-power-click): Updated documentation.
12725         (speedbar-line-token, speedbar-goto-this-file): Handle more types
12726         of tag prefix text.
12727         (speedbar-expand-line, speedbar-contract-line): Make more robust
12728         to strange text.
12729         (speedbar-expand-line): Takes universal argument to flush the
12730         cache.
12731         (speedbar-flush-expand-line): New function.
12732         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12733         Use new generator insertion method.
12734         (speedbar-fetch-dynamic-tags): New function.
12735         (speedbar-fetch-dynamic-imenu): Removed code now handled in
12736         `speedbar-fetch-dynamic-imenu'.
12737         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12738         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12739         "Revert Buffer" menu items.
12740         (speedbar-buffer-buttons-engine): Be smarter when creating a
12741         filename tag (for expansion purposes.).
12742         (speedbar-highlight-one-tag-line,
12743         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12744         (speedbar-recenter): New functions.
12745         (defimage-speedbar): Image loading abstraction.
12746         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12747         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12748         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12749         (speedbar-tag-type, speedbar-tag-mail): New images.
12750         (speedbar-expand-image-button-alist): New variable.
12751         (speedbar-insert-image-button-maybe): Insert an image over some
12752         buttons.
12754 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
12756         * international/mule-cmds.el (encode-coding-char): An ASCII
12757         character is always encodable.
12759         * international/mule-conf.el: Add more information in descriptions
12760         of character sets.
12762         * international/mule-diag.el (describe-char-after): New function.
12763         (describe-font-internal): Adjusted for the change of font-info.
12764         (describe-font): Likewise.
12765         (print-fontset): Rewritten for the new fontset implementation.
12766         (describe-fontset): Include fontset alias names in completion.
12767         (list-fontsets): Adjusted for the change of print-fontset.
12769         * simple.el (what-cursor-position): If DETAIL is non-nil, call
12770         describe-char-after instead of displaying the detail in the echo
12771         area.
12772         (syntax-code-table): Format changed.
12773         (string-to-syntax): Adjusted for the above change.
12775 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
12777         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12779 2000-05-12  Dave Love  <fx@gnu.org>
12781         * calendar/todo-mode.el: Remove some compatibility stuff and CL
12782         dependence.  Use line-{beginning,end}-position, not
12783         point-at{b,e}ol.  Some doc fixes.
12784         (todo-position): New function.  Fix callers of position to use it.
12785         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12787 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
12789         * time.el (display-time-mail-icon): Use `:ascent center'.
12791         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12792         handling FTP security extensions.
12794 2000-05-11  Dave Love  <fx@gnu.org>
12796         * calendar/todo-mode.el: New file.
12798 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
12800         * comint.el (comint-read-input-ring): Move reference to
12801         comint-input-ring-size outside of the save-excursion.  It was
12802         causing the default value to be the only one ever seen.
12804         * font-lock.el: Update copyright.  Remove Simon Marshall's email
12805         address on request from him.
12807         * subr.el (substitute-key-definition): Add comment describing
12808         the meaning of PREFIX.
12810 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
12812         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12814         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12815         (add-minor-mode): Don't make the variable buffer-local and add a
12816         reference to define-minor-mode in the docstring.
12818         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12819         HEADER/FOOTER and fix bug with trailing empty directory.
12820         (cvs-append-to-ignore): Use vc-editable-p if available.
12821         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12822         (vc-do-command): Tweak advice to handle the new VC.
12824         * log-view.el (log-view-goto-rev): New function for the new VC.
12825         (log-view-minor-wrap): Use mark-active.
12827         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12828         (log-edit-changelog-full-paragraphs): New var.
12829         (log-edit-insert-changelog): Remove a lonely leading `* file'.
12830         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12831         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12832         (log-edit-changelog-ours-p, log-edit-changelog-entries)
12833         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12834         Replace the `cvs' prefix with `log-edit'.
12836         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12838         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12839         (diff-font-lock-defaults): Explicitly turn off multiline.
12840         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12841         (diff-ediff-patch): Fix call to ediff-patch-file.
12842         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12843         Handle comments.
12845         * frame.el (automatic-hscrolling): Typo.
12847         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12849 2000-05-09  Sam Steingold  <sds@goems.com>
12851         * apropos.el (apropos-print): use `describe-face' instead of
12852         `customize-face-other-window'.
12854 2000-05-09  Dave Love  <fx@gnu.org>
12856         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12858         * help.el (describe-variable): Have customize button pop the
12859         help-xref stack when invoked.
12860         (help-xref-symbol-regexp): Add `face'.
12861         (help-make-xrefs): Check for quoted face names and adapt regexp
12862         submatch numbers to cope.
12863         (help-xref-interned): Maybe insert face doc too.  Separate
12864         sections with a line of hyphens.
12866         * faces.el:  Some doc fixes.  Declare some functions obsolete.
12867         (describe-face): Add customize button.  Return the help
12868         text.  Fix prompt.
12870 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
12872         * term/internal.el (IT-character-translations): Fix last change.
12874 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12876         * woman.el: New file
12877         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12879 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12881         * term/internal.el (IT-character-translations): Update ASCII
12882         simulations for greek-iso8859-7, add latin-iso8859-14 and
12883         latin-iso8859-15.
12885         * international/mule-cmds.el (set-language-info-alist): Call
12886         define-prefix-command with 3 arguments, to make the map suitable
12887         for a menu.
12889 2000-05-07  Dave Love  <fx@gnu.org>
12891         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12893 2000-05-05  Dave Love  <fx@gnu.org>
12895         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12896         list in doc string.  Don't quote keyword symbols.
12897         * emacs-lisp/cl.el: Likewise
12898         * emacs-lisp/cl-seq.el: Likewise
12900 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
12902         * abbrev.el (abbrev-mode): Make ARG optional.
12904 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
12906         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12908         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12910         * subr.el (substitute-key-definition): Clarify documentation.
12912 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
12914         * glasses.el (glasses-convert-to-unreadable): Use
12915         `glasses-separator' instead of the hard-wired "_".
12916         (glasses-mode): Call `glasses-make-unreadable' only in a single
12917         place.
12919 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
12921         * term/internal.el (cjk-codepages-alist): Add associations for
12922         Chinese and Korean codepages.  Remove FIXME comment.
12924 2000-05-03  Dave Love  <fx@gnu.org>
12926         * time.el (display-time-mail-face, display-time-use-mail-icon):
12927         New option.
12928         (display-time-mail-icon): New variable.
12929         (display-time-string-forms): Use the above.  Fix the local-map.
12931 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
12933         * replace.el (query-replace-map): Add binding for `E'.
12934         (query-replace-help): Extend help text.
12935         (perform-replace): Allow editing the replacement string.
12937         * make-mode.el (makefile-mode-abbrev-table): New variable.
12938         (makefile-mode): Set local abbrev table to
12939         makefile-mode-abbrev-table.
12940         (makefile-font-lock-keywords): Fontify includes and conditionals.
12942         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12943         set TOGGLE's value.
12945         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12946         mail-interactive-insert-alias.
12947         (mail-abbrev-complete-alias): New command.
12948         (mail-mode-map): Bind it to `M-TAB'.
12950 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
12952         * language/lao-util.el (lao-compose-region): New function.
12954 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
12956         * files.el (recover-session): Make directories as necessary
12957         if they don't exist yet.
12959         * calendar/cal-french.el
12960         (french-calendar-multibyte-special-days-array)
12961         (french-calendar-special-days-array): Change French text.
12962         (calendar-french-date-string): Change output.
12963         (calendar-goto-french-date): Likewise.
12965 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
12967         * wid-edit.el (widget-default-active): Obey `:always-active'.
12968         (widget-documentation-string-value-create): Set `:always-active'.
12970 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12972         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12973         default prefix to `~/_emacs.d/auto-save.list/_s'.
12974         (normal-top-level): Create the directory for auto-save files, if
12975         it doesn't already exist (in the ms-dos case only).
12977 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12979         * international/mule-cmds.el (set-language-environment): Don't
12980         concat an integer (dos-codepage), use format instead.
12982 2000-05-02  Dave Love  <fx@gnu.org>
12984         * help.el (help-xref-on-pp): Check for constant symbols.
12986 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
12988         * startup.el (normal-top-level): Put a condition-case around
12989         the code loading subdirs.el.
12991 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12993         * ps-print.el: Upside-down and face background color printing,
12994         line number step, doc fix.
12995         (ps-print-version): New version number (5.2).
12996         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12997         (ps-face-attribute-list, ps-plot-with-face): Code fix.
12998         (ps-spool-config): Var fix.
12999         (ps-printer-name-option): Const fix.
13000         (ps-print-upside-down, ps-use-face-background)
13001         (ps-line-number-step): New vars.
13002         (ps-window-system, ps-lp-system): New consts.
13003         (ps-face-background): New fun.
13005 2000-04-28  Richard Stallman  <rms@gnu.org>
13007         * files.el (make-auto-save-file-name):
13008         Apply auto-save-file-name-transforms to visited file name
13009         before generating auto save file name.
13010         (auto-save-file-name-transforms): New variable.
13012         * files.el (backup-enable-predicate):
13013         Correctly test for a file under a temporary directory.
13015 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
13017         * subr.el (add-minor-mode): Rewritten.
13019 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
13021         * mail/sendmail.el (sendmail-send-it): Set
13022         buffer-file-coding-system to the selected coding system for MIME
13023         header.
13025 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
13027         * dired.el (dired-move-to-filename-regexp): Allow format where
13028         YYYY is followed by two spaces.
13030         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13031         in the second character class of the regexp.
13033         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13034         mh-etc, too.
13036         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13037         nil.
13039         * subr.el (add-minor-mode): Use `set' instead of `setq'.
13041         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13042         argument.
13044 2000-04-27  Sen Nagata <sen@eccosys.com>
13046         * emacs-lisp/crm.el (crm-completion-table): New variable.
13047         (crm-collection-fn, crm-test-completion)
13048         (completing-read-multiple): Use it.
13050 2000-04-27  Dave Love  <fx@gnu.org>
13052         * help.el (locate-library): Use mapc.
13053         (help-manyarg-func-alist): Add call-process-region.
13055 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
13057         * subr.el (add-minor-mode): Make argument MAP optional.
13059         * desktop.el (desktop-save): Save list of minor modes.
13060         (desktop-create-buffer): Restore minor modes.
13061         (desktop-minor-mode-table): New user-option.
13063         * subr.el (add-minor-mode): New function.
13065         * image.el (find-image): New function.
13066         (defimage): Rewritten to find image at load time.
13068         * startup.el (normal-top-level-add-to-load-path): Handle
13069         case that the default directory is not in load-path.
13071         * help.el: Old patch from Stefan Monnier.
13072         (help-xref-on-pp): New function.
13073         (describe-variable): Use it to display xrefs in a symbol's value.
13075 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
13077         * cus-edit.el (custom-face): Fix parenthesis.
13079 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
13081         * mail/rmail.el (rmail-expunge): When there are no deleted
13082         messages, do nothing.
13084 2000-04-26  Dave Love  <fx@gnu.org>
13086         * international/mule-cmds.el (locale-translation-file-name):
13087         Defvar to nil.
13088         (set-locale-environment): Set it here (at runtime).
13090 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
13092         * replace.el (perform-replace): Add parameters START and END.  Use
13093         them instead of the check for a region in Transient Mark mode.
13094         (query-replace-read-args): Return two more list elements for the
13095         start and end of the region in Transient Mark mode.
13096         (query-replace, query-replace-regexp, query-replace-regexp-eval)
13097         (map-query-replace-regexp, replace-string, replace-regexp): Add
13098         optional last arguments START and END and pass them to
13099         perform-replace.
13101         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13102         form with additional arguments for perform-replace.
13104         * progmodes/etags.el (tags-query-replace): Add parameters START
13105         and END.  Construct a form with additional arguments for
13106         perform-replace.
13108         * simple.el (shell-command): Set default directory for "*Shell
13109         Command Output" buffer.
13111         * language/european.el (iso-latin-4): Fix typo.
13113         * emacs-lisp/crm.el: New file.
13115 2000-04-24  Dave Love  <fx@gnu.org>
13117         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13118         (Custom-reset-saved, Custom-reset-standard)
13119         (custom-group-value-create, custom-group-set, custom-group-save)
13120         (custom-group-reset-current, custom-group-reset-saved)
13121         (custom-group-reset-standard): Use mapc.
13122         (custom-buffer-create-internal): Disable undo when creating items.
13123         Use mapc.
13124         (custom-face): Avoid redundant lambda.
13126 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
13128         * startup.el (auto-save-list-file-prefix): Set default to
13129         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13131 2000-04-24  Sam Steingold  <sds@gnu.org>
13133         * time-stamp.el (time-stamp-string-preprocess): Always convert
13134         `field-result' to a string.
13136 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
13138         * frame.el (scrolling): New group.
13139         (automatic-hscrolling): New user-option.
13141         * startup.el (command-line-x-option-alist): Add `-lsp' and
13142         `--line-spacing'.
13144 2000-04-19  Dave Love  <fx@gnu.org>
13146         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13147         (cl-mapc): Rename from mapc.  Fix the funcall.
13149 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
13151         * simple.el (clone-indirect-buffer-other-window): New command.
13152         (clone-indirect-buffer): Add optional arg NORECROD.
13153         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13155         * help.el (resize-temp-buffer-window): Use count-screen-lines.
13157         * window.el (count-screen-lines): New function.
13158         (shrink-window-if-larger-than-buffer): Use count-screen-lines
13159         instead of window-buffer-height.
13161         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13162         non-existing variable comint-input-sentinel.
13163         (inferior-lisp-args-to-list): Removed.
13164         (inferior-lisp): Use split-string instead of
13165         inferior-lisp-args-to-list.
13167         * hexl.el (hexl-insert-hex-string): New command.
13169         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13170         instead of concat.
13172 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
13174         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13175         at the start of an existing but empty folder.
13177 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13179         * ps-mule.el: Customization fix, doc fix.
13180         (ps-multibyte-buffer): Customization fix.
13182 2000-04-17  Richard M. Stallman  <rms@gnu.org>
13184         * subr.el (read-passwd): Use read-char-exclusive.
13186 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
13188         * textmodes/texinfo.el (texinfo-insert-@email)
13189         (texinfo-insert-@emph, texinfo-insert-@quotation)
13190         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13191         (texinfo-mode-map): Add key bindings for them.
13193         * files.el (basic-save-buffer-2): Use a template with `$'
13194         instead of `#' for VMS.
13196         * simple.el (clone-indirect-buffer): New function.
13198 2000-04-16  Stephen Eglen  <stephen@gnu.org>
13200         * iswitchb.el (iswitchb-case): New function.  If the user input
13201         contains any upper-case characters, the search is made
13202         case-sensitive.
13204 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
13206         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13207         comment-end.
13208         (texinfo-font-lock-syntactic-keywords): New var.
13209         (texinfo-font-lock-keywords): Remove comment regexp.
13210         (texinfo-insert-block): New function.
13211         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13212         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
13213         and font-lock-defaults.  Use regexp-opt for outline-regexp.
13214         (texinfo-environments): New var.
13215         (texinfo-environment-regexp): Use regexp-opt and
13216         texinfo-environments.
13218         * textmodes/ispell.el (ispell-menu-map-needed): Check that
13219         ispell-process is bound since this might be eval'd before ispell
13220         is loaded.
13221         (ispell-message): Use a tiny bit less magic and a bit more hard
13222         data to figure out what kind of sc-cite-regexp to use.
13224         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13226         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13227         (insert-cyclic-diary-entry): Unquote the lambda.
13229         * gud.el (gud-jdb-build-source-files-list): Fix typo.
13231         * files.el (backup-enable-predicate): Unquote the lambda.
13233         * cus-edit.el (custom-face, face): Unquote the lambda.
13235 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13237         * ps-print.el: Check for line-beginning-position definition.
13239         * ps-print.el: Fix counting lines in a region.
13240         (ps-print-version): New version number (5.1.5).
13241         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13242         (ps-printing-region): Fun code fix.
13244 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
13246         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13247         to file-directory-p.
13249 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
13251         * gud.el (gud-jdb-build-source-files-list): Check that directory
13252         exists before calling directory-files.
13254 2000-04-13  Dave Love  <fx@gnu.org>
13256         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
13257         syntax.
13259         * emacs-lisp/cl-specs.el: Remove when, unless.
13261         * emacs-lisp/cl-extra.el: Don't quote keywords.
13262         (cl-old-mapc): New variable.
13263         (mapc): Use it.
13264         (cl-map-intervals): Use with-current-buffer.  Don't check for
13265         next-property-change.
13266         (cl-map-overlays): Use with-current-buffer.
13267         (cl-expt): Remove.
13268         (copy-tree, remprop): Define unconditionally.
13270         * emacs-lisp/cl-compat.el (keywordp): Remove.
13272         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
13273         to use keywordp.
13274         (edebug-spec): Enable keywordp.
13276         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13277         string-lessp.
13279         * cus-start.el: Use keywordp.
13281 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13283         * diary-lib.el (include-other-diary-files): Fix the fix of
13284         2000-02-18 by doing a save-excursion.
13286 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13288         * ps-print.el: Customization fix, doc fix.
13289         (ps-print-version): New version number (5.1.4).
13290         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13291         (ps-print-preprint): Adjust code.
13292         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13293         (ps-print-prologue-header, ps-print-control-characters)
13294         (ps-spool-config): Customization fix.
13296 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
13298         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13299         converted to the new menu-item format, names silightly changed,
13300         help strings added.
13302         Support for spelling without async subprocesses:
13304         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13305         (ispell-session-buffer): New variables.
13306         (ispell-start-process, ispell-process-status,
13307         ispell-accept-output, ispell-send-string): New functions, for
13308         Ispell invocation when async subprocesses aren't supported.
13309         (ispell-word, ispell-pdict-save, ispell-command-loop,
13310         ispell-process-line, ispell-buffer-local-parsing): Replace calls
13311         to process-send-string with calls to ispell-send-string, and
13312         accept-process-output with ispell-accept-output.
13313         (ispell-init-process): Call ispell-process-status instead of
13314         process-status with.
13315         (ispell-init-process): Call ispell-start-process.  Call
13316         ispell-accept-output and ispell-send-string.  Don't call
13317         process-kill-without-query and kill-process if they are unbound.
13318         (ispell-async-processp): New function.
13320 2000-04-12  Dave Love  <fx@gnu.org>
13322         * info.el: Add debug-ignored-errors.
13323         (Info-mode-menu): Add some items.
13324         (Info-directory): Add autoload cookie.
13326         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13327         Modify `truncate-lines'.  Make `describe-language-environment'
13328         always visible and add help.  Modify `describe-key' help.  Invoke
13329         Info-directory from `info'.  New entry `emacs-manual'.
13331 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
13333         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13334         propertized-buffer-identification.
13335         (ebrowse-update-member-buffer-mode-line): Likewise.
13336         (ebrowse--mode-strings): Removed.
13337         (ebrowse--mode-line-props): Removed.
13339         * files.el (auto-mode-alist): Add `EBROWSE'.
13341         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13342         space before testing for end of buffer.
13343         (ebrowse-load): Removed.
13344         (ebrowse-revert-tree-buffer-from-file): Rewritten.
13345         (ebrowse-create-tree-buffer): Rewritten.
13346         (ebrowse-tree-mode): Read tree from buffer.
13348         * progmodes/ebrowse-ffh.el: Removed.
13350 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
13352         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13354 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
13356         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13357         at the wrong place.
13359 2000-04-09  Dave Love  <fx@gnu.org>
13361         * files.el (backup-enable-predicate): Use
13362         temporary-file-directory, small-temporary-file-directory.
13363         (make-backup-file-name-function, backup-directory-alist): New
13364         variables.
13365         (make-backup-file-name-1): New function.
13366         (make-backup-file-name): Use it.
13367         (find-backup-file-name): Likewise.  Use format for clarity, not
13368         concat.
13369         (file-newest-backup): Use make-backup-file-name.
13371 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
13373         * progmodes/ebrowse-ffh.el: New file.
13375         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13376         to ebrowse-ffh.el.
13377         (ebrowse-load): Add autoload.
13379         * finder.el (finder-commentary): Add autoload cookie.
13381         * mail/rfc2368.el: Correct author's email address.
13383         * progmodes/ebrowse.el: New file.
13385         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13386         item help string.
13387         (easy-menu-do-add-item): Ditto.
13388         (easy-menu-define): Extend doc string.
13390         * jit-lock.el (with-buffer-unmodified): Use
13391         restore-buffer-modified-p.
13392         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13393         (jit-lock-function, jit-lock-stealth-fontify): Don't use
13394         with-buffer-unmodified.
13396 2000-04-08  Dave Love  <fx@gnu.org>
13398         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13399         unless, when.
13401 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
13403         * viper-util.el (viper-put-on-search-overlay): New subroutine.
13404         (viper-flash-search-pattern): No operation when using Emacs
13405         doesn't support face.
13406         Use `viper-put-on-search-overlay'.
13408 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
13410         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13411         like C-r.
13413         * progmodes/make-mode.el: Some doc fixes.
13414         (makefile-mode-abbrev-table): New variable.
13415         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13416         (makefile-font-lock-keywords): Fontify includes and conditionals.
13417         (toplevel): Require `dabbrev' and `add-log' when compiling.
13419         * replace.el (perform-replace): Don't move forward one char
13420         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
13421         to do that because it leaves point 1 position after the last
13422         replacement, after everything has been replaced.
13424         * jit-lock.el (with-buffer-unmodified): New macro.
13425         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13426         modified state.
13427         (jit-lock-function-1): Extracted from jit-lock-function; not
13428         preserving buffer's modified state.
13429         (jit-lock-function, jit-lock-stealth-fontify): Call
13430         jit-lock-function-1.
13432         * mail/rfc2368.el: Remove supernumerary copyright line.
13434 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
13436         * glasses.el: Provide facilities for inserting space before left
13437         parentheses and uncapitalization of identifiers.
13438         (glasses-mode): Try to remove old overlays in all cases.
13440 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
13442         * progmodes/compile.el (compile-internal): Display the compilation
13443         buffer in a different frame, if it's already displayed there.
13445         * mail/rfc2368.el: New file.
13447         * simple.el (sendmail-user-agent-compose): Recognize a `body'
13448         header and insert its value as mail body.
13450         * subr.el (member-ignore-case): New function.
13452         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13453         (dabbrev--find-expansion): Ignore buffers matching a regexp
13454         from dabbrev-ignored-regexps.
13456         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13457         to extensions handled by gzip.
13459 2000-04-03  Richard M. Stallman  <rms@gnu.org>
13461         * files.el (insert-directory): List the total free space
13462         along with the used space.
13464         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13465         line is followed by one that matches CITATION-REGEXP, end the
13466         paragraph.
13468 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
13470         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13471         (rmail-make-basic-summary-line): Use that option.
13473 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
13475         * international/mule-cmds.el (encoded-string-description):
13476         Rewritten.   Try pretty description for ISO 2022 escape sequences
13477         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
13478         for hexadecimal format.
13480 2000-04-01  Dave Love  <fx@gnu.org>
13482         * cpp.el: Change customization group to `c' from `C'.
13484         * vcursor.el (vcursor-move): Use display-color-p.
13486         * international/mule-util.el: Provide mule-utils.
13487         (string-to-sequence): Simplify and speed up.
13489         * international/mule.el (make-coding-system): Purecopy doc-string.
13491         * international/mule-cmds.el: Various menu changes.
13492         (describe-specified-language-support): Handle `Default'.
13493         (set-language-info): Purecopy `info'.
13495 2000-03-31  Andrew Innes  <andrewi@gnu.org>
13497         * vc.el (vc-backend-diff): Return the correct status if we had to
13498         retry the rcsdiff command without the --brief option.
13500 2000-03-31  Dave Love  <fx@gnu.org>
13502         * help.el (help-manyarg-func-alist): Correct several omissions.
13504         * add-log.el: Don't require cl, fortran.
13505         (add-log-current-defun-function): Doc fix.
13506         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
13507         fix.
13508         (change-log-version-rcs): Function deleted.
13509         (change-log-version-number-search): Doc fix.  Use
13510         vc-workfile-version.  Avoid CL dolist.
13511         (add-change-log-entry): Just call add-log-current-defun to get
13512         defun.  Simplify somewhat.
13513         (change-log-get-method-definition-1): Likewise.
13514         (add-log-current-defun): Return nil if calling
13515         add-log-current-defun-function does so.  Move Fortran stuff to
13516         fortran.el.  Return string without properties.
13518         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13519         and :alpha: char classes.
13521         * mail/supercite.el: Defvar curline when compiling.
13522         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13523         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13524         rather than a-zA-Z0-9 to allow non-ASCII characters.
13526 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
13528         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13530         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13531         Re-enable new code.
13533         * lpr.el (print-region-1): Use -d to specify printer name for
13534         systems `usg-unix-v*, `dgux', `hpux', `irix'.
13536 2000-03-31  Dave Love  <fx@gnu.org>
13538         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13539         for function definition in symbol's function value slot first
13540         instead of first consulting byte-compile-function-environment.
13542 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
13544         * language/european.el ("Polish"): New language environment.
13545         (setup-polish-environment): New function.
13547 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
13549         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13550         Disable new code.
13552         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13553         trying to `load' the symbol of an autoload instead of the file
13554         recorded in the autoload.  Fix error messages.
13556 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13558         * ps-print.el: PostScript programming fix for ghostview, doc fix.
13559         (ps-print-version): New version number (5.1.3).
13560         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13561         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13562         (ps-generate-postscript-with-faces): Code fix.
13563         (ps-color-values): XEmacs compatibility.
13564         (ps-print-background-image, ps-print-background-text, ps-printer-name)
13565         (ps-default-fg, ps-default-bg): Adjust customization.
13566         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13567         (ps-color-scale): Renaming old ps-color-value fun.
13568         (ps-print-headers): Replace ps-print-header group to avoid conflict
13569         with ps-print-header variable.
13570         (ps-print-miscellany): New group.
13571         (ps-format-color, ps-rgb-color): New funs.
13572         (ps-default-foreground): New var.
13573         (ps-printer-name-option): New const.
13575 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
13577         * net/net-utils.el:
13578         (network-connection-host, network-connection-service): New variables
13579         (network-connection-mode): New mode, derived from comint-mode
13580         (network-connection-mode-setup): New function, saves host and
13581         service information in local variables.
13583         * lisp/locate.el:
13584         (locate-word-at-point): Added this function
13585         (locate): Default to using locate-word-at-point as input
13586         Run dired-mode-hook
13588 2000-03-29  Dave Love  <fx@gnu.org>
13590         * calendar/appt.el: Doc fixes.
13591         (appt-check): Convert min-to-app to a string before passing to
13592         appt-disp-window-function or concat.
13593         (appt-delete-window): Remove test for frame-root-window.
13594         (appt-select-lowest-window, appt-convert-time): Simplify.
13596         * emacs-lisp/bytecomp.el: Doc fixes.
13597         (byte-compile-file-form-autoload): Update
13598         byte-compile-function-environment.
13600 2000-03-29  Andreas Schwab  <schwab@suse.de>
13602         * emacs-lisp/autoload.el: Also print defsubst doc string
13603         specially.
13605         * dired.el (dired-insert-directory): If dired-free-space-program
13606         failed just delete its output.
13608 2000-03-29  Dave Love  <fx@gnu.org>
13610         * international/iso-cvt.el: Move provide to end.  Doc fixes.
13611         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13612         (iso-iso2sgml, iso-sgml2iso): New functions.
13613         (iso-cvt-define-menu): Fix some entries and use backquote for
13614         clarity.
13616         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13618 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
13620         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13621         ISO-DATE.  If non-nil, return date in ISO 8601 format.
13623 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
13625         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13626         if it ever becomes used.
13627         (log-edit-mode-hook): Default to vc-log-mode-hook.
13628         (log-edit-mode): Fix the docstring.
13630         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13631         the code.
13633 2000-03-26  Dave Love  <fx@gnu.org>
13635         * net/browse-url.el (browse-url): Re-fix case of
13636         browse-url-browser-function being an alist.
13637         (browse-url): Add :link to defgroup.
13639         * files.el: Doc fixes.
13640         (file-truename): Include `[' in wildcard characters.
13641         (automount-dir-prefix): Customize.
13642         (find-file-wildcards): Add :version.
13643         (find-file-noselect): Simplify a mapcar call.
13645         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13646         compatible with inf-lisp version.
13647         (eval-defun-1): Fix custom-declare-variable case.
13649 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
13651         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13653 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
13655         * Makefile (COMPILE_FIRST): New macro.
13656         (compile-files): Compile files from COMPILE_FIRST first.
13658         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13659         code.
13661         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13662         matching open parenthesis in column 0 to defun-prompt-regexp
13663         only if open-paren-in-column-0-is-defun-start is set.
13665         * sun-curs.el: Require CL at compile-time only.
13667         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13668         instead of copy-list which is a function from CL.
13669         (msb--choose-menu, msb--mode-menu-cond)
13670         (msb--create-buffer-menu-2): Use dolist instead of mapc.
13671         (msb--init-file-alist): Use mapcar instead of mapcan.
13672         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
13673         `(' in column 0 in doc string.
13674         (msb--add-separators): Use mapcar instead of mapcan.
13676         * cus-dep.el: Require CL at compile-time only.
13678 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
13680         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13681         (byte-compile-warnings): New warning `noruntime'.
13682         (byte-compile-constants, byte-compile-variables): Fix docstring.
13683         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13684         execute `eval-whenc-compile's body.
13685         (byte-compile-unresolved-functions): Fix docstring.
13686         (byte-compile-eval): New function.
13687         (byte-compile-callargs-warn): Check if the function will be available
13688         at runtime (via property `byte-compile-noruntime').
13689         (byte-compile-print-syms): New function.
13690         (byte-compile-warn-about-unresolved-functions): Also warn about
13691         `noruntime' functions (and use `byte-compile-print-syms').
13692         (byte-compile-file): Capitalize the message.
13694 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
13696         * mail/rmail.el (rmail-confirm-expunge): New user-option.
13697         (rmail-expunge): Ask for confirmation depending on the setting
13698         of rmail-confirm-expunge.
13700 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
13702         * Makefile (bootstrap-clean): If $(emacs) exists, build
13703         loaddefs.el first.  A loaddefs.el that's not up-to-date might
13704         cause a bootstrap failure because things don't autoload as
13705         expected.
13707 2000-03-23  Dave Love  <fx@gnu.org>
13709         * net/browse-url.el: Restore previous use of
13710         browse-url-maybe-new-window.
13712 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13714         * ps-print.el: Skip banner page fix.
13715         (ps-print-version): New version number (5.1.2).
13716         (ps-begin-file, ps-end-file, ps-generate): Code fix.
13718 2000-03-23  Dave Pearson  <davep@davep.org>
13720         * net/quickurl.el Changed the type of parameter passed to the
13721         function defined by `quickurl-format-function'. Before only the
13722         text of the URL was passed. Now the whole URL structure is passed
13723         and the function is responsible for extracting the parts it
13724         requires.  Changed the default of `quickurl-format-function'
13725         accordingly.
13726         (quickurl-insert): Changed the `funcall' of
13727         `quickurl-format-function' to match the above change.
13728         (quickurl-list-insert): Changed the `url' case so that it makes
13729         use of `quickurl-format-function', previous to this the format was
13730         hard wired.
13732 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
13734         * startup.el: Change some spellings for the X Window System.
13736 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
13738         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13739         up the code and the regexp and make sure the cursor is temporarily
13740         moved to the suspicious line while querying the user.
13742 2000-03-22  Jason Rumney  <jasonr@gnu.org>
13744         * w32-fns.el (w32-charset-info-alist): Initialize.
13746 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13748         * ps-print.el: N-up last page fix.
13749         (ps-print-version): New version number (5.1.1).
13750         (ps-end-file, ps-end-job, ps-generate): Code fix.
13752 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13754         * files.el (find-file-run-dired): Update docstring.
13755         (find-directory-functions): New hook.
13756         (find-file-noselect): Run find-directory-functions rather than
13757         calling dired directly.
13759         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13761         * pcvs.el: Add a minimal leading commentary.
13762         (cvs-make-cvs-buffer): Change the header part by removing the startup
13763         message and adding a `Module' entry.  Also replace the FOOTER and
13764         HEADER special fileinfos with the new support in ewoc for updating
13765         its own footer and header.
13766         (cvs-update-header): Update to use the header/footer of the ewoc.
13767         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13768         (cvs-is-within-p): New function.
13769         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13770         to only examine some subset of the buffers.
13772         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13773         `format' instead of our own ad-hoc functions.
13774         Remove HEADER and FOOTER cases, now handled in the EWOC.
13775         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13777         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13778         output to avoid scaring the user.
13779         (cvs-parse-table): Catch message for non-up-to-date commits.
13781         * pcvs-defs.el (cvs-startup-message): Remove.
13782         (cvs-global-menu): New autoloaded menu.
13784         * pcvs-util.el (cvs-string-fill): Remove.
13786         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13787         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13788         PP part of it and also make it work for footers and headers.
13789         (ewoc-create): Drop POS and BUFFER arguments.
13790         Use the DLL's dummy node to store the end-of-footer position.
13791         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13792         (ewoc-refresh): Remove unused `header' variable.
13793         (ewoc-(get|set)-hf): New functions.
13795         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13796         log-view-*-(message|file) and use easy-mmode-define-navigation.
13797         (log-view-message-re): Match SCCS format as well.
13798         And match the revision line rather than the dashed separator line.
13799         (log-view-mode): Use the new define-derived-mode.
13800         (log-view-current-tag): Fill in with an actual implementation.
13802         * cvs-status.el (cvs-status-(prev|next)): Rename from
13803         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13804         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13805         to let the output "breathe" a little more (more readable).
13806         (cvs-status-mode): Use the new define-derived-mode.
13808         * smerge-mode.el (smerge-auto-leave): New function and variable.
13809         (smerge-basic-map): Rename from smerge-basic-keymap.
13810         Change the bindings for smerge-diff-*.
13811         (smerge-*-map): Use easy-mmode-defmap.
13812         (smerge-(next|prev)): Use easy-mmode-define-navigation.
13813         (smerge-keep-*): Use smerge-auto-leave.
13815 2000-03-21  Jason Rumney  <jasonr@gnu.org>
13817         * cus-edit.el (custom-button-face): Use 3D look for w32.
13818         (custom-button-pressed-face): Likewise.
13820 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
13822         * progmodes/etags.el (tags-case-fold-search): New user-option.
13823         (tags-loop-eval): New function.  Bind case-fold-search around eval
13824         depending on the value of tags-case-fold-search.
13825         (tags-loop-continue): Use tags-loop-eval.
13826         (find-tag-in-order): Bind case-fold-search depending on the value
13827         of tags-case-fold-search.
13829 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13831         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13832         (diff-end-of-hunk): Return the end position for use in
13833         `easy-mmode-define-navigation'.
13834         (diff-recenter): Remove.
13835         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13836         of `easy-mmode-define-navigation'.
13837         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13838         previous renaming) and fix to use new names.
13839         (diff-merge-strings): Use \n as separator: simpler, faster.
13840         (diff-mode): Use `define-derived-mode'.
13842         * derived.el (define-derived-mode): Don't autoload anymore.
13843         Prefer the macro-only version provided by easy-mmode.el.
13845         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13846         `easy-mmode-define-derived-mode'.
13847         Use `combine-run-hooks'.
13848         (easy-mmode-define-navigation): New macro.
13850         * subr.el (combine-run-hooks): New function.
13852 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
13854         * term/x-win.el: Fontsets related initialization is simplified.
13856         * international/mule-diag.el (describe-font): Don't refer to
13857         global-fontset-alist, instead call font-list.
13858         (describe-fontset, list-fontsets, mule-diag): Likewise.
13859         (print-fontset): Adjusted for the change of fontset
13860         implementation.
13862         * international/fontset.el (x-charset-registries): Variable
13863         removed, instead the corresponding data is stored in the default
13864         fontset.
13865         (register-alternate-fontnames): Function removed.
13866         (resolved-ascii-font): Variable removed.
13867         (x-compose-font-name): Ignore the second argument REDOCE.
13868         (x-complement-fontset-spec): Complement only an ASCII font and
13869         element for those charsets than can use that ASCII font.
13870         (generate-fontset-menu): Don't refer to global-fontset-alist,
13871         instead call fontset-list.
13872         (uninstantiated-fontset-alist): Variable removed.
13873         (x-style-funcs-alist): Likewise.
13874         (fontset-default-styles): Likewise.
13875         (x-modify-font-name): Function removed.
13876         (create-fontset-from-fontset-spec): Ignore the argument
13877         STYLE-VARIANT.
13878         (create-fontset-from-ascii-font): Docsting adjusted for the above
13879         change.
13880         (instantiate-fontset, resolve-fontset-name): Functions removed.
13881         (fontset-list): Now implemented by C code.
13883         * faces.el (read-face-font): Fix TABLE arg to completing-read.
13884         (describe-face): Include `font' attribute in the description.
13886 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
13888         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13890 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
13892         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13893         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13894         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13896         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13897         about behavior of set-buffer-modified-p wrt redisplay.
13899 2000-03-19  Richard M. Stallman  <rms@gnu.org>
13901         * view.el (view-mode-disable): Kill local binding of view-read-only.
13903 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
13905         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13906         is a string, convert it to a syntax cell using string-to-syntax.
13908         * simple.el (syntax-code-table, syntax-flag-table): New variables.
13909         (string-to-syntax): New function.
13911         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13912         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13913         try to use passive ftp mode.
13915 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
13917         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13919         * simple.el (append-to-buffer): Update point of windows after
13920         insertion.
13922         * abbrev.el (inverse-add-abbrev): Identify word by first moving
13923         forward then moving backward.  Reindent.
13925         * frame.el (other-frame): Call x-focus-frame only if
13926         focus-follows-mouse is off.
13928 2000-03-17  Dave Love  <fx@gnu.org>
13930         * pcvs-util.el (cvs-strings->string): Rename
13931         replace-regexps-in-string.
13933 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
13935         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13936         regexp for labels cannot span several lines.
13938         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13939         `(setq :<key> ':<key>)' to the macro expansion.
13941 2000-03-16  Dave Love  <fx@gnu.org>
13943         * progmodes/f90.el (f90): Put custom group under `languages', not
13944         `fortran'.
13945         (f90-mode-hook): Customize.
13946         (f90-mode): Set add-log-current-defun-function.
13947         (f90-current-defun): New function.
13949 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
13951         * cus-edit.el (custom-variable-tag-face): Handle case that
13952         default face's height is not a number.
13953         (custom-face-tag-face, custom-group-tag-face-1)
13954         (custom-group-tag-face): Ditto.
13955         (custom-group-tag-face-1): Add :group.
13957         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13959 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
13961         * pcvs-defs.el (toplevel): Remove autoload cookie for form
13962         requiring easymenu.
13964 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13966         * ps-print.el: PostScript user-defined prologue, PostScript error
13967         handler, doc fix.
13968         (ps-print-version): New version number (5.1).
13969         (ps-user-defined-prologue, ps-error-handler-message)
13970         (ps-print-prologue-0, ps-error-handler-alist): New vars.
13971         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13972         (ps-insert-string): New function.
13974 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
13976         * international/ccl.el (ccl-compile-expression): Don't generate
13977         invalid self-assignment code.
13979 2000-03-14  Dave Love  <fx@gnu.org>
13981         * subr.el (replace-regexp-in-string): Renamed from
13982         replace-regexps-in-string.  Doc fix.
13984 2000-03-12  Dave Love  <fx@gnu.org>
13986         * cus-edit.el: Doc fixes.
13987         (customize-set-variable, customize-save-variable): Rename args for
13988         doc.
13989         (custom-variable-tag-face, custom-face-tag-face)
13990         (custom-group-tag-face-1, custom-group-tag-face): Modify from
13991         style which user identify as hyperlink.
13992         (hook): Don't add undefined functions to the hook.
13993         (debug-ignored-errors): Transfer message from bindings.el.
13995 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13997         * recentf.el (recentf-keep-non-readable-files-p): Remove
13998         double/nested definition.
14000 2000-03-12  Dave Love  <fx@gnu.org>
14002         * facemenu.el (facemenu-get-face): Use display-color-p.
14003         * enriched.el (enriched-decode-foreground): Likewise.
14004         (enriched-decode-background): Likewise.
14005         * isearch.el (isearch-highlight): Likewise.
14006         * info-look.el (info-lookup): Likewise.
14007         * simple.el (completion-setup-function): Likewise.
14009         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14010         :options.
14012         * bindings.el (mode-line-format): Fix line-number and
14013         column-number items.  Add help-echo for the background.
14014         (mode-line-mule-info): Modify help-echo.
14016         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14018         * files.el (load-file): Allow completion to .elc.
14020         * man.el: Doc fixes.
14021         (Man-init-defvars): Use display-color-p to set fontification.
14023         * play/hanoi.el (hanoi-internal): Don't use oddp.
14025 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
14027         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14029         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14031 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14033         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14034         Fix comment.
14036 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
14038         * font-lock.el (font-lock-keywords): Fix the doc now that
14039         regexp-opt-depth is unnecessary.
14040         (save-buffer-state): Set an edebug spec.
14041         (font-lock-fontify-anchored-keywords): Properly handle the case when
14042         the matcher goes past the limit.
14044         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14045         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14047         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
14048         dll.el and cookie.el (from Elib) with heavy renaming and other
14049         massaging.
14051         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14052         Autoload the functions used.
14053         (easy-mmode-define-syntax): Fix CL typo.
14054         (easy-mmode-define-derived-mode): Improve the docstring generation.
14056 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
14058         * textmodes/texinfo.el (texinfo-version): Variable and function
14059         removed.
14061 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
14063         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14064         allow more flexibility.
14065         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14066         fns.
14067         (easy-mmode-defmap, easy-mmode-defsyntax)
14068         (easy-mmode-define-derived-mode): New macros.
14070 2000-03-09  Didier Verna  <didier@xemacs.org>
14072         * rect.el (replace-rectangle): New function.
14074 2000-03-09  Dave Love  <fx@gnu.org>
14076         * progmodes/fortran.el (fortran-comment-line-start): Define as
14077         "C".
14078         (fortran-comment-line-start-skip): Don't match cpp stuff.
14079         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
14080         (fortran-mode-map): Remove over-eager custom-menu-create for now.
14081         (fortran-mode): Don't set fortran-comment-line-start-skip,
14082         fortran-comment-line-start here.  Set comment-start,
14083         add-log-current-defun.
14084         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14085         (fortran-current-defun): New function.
14087 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
14089         * emacs-lisp/re-builder.el: New file.
14091         * mouse.el (mouse-drag-region): Don't run up-event handler
14092         if hscroll has changed.
14094         * octave-mod.el (octave-font-lock-keywords): To font-lock the
14095         builtin operators, use `font-lock-builtin-face' for Emacs and
14096         `font-lock-preprocessor-face' otherwise.
14098         * font-lock.el (lisp-font-lock-keywords-1): Highlight
14099         `(defun (setf foo)' differently.
14101 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
14103         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14104         (regexp-opt): Update comment and adapt the code the new meaning of
14105         the `paren' argument of regex-opt-group for shy-groups.
14106         (regexp-opt-depth): Handle shy groups as well as backslashed
14107         backslashes.
14108         (regexp-opt-group): Turn the leading comment into a docstring.
14109         Allow `paren' to be a string (the string to use to open a group).
14110         Remove open-presuf and close-presuf.  Instead of checking for `all
14111         one-char' and then later on check for `several one-char', handle
14112         both cases close together.  Also apply a more generic algorithm
14113         for suffixes (the mirror image of the algorithm used for
14114         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
14115         (regexp-opt-try-suffix): Removed.
14117         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14118         from comint-mode-map, so we can just inherit from it.  Also, move
14119         the initialization into the `defvar' since there's no docstring
14120         anyway and it's fairly short.
14121         (inferior-scheme-mode): Define it as derived-mode: the code is
14122         shorter and this way we inherit from comint-mode-map rather than
14123         copying it.
14125         * subr.el (replace-regexps-in-string): Properly handle the case
14126         where we match an empty string.
14128         * comint.el (comint-exec-1): Add the current-dir to the exec-path
14129         when the command has a directory component (such as "./testml").
14130         Also fix a typo in the comment.
14132 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
14134         * Makefile (compile-files): Compile files one by one because
14135         that's the only way to ensure a clean compilation environment for
14136         each individual file.
14138         * frame.el (other-frame): Call x-focus-frame.
14140 2000-03-07  Dave Love  <fx@gnu.org>
14142         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14143         :require to defcustom.
14145         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14146         lists.
14148         * files.el (auto-mode-alist): Add configure.in.
14150         * progmodes/autoconf.el: New file.
14152 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
14154         * mail/mh-e.el: Change maintainer to `none'.
14156         * recentf.el (recentf-keep-non-readable-files-p): Quote args
14157         to remove-hook and add-hook.
14159 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
14161         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14162         it as the default.
14163         (mail-send): Test mail-send-nonascii also for the new `mime' value.
14164         (sendmail-send-it): Conditionally add MIME headers specifying the
14165         used character set.
14167 2000-03-07  Dave Love  <fx@gnu.org>
14169         * winner.el: Fix keywords, autoload cookies.  Split
14170         eval-when-compile form to avoid compilation failure.
14172 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
14174         * international/mule.el: Modify comment about coding system
14175         property `coding-category'.
14176         (make-coding-system): New argument EOL-TYPE.  Pay attention to
14177         coding-category property of PROPERTIES.
14179         * international/mule-conf.el (coding-category-utf-8,
14180         coding-category-utf-16-be, coding-category-utf-16-le): New coding
14181         categories.  Include them in the argument for set-coding-priority.
14183         * international/mule-cmds.el (reset-language-environment): Include
14184         coding-category-utf-8, coding-category-utf-16-be, and
14185         coding-category-utf-16-le in the argument for set-coding-priority.
14186         (reset-language-environment): Initialize coding-category-utf-8,
14187         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14189 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
14191         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14192         code abstracted out of `bookmark-jump-noselect'.  Now tries info
14193         extensions as well as compression extensions.
14194         (bookmark-jump-noselect): Use above new func.
14196 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
14198         * strokes.el: Change maintainer's mail address.
14200 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
14202         * international/mule-diag.el (list-character-sets): Make help-echo
14203         string by substitute-command-keys.
14204         (list-character-sets): Likewise.
14205         (sort-listed-character-sets): Call help-setup-xref.
14207 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
14209         * time.el (display-time-mail-file): Add `none' to the list of
14210         choices.
14212 2000-03-01  Dave Love  <fx@gnu.org>
14214         * help.el (help-xref-go-back): Don't try to set position.
14216         * international/mule-diag.el (list-character-sets): Call
14217         help-setup-xref.  Add help-echo to xrefs.
14218         (list-character-sets-1): Add help-echo to xrefs.
14220 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
14222         * frame.el (blink-cursor-mode): Switch cursor on when turning
14223         the mode off.
14225         * add-log.el (add-log-current-defun): Add support for
14226         Autoconf mode.
14228         * mail/rmail.el (rmail-quit-hook): New variable.
14230 2000-03-01  Dave Love  <fx@gnu.org>
14232         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14234         * help.el (help-xref-button): Add help-echo arg.
14235         (describe-function-1, describe-variable, help-make-xrefs): Use it.
14237         * faces.el (list-faces-display): Supply help-echo with
14238         help-make-xrefs.
14240         * facemenu.el (list-text-properties-at): Set help-xref-stack to
14241         nil.
14243 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
14245         * image.el (defimage): Look for image files in load-path.
14247         * frame.el (busy-cursor-delay-seconds): Change type to
14248         `number'.
14250 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
14252         * recentf.el (recentf): Added version tag to the defgroup of
14253         recentf.
14255 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
14257         * recentf.el (recentf-cleanup): Changed to remove excluded file
14258         too.
14259         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14260         action to select/unselect a file.
14261         (recentf-edit-list): Code cleanup and improvement.
14262         (recentf-open-more-files-action): `recentf-open-more-files' button
14263         widget action to open a file.
14264         (recentf-open-more-files): No more use standard completion but
14265         widgets.
14266         (recentf-more-collection): Deleted.
14267         (recentf-more-history): Deleted.
14268         (recentf-setup-more-completion): Deleted.
14270 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
14272         * recentf.el (recentf-mode): No more needs that Emacs is running
14273         under a window-system.
14275 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
14277         * recentf.el (recentf-edit-list): New command to edit the recent
14278         list which allow the user to remove files.
14279         (recentf-edit-selected-items): New global variable, used by
14280         `recentf-edit-list' to hold the list of files to be removed from
14281         the recent list.
14282         (recentf-make-menu-items): Updated to display a "Edit list..."
14283         menu item.  Minor code cleanup.
14285 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
14287         * recentf.el (recentf-open-more-files): New command to open files
14288         that are not displayed in the menu.
14289         (recentf-more-collection): New global variable holding the set of
14290         permissible completions used by `recentf-open-more-files'.
14291         (recentf-more-history): New global variable holding the history list
14292         used by `recentf-open-more-files' completion.
14293         (recentf-setup-more-completion): New function to setup completion for
14294         `recentf-open-more-files'.
14295         (recentf-make-menu-items): Updated to display a "More..." menu item.
14297 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
14299         * recentf.el (recentf-menu-action): Doc fixed.
14301 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
14303         * recentf.el (recentf-menu-filter): Doc updated.
14304         (recentf-update-menu-hook): Allow menu filters to force menu update.
14305         (recentf-make-menu-items): New menu filter handling.
14306         (recentf-make-menu-item): New helper function.
14307         (recentf-menu-elements): New menu handling function.
14308         (recentf-sort-ascending): Updated to new menu filter handling.
14309         (recentf-sort-descending): Updated to new menu filter handling.
14310         (recentf-sort-basenames-ascending): New menu filter function.
14311         (recentf-sort-basenames-descending): New menu filter function.
14312         (recentf-show-basenames): New menu filter function.
14313         (recentf-show-basenames-ascending): New menu filter function.
14314         (recentf-show-basenames-descending): New menu filter function.
14316 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14318         * diary-lib.el (list-diary-entries): Don't try to go forward at
14319         the end of the buffer.
14321 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
14323         * international/mule-diag.el (list-character-sets): Completely
14324         rewritten.
14325         (sort-listed-character-sets): New function.
14326         (list-character-sets-1): Completely rewritten.
14327         (list-character-sets-2): New function.
14328         (non-iso-charset-alist): New variable.
14329         (decode-codepage-char): New function.
14330         (charset-history): New variable.
14331         (read-charset) (list-block-of-chars)
14332         (list-iso-charset-chars)
14333         (list-non-iso-charset-chars)
14334         (list-charset-chars): New functions.
14335         (mule-diag): Call list-character-sets-2, not
14336         list-character-sets-2.
14337         (dump-charsets): Likewise.
14339 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
14341         * dired-x.el (dired-filename-at-point): Add `@' to valid
14342         file name characters.
14343         (dired-filename-at-point): Handle ange-ftp file names.
14345         * frame.el (frame-notice-user-settings): Use assq-delete-all
14346         instead of assoc-delete-all.
14347         (frame-notice-user-settings): Ditto.
14349         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14350         Don't copy alist.
14352 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
14354         * calculator.el (calculator-use-menu): New option.
14355         (calculator-initial-bindings): Changed some bindings to work as
14356         macros.
14357         (calculator-forced-input): Removed.
14358         (calculator-restart-other-mode): New variable.
14359         (calculator-mode-map): Set up menu.
14361 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
14363         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14364         tags.
14366 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
14368         * viper-cmd.el (viper-envelop-ESC-key): added the option to
14369         translate all ESC key sequences.
14370         (viper-goto-mark-subr): restore markers for files for which
14371         they were saved.
14372         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14373         * viper-util.el (viper-set-replace-overlay-glyphs,
14374         viper-set-replace-overlay): always check if the replacement
14375         overlay is live.
14376         * viper.el (viper-vi-state-mode-list): added major modes.
14377         * ediff-wind.el: minor comment changes.
14378         * ediff.el: copyright notice date fix.
14380 2000-02-27  Jason Rumney  <jasonr@gnu.org>
14382         * faces.el (face-font-family-alternatives): Add arial to helv.
14383         (mode-line, header-line, tool-bar): Same default as x for w32.
14384         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14385         face-font-family-alternatives from working.
14386         * term/w32-win.el (mouse-set-font): Do not build fontset from
14387         chosen font.
14389 2000-02-25  Sam Steingold  <sds@goems.com>
14391         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14392         properly.
14394 2000-02-25  Richard M. Stallman  <rms@gnu.org>
14396         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14398 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
14400         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14401         writable.
14403         * frame.el (busy-cursor-delay-seconds): New option.
14405 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
14407         * frame.el (show-cursor-in-non-selected-windows): New option.
14409 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14411         * diary-lib.el (include-other-diary-files): Undo the selective
14412         display in any included file and don't kill it.
14414 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
14416         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14417         bar.  Menu items converted to (menu-item format, help strings
14418         added.
14419         [downcase, upcase]: Don't enable on MS-DOS.
14420         [symlink, symlinks]: Don't show if make-symbolic-link is not
14421         bound.
14422         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14424 2000-02-23  Dave Love  <fx@gnu.org>
14426         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14427         (backward-kill-word): Revert addition of * to interactive spec --
14428         it's a feature.
14430         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14431         (backward-kill-sentence, kill-sentence): Likewise.
14433         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14434         scratch buffer name.
14435         (gud-format-command): Use int-to-string in ?l case.  Simplify
14436         slightly.
14438         * term/w32-win.el (internal-face-interactive): Update prompt for
14439         new read-face-name.
14441         * mail/footnote.el (footnote): Add :version to defgroup.
14442         (footnote-section-tag-regexp): Customize.
14443         (footnote-start-tag, footnote-end-tag): New option.
14444         (footnote-latin-regexp): New variable.
14445         (Footnote-latin): New function.
14446         (footnote-style-alist): Add element for latin style.
14447         (footnote-style): Moved.
14448         (Footnote-goto-footnote): Use eq to test arg.
14450         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14452         * emacs-lisp/byte-opt.el: Change old backquote syntax.
14453         (byte-compile-trueconstp): Include keywords.
14454         (byte-optimize-quote, byte-optimize-lapcode): Use
14455         byte-compile-const-symbol-p.
14456         (byte-optimize-char-before): New optimization.
14458         * emacs-lisp/bytecomp.el: Change old backquote syntax.
14459         (byte-compile-const-symbol-p): New function.
14460         (byte-compile-constp, byte-compile-out-toplevel)
14461         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14462         Use it.
14464         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
14466 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
14468         * international/encoded-kb.el: Be sure to update minor-mode-alist
14469         and minor-mode-map-alist.
14470         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14471         codes SS2 and SS3 correctly.
14472         (encoded-kbd-self-insert-ccl): New function.
14473         (encoded-kbd-setup-keymap): New function.
14474         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
14475         by calling encoded-kbd-setup-keymap.
14477         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14478         characters.
14479         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14480         locally.
14482 2000-02-22  Dave Love  <fx@gnu.org>
14484         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14485         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14486         defvar.
14487         (lisp-mode-syntax-table): Set up for #|...|# comments.
14488         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
14489         classes.  Match `defface'.
14490         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14491         (eval-defun-1): Fix for defcustom.
14492         (lisp-indent-region): Doc fix.
14494         * subr.el (when, unless, split-string): Doc fix.
14495         (read-passwd): Move call of clear-this-command-keys to the right
14496         place.
14497         (replace-regexps-in-string): New function.
14499 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
14501         * help.el (describe-variable): Set syntax table to
14502         emacs-lisp-mode-syntax-table when moving forward over the
14503         symbol's name.
14505 2000-02-22  Dave Love  <fx@gnu.org>
14507         * xt-mouse.el: Doc fixes.
14508         (xterm-mouse-position-function): New function, replacing advice of
14509         mouse-position.
14510         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
14512         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14514 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
14516         * format.el (format-annotate-single-property-change): Handle
14517         properties.with dotted-list values.
14518         (format-proper-list-p): New function.
14520         * enriched.el (enriched-face-ans): Handle '(foreground-color
14521         . COLOR) and (background-color . COLOR).
14523 2000-02-20  Dave Love  <fx@gnu.org>
14525         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14526         and assignments to it.
14527         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14528         current local map.
14529         (make-flyspell-overlay): Use it.
14530         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14532         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14533         (lm-get-header-re): Defun, not defsubst.
14534         (lm-get-package-name): Defun, not defsubst.  Simplify.
14535         (lm-version): Doc fix.  Simplify.
14536         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14537         (lm-crack-address, lm-last-modified-date, lm-commentary)
14538         (lm-verify, lm-synopsis): Simplify.
14539         (lm-report-bug): Require emacsbug.  Use compose-mail.
14541 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
14543         * dired.el (dired-mode): Call propertized-buffer-identification
14544         to set mode-line-buffer-identification to something having
14545         the right text properties.
14547         * bindings.el (propertized-buffer-identification): New function.
14549 2000-02-20  Dave Love  <fx@gnu.org>
14551         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14552         check for t-mouse too.
14554         * cus-start.el: Make echo-keystrokes `number'.
14556 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
14558         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14559         Don't call ring-empty-p unless tags-location-ring is bound.
14560         From Noah Friedman <friedman@splode.com>.
14562 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
14564         * progmodes/hideshow.el (hs-flag-region): No longer use
14565         `intangible' overlay property.
14567         (hs-toggle-hiding): New command.
14568         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14570         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14571         Fix omission bug: Run `hs-minor-mode-hook' for both activation
14572         and deactivation.
14574 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
14576         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14578 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
14580         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14582         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14583         of `*' to handle `(* ... *)' comments.
14585 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
14587         * faces.el (list-faces-display): Use display-mouse-p instead of
14588         window-system.
14590         * menu-bar.el (global-map): Menu-bar items converted to the new
14591         format (menu-item..., rearranged for better CUA compliance, and
14592         their names changed for better clarity.  Help strings added.
14594         * international/mule-cmds.el (mule-menu-keymap)
14595         (describe-language-environment-map, set-coding-system-map)
14596         (setup-language-environment-map): Convert to new (menu-item...
14597         form, add help strings.  Change names of menu items for better
14598         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
14599         submenu).
14601 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
14603         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14604         within the code.
14606 2000-02-16  Dave Love  <fx@gnu.org>
14608         * faces.el: Don't require custom.  Add more specific :groups to
14609         various deffaces.
14610         (set-face-attribute): Purecopy args.
14611         (read-face-name): Default to name at point and use it in prompt.
14612         Remove colon from arg in all callers.
14613         (list-faces-display): Hyperlink to face descriptions and customize
14614         buffers.
14616 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
14618         * wid-edit.el (widget-match-inline): An atom never matches a
14619         list.
14621 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14623         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14624         at ':' characters by call to split-string.
14626 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14628         * textmodes/bibtex.el: Added RCS version identification.
14630 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14632         * textmodes/bibtex.el: Some temporary comments removed.
14633         (bibtex-field-name, bibtex-entry-type): Made the relationship
14634         explicit.
14635         (bibtex-field-const): Allow capital letters.
14636         (bibtex-start-of-string): Deleted because unused.
14638         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
14639         use the term 'reference' to describe a bibtex entry as a whole.
14640         Further, reference keys are no longer called 'labels'.
14641         (bibtex-keys): Renamed to bibtex-reference-keys.
14642         (bibtex-reformat-previous-labels): Renamed to
14643         bibtex-reformat-previous-reference-keys.
14644         (bibtex-reference-type): Renamed to bibtex-entry-type.
14645         (bibtex-reference-head): Renamed to bibtex-entry-head.
14646         (bibtex-reference-maybe-empty-head): Renamed to
14647         bibtex-entry-maybe-empty-head.
14648         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14649         (bibtex-search-reference): Renamed to bibtex-search-entry.
14650         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14651         bibtex-enclosing-entry-maybe-empty-head.
14652         (bibtex-entry-field-alist, bibtex-entry-head,
14653         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14654         bibtex-map-entries, bibtex-search-entry,
14655         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14656         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14657         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14658         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14659         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14660         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14661         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14663 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14665         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14666         comment.
14667         (bibtex-format-field-delimiters): New function, functionality
14668         extracted from bibtex-format-entry.
14669         (bibtex-autokey-get-yearfield-digits): New function, functionality
14670         extracted from bibtex-autokey-get-yearfield.
14672         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14673         entries in order to avoid stack overflow in the regexp matcher if
14674         field contents become large.
14675         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14676         bibtex-field-string-part-not-braced,
14677         bibtex-field-string-part-no-inner-braces,
14678         bibtex-field-string-part-1-inner-brace,
14679         bibtex-field-string-part-2-inner-braces,
14680         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14681         bibtex-field-string-quoted, bibtex-field-string,
14682         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14683         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14684         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14685         as parsing is now performed by the following functions.
14686         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14687         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14688         bibtex-parse-field-string, bibtex-search-forward-field-string,
14689         bibtex-parse-association, bibtex-field-name-for-parsing,
14690         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14691         bibtex-search-forward-field, bibtex-search-backward-field,
14692         bibtex-start-of-field, bibtex-end-of-field,
14693         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14694         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14695         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14696         bibtex-parse-string, bibtex-search-forward-string,
14697         bibtex-search-backward-string, bibtex-start-of-string,
14698         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14699         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14700         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14701         entries.  Instead of reporting the results of the parsing by
14702         match-beginning or match-end, these functions return data structures
14703         that hold the corresponding positions.
14704         (bibtex-enclosing-field): Changed to also report field boundaries by
14705         return values rather than by match-beginning or match-end.  The
14706         following functions have been adapted to use the new parsing
14707         functions.
14708         (bibtex-skip-to-valid-entry, bibtex-search-reference,
14709         bibtex-enclosing-field, bibtex-format-entry,
14710         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14711         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14712         bibtex-print-help-message, bibtex-end-of-entry,
14713         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14714         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14715         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14716         method for parsing.
14717         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14718         bibtex-map-entries, bibtex-flash-head,
14719         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14720         bibtex-autokey-change, bibtex-autokey-get-namefield,
14721         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14722         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14723         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14724         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14725         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14726         order to make the new binding of case-fold-search immediately
14727         visible.
14729 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14731         * textmodes/bibtex.el: Copyright notice is up to date.
14732         Added constant 'bibtex-maintainer-salutation.
14734         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14735         than make-temp-name, use match-string-no-properties and eliminate
14736         a quadratic behavior when building bibtex-strings.
14738         * bibtex.el (bibtex-reference-key): Accept string entries whose
14739         reference key contains upper case letters.
14741 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14743         * bibtex.el (bibtex-reference-head): Allow entries to start with
14744         a new line.
14746 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14748         * bibtex.el: Hiding of entry bodies is not longer provided by
14749         bibtex.el directly.  Instead the hideshow package can be used.
14750         Added a special bibtex entry to hs-special-modes-alist.
14751         (bibtex-hs-forward-sexp): Added for hideshow.el.
14753 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14755         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14756         at ':' characters by call to split-string.
14758 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14760         * textmodes/bibtex.el: Added RCS version identification.
14762 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14764         * textmodes/bibtex.el: Some temporary comments removed.
14765         (bibtex-field-name, bibtex-entry-type): Made the relationship
14766         explicit.
14767         (bibtex-field-const): Allow capital letters.
14768         (bibtex-start-of-string): Deleted because unused.
14770         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
14771         use the term 'reference' to describe a bibtex entry as a whole.
14772         Further, reference keys are no longer called 'labels'.
14773         (bibtex-keys): Renamed to bibtex-reference-keys.
14774         (bibtex-reformat-previous-labels): Renamed to
14775         bibtex-reformat-previous-reference-keys.
14776         (bibtex-reference-type): Renamed to bibtex-entry-type.
14777         (bibtex-reference-head): Renamed to bibtex-entry-head.
14778         (bibtex-reference-maybe-empty-head): Renamed to
14779         bibtex-entry-maybe-empty-head.
14780         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14781         (bibtex-search-reference): Renamed to bibtex-search-entry.
14782         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14783         bibtex-enclosing-entry-maybe-empty-head.
14784         (bibtex-entry-field-alist, bibtex-entry-head,
14785         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14786         bibtex-map-entries, bibtex-search-entry,
14787         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14788         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14789         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14790         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14791         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14792         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14793         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14795 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14797         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14798         comment.
14799         (bibtex-format-field-delimiters): New function, functionality
14800         extracted from bibtex-format-entry.
14801         (bibtex-autokey-get-yearfield-digits): New function, functionality
14802         extracted from bibtex-autokey-get-yearfield.
14804         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14805         entries in order to avoid stack overflow in the regexp matcher if
14806         field contents become large.
14807         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14808         bibtex-field-string-part-not-braced,
14809         bibtex-field-string-part-no-inner-braces,
14810         bibtex-field-string-part-1-inner-brace,
14811         bibtex-field-string-part-2-inner-braces,
14812         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14813         bibtex-field-string-quoted, bibtex-field-string,
14814         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14815         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14816         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14817         as parsing is now performed by the following functions.
14818         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14819         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14820         bibtex-parse-field-string, bibtex-search-forward-field-string,
14821         bibtex-parse-association, bibtex-field-name-for-parsing,
14822         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14823         bibtex-search-forward-field, bibtex-search-backward-field,
14824         bibtex-start-of-field, bibtex-end-of-field,
14825         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14826         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14827         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14828         bibtex-parse-string, bibtex-search-forward-string,
14829         bibtex-search-backward-string, bibtex-start-of-string,
14830         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14831         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14832         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14833         entries.  Instead of reporting the results of the parsing by
14834         match-beginning or match-end, these functions return data structures
14835         that hold the corresponding positions.
14836         (bibtex-enclosing-field): Changed to also report field boundaries by
14837         return values rather than by match-beginning or match-end.  The
14838         following functions have been adapted to use the new parsing
14839         functions.
14840         (bibtex-skip-to-valid-entry, bibtex-search-reference,
14841         bibtex-enclosing-field, bibtex-format-entry,
14842         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14843         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14844         bibtex-print-help-message, bibtex-end-of-entry,
14845         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14846         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14847         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14848         method for parsing.
14849         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14850         bibtex-map-entries, bibtex-flash-head,
14851         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14852         bibtex-autokey-change, bibtex-autokey-get-namefield,
14853         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14854         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14855         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14856         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14857         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14858         order to make the new binding of case-fold-search immediately
14859         visible.
14861 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14863         * textmodes/bibtex.el: Copyright notice is up to date.
14864         Added constant 'bibtex-maintainer-salutation.
14866         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14867         than make-temp-name, use match-string-no-properties and eliminate
14868         a quadratic behavior when building bibtex-strings.
14870         * bibtex.el (bibtex-reference-key): Accept string entries whose
14871         reference key contains upper case letters.
14873 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14875         * bibtex.el (bibtex-reference-head): Allow entries to start with
14876         a new line.
14878 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14880         * bibtex.el: Hiding of entry bodies is not longer provided by
14881         bibtex.el directly.  Instead the hideshow package can be used.
14882         Added a special bibtex entry to hs-special-modes-alist.
14883         (bibtex-hs-forward-sexp): Added for hideshow.el.
14885 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14887         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14888         proceedings entry type (for cross referencing). Thanks to Wagner
14889         Toledo Correa for the suggestion.
14891         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14893 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
14895         * international/characters.el: Setup case table for Vietnamese.
14897 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
14899         * uniquify.el (toplevel): Require CL at compile time.
14900         (uniquify-push): Removed.
14902         * shadowfile.el (shadow-when): Removed.
14904         * tempo.el (tempo-dolist, tempo-mapc): Removed.
14905         (tempo-process-and-insert-string): Use dolist instead of
14906         tempo-dolist.
14908         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14909         regexp for paragraph-start.
14911         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14912         commas as well.
14914 2000-02-10  Dave Love  <fx@gnu.org>
14916         * wid-edit.el: (widgets) [defgroup]: Remove url link.
14917         (widget-color-choice-list, widget-color-history, widget-mouse-help):
14918         Deleted.
14919         (widget-specify-field, widget-specify-button): Don't use
14920         widget-mouse-help as help-echo property.
14921         (default): Use #'ignore for :validate and :mouse-down-action.
14922         (checkbox): Add help-echo.
14923         (widget-sexp-validate): Rewritten to clarify error messages.
14924         (character): Use char-valid-p in :match function.
14925         (widget-color-complete): Use facemenu-color-alist.
14926         (widget-color-action): Use facemenu-read-color.
14928         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
14929         set up `caar' &c that we now have.
14931 2000-02-09  Ray Blaak  <blaak@gnu.org>
14933         * delphi.el: Make resourcestring a declaration region, like const
14934         and var.
14936 2000-02-09  Dave Love  <fx@gnu.org>
14938         * bindings.el (mode-line-input-method-map): New variable.
14939         (mode-line-mule-info): Use it; fix last change.
14940         (mode-line-mode-menu): Move definition.
14941         (mode-line-mouse-sensitive-p): Deleted.
14942         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14943         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
14944         level.
14946         * startup.el (command-line-1): Don't call
14947         make-mode-line-mouse-sensitive.
14949 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
14951         * mail/rmail.el (rmail-retry-failure): Use
14952         rmail-beginning-of-message before rmail-toggle-header, because the
14953         former toggles headers.
14955 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
14957         * diff-mode.el (diff-kill-junk): New interactive function.
14958         (diff-reverse-direction): Use delete-and-extract-region.
14959         (diff-post-command-hook): Restrict the area so that the hook also works
14960         outside of any diff hunk.  This is necessary for the minor-mode.
14961         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14962         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14964         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14965         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14966         so that it can be used more easily in <foo>-mode-hook.  Also make sure
14967         to avoid duplicate entries.
14968         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14969         (font-lock-remove-keywords): Just as was done for `add', allow it to
14970         work even if font-lock-mode is nil.  Also make sure we don't modify
14971         any pre-existing list by forcing a copy-sequence.  Finally rename
14972         `major-mode' to `mode'.
14973         (font-lock-fontify-syntactic-anchored-keywords)
14974         (font-lock-fontify-anchored-keywords)
14975         (font-lock-fontify-keywords-region): Use line-end-position.
14976         Don't make `font-lock-multiline' local (it's now done in
14977         font-lock-set-defaults).
14978         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
14979         move the `font-lock-fontified' creation to inside the `unless'.
14981 2000-02-06  Andrew Innes  <andrewi@gnu.org>
14983         * term/w32-win.el (x-handle-args): Comment out call to message,
14984         which occurs before window system is initialized.
14986         * makefile.nt: Add support for recompiling lisp code.
14988 2000-02-04  Dave Love  <fx@gnu.org>
14990         * bindings.el (mode-line-mule-info): Fix/extend last change.
14992         * completion.el: Replace completion-dolist with dolist.
14994         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14995         dotimes.
14997 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14999         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15000         environment names before they go into the section regexp.
15002         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15003         char class in regexp.
15005         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15006         `case-fold-search' to nil.
15008         * progmodes/idlwave.el (idlwave-template): Respect
15009         `idlwave-abbrev-change-case'.
15010         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15011         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15012         idlwave-while): respect `idlwave-reserved-word-upcase'.
15013         (idlwave-rw-case): New function.
15014         (idlwave-statement-match): Fixed problem with assignment regexp.
15015         (idlwave-font-lock-keywords): Improved regexp for keyword
15016         parameters.
15017         (idlwave-surround): New argument LENGTH to support padding of
15018         operators longer than 1 char.
15020         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15021         idlwave-shell-expression-overlay.  Implemented printing of
15022         expressions on higher levels of the calling stack.
15023         (idlwave-shell-display-level-in-calling-stack): Restore stack
15024         level.
15025         (idlwave-retrieve-expression-from-level): New function.
15026         (idlwave-shell-last-calling-stack): Variable removed.
15027         (idlwave-shell-reset): Argument action reversed (`visible' to
15028         `hidden').  Also remove stop-line overlay.
15029         (idlwave-shell-calling-stack-routine): New variable.
15030         (idlwave-shell-parse-stack-and-display): Messages now display
15031         negative level numbers.
15032         (idlwave-shell-mode): Set `modeline-format'.
15033         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15034         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15035         21.
15036         (idlwave-shell-print-expression-function): New option.
15038         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15039         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15040         `tool-bar' instead of `toolbar'.
15042 2000-02-02  Dave Love  <fx@gnu.org>
15044         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15045         emacs-lisp-mode-hook.  Don't check for defalias being defined.
15047         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15048         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
15049         the new builtins directly.
15051         * whitespace.el (whitespace): Add :version to defgroup.
15053         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15054         Doc fix.
15056         * thingatpt.el (sexp-at-point, symbol-at-point)
15057         (number-at-point, list-at-point): Add autoload cookie.
15059         * recentf.el (recentf): Add :version to defgroup.
15061         * quickurl.el (quickurl): Add :version to defgroup.
15063         * elide-head.el (elide-head): Use point-marker more.
15065         * bs.el (bs): Add :version to defgroup.
15067         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15069         * progmodes/delphi.el (delphi): Add :version to defgroup.
15071 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
15073         * ange-ftp.el (ange-ftp-write-region): Handle case that
15074         succeeding process operation sets a different coding system.
15076         * calculator.el: New file.
15078 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
15080         * frame.el (frames-on-display-list, framep-on-display): New
15081         functions.
15082         (display-mouse-p, display-popup-menus-p, display-graphic-p)
15083         (display-selections-p, display-screens, display-pixel-width)
15084         (display-pixel-height, display-mm-width, display-mm-height)
15085         (display-backing-store, display-save-under, display-planes)
15086         (display-color-cells, display-visual-class): New functions.
15088         * term/tty-colors.el (tty-color-gray-shades): New function.
15090         * faces.el (display-color-p): Use framep-on-display.
15091         (display-grayscale-p): New function.
15093 2000-01-31  Dave Love  <fx@gnu.org>
15095         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15096         (create-fontset-from-x-resource): Don't concat integers.
15098 2000-01-31  Inge Frick  <inge@nada.kth.se>
15100         * view.el: Some changes in documentation.  Removed some trailing
15101         whitespace. Changed some parameter names to agree with
15102         documentation.
15103         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15104         window is not deleted.  Modifies change 1998-04-26.
15106 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
15108         * windmove.el: New file.
15110         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15111         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15112         progmodes/ebnf-yac.el: Update copyright and license info.
15114         * jit-lock.el (jit-lock-function): Widen before calculating end
15115         position.
15116         (jit-lock-stealth-chunk-start): Rewritten.
15118         * info.el (Info-title-face-alist): Removed.
15119         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15120         faces.
15121         (Info-fontify-node): Use these faces.
15123 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
15125         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15126         (cl-macro-list1): Recognize `&allow-other-keys' instead of
15127         `&allow-other-keywords'.
15129         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15130         the list of directories scanned heuristically.
15132         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15133         exist.
15135 2000-01-30  Jason Rumney  <jasonr@gnu.org>
15137         * w32-fns.el: Define w32-tty-standard-colors.
15139         * startup.el (command-line): Use w32-tty-standard-colors when in
15140         w32 console mode.
15142 2000-01-30  Dave Love  <fx@gnu.org>
15144         * jka-compr.el (jka-compr-load): Fix up load-history.
15146         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15148         * emacs-lisp/cl-macs.el: Revert previous change.
15150 2000-01-29  Dave Love  <fx@gnu.org>
15152         * facemenu.el: Purecopy various strings.
15154         * timezone.el (timezone-fix-time): Window against 69 for two-digit
15155         years.  Deal with three-digit years.
15157         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15158         defconst, purecopy.
15159         (help-back-label): Purecopy it.
15161 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
15163         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15164         variable. If non-nil, order the buffer list according to the
15165         currently selected frame.
15166         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15167         non-nil, pass the selected frame to function buffer-list.
15169 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15171         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15173 2000-01-28  Dave Love  <fx@gnu.org>
15175         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15177         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15178         Don't use lisp-indent-hook property.
15179         (cl-abs): Remove.
15181         * subr.el: Move out indent and edebug specs for when and unless.
15183         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15184         when, unless.
15186         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15187         unless, when.
15189 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
15191         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15192         `collecting' as synonym for `collect'.
15194         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15195         for the case it contains spaces.
15197         * simple.el (what-cursor-position): Change formatting of
15198         messages.
15200         * frame.el (delete-other-frames): New function.
15201         (toplevel): Bind it to C-x 5 1.
15203         * sort.el (sort-numeric-base): New option.
15204         (sort-numeric-fields): If number starts with `0' or `0[xX[',
15205         interpret it as octal or hexadecimal.  Use sort-numeric-base
15206         as default base.
15208         * progmodes/glasses.el: New file.
15210 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
15212         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15213         userids differently.
15215         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15216         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15217         progmodes/ebnf-yac.el: New files.
15219 2000-01-26  Dave Love  <fx@gnu.org>
15221         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15222         on a function with an empty body.  [From Eric Ludlam.]
15224 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
15226         * vc.el (vc-version-diff): Make sure file name is expanded.
15228 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
15230         * scroll-bar.el (scroll-bar-timer): Variable removed.
15231         (scroll-bar-toolkit-scroll): Don't use a timer.
15233 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
15235         * language/thai-util.el (thai-composition-function): Delete
15236         superfluous `a'.
15238 2000-01-24  Dave Love  <fx@gnu.org>
15240         * fortran.el (fortran-mode): Use beginning-of-defun-function,
15241         end-of-defun-function.
15243         * font-lock.el (turn-on-font-lock): Don't depend on window-system
15244         &c.
15246 2000-01-22  Jason Rumney  <jasonr@gnu.org>
15248         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15249         conflicts with new face support.
15251 2000-01-22  Richard M. Stallman  <rms@gnu.org>
15253         * replace.el (query-replace): Rename last arg to DELIMITED.
15254         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15255         (query-replace-regexp): Likewise.
15257 2000-01-20  Richard M. Stallman  <rms@gnu.org>
15259         * subr.el (with-syntax-table): Use make-symbol, not gensym.
15261         * emacs-lisp/lisp.el (beginning-of-defun-function):
15262         Variable renamed from beginning-of-defun.
15263         Do not call make-variable-buffer-local.
15264         (beginning-of-defun-raw): Use new variable name; doc fix.
15265         (beginning-of-defun): Doc fix.
15266         (end-of-defun-function): Variable renamed from end-of-defun.
15267         Do not call make-variable-buffer-local.
15268         (end-of-defun): Use new variable name; doc fix.
15270         * subr.el (dolist, dotimes): Copied from cl-macs.el
15271         and made to work.
15273         * mail/undigest.el (rmail-digest-end-regexps):
15274         Variable replaces rmail-digest-end-regexp.
15275         Allows multiple regexps for detecting the end line.
15276         (undigestify-rmail-message): Corresponding changes.
15278 2000-01-19  Dave Love  <fx@gnu.org>
15280         * files.el (user-init-file): Don't declare here -- is primitive.
15282         * startup.el (command-line): Check for compiled user-init-file and
15283         set to uncompiled version if necessary.
15285 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
15287         * mail/undigest.el (rmail-digest-end-regexp): New user option.
15288         (undigestify-rmail-message): Use it.
15290         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15292 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
15294         * tmm.el (tmm-goto-completions): Adapt to prompt being part
15295         of mini-buffer.
15297 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
15299         * emacs-lisp/copyright.el (copyright-update): Removed the
15300         requirement for a trailing space from `copyright-regexp', to
15301         support copyrights with owner specified on a separate line..
15303         * align.el: New file.
15305         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15307         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15309 2000-01-13  Dave Love  <fx@gnu.org>
15311         * ph.el: Removed.  (Obsoleted by EUDC.)
15313 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
15315         * net/eudc.el (toplevel): Remove autoloaded code installing
15316         menu with easymenu, because that causes build problems.
15318         * frame.el (frame-notice-user-settings): New variable.
15319         (frame-notice-user-settings): Don't modify frame parameters
15320         if called a second time.
15322 2000-01-13  Richard M. Stallman  <rms@gnu.org>
15324         * frame.el (frame-notice-user-settings):
15325         Notice default-frame-parameters even for non-window frames.
15327 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
15329         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15330         for Emacs.
15331         (eudc-bob-can-display-inline-images): Extend for Emacs.
15332         (eudc-bob-toggle-inline-display): Ditto.
15333         (eudc-bob-display-jpeg): Ditto.
15335 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
15337         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15338         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15339         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15341         * add-log.el (add-change-log-entry): Fix error trying an `(insert
15342         nil)'.
15344         * subdirs.el: Add `net' directory.
15346         * net: New directory.
15348         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15349         eval-last-sexp.  Don't bind debug-on-error here.
15350         (eval-last-sexp): New function.  Bind debug-on-error if
15351         eval-expression-debug-on-error is non-nil.
15352         (eval-defun-2, eval-defun): Likewise.
15354         * simple.el (eval-expression): Don't bind debug-on-error if
15355         eval-expression-debug-on-error is nil.  Detect changed
15356         debug-on-error, and propagate new value to global binding, if
15357         eval-expression-debug-on-error is non-nil,
15358         (eval-expression-debug-on-error): Change doc string.
15360 2000-01-11  Richard M. Stallman  <rms@gnu.org>
15362         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15364         * emacs-lisp/lisp-mode.el (with-syntax-table):
15365         Set up lisp-indent-function property.
15367         * subr.el (with-syntax-table): Moved from simple.el.
15369         * simple.el (with-syntax-table): Moved to subr.el.
15371 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
15373         * tmm.el (tmm-shortcut): Delete region after prompt instead
15374         of erasing buffer.
15376         * textmodes/fill.el (fill-common-string-prefix): New function.
15377         (fill-context-prefix): Use the longest common prefix of first
15378         and second line fill prefix, if there is one.
15380 2000-01-11  Richard M. Stallman  <rms@gnu.org>
15382         * array.el (array-mode): Don't use make-variable-buffer-local.
15383         Use make-local-variable for `truncate-lines'.
15385 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
15387         * add-log.el (add-log-current-defun): Handle user-defined
15388         add-log-current-function returning nil,
15390         * add-log.el (add-change-log-entry): Insert version number
15391         if having found a current function
15393         * add-log.el (add-log-current-defun): Call
15394         `add-log-current-defun-function'.  Try matches at level 0 and
15395         level 1.  Strip whitespace from defun found.
15397 2000-01-10  John Wiegley  <johnw@gnu.org>
15399         * allout.el (isearch-done/outline-provisions): Added `edit'
15400         argument to correspond with the current definition of
15401         `isearch-done'.
15403 2000-01-10  Dave Love  <fx@gnu.org>
15405         * elide-head.el (elide-head): Use point-marker, not point.
15407 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
15409         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15410         before and after the year 2000.
15412         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15413         Add ispell- prefix.
15415 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
15417         * ispell.el:  Only define dictionaries in menus when they exist.
15418         (version18p): New variable.
15419         (version20p): New variable.
15420         (xemacsp): New variable.
15421         (ispell-choices-win-default-height): Fix for XEmacs visibility.
15422         (ispell-dictionary-alist1): Added Brasileiro dictionary.
15423         (ispell-dictionary-alist6): Russian command lines no longer accept
15424         run-together words.
15425         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15426         (ispell-dictionary-alist): Add koi8-r to customize definition.
15427         (check-ispell-version): Added documentation string.  Returns
15428         library path when called non-interactively.
15429         (ispell-menu-map-needed): Uses new variables.
15430         (ispell-library-path): New variable.
15431         (ispell-decode-string): XEmacs fix for bogus variable bindings.
15432         (ispell-word): Improved documentation string.  Test for valid
15433         character mappings.  Correctly check typed in word changes that can
15434         result in single words split into multiple words.  Returns
15435         replacement word.
15436         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
15437         replace in recursive query replace mode.  Help message for
15438         recursive edit mode.
15439         (ispell-show-choices): Protect against bad framepop bindings.
15440         (ispell-help): Fix to work with XEmacs.
15441         (ispell-highlight-spelling-error): Use new variables.
15442         (ispell-overlay-window): Fix to work with XEmacs.
15443         (ispell-parse-output): Passed and returns location information
15444         tracking spelling corrections.  Doesn't recheck same word on
15445         current line.
15446         (ispell-init-process): Protect against bogus XEmacs variable binding.
15447         Fix call to single argument in sleep-for.  Use new variables.
15448         (ispell-region): Passed and returns location information tracking
15449         spelling corrections.  Doesn't check same word on current line.
15450         Improved documentation string.  Doesn't resend a line already
15451         checked to the ispell process - fixes bug in LaTeX parsing.
15452         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15453         (ispell-skip-region): No longer skips <TT> in SGML.
15454         (ispell-process-line): Tracks location information with spelling
15455         corrections.  Added documentation string.  Accounts for words
15456         already accepted on this line.  Don't allow query-replace on line
15457         starting with math characters.  Doesn't resend a line already sent
15458         to ispell process.  Fixes alignment error bug.
15460 2000-01-10  Richard M. Stallman  <rms@gnu.org>
15462         * dired-x.el (dired-guess-shell-alist-default):
15463         Suggest xloadimage, which is free, not xv, which isn't.
15465         * ange-ftp.el (ange-ftp-file-name-nondirectory):
15466         Don't ever include the host name or user name in the value.
15468 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
15470         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15471         of a real newline.
15473 2000-01-09  Stephen Eglen  <stephen@gnu.org>
15475         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15476         for .png files.
15478 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
15480         * cus-edit.el (custom-hook-convert-widget): Fix comment.
15482 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
15484         * progmodes/cperl-mode.el: Replace ^F with ^L.
15486         * sendmail.el (toplevel): Provide `sendmail' when compiling
15487         before `require'ing rmail and mailalias to prevent infinite
15488         recursion.
15490 2000-01-08  Dave Love  <fx@gnu.org>
15492         * emacs-lisp/backquote.el: Remove inappropriate customization
15493         (allowing custom.el to use backquote).
15495 2000-01-07  Dave Love  <fx@gnu.org>
15497         * add-log.el (add-log-debugging): Deleted.
15498         (add-change-log-entry): Treat a backup FILE-NAME as its parent
15499         file.  Remove debugging code.
15500         (change-log-get-method-definition, change-log-name): Add doc.
15501         (change-log-sortable-date-at): New function.
15502         (change-log-merge): New command.
15504         * time.el (display-time-string-forms): Make the Mail string active.
15505         (display-time-update): Provide help-echo for load average.
15507         * bindings.el (make-mode-line-mouse2-map): New function.
15508         (mode-line-modified): Use it and simplify.
15509         (mode-line-mule-info): Provide help-echo info.
15510         (minor-mode-alist): Activate the strings.
15511         (make-mode-line-mouse-sensitive): Simplify for
15512         mode-line-buffer-identification.
15514 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
15516         * play/pong.el: New file.
15518 2000-01-06  Dave Love  <fx@gnu.org>
15520         * array.el: Assorted cleanups for compiler warnings, doc strings,
15521         `array-' prefix for symbols.
15523 2000-01-05  Dave Love  <fx@gnu.org>
15525         * textmodes/outline.el (outline-mode-menu-bar-map): Add
15526         outline-headers-as-kill.
15527         (outline-mode): Define imenu-generic-expression.
15528         (outline-headers-as-kill): New command.
15530         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15531         from paragraph-start.
15532         (paragraph-indent-minor-mode): New command.
15534         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15535         M-C-e, M-C-h, C-j, C-xnd, TAB.
15536         (fortran-mode): Set beginning-of-defun, end-of-defun.
15537         (fortran-column-ruler): Simplify.
15538         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15539         (fortran-with-subprogram-narrowing): Likewise.
15540         (fortran-indent-subprogram): Call mark-defun.
15541         (fortran-check-for-matching-do): Change narrowing.
15543         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15544         (cl-lucid-hash-tag): Delete.
15545         (cl-hash-table-p): Correct test for native table.
15546         (cl-hash-table-count): Use hash-table-count.
15548         * browse-url.el (browse-url): Fix case of
15549         browse-url-browser-function being an alist.
15551 2000-01-05  Carsten Dominik  <cd@gnu.org>
15553         * textmodes/reftex-vars.el (reftex-parse-file-extension)
15554         (reftex-index-phrase-file-extension): New options.
15556         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15557         Use new option `reftex-index-phrase-file-extension'.
15559         * textmodes/reftex.el (reftex-access-parse-file): Use new option
15560         `reftex-parse-file-extension'.
15562 2000-01-05  Dave Love  <fx@gnu.org>
15564         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15565         (beginning-of-defun-raw): Use it.
15566         (end-of-defun): New variable.
15567         (end-of-defun): Use it.
15568         (check-parens): New command.
15570 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
15572         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15573         (hs-show-block): Don't use `mapcar' when not accumulating.
15575         Fix buglet in local variables initialization.
15577 2000-01-05  Andreas Schwab  <schwab@suse.de>
15579         * hscroll.el (hscroll): Doc fix.
15581 2000-01-05  Carsten Dominik  <cd@gnu.org>
15583         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15584         idlw-toolbar.
15586         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15587         file idlw-rinfo.el.
15588         (idlwave-customize): load must read file idlw-shell.el.
15589         (idlwave-create-customize-menu): load must read file idlw-shell.el.
15591 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
15593         * progmodes/idlw-shell.el: Also provide idlwave-shell
15594         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15595         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15597         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15598         both reftex-dcr and reftex-vcr.
15600         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15602 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15604         * ps-print.el: PostScript code now is in separate files, doc fix.
15605         (ps-print-version): New version number (5.0.3).
15606         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15607         local.
15608         (ps-spool-config): Initialization fix.
15609         (ps-print-prologue-1, ps-print-prologue-2)
15610         (ps-print-duplex-feature): PostScript code moved to separated file.
15611         (ps-background-image): Little code reformating.
15612         (ps-begin-file, ps-begin-job): Fix code.
15613         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15614         (ps-prologue-file): New fun.
15616 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15618         * ps-vars.el: Eliminated.
15620         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15621         `;;;###autoload'.
15623         * ps-print.el: ps-vars eliminated, doc fix.
15624         (ps-print-version): New version number (5.0.2).
15625         (ps-spool-config): Initialization fix.
15626         (ps-print-customize): New fun.
15628 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
15630         * autorevert.el (auto-revert-mode): Return value of
15631         auto-revert-mode.
15633 2000-01-04  Dave Love  <fx@gnu.org>
15635         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15636         menu items.
15638 2000-01-03  Dave Love  <fx@gnu.org>
15640         * elide-head.el (elide-head) [defgroup]: Add :version.
15642         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15643         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15644         `cl-hash-table-p', not `hash-table-p'.
15645         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15647 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15649         * faces.el (face-read-integer, read-face-attribute)
15650         (color-defined-p, color-values): unspecified-{f,b}g are now
15651         strings.
15653 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
15655         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15656         at comment end, and re-insert them after filling.
15658 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15660         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15661         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15662         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15664 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15666         * term/x-win.el (xw-defined-colors): Call color-supported-p,
15667         the new name of face-color-supported-p.
15669         * term/w32-win.el (xw-defined-colors): Likewise.
15671 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15673         * simple.el (completion-setup-function): Count completion-size
15674         from minibuffer-prompt-end, not from point-min.
15676 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
15678         * faces.el (read-face-attribute, defined-colors, color-defined-p):
15679         Pass the frame to tty-color-* functions.
15680         (display-color-p, frame-set-background-mode): Pass the frame to
15681         tty-display-color-p.
15683         * term/tty-colors.el (tty-defined-color-alist): Renamed from
15684         tty-color-alist.
15685         (tty-color-alist, tty-modify-color-alist): New functions.
15686         (tty-color-define,  tty-color-clear, tty-color-approximate)
15687         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15688         an optional parameter FRAME.
15690 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
15692         * image.el (create-image, defimage): Don't assume image data is a
15693         string.
15695         * image.el (defimage): Handle specifications containing :data
15696         instead of :file.
15697         (image-type-from-data): New function.
15698         (image-type-from-file-header): Use it.
15699         (create-image): Add parameter DATA-P.
15701 See ChangeLog.8 for earlier changes.
15703 ;; Local Variables:
15704 ;; coding: iso-2022-7bit
15705 ;; End: