(texinfo-block-default): New var.
[emacs.git] / lisp / ChangeLog
blob6fb830ecbb557c484f366d6416de6a5b59ab67fd
1 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
3         * textmodes/texinfo.el (texinfo-block-default): New var.
4         (texinfo-insert-block): Use it.  Insert a newline if needed.
6         * textmodes/fill.el (fill-indent-according-to-mode): New var.
7         (fill-region-as-paragraph): Use it.
9         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10         (latex-mode): Tweak tex-*-(head|trail)er regexps.
11         Tweak paragraph regexps to allow a leading [ \t]*.
12         (tex-latex-block): Insert a newline if necessary.
13         (latex-insert-item): Only insert a newline if necessary.
14         (tex-guess-main-file): New function.
15         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
16         Set tex-main-file if TeX-master is provided.
17         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
19 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
21         * startup.el (command-line): Set the default tooltip-mode
22         to t for graphical displays which implement x-show-tip.
24         * tooltip.el (tooltip-mode): Add a comment about startup.el
25         setting the default value of this user-option.
27 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
29         * font-lock.el (font-lock-*-face) <defvar>: Move.
30         (font-lock-defaults-alist): Mark obsolete.
31         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
32         (font-lock-mode): Use define-minor-mode.
33         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
34         (font-lock-turn-off-thing-lock): Be more explicit.
35         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
36         (font-lock-syntactic-face-function): New var.
37         (font-lock-fontify-syntactically-region): Use it.
38         (font-lock-doc-face): New.
40         * pcvs.el (cvs-enabledp): Ignore errors.
41         (cvs-commit-filelist): Never query.
42         (cvs-mode-insert): Always add a terminating / in the initial prompt.
43         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
44         (cvs-do-removal): Use cvs-partition rather than delete-if.
45         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
46         cvs-bury-buffer.
48         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
49         Allow `next' to jump to after the end of the last match.
51 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
53         * simple.el (byte-compiling-files-p): New function.
55         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
56         if it is there.
58         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
59         nil again.
61         * textmodes/ispell.el (ispell-library-path): Don't call
62         check-ispell-version when byte-compiling because that starts
63         an ispell process, and ispell might not be installed.
64         (toplevel): Don't set up a menu when byte-compiling.
66         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
67         it, so that a boundp test can be used to determine if we're
68         currently byte-compiling.
70 2000-11-09  Dave Love  <fx@gnu.org>
72         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
73         eval-after-load.
75 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
77         * ps-print.el: Patch for variable initialization when spooling.  Doc
78         fix.
79         (ps-output-list): Fun eliminated.
80         (ps-begin-file, ps-begin-job): Code fix.
82 2000-11-08  Dave Love  <fx@gnu.org>
84         * ediff-wind.el (ediff-control-frame-parameters): Zero
85         tool-bar-lines.
87 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
89         * simple.el (shell-command, display-message-or-buffer)
90         (shell-command-on-region): Mention resize-mini-windows in the doc
91         string.
92         (display-message-or-buffer): Take the value of resize-mini-windows
93         into account.
95 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
97         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
99         * dired.el (dired-between-files): Add `^. find' as an alternative
100         to the regular expression, for find-dired.
102 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
104         * textmodes/texnfo-upd.el: Require texinfo.
105         (defmacro, defgroup): Remove.
106         (texinfo-section-to-generic-alist): Remove.
107         Use texinfo-section-list instead (i.e. level is changed string->int).
108         (texinfo-filter): New function.
109         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
110         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
111         Use it.  And use regexp-opt.
112         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
113         (texinfo-update-menu-region-beginning)
114         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
115         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
116         (texinfo-update-menu-same-level-regexps): Update.
117         (texinfo-update-node, texinfo-every-node-update) 
118         (texinfo-sequential-node-update): Remove autoload cookie.
120         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
121         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
122         (texinfo-chapter-level-regexp): Remove.
123         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
125 2000-11-06  Dave Love  <fx@gnu.org>
127         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
129         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
130         Match defun*.
132 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
134         * composite.el (composition-function-table): Variable declaration
135         moved to src/composite.c.
136         (compose-chars-after): New optional arg object.
138 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
140         * bindings.el (mode-line-toggle-read-only)
141         (mode-line-toggle-modified, mode-line-widen)
142         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
143         (make-mode-line-mouse2-map): Rewritten.
144         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
145         functions so that C-h k can show something with a doc string.
146         
147         * startup.el (fancy-splash-delay): Set to 10 seconds.
148         (fancy-splash-max-time): New user-option.
149         (fancy-splash-stop-time): New variable.
150         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
151         (fancy-splash-screens-1): Throw `stop-splashing' when current
152         time is greater than fancy-splash-stop-time.
154 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
156         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
158         * pcvs.el (cvs-mode-marked): New arg `noquery'.
159         Prompt user for a file rather than raising an error.
160         (cvs-enabledp): Fix call to cvs-mode-marked.
161         (cvs-insert-file): New function (extracted from cvs-mode-insert).
162         (cvs-mode-insert): Use it.  Change the init prompt' value.
163         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
165         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
166         Don't pass default arg to ewoc-locate.
167         (ewoc-collect): Return result in the right order.
169         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
171         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
172         (cvs-status-get-tags): Fix regexp.
173         (cvs-status-trees, cvs-status-cvstrees):
174         Combine after change hooks and don't sit-for.
175         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
176         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
177         Use make-char rather than hard-coded cryptic data.
178         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
180         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
182         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
183         (cvs-insert-strings): New function.
185 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
187         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
188         `mwheel-scroll-amount'.
189         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
190         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
191         string-matching against the version string.
193 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
195         * language/thai.el ("Thai"): Set a lisp form that produces
196         composed string in `sample-text' language info.
198         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
199         composed string in `sample-text' language info.
201         * international/mule-cmds.el (describe-language-environment): Eval
202         `sample-text' data and insert the result.
204         * international/mule-conf.el (compound-text): Define this coding
205         system here.  Make x-ctext and ctext aliases of it.
207         * language/european.el (compound-text, ctext): Moved to
208         international/mule-conf.el.
210 2000-11-05  Andrew Innes  <andrewi@gnu.org>
212         * w32-fns.el (w32-version): New function.
214 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
216         * progmodes/awk-mode.el: Update copyright.
217         (awk-mode-abbrev-table): Remove.
218         (awk-font-lock-keywords): Use regexp-opt.
219         (awk-mode): Use define-derived-mode.
221         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
222         when extracting a suffix.
224 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
226         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
227         auto-save-mode.
229 2000-11-04  Jason Rumney  <jasonr@gnu.org>
231         * language/european.el (decode-mac-roman): Test against r1 not r0.
233 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
235         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
236         (icon-mode): Define indent-line-function.
237         (icon-comment-indent): Simplify.
238         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
240         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
242         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
243         Bind change-log-default-mode to defeat the caching done on it.
244         Don't bother saving excursion any more.
246         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
248         * frame.el (after-setting-font-hook): Rename hooks -> hook.
249         (set-frame-font): Use the new name (and the old for compatibility).
251         * toolbar/tool-bar.el (tool-bar-mode): 
252         * time.el (display-time-mode): 
253         * recentf.el (recentf-mode): 
254         * paren.el (show-paren-mode): 
255         * mwheel.el (mouse-wheel-mode): 
256         * msb.el (msb-mode): 
257         * jka-compr.el (auto-compression-mode): 
258         * image-file.el (auto-image-file-mode): 
259         * hl-line.el (hl-line-mode): 
260         * delsel.el (delete-selection-mode): 
261         * autoinsert.el (auto-insert-mode): 
262         * complete.el (partial-completion-mode): Drop unneeded positional args.
264         * info.el (Info-mode): 
265         * comint.el (comint-mode): Don't both with make-local-hook.
267         * log-edit.el (log-edit-menu): New menu.
269 2000-11-03  Miles Bader  <miles@gnu.org>
271         * wid-edit.el (widget-end-of-line): Reinstate, with a new
272         definition, so that trailing spaces are handled properly.
273         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
275 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
277         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
278         tab character.
279         (fancy-splash-screens): Set tab-width to 20.
281 2000-11-03  Dave Love  <fx@gnu.org>
283         * comint.el (comint-completion-addsuffix): Fix custom type.
285 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
287         * font-lock.el (font-lock-buffers): Remove.
288         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
289         (font-lock-change-major-mode): Remove.
290         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
291         (font-lock-default-fontify-region): Extend the multiline
292         fontification to whole lines.
293         (font-lock-fontify-anchored-keywords)
294         (font-lock-fontify-keywords-region): If matching just one
295         line (with \n) only mark the \n as multiline.
297         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
298         Correctly handle the case where several :group args are supplied.
299         Allow :extra-args.
300         (easy-mmode-define-global-mode): Allow :extra-args.
301         Correctly handle the case where several :group args are supplied.
303 2000-11-02  Miles Bader  <miles@gnu.org>
305         * calendar/calendar.el (diary-face, calendar-today-face) 
306         (holiday-face): Remove dependency on `window-system'.
308 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
310         * Makefile.in (emacs): Set EMACSLOADPATH always.
311         (update-authors, .el.elc, compile-files): Don't do it explicitly
312         here.
313         (compile-files): Bomb out if compilation of a file fails.
315 2000-11-02  Dave Love  <fx@gnu.org>
317         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
319 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
321         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
322         punctuation in the warning inserted into the *mail* buffer.
324 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
326         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
327         (authors-public-domain-p): New function.
328         (authors-print): Use it.
330         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
332         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
334 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
336         * ps-print.el: Extension for even/odd printing.  Doc fix.
337         (ps-print-version): New version number (6.3.1).
338         (ps-even-or-odd-pages): Customization fix.
339         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
340         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
341         (ps-page-count): Var replaced by `ps-page-column'.
342         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
343         (ps-print-sheet-p): New fun.
345 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
347         * tooltip.el (tooltip-gud-tips-setup): New function.
348         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
349         (tooltip-mode): Call tooltip-gud-tips-setup.
350         (tooltip-gud-tips): Use `gud-basic-call' instead of
351         process-send-string, so the prompt gets frobbed appropriately.
352         Handle nil return value from `tooltip-gud-print-command'.
354 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
356         * comint.el (comint-add-to-input-history): New function.
357         (comint-send-input): Use `comint-add-to-input-history'.
359 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
361         * info.el (info-menu-header): New face.
362         (Info-fontify-menu-headers): New function.
363         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
365         * info.el (Info-insert-dir): Don't include blank lines at
366         beginning of additional dir files (one is added automatically).
368 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
370         * emacs-lisp/easy-mmode.el (define-minor-mode):
371         Revert the latest changes.
372         Allow the three positional arguments to be skipped and replaced
373         by keyword arguments.
374         Add a :toggle argument to determine whether a nil arg means toggle
375         or means turn-on.  The default is unchanged.
376         Add a call to force-mode-line-update.
378 2000-11-01  Dave Love  <fx@gnu.org>
380         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
381         cookie.
383 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
385         * calendar/calendar.el (diary-face, holiday-face): Add
386         dark-background variants.
388 2000-10-31  Sam Steingold  <sds@gnu.org>
390         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
391         `tex-main-file' does not have directory in it.
393 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
395         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
397 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
399         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
400         functional change.
402 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
404         * files.el (find-file-noselect): When we expand a wildcard, return
405         a list of buffers, as we should do according to the doc string.
407 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
409         * loadup.el (top level): Adjust load path if program name is
410         "../src/bootstrap-emacs", in case it's not dumped and thus the
411         load path adjustment hasn't already been done.
413 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
415         * ps-print.el: Fix bug on selected pages for printing.  Use
416         `color-values' for Emacs 21.  Ensure fontification when jit-lock
417         is on.  Try to avoid warning messages when compiling.  Doc Fix.
418         (ps-print-version): New version number (6.3).
419         (ps-color-device): Use `color-values' to determine if device
420         supports color.
421         (ps-color-values): Try to use `x-color-values' when using XEmacs.
422         (ps-print-page-p): Changed from defsubst to defun.
423         (ps-page-number): Changed from defmacro to defun.
424         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
425         printing.
426         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
427         (ps-end-file, ps-dummy-page): Funs eliminated.
428         (ps-print-color-scale): Changed default value.
429         (ps-page-n-up, ps-print-page-p): New internal vars.
430         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
431         (ps-plot-region, ps-generate, ps-end-job): Code fix.
433         * delim-col.el: Little programming improvement.
434         (delimit-columns-str): New macro.
435         (delimit-columns-region, delimit-columns-rectangle): Code fix.
437 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
439         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
440         Moved to european.el.
441         (ccl-encode-mac-roman-font, fontset-mac): Modified for
442         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
443         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
444         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
446 2000-10-30  Dave Love  <fx@gnu.org>
448         * progmodes/cc-menus.el (imenu-generic-expression)
449         (imenu-progress-message): Only defvar when compiling.
451         * emacs-lisp/elp.el (elp-unload-hook): New function.
453         * loadhist.el (unload-feature): Call elp-restore-function,
454         checking for symbols; don't use elp-restore-all.
455         (loadhist-hook-functions): Doc fix.
457 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
459         * log-edit.el (log-edit-confirm): Fix the default.
461 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
463         * delim-col.el: Little fix: replace delimit-columns-align-columns by
464         delimit-columns-format.
465         (delimit-columns-region, delimit-columns-rectangle): Code fix.
467 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
469         * comint.el (comint-replace-by-expanded-history): Don't use
470         comint-get-old-input (we're not looking at *old* input).
471         (comint-get-old-input-default): If using fields, signal an error
472         when the point is not in an input field.
474 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
476         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
477         and mule-unicode-e000-ffff.
479         * international/mule.el (decode-char, encode-char): New functions.
480         (make-coding-system): Accept a symbol of translation table as a
481         value of property `safe-chars'.
483         * international/mule-cmds.el (encode-coding-char): Check property
484         safe-chars instead of safe-charsets.
486         * international/fontset.el (fontset-default): Modified for
487         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
488         (x-font-name-charset-alist): Likewise.
489         (ccl-encode-unicode-font): New CCL program.  Record it in
490         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
492         * language/european.el (mac-roman-decoder, mac-roman-encoder):
493         New translation tables.
494         (decode-mac-roman, encode-mac-roman): Definition of these CCL
495         programs are modified and moved from mac-win.el.
496         (mac-roman): Definition of this coding system is modified and
497         moved from mac-win.el.
499 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
501         * ediff-wind.el (ediff-setup-control-frame): Enclose
502         face-attribute in condition-case to avoid errors in older emacsen.
504 2000-10-29  Miles Bader  <miles@gnu.org>
506         * custom.el (custom-add-to-group): Allow multiple entries for a
507         given value OPTION, as long as their widget types are different.
508         * cus-edit.el (custom-face-value-create): If face name doesn't end
509         with "face", add such here (similar to custom group widgets).
511         * comint.el (comint-highlight-prompt): Add :type.
513 2000-10-28  John Wiegley  <johnw@gnu.org>
515         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
516         Changed this function to operate on a temporary buffer instead of
517         the main buffer.  This not only keeps flyspell from marking a
518         buffer as changed that wasn't, but it solves the jumpy cursor
519         problem when attempts are made to edit incorrect words.
520         (flyspell-maybe-correct-doubling): Same change as for
521         `flyspell-maybe-correct-transposition'.
523         * calendar/timeclock.el (timeclock-log): Doc fix.
524         (timeclock-last-event): Doc fix.
525         (timeclock-log): Kill the timelog buffer after appending a new
526         event.
527         (timeclock-find-discrep): Use a temp buffer to read in the
528         timelog, instead of visiting the file.
529         (timeclock-log-data): A new function, along with a host of helper
530         functions, for the purpose of making timelog data accessible to
531         programmers.
533         * eshell/esh-mode.el (window-height test): Make certain that
534         `eshell-stringify-t' is non-nil.
535         (eshell-password-prompt-regexp): Changed to a much simpler
536         password regexp.
537         (eshell-send-input): If `eshell-invoke-directly' returns t,
538         directly invoke the parsed command using `eval'.  This improves
539         turn-around time on simple commands by a factor of three or
540         greater, such as cd, ls, pwd, etc. -- which get used very often.
541         It also conserves thousands of cons cells per call (since
542         `eshell-do-eval' consumes memory like a Cookie Monster set loose
543         in the Pacific Cookie Company).
545         * eshell/esh-test.el (eshell-test): Whitespace fix.
547         * eshell/em-ls.el (eshell-ls-insert-directory): Make
548         `eshell-ls-initial-args' nil when inserting directory contents.
550         * eshell/em-script.el (eshell-script-initialize): Add names to
551         `eshell-complex-commands, since `source' and `.' are complex.
553         * eshell/esh-cmd.el (eshell-rewrite-for-command)
554         (eshell-rewrite-while-command): Use `eshell-protect' instead of
555         `eshell-copy-handles'.
556         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
557         bodies.
558         (eshell-separate-commands): Whitespace fix.
559         (eshell-complex-commands): Added a new list of names, for
560         determining whether a given command is as simple as it looks.
561         (eshell-invoke-directly): New function.  Returns t if a command
562         should be invoked directly (using `eval'), rather than indirectly
563         using `eshell-do-eval'.
564         (eshell-do-eval): Whitespace fix.
566         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
567         which provides an emulation of the DOS shell behavior of assuming
568         that cp/mv/ln should copy/move/link to the current directory.
569         (eshell-remove-entries): Added a doc string.
570         (eshell-shuffle-files): Removed the check for `target' being null.
571         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
572         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
573         it to do a smarter check of whether a destination was provided.
574         (eshell/mv, eshell/cp): Enable `:preserve-args'.
575         (eshell/ln): Enable `:preserve-args', and use
576         `eshell-mvcpln-template' to implement the body of the function.
577         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
578         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
579         list after flattening it.  This makes it possible to cat files
580         with numerical names.
581         (eshell-unix-initialize): Added several names to
582         `eshell-complex-commands.
583         (eshell-unix-command-complex-p): Return t if a given command name
584         may result in external processes being invoked.
586         * eshell/em-glob.el (eshell-glob-show-progress): Make this
587         variable nil by default, since it slows down glob processing by a
588         factor of two or more, and increases memory consumption.
590         * eshell/em-smart.el: Added a note about how memory consumptive
591         smart display mode can be (at least this is true in Emacs 21).
592         (eshell-smart-initialize): Whitespace fix.
593         (eshell-refresh-windows): Use `if' instead of `when'.
594         (eshell-smart-scroll-window): Calling `save-current-buffer' was
595         not necessary.
596         (eshell-currently-handling-window): Added a missing global
597         variable.
599         * eshell/em-ls.el (eshell-do-ls): Code simplification.
600         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
601         Whitespace fix.
602         (eshell-ls-exclude-hidden): Added this variable in addition to
603         `eshell-ls-exclude-regexp'.  This one prevents files beginning
604         with . from even being read, which can improve memory consumption
605         quite a bit.
606         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
607         read file entries beginning with a dot.  In home directories with
608         lots of hidden files, fully two-thirds of the time spent in ls is
609         used to read directory entries that are immediately thrown away.
610         (eshell-ls-initial-args): Added back this configuration variable,
611         for specifying default initial arguments to every call to ls.
612         Much faster than using an alias to do the same thing.
613         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
614         (eshell-ls-dir): Whitespace change.
616         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
618         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
619         available.
620         (eshell-stringify-t): Added a customization variable, to indicate
621         whether `t' should be rendered as a string at all.  If not, one
622         can still determine if the result of an expression is true using
623         "file-exists-p FILE && echo true".
624         (eshell-stringify): If `eshell-stringify-t' is nil, don't
625         stringify t!
627         * eshell/esh-module.el: Whitespace fix.
629         * eshell/em-alias.el (eshell-alias-initialize): Added
630         `eshell-command-aliased-p' to `eshell-complex-commands'.
631         (eshell-command-aliased-p): New function that returns t if a
632         command name names an aliased.
634 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
636         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
637         redrawing the screen when changing cursor color.
638         (viper-insert-state-pre-command-sentinel)
639         (viper-replace-state-pre-command-sentinel)
640         (viper-replace-state-post-command-sentinel):
641         Use viper-preserve-cursor-color.
642         Many functions changed to use viper= instead of = when comparing
643         characters.
644         * viper-util.el (viper-memq-char,viper=): New functions for
645         working with characters.
646         (viper-change-cursor-color): Fixed buglet.
647         Many functions changed to use viper= instead of = when comparing
648         characters.
649         * viper.el (viper-insert-state-mode-list): Added eshell.
651         * ediff-init.el (ediff-before-setup-hook): New hook.
652         Several typos fixed in various docstrings.
653         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
654         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
655         hook.
656         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
657         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
658         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
659         (ediff-get-selected-buffers): New function.
660         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
661         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
662         save-window-excursion.
663         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
664         termination check in while loop.
665         * ediff.el (ediff-get-default-file-name): Better defaults when in
666         dired buffer.
667         (ediff-files,ediff-merge-files,ediff-files3)
668         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
670 2000-10-28  Dave Love  <fx@gnu.org>
672         * info.el (Info-fontify-node): Add help-echo for menu items.
674 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
676         * startup.el (normal-top-level): If the value of $TERM indicates
677         we are running from xterm or one of its work-alikes, default to a
678         light background mode.
680         Support for -fg, -bg, and -rv command-line arguments for TTYs:
681         * faces.el (tty-handle-reverse-video): New function.
682         (tty-create-frame-with-faces): Call it.
684         * frame.el (frame-notice-user-settings): Don't apply
685         default-frame-alist and initial-frame-alist to MS-DOS frames.
686         Call tty-handle-reverse-video, frame-set-background-mode, and
687         face-set-after-frame-default for non-MS-DOS frames.
689         * startup.el (tty-long-option-alist): New variable.
690         (tty-handle-args): New function.
691         (command-line): Call tty-handle-args.
693         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
694         startup.el now does that for all character-terminal frames.
696 2000-10-28  Miles Bader  <miles@gnu.org>
698         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
699         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
700         global.  If :global is followed by a non-nil but non-t value,
701         make the mode buffer-local, but also generate a `global-MODE'
702         version using `easy-mmode-define-global-mode'.  Add
703         :conditional-turn-on keyword argument.
705 2000-10-28  Dave Love  <fx@gnu.org>
707         * international/latin1-disp.el (latin1-char-displayable-p): Don't
708         use window-system.
710 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
712         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
713         Don't call find-buffer-file-type-coding-system.  Instead, just
714         set eol-type to -unix if inhibit-eol-conversion is in effect, or
715         if the file is on an untranslated filesystem.
716         (add-untranslated-filesystem): Use "D" instead of "f" inside
717         interactive.
719 2000-10-27  Dave Love  <fx@gnu.org>
721         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
722         (refill-mode): Use it.
724 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
726         * international/quail.el (quail-activate): Don't make-local-hook.
728 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
730         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
731         manual backups and file.~<rev>.~ for automatic ones.
732         (vc-make-version-backup): Don't do it on MS-DOS without long file
733         names.
735         * vc.el (vc-version-other-window): If an automatic backup of the
736         desired version exists, rename it instead of copying it.
738         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
739         after command.  If there's an unexpected error, signal it instead
740         of being silent.
741         (vc-cvs-merge-news): Be prepared for no news at all.
743 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
745         * shell.el (shell): Add BUFFER argument.
746         * comint.el (make-comint-in-buffer): New function.
747         (make-comint): Use it.
749         * faces.el (face-spec-choose): Change syntax so that the list of
750         attribute-value pairs is now the cdr of each clause, not the cadr.
751         Detect old-style entries, and handle them.  Use pop.
753 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
755         * cus-edit.el (custom-mode-map): Use a sparse map.
756         (custom-mode): Don't bother with make-local-hook.
758         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
760         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
762 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
764         * ps-print.el: Avoid compilation gripes.
765         (ps-print-version): New version number (6.2.1).
767 2000-10-26  Dave Love  <fx@gnu.org>
769         * menu-bar.el: Modify some menu item help strings.
770         (menu-bar-help-menu): Add link to MORE.STUFF.
772         * cus-edit.el (custom-mode): Add `special' mode-class property.
774         * wid-browse.el (widget-browse-mode): Likewise.
776         * wid-edit.el (widget-specify-field): Revert to using local-map
777         property, not keymap.
779 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
781         * wid-edit.el (widget-field-end): When checking for a `boundary'
782         field, do so in the correct buffer.
784         * simple.el (undo): Correctly distinguish between numeric and
785         non-numeric prefix args in non-transient-mark-mode, as per the doc
786         string.  When in transient-mark-mode, treat all prefix-args as
787         numeric.
789         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
790         Position point on match.  Handle N == 0 correctly.
792         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
793         (comint-mode-map): Reverse order of `comint-write-output' and
794         `comint-append-output-to-file'.
795         (comint-append-output-to-file): Reinstate this function, for the
796         benefit of the menu.
798 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
800         * vc.el (vc-version-other-window): Bind `file'.
802 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
804         * Makefile.in (update-authors): New target for maintenance purposes.
806         * emacs-lisp/authors.el (batch-update-authors): New function.
807         (authors-fixed-entries): New defconst.
808         (authors-add-fixed-entries): New function.
809         (authors): Call it.: Don't process lispref/.
811 2000-10-25  Jason Rumney  <jasonr@gnu.org>
813         * cus-edit.el (custom-button-face, custom-button-pressed-face):
814         Merge x w32 and mac definitions.
816 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
818         * menu-bar.el (menu-bar-options-menu): Add a help string for
819         `uniquify'.
821 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
823         * time-stamp.el (time-stamp-string-preprocess):
824         Fix a wrong type argument error.
826 2000-10-25  Miles Bader  <miles@gnu.org>
828         * recentf.el (recentf-mode): Variable removed.
829         (recentf-mode): Use `define-minor-mode'.
831         * mwheel.el (mouse-wheel-mode): New global minor mode.
832         (mwheel-install): Use `mouse-wheel-mode'.
834 2000-10-25  Dave Love  <fx@gnu.org>
836         * progmodes/cperl-mode.el (cperl-mode):
837         Set normal-auto-fill-function correctly.
839         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
840         inherit from global-map and don't nullify menu-bar and tool-bar
841         bindings.
843 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
845         * wid-edit.el (widget-field-at): New function.
846         (widget-at, widget-field-activate): Use it.
847         (widget-tabable-at): Use `widget-at'.
848         (widget-specify-field): If the terminating character of the widget
849         field (which is read-only) is a newline, put it into a special
850         `boundary' field so that C-n/C-p act more naturally.
851         (widget-field-end): Also don't subtract one if a special
852         `boundary' field has been added after the widget field.
854         * comint.el (comint-output-filter, comint-send-input): Don't
855         bother adding stickiness fields to overlays to fool the field
856         code, since it should notice the overlay insertion-types now.
858         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
859         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
860         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
862 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
864         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
865         (authors): Set file coding system to iso-2022-7bit.  Add
866         file-local variables to output buffer.
868         * files.el (after-find-file): Don't print any warnings if
869         WARN is nil.
871 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
873         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
875         * delim-col.el: Now there is a column formatting mechanism.
876         Modified to customization mechanisms convention.  Doc fix.
877         (columns): New group for delim-col.
878         (delimit-columns-before, delimit-columns-after)
879         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
880         (delimit-columns-end): New vars.
881         (delimit-columns-customize, delimit-columns-format): New funs.
882         (delimit-columns-region, delimit-columns-rectangle)
883         (delimit-columns-rectangle-line): Modified to support column
884         formatting.
886 2000-10-24  Dave Love  <fx@gnu.org>
888         * log-edit.el (log-edit): Add :version and a :group for vc.
890 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
892         * files.el (after-find-file): Don't print a message ``New file''
893         if WARN is nil.
895         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
896         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
897         get duplicate tool-bar entries because we'll see the global ones
898         on more than one path through keymaps.
900         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
902         * progmodes/cmacexp.el: Change Francesco's email address.
904 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
906         * window.el (fit-window-to-buffer): Adjust point of the window
907         buffer, not that of the current buffer.
909 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
911         * progmodes/cmacexp.el: Update the euthor's email address.
913 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
915         * faces.el (face-spec-set-match-display): Add `graphic' display
916         type (the inverse of `tty').  Use `display-graphic-p' instead of
917         the window-system variable.
919 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
921         * international/isearch-x.el (isearch-with-input-method): Call
922         input-method-function with the first event in
923         unread-command-events.
925 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
927         * faces.el (face-default-spec, face-user-default-spec): Make
928         defsubsts.
930 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
932         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
933         New charsets.
935         * term/mac-win.el: Remove definitions of mac-roman-lower and
936         mac-roman-upper, require dired, and define instead of set
937         mac-ready-for-drag-n-drop to avoid compilation error.
939 2000-10-23  Andrew Innes  <andrewi@gnu.org>
941         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
942         superfluous calls to subst-char-in-string; instead apply
943         expand-file-name after convert-standard-filename to ensure
944         expected directory separators are used.
946 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
948         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
950 2000-10-23  Dave Love  <fx@gnu.org>
952         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
953         (tool-bar-add-item): Set foreground and background for XBM icons.
955         * international/latin1-disp.el (latin1-char-displayable-p): New
956         function (from Handa).
957         (latin1-display-check-font): Use it.
959         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
960         using :key-sequence, making it much more usable.  Use nconc, not
961         append.
962         (imenu--create-keymap-1): Avoid append.
964         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
966 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
968         [the following changes fix a bug where `define-minor-mode' didn't
969         correctly generate :require clauses for defcustoms in compiled files]
970         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
971         (byte-compile-log-file, byte-compile-log-1): Don't set
972         `byte-compile-current-file' to nil.  Instead set
973         `byte-compile-last-logged-file' to it.  Test whether
974         byte-compile-current-file equals byte-compile-last-logged-file
975         instead of whether its nil.
976         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
978 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
980         * textmodes/refill.el: Fix var names in doc.
981         (refill-mode): Don't bother with make-local-hook anymore.
983 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
985         * faces.el (face-user-default-spec, face-default-spec): New functions.
986         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
987         (frame-set-background-mode, face-set-after-frame-default):
988         Use `face-user-default-spec'.  Simplify code slightly.
990         * woman.el (woman-italic-face, woman-bold-face)
991         (woman-unknown-face): Add dark-background variants.
992         (woman-default-faces): Renamed from `woman-colour-faces'.
993         Set using the stored defaults, rather than using hard-wired colors.
994         (woman-monochrome-faces): Renamed from `woman-black-faces'.
995         Just make the foreground `unspecified' rather than "black".
996         (woman-menu): Rename menu entries accordingly.
998         * faces.el (header-line): Make more reasonable on mono/grayscale
999         displays.
1001 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
1003         * cus-edit.el (custom-button-face): Use 3D look for mac.
1004         (custom-button-pressed-face): Likewise.
1006         * faces.el (set-face-attributes-from-resources): Handle mac frames
1007         in the same way as x and w32 frames.
1008         (face-valid-attribute-values): Likewise.
1009         (read-face-attribute): Likewise.
1010         (defined-colors): Likewise.
1011         (color-defined-p): Likewise.
1012         (color-values): Likewise.
1013         (display-grayscale-p): Likewise.
1014         (face-set-after-frame-default): Likewise.
1015         (mode-line): Same default face as for x and w32.
1016         (tool-bar): Likewise.
1018         * frame.el: Remove call to frame-notice-user-settings at end of
1019         the file.
1021         * info.el (Info-fontify-node): make underlines invisible for mac
1022         as for x, pc, and w32 frame types.
1024         * term/mac-win.el: New file.
1026 2000-10-22  Dave Love  <fx@gnu.org>
1028         * textmodes/refill.el: New file.
1030 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
1032         * vc-hooks.el (vc-version-backup-file-name): New optional args
1033         MANUAL and REGEXP.
1034         (vc-delete-automatic-version-backups, vc-make-version-backup):
1035         New functions.
1036         (vc-before-save): Use the latter.
1037         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1038         confusion.
1040         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
1041         expected by vc[-hooks].el.
1043         * vc.el (vc-checkout): Added `-p' suffix in call to
1044         vc-make-version-backups-p; use vc-make-version-backup to actually
1045         make the backup.
1046         (vc-version-other-window, vc-version-backup-file): Handle both
1047         automatic and manual backups.
1048         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1049         of all of them.
1051 2000-10-22  Miles Bader  <miles@gnu.org>
1053         * comint.el (comint-highlight-input, comint-highlight-prompt):
1054         Renamed, `-face' at end removed.
1055         (comint-send-input, comint-output-filter): Use renamed faces.
1057         * window.el (fit-window-to-buffer): Change defaulting of
1058         MAX-HEIGHT slightly.
1060         * faces.el (color-values, color-defined-p): Use `member', not
1061         `memq', because it works correctly for strings.
1062         (frame-set-background-mode): Actually, "unspecified-fg" and
1063         "unspecified-bg" *are* strings.  Use `member', not `memq', and
1064         `equal', not `eq', when a string value is possible.
1066 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
1068         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1070 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
1072         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1073         sh-electric-rparen, sh-electric-less and sh-electric-hash.
1074         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1075         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1076         (sh-font-lock-syntactic-keywords): Use them.
1077         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1078         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1079         (sh-mode): Don't override font-lock-unfontify-region-function.
1080         Use a copy of sh-font-lock-syntactic-keywords.
1081         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1082         Don't call sh-scan-buffer since font-lock does it on the fly.
1083         (sh-get-indent-info): Use `face' rather than `syntax-table'
1084         text-property to detect here-documents.
1085         Replace sh-special-syntax with sh-st-punc.
1086         (sh-prev-line): Use `face' rather than `syntax-table'
1087         text-property to skip over here-documents.
1088         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1089         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1090         (sh-electric-less, sh-set-here-doc-region)
1091         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
1092         (sh-scan-buffer, sh-rescan-buffer): Remove.
1094 2000-10-21  Andrew Innes  <andrewi@gnu.org>
1096         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1097         remote (ange-ftp) file names.
1099 2000-10-21  Miles Bader  <miles@gnu.org>
1101         * window.el (fit-window-to-buffer): New function.
1102         (shrink-window-if-larger-than-buffer): Use it.
1103         (window-text-height): Don't expect minibuffers to have mode-lines.
1105         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
1106         * international/quail.el (quail-update-guidance): Use
1107         `fit-window-to-buffer' instead of `set-window-text-height'.
1109         * international/quail.el (quail-show-guidance-buf): Make sure
1110         guidance window really has enough room.
1111         (quail-update-guidance): If quail-guidance-win is already shown,
1112         make sure its height is OK.
1114         * window.el (window-text-height, set-window-text-height):
1115         New functions.
1116         (shrink-window-if-larger-than-buffer): Use `window-text-height'
1117         instead of `window-height' & `mode-line-window-height-fudge'.
1118         (mode-line-window-height-fudge): Add FACE parameter.
1119         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1120         instead of `enlarge-window' & `mode-line-window-height-fudge'.
1122 2000-10-20  Miles Bader  <miles@gnu.org>
1124         * window.el (height-affecting-face-attributes): Use `defconst'.
1126         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1127         New function, conditionally aliased to `mode-line-window-height-fudge'.
1128         (ispell-help): Use it.
1129         (ispell-choices-win-default-height): Don't include mode-line fudge.
1130         (ispell-choices-win-default-height): New function.
1131         (ispell-show-choices, ispell-command-loop): Use function
1132         `ispell-choices-win-default-height' instead of variable.
1134 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
1136         * window.el (mode-line-window-height-fudge): New variable.
1137         (height-affecting-face-attributes): New variable.
1138         (mode-line-window-height-fudge): New function.
1139         (shrink-window-if-larger-than-buffer): Use it.
1140         * help.el (resize-temp-buffer-window): Likewise.
1142         * info.el (Info-fontify-node): Add support for @subsubsection
1143         titles, which use `Info-title-4-face'.
1144         (Info-title-4-face): New face.
1145         (Info-title-3-face): Inherit from Info-title-4-face instead of
1146         variable-pitch.
1148 2000-10-19  Jason Rumney  <jasonr@gnu.org>
1150         * dired.el (dired-insert-directory): Do not let errors signalled by
1151         attempt to run dired-free-space-program prevent dired from working.
1153 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
1155         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1157 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
1159         * dirtrack.el (dirtrack): Fix call to run-hooks.
1161         * cmuscheme.el (cmuscheme-program-name): Renamed from
1162         scheme-program-name because xscheme.el contains a defcustom with
1163         the same name.  As a consequence, customizing group `cmuscheme'
1164         loaded `xscheme' which redefined run-scheme.
1165         (run-scheme): Use cmuscheme-program-name.
1167         * ps-print.el (ps-print-emacs-type): Move into the
1168         eval-and-compile.
1170         * play/doctor.el (doctor-death): Update the Samaritans'
1171         anonymous address, and add a website for Befrienders International.
1173 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1175         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
1176         Avoid compilation gripes.  Doc fix.
1177         (ps-print-version): New version number (6.2).
1178         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1179         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1180         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1181         (ps-x-extent-priority, ps-x-extent-start-position)
1182         (ps-x-face-font-instance, ps-x-find-coding-system)
1183         (ps-x-font-instance-properties, ps-x-make-color-instance)
1184         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1185         avoid compilation gripes without defining functions.
1186         (ps-e-find-composition): Alias for function find-composition, to have a
1187         suitable function depending on Emacs version.
1188         (ps-color-device, ps-color-values, ps-face-foreground-name)
1189         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1190         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1191         (ps-print-ensure-fontified): Function definitions surrounded by
1192         `eval-and-compile' to avoid compilation gripes.
1193         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1194         by symbol-value to avoid compilation gripes.
1195         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1196         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1198 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
1200         * startup.el (normal-top-level): Call `frame-set-background-mode'
1201         after `frame-notice-user-settings' because the latter doesn't call
1202         the former on a tty.
1204         * faces.el (frame-set-background-mode): `unspecified' &c are
1205         symbols, not strings.
1207 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
1209         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1210         why some "light*" colors are deliberately absent from the alist.
1212         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1213         Change colors for tty's, as suggested by Miles Bader.
1215 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
1217         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
1218         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
1219         for ISO10646-1 fonts.
1220         (x-font-name-charset-alist): Add an entry for "iso10646-1".
1222 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
1224         * faces.el (frame-set-background-mode): If a tty frame defines a
1225         background color, use that to compute the background mode, instead
1226         of always defaulting to "dark".
1228 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
1230         * comint.el (comint-write-output): New function.
1231         (comint-mode-map): Add it to the menu.
1232         Bind `C-c C-s' to comint-write-output.
1234 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
1236         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1237         Use fancy-splash-delay.
1239 2000-10-18  Alex Schroeder  <alex@gnu.org>
1241         * progmodes/sql.el (sql-sybase-options): New option.
1242         (sql-sybase): Use it.  Add sql-database to the list of parameters
1243         provided for login.  The options -w 2048 -n are not used any more.
1245         * comint.el (comint-read-input-ring): Bugfix such that the first
1246         and the last entry of the input ring file are not lost.
1248 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1250         * ps-print.el: Internal variable changes to defcustom,
1251         make-local-hook changes to defvar.  Doc fix.
1252         (ps-print-version): New version number (6.1).
1253         (ps-setup, ps-do-despool): Code fix.
1254         (ps-printer-name): Customization fix.
1255         (ps-printer-name-option): Now is a defcustom instead of an
1256         internal variable.
1257         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1258         (ps-print-begin-column-hook): Now are defvar instead of
1259         make-local-hook.
1261 2000-10-18  Miles Bader  <miles@gnu.org>
1263         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1264         (comint-kill-output): Changed into an alias for `comint-delete-output',
1265         and made obsolete.
1266         (comint-mode-map): Rename references to comint-kill-output.
1268 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
1270         * diff-mode.el (diff-header-face, diff-file-header-face)
1271         (diff-changed-face): Add bold and italic attributes to tty faces.
1272         (diff-function-face): New face.
1273         (diff-font-lock-keywords): Use it.
1275 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
1277         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1278         Remove commented-out call to force-mode-line-update.
1279         (comint-kill-output): Use `forward-line 0' instead of
1280         beginning-of-line to make sure we get past the prompt.
1282 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
1284         * diff-mode.el (diff-header-face, diff-file-header-face):
1285         Add specific setting for dark background.
1286         (diff-context-face): Renamed from diff-comment-face.
1287         Set explicitly rather than inheriting from font-lock-comment-face.
1289 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
1291         * startup.el (command-line): Move the code which sets the default
1292         TTY colors to before before-init-hook.
1294 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
1296         * jit-lock.el (jit-lock-stealth-time): Doc fix.
1298 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
1300         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1301         extensions, for MS-DOS.
1303         * diff-mode.el (diff-header-face, diff-file-header-face)
1304         (diff-changed-face): Define tty-specific colors.
1306 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
1308         * startup.el (fancy-splash-text): Realign the text.
1310 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
1312         * font-lock.el (font-lock-comment-face): Define a separate default
1313         for dark-background tty's.
1315 2000-10-17  Miles Bader  <miles@gnu.org>
1317         * help.el (resize-temp-buffer-window): Add hack to avoid last line
1318         being obscured by whizzy mode-lines on graphics displays.
1320 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
1322         * info.el (Info-title-1-face, Info-title-2-face)
1323         (Info-title-3-face): Define colors for tty's.
1324         (info-header-node): Remove unneeded tty-specific definition.
1326 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
1328         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1329         reverse from the frame parameters, and don't invert foreground and
1330         background colors.
1332 2000-10-16  Miles Bader  <miles@gnu.org>
1334         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1335         string "*Info*".  Call propertized-buffer-identification to spruce
1336         up the result.
1338 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
1340         * help.el: Provide `help' for the sake of define-minor-mode
1341         which generates defcustoms with requires.
1343         * jit-lock.el (jit-lock-after-change): If we're in text that
1344         matches a multi-line font-lock pattern, make sure the whole text
1345         will be redisplayed.
1347         * emacs-lisp/authors.el (authors-add): Don't add an entry if
1348         author's name is unknown.
1350         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1351         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1352         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1353         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1354         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1355         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1356         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1357         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1358         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1359         Add author information.
1361 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
1363         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1364         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1365         full-color version (using the Gimp) to eliminate dithering artifacts.
1367 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
1369         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1371         * simple.el (syntax-flag-table, string-to-syntax): Remove.
1373 2000-10-15  Dave Love  <fx@gnu.org>
1375         * progmodes/sh-script.el: Require skeleton and comint when
1376         compiling.
1378         * pcomplete.el (pcomplete) <defgroup>: Add :version.
1380         * whitespace.el: Doc fixes.
1381         (top-level): Don't add hooks here.
1382         (whitespace-running-emacs): Deleted.
1383         (timer): Don't require.
1384         (whitespace): Add back :version conditional on xemacs test.
1385         (whitespace-spacetab-regexp, whitespace-indent-regexp)
1386         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1387         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1388         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1389         Avoid specific xemacs test.
1390         (whitespace-global-mode): New option.
1391         (whitespace-global-mode): New command.
1392         (whitespace-unload-hook): New function.
1394         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
1395         (Info-fontify-node, Info-goto-node, Info-mode-menu)
1396         (Info-fontify-node): `Goto' goes to `Go to'.
1397         (Info-fontify-node): Add help-echo to xref links.
1399 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
1401         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1403 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
1405         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1406         Use plist-get and allow :inherit.
1408         * emacs-lisp/cl-macs.el (cl-do-arglist):
1409         Use plist-get and plist-member instead of memq.
1411         * emacs-lisp/ewoc.el (ewoc-location): New function.
1412         (ewoc-enter-after, ewoc-enter-before): Document return value.
1413         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1414         Don't need make-local-hook any more.
1415         (cvs-addto-collection): Return the new tin.
1416         (cvs-mode-insert): Jump to the new line.
1418         * jit-lock.el (jit-lock-fontify-buffer): Remove.
1420         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1422         * font-lock.el (font-lock-syntactically-fontified): New var.
1423         (font-lock-fontify-syntactic-keywords-region): Use it.
1424         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
1426         * diff-mode.el (diff-find-file-name): Fix regexp.
1428         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1429         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1431         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1432         (sh-mode-syntax-table): Add punctuation syntax for < and >.
1433         (sh-mode): Don't make all vars local here.
1434         (sh-kw): Reformat.
1435         (sh-set-shell): Use dolist.  Don't set indent-region-function.
1436         (sh-mode-syntax-table): Use pop.
1437         (sh-remember-variable): Use push.
1438         (sh-help-string-for-variable): Use memq.
1439         (sh-safe-backward-sexp): Remove.
1440         (sh-safe-forward-sexp): Add ARG.
1441         (sh-get-indent-info, sh-prev-stmt): Use it.
1442         (sh-prev-line): Simplify by using forward-comment.
1443         (sh-this-is-a-continuation): Simplify.
1444         (sh-learn-buffer-indent): Use dolist.
1445         (sh-do-nothing): Remove.
1446         (sh-set-char-syntax, sh-set-here-doc-region):
1447         Use inhibit-modification-hooks.
1448         (sh-name-style): Use mapcar and push.
1449         (sh-load-style): Use dolist.
1450         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1451         (sh-case, sh-while-getopts): Use propertize directly rather
1452         than sh-electric-rparen.
1454 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
1456         * textmodes/tex-mode.el: Require CL when compiling.
1457         (tex-mode-syntax-table): Init immediately.
1458         (tex-mode-map): Bind M-RET to latex-insert-item.
1459         (latex-mode): Set indent-line-function to latex-indent.
1460         (tex-common-initialization): Don't setup the syntax-table any more.
1461         (latex-insert-item): New skeleton.
1462         (tex-next-unmatched-end): Fix copy/paste braino.
1463         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
1464         (latex-indent, latex-find-indent): New functions.
1465         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
1466         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1467         (tex-compilation-parse-errors): Use with-syntax-table.
1469 2000-10-15  Miles Bader  <miles@gnu.org>
1471         * font-lock.el (font-lock-comment-face): Change dark-background,
1472         color, non-tty, default to `chocolate1'.
1474 2000-10-13  John Wiegley  <johnw@gnu.org>
1476         * eshell/esh-util.el (require): Added a missing `require' form,
1477         needed when compiling (for an ange-ftp macro definition).
1479 2000-10-13  Dave Love  <fx@gnu.org>
1481         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1483 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
1485         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1486         fix.
1488         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
1489         transparent -colors 8).
1491 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
1493         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1494         that breaks with old list format timestamps.
1495         (time-stamp-warn-inactive, time-stamp-old-format-warn)
1496         (time-stamp-count, time-stamp-conversion-warn): Improved doc
1497         strings.
1499 2000-10-13  John Wiegley  <johnw@gnu.org>
1501         * align.el, pcomplete.el, calendar/timeclock.el,
1502         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1504         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
1505         faulty math, where holiday hours were being computing as seconds.
1507 2000-10-13  John Wiegley  <johnw@gnu.org>
1509         * desktop.el (desktop-buffer-modes-to-save): Added a global for
1510         specifying what "other" kinds of buffers should be saved.  This
1511         used to be hard-coded.
1512         (desktop-buffer-misc-functions): A global for specifying how
1513         auxiliary data should be determined for special buffer types.
1514         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1515         instead of hard-coding the special buffer types.
1516         (desktop-save): Run `desktop-buffer-misc-functions' to gather
1517         auxiliary data, instead of hard-coding for Info buffers and dired.
1518         (desktop-buffer-info-misc-data): Aux function for determining Info
1519         buffer auxiliary info.
1520         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1521         (desktop-buffer-info): Changed this function to use the info
1522         gathered above.
1523         (desktop-create-buffer): Be a little more careful about what
1524         `minor-mode' means before calling it.  This is important for some
1525         buffer types.
1527 2000-10-13  John Wiegley  <johnw@gnu.org>
1529         * eshell/esh-util.el: Added a global form which declares an
1530         autoload for `parse-time-string', if that function is not already
1531         defined, and if parse-time.el is available on the user's system.
1533         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1534         to be aware of ange-ftp user info.
1535         (eshell-do-ls): Bind `ange-cache'.  Also, use
1536         `eshell-file-attributes'.
1537         (eshell-ls-annotate): Use `eshell-file-attributes'.
1538         (eshell-ls-file): Made the user-id printing code a bit smarter.
1540         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1541         allow identification of alias user ids in remote directories.
1542         It's manual, but there's no other way to know when the current
1543         user on the local machine, is also the owning user on the remote
1544         machine.
1545         (fboundp): Bind `ange-cache'.
1546         (eshell-directory-files-and-attributes): Re-organized the logic a
1547         bit to use `eshell-file-attributes' instead of `file-attributes'.
1548         The former is more sensitive to directories that are read via FTP,
1549         and knows how to use ange-ftp to determine full attribute
1550         information, instead of just the name and last modtime.
1551         (eshell-current-ange-uids): Return the current user id when in a
1552         remote directory.
1553         (eshell-parse-ange-ls): Parse a full directory listing that has
1554         been returned by ange-ftp.
1555         (eshell-file-attributes): This beefed up version of
1556         `file-attributes' is only special if the user is currently in a
1557         remote directory, in which case it does a lot of work to find out
1558         what the real attributes of a file are, as they appear on the
1559         remote machine.  This makes usage of remote directories (i.e.,
1560         ange-ftp pathnames) much more useful.  You can now use Eshell as a
1561         full-fledged FTP client, with much more manipulation ability than
1562         most other clients.
1564         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1565         variable, which means that Eshell's du should always be preferred
1566         in remote directories.
1567         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1568         just `file-attributes'.
1569         (eshell-mvcp-template): Bind `ange-cache', to improve performance
1570         when reading remote directories.  This is an Eshell-specific
1571         variable (not part of ange-ftp).
1572         (eshell/ln): Bind `ange-cache'.
1573         (eshell/du): Added some extra logic for determining when to use
1574         Eshell's du (which is slow), and when to use the external version
1575         (which may or may not exist).
1577         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1578         `eshell-interactive-process', rather than using
1579         `get-buffer-process', since backgrounded processes don't count in
1580         the context of this function's logic.
1582         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1583         `forward-char', so that null strings are parsed correctly.
1585 2000-09-13  John Wiegley  <johnw@gnu.org>
1587         * eshell/em-pred.el (eshell-pred-file-type,
1588         eshell-pred-file-links, eshell-pred-file-size): Use
1589         `eshell-file-attributes'.  This is more correct over ange-ftp.
1591         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1592         that remote file globbing is more efficient.
1594         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1595         gathering the files and attributes within a directory.
1597         * eshell/em-unix.el (eshell/cat): If any of the files passed on
1598         the command line is a special file (not a regular file, directory
1599         or symlink), always attempt to call the external version of cat.
1601 2000-09-13  John Wiegley  <johnw@gnu.org>
1603         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1604         Eshell-friendly version of find-tag.
1606 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
1608         * image-file.el (image-file-name-extensions)
1609         (image-file-name-regexps): Add autoload cookies.
1611 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
1613         * international/mule-cmds.el (select-safe-coding-system): If FROM
1614         is string, show it in *Warning* buffer.
1616 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
1618         * startup.el (normal-top-level): Use display-popup-menus-p instead
1619         of window-system.
1620         (command-line): Use display-graphic-p instead of window-system.
1621         (command-line-1): Use display-popup-menus-p and display-mouse-p
1622         instead of window-system.
1624 2000-10-12  Sam Steingold  <sds@gnu.org>
1626         * tooltip.el (tooltip-use-echo-area): New user variable.
1627         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1629 2000-10-12  Dave Love  <fx@gnu.org>
1631         * recentf.el: Maintainer's checkdoc fixes.
1633         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1634         character class, not ASCII when matching file names.
1635         (fancy-splash-head): Add trailing slash to URL.
1636         (command-line): Don't require XPM support for toolbar.
1638         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1639         (cperl-invalid-face): Revert last change.
1640         (cperl-init-faces): Quote cperl-invalid-face.
1642 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
1644         * startup.el (fancy-splash-text): Remove superfluous quote.
1646 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
1648         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1649         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1650         (command-line-1): Don't use fancy-splash-pending-command.
1651         (fancy-splash-screens-1): Goto point-min after inserting text.
1653         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1655         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1656         instead of shared-lisp-mode-map.
1658 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
1660         * faces.el (header-line): Change tty-variant to use underlining.
1662         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1663         (isearch-highlight): Restore lazy-isearch face properties at old
1664         position, and suppress them at new position.
1665         (isearch-dehighlight): Restore lazy-isearch face properties.
1666         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1667         over the real isearch overlay, but in that case, don't give it a
1668         face property.  Use `push'.
1670 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
1672         * man.el (Man-getpage-in-background): Fix previous change.
1673         Decode the process output only when we are in multibyte mode.
1675 2000-10-11  Dave Love  <fx@gnu.org>
1677         * info.el (Info-mode-menu): Fix some help.
1678         (info-tool-bar-map): Add entry for Info-last.
1680         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1681         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1682         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1683         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1684         * toolbar/search-replace.xpm, toolbar/exit.xpm:
1685         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1686         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1687         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1688         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1689         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1690         Reduce colour requirements to 25 overall.  (Probably wants
1691         revisiting from the originals to reduce further.)
1693 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
1695         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1696         buffer-file-coding-system, instead of raw-text.
1697         (dehexlify-buffer): Bind coding-system-for-read to
1698         buffer-file-coding-system, instead of raw-text.
1700 2000-10-11  Sam Steingold  <sds@gnu.org>
1702         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1703         `underline' - fixes the bug introduced on 2000-09-21.
1705 2000-10-11  Dave Love  <fx@gnu.org>
1707         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1708         compiler warnings.
1709         (scheme-mode): Doc fix.
1710         (scheme-font-lock-keywords-1): Match `define-syntax'.
1712 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
1714         * faces.el (frame-set-background-mode): Pay attention to saved
1715         face specs as well as default ones.  Only do anything if the
1716         bg-mode or display-type has actually changed.  Use `dolist'.
1717         (region): Make dark-background `region' face less in-your-face.
1719 2000-10-10  Sam Steingold  <sds@gnu.org>
1721         * chistory.el, ielm.el, ledit.el:
1722         * progmodes/inf-lisp.el, progmodes/scheme.el:
1723         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1725 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
1727         * textmodes/texinfo.el: Update copyright and fix typo.
1729         * desktop.el (desktop-modes-not-to-save): New var.
1730         (desktop-save-buffer-p): Use it.
1731         Also, obey desktop-buffers-not-to-save even for non-file buffers.
1732         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1734 2000-10-10  Dave Love  <fx@gnu.org>
1736         * toolbar/tool-bar.el (tool-bar-add-item)
1737         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1738         display.
1740         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1741         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1742         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1743         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1744         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1745         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1746         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1747         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1748         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1749         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1750         the .xpms; probably need retouching.
1752 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
1754         * subr.el (add-to-list): Add optional argument APPEND.
1755         * battery.el (display-battery): Use `add-to-list'.
1757 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
1759         * play/zone.el (zone-timer, zone-wc-tbl): Rework
1760         these vars as symbol properties.
1761         (zone, zone-when-idle, zone-leave-me-alone)
1762         (zone-pgm-whack-chars): Use new symbol properties.
1764         * battery.el (display-battery): Doc spelling fix.
1766         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1767         property.
1769 2000-10-09  Dave Love  <fx@gnu.org>
1771         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1772         has been initialized before calling tool-bar-setup.
1773         (tool-bar-add-item-from-menu): Add autoload cookie.
1775 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
1777         * menu-bar.el (send-mail-item-name): New function.
1778         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1779         of mail-user-agent in the menu.  Don't display the "Send Mail"
1780         item if mail-user-agent is nil or its value is ignore.
1781         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1782         if read-mail-command is nil or its value is ignore.
1784         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1786 2000-10-09  Miles Bader  <miles@gnu.org>
1788         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1789         Correct image size.
1790         * toolbar/left_arrow.xpm: Correct image size.
1792         * jka-compr.el: Don't call `jka-compr-install' when loading (it
1793         will be done by the definition of `auto-compression-mode' if
1794         necessary.  Move code to uninstall existing file-name handler
1795         before definition of `auto-compression-mode'.
1797         * image-file.el (auto-image-file-mode): Move to the end of the
1798         file, because `define-minor-mode' actually calls the mode-function
1799         if the associated variable is non-nil, which requires that all
1800         needed functions be already defined.
1802         * mouse.el (popup-menu): Balance parens.
1804 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
1806         * mouse.el (popup-menu): Move the command call outside the loop
1807         so that popup-menu returns whatever the command returns.
1809         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
1810         (initialize-new-tags-table): Use run-hook-with-args-until-success.
1811         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1812         (tags-table-format-functions): Renamed from tags-table-format-hooks.
1814         * vc.el (vc-version-diff): diff-switches can be a list.
1815         Use relative filenames for prettier output.
1817         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
1818         (vc-post-command-functions): Remove old-VC compatibility code.
1820         * newcomment.el (comment-indent-default): Autoload.
1822         * font-lock.el (font-lock-defaults): Make buffer-local.
1823         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1824         (font-lock-choose-keywords):
1825         Ignore LEVEL unless KEYWORDS is a list of syms.
1826         (c-keywords, c++-keywords, objc-keywords, java-keywords):
1827         Don't wrap regexp-opt things in \(...\) unnecessarily.
1829         * jit-lock.el: Don't require font-lock any more.
1830         (jit-lock-functions): Make buffer-local.
1831         (jit-lock-saved-fontify-buffer-function): Remove.
1832         (jit-lock-mode): Remove autoload cookie.
1833         Remove font-lock specific code.
1834         (jit-lock-unregister): Don't bother handling complex hooks any more.
1835         (jit-lock-refontify): New function.
1836         (jit-lock-fontify-buffer): Use it.
1837         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1838         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1839         Add optional args START and END.
1840         Never call font-lock-fontify-region directly.
1841         (jit-lock-function, jit-lock-stealth-fontify): Use it.
1843         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1845 2000-10-08  Dave Love  <fx@gnu.org>
1847         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1849         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1851         * play/studly.el (studlify-region, studlify-word): Add autoload
1852         cookie.
1854         * play/morse.el (morse-region, unmorse-region): Add autoload
1855         cookie.
1857         * play/spook.el (spook-phrases-file): Use expand-file-name, not
1858         concat.
1860         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1861         insist on symbols starting with word syntax.
1862         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1863         (eval-defun-1): Doc fix.
1864         (indent-sexp): Use nconc to build up indent-stack.
1866         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1867         Gnus with little use.
1868         (mail-setup-hook): Add mail-abbrevs-setup to options.
1870         * recentf.el: Doc fixes.
1872         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1873         Clean up remainder.
1875         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
1876         without timezone and (8) with timezone to enforce some whitespace.
1877         Simplify code somewhat.
1879         * options.el (list-options): Doc that you should use customize.
1881         * iswitchb.el (iswitchb-mode): Add :require.
1883         * info.el (Info-goto-node, Info-menu): Doc fix.
1884         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1885         (info-tool-bar-map): New variable.
1886         (Info-mode): Use it.
1887         (Info-edit-map): Define all in defvar.
1888         (speedbar-attached-frame): Avoid compiler warning.
1890         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1891         (global-map): Bind [tool-bar] to a filtered map.
1892         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
1893         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1894         Allow PBM icons.
1895         (tool-bar-setup): Adjust calls of tool-bar-add-item.
1897         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1898         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1899         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
1900         icons, except up_arrow, which is left-arrow rotated.
1902         * imenu.el (imenu-add-to-menubar): Fix last change.
1904 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
1906         * generic-x.el (rul-generic-mode): Remove eval-when-compile
1907         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
1909 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
1911         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1912         typos in doc strings.
1914         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1915         the doc strings how to customize Font Lock faces.
1917         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1918         computing growth when dragging the header line.
1920 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
1922         * simple.el (kill-line): Doc fix.
1924 2000-10-08  Miles Bader  <miles@gnu.org>
1926         * faces.el (secondary-selection): Make foreground visible on tty.
1928         * jka-compr.el (auto-compression-mode): Move to the end of the
1929         file, because `define-minor-mode' actually calls the mode-function
1930         if the associated variable is non-nil, which requires that all
1931         needed functions be already defined.
1932         (with-auto-compression-mode): Add autoload cookie.
1934 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
1936         * files.el (find-backup-file-name) [ms-dos]: If support for long
1937         file names is not available, behave as if version-control were set
1938         to never.
1940 2000-10-07  Dave Love  <fx@gnu.org>
1942         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1943         (browse-url-gnome-moz): New function.
1944         (browse-url-browser-function): Use it.
1945         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1947 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
1949         * indent.el (tab-always-indent): New var.
1950         (indent-for-tab-command): Use it.
1952         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
1953         raise an error.  This way it can still default to a sane value.
1955 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
1957         * startup.el (fancy-splash-screens): Use local rather than global map.
1958         Don't use `update-menu-bindings' any more.
1959         Get rid of assumptions about keymap representation.
1961 2000-10-06  Dave Love  <fx@gnu.org>
1963         * textmodes/fill.el (sentence-end-double-space)
1964         (sentence-end-without-period):  Doc fix.
1965         (adaptive-fill-regexp): Purecopy.
1966         (unjustify-current-line): Use line-end-position.
1967         (fill-individual-paragraphs-prefix): Use line-beginning-position.
1969         * net/eudc-vars.el (eudc): Add :version, :link.
1971         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
1973         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1974         Fix for define-minor-mode.
1975         (function-at-point): Alias to function-called-at-point.
1977         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1979         * simple.el (backward-word): Doc fix.
1981         * image-file.el (image-file-name-regexp): image-file-regexps ->
1982         image-file-name-regexps.
1983         (image-file-name-extensions): Add pbm.
1985 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
1987         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1988         and add filename to the names so that diff-mode can jump to source.
1990         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
1991         (tex-font-lock-keywords, tex-font-lock-keywords-2)
1992         (tex-font-lock-keywords-1): Remove.
1993         (font-lock-turn-on-thing-lock): Use jit-lock-register.
1994         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
1995         (font-lock-default-fontify-region):
1996         Expand beg..end correctly when just following a multiline region.
1997         (font-lock-fontify-anchored-keywords):
1998         Include the anchor text as part of the multiline.
2000 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
2002         * loadup.el (toplevel): Load `loaddefs' before `help' because the
2003         latter needs the autoloaded define-minor-mode macro during the
2004         bootstrap.
2006         * startup.el (command-line): For now, activate tool-bar-mode only
2007         if XPM images are supported.
2009         * mouse.el (mouse-drag-header-line): Don't allow resizing a
2010         window by dragging a header-line at the top of the frame; that's
2011         confusing because the header-line doesn't move.
2012         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2013         of treating the event as a list.  Some cleanup.
2015 2000-10-06  Miles Bader  <miles@gnu.org>
2017         * simple.el (display-message-or-buffer): New function.
2018         (shell-command-on-region): Use `display-message-or-buffer'.
2020         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2021         docstring parts.
2023         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2024         (smbclient-prompt-regexp): Add usage note to doc string.
2025         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2026         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2027         Use add-hook for adding the comint filter function, and only do so
2028         if it's not already in the global hook list.
2029         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2030         to `make-local-variable'.
2031         (nslookup-font-lock-keywords): Remove prompt entry.
2032         (nslookup): Don't set the process-filter.
2033         (finger): Exit the loop correctly when the regexps list runs out.
2034         (ftp, smbclient, smbclient-list-shares):
2035         Set the real major mode immediately, not after execing.
2036         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2038         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2040 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
2042         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2044         * which-func.el (which-func-format): Remove spurious space.
2045         (which-func-mode): Don't make it permanent-local.
2046         (which-func-ff-hook): Allow which-func-maxout to be nil.
2047         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
2048         (which-func-mode): Simplify.
2049         Use post-command-idle-hook rather than post-command-hook.
2050         Go through all buffers and update their state.
2051         (which-function): Also try add-log-current-defun-function.
2053         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2054         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2055         Update call to with-vc-properties accordingly.
2056         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2057         (vc-revert-buffer): More careful about window selection and deletion.
2058         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2060         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2061         (cvs-retrieve-revision): Reuse a pre-existing buffer.
2062         (cvs-dired-action): Change the default to quickdir.
2064         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2065         if comment-indent-function returns nil.
2066         (comment-indent-default): New function.
2067         (comment-indent-function): Use it and document the new semantics.
2069         * image-file.el: Docstring fixes.
2071         * help.el (help-xref-on-pp): Use match-string.
2072         (describe-variable): New arg BUFFER.
2073         Store the current buffer in the help-xref-stack.
2074         (temp-buffer-resize-mode): Use define-minor-mode.
2076         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2077         consistently with its docstring.
2078         Set jit-lock-first-unfontify-pos in an idempotent way.
2079         (jit-lock-register): Autoload and add arg CONTEXTUAL.
2081 2000-10-05  Alex Schroeder  <alex@gnu.org>
2083         * sql.el (sql-mysql-options): New variable.
2084         (sql-mysql): Use it.
2086 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
2088         * image.el (image): New group.
2090         * smerge-mode.el (smerge-mine-face, smerge-other-face)
2091         (smerge-base-face, smerge-markers-face): Add dark-background variants.
2093 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
2095         * net/net-utils.el (nslookup-font-lock-keywords)
2096         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2097         Ignore the value of wqindow-system; always define keywords
2099 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
2101         * startup.el (fancy-splash-screens): Remove the code for
2102         debugging; `(trace-to-stderr "EXITTT\n")'.
2104 2000-10-05  Miles Bader  <miles@gnu.org>
2106         * diff-mode.el (diff-goto-source): Update call to
2107         `diff-hunk-status-msg' to reflect new REV variable.
2109 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
2111         * progmodes/icon.el (icon-mode):
2112         Don't gratuitously override the default for comment-column.
2114         * vc-hooks.el (vc-mode-line): Fix interactive spec.
2116         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2117         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2118         (jit-lock-functions): New var.
2119         (jit-lock-function-1): Use it if non-nil.
2120         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
2121         Set the `fontified' property before doing the fontification to avoid
2122         repeatedly going through the same error.
2123         Don't turn errors into messages.
2124         (jit-lock-register, jit-lock-unregister): New functions.
2126         * dired.el (dired-mark-pop-up): Turn comment into docstring.
2127         Use with-current-buffer.
2129         * dired-aux.el (dired-do-create-files, dired-kill-tree):
2130         Turn comment into docstring.
2132         * apropos.el (apropos-mode): Use define-derived-mode.
2134 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
2136         * startup.el (fancy-splash-pending-command): New variable.
2137         (fancy-splash-pre-command): New function.
2138         (fancy-splash-screens): Rewritten.
2139         (command-line-1): If fancy-splash-pending-command is set, call it
2140         interactively.
2142 2000-10-04  Dave Love  <fx@gnu.org>
2144         * toolbar/tool-bar.el (tool-bar-setup): New function.
2145         (tool-bar-mode): Use it.
2147         * subr.el (substitute-key-definition): Doc fix.
2148         (play-sound-file): New command.
2150 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
2152         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
2153         vc-version-backup-file-name): New functions.
2155         * files.el (basic-save-buffer): Call vc-before-save before saving.
2157         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
2158         vc-cvs-stay-local-p.
2160         * vc.el (vc-revert-buffer): Handle empty diff properly.
2161         (vc-version-backup-file): New function.
2162         (vc-checkout): Create a version backup if necessary.
2163         (vc-checkin): If a version backup file exists, delete it.
2164         (vc-version-diff): Diff locally using version backups, if available.
2165         (vc-revert-file): If there's a version backup, revert locally.
2166         (vc-transfer-file): Use version backup for base version, if
2167         available.  If not, ask for confirmation whether to get it from the
2168         server.  Update mode line before check-in.
2170 2000-10-04  Dave Love  <fx@gnu.org>
2172         * toolbar/tool-bar.el (tool-bar-setup): New function.
2173         (tool-bar-mode): Use it.
2175 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
2177         * net/net-utils.el (nslookup-font-lock-keywords)
2178         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2179         Only set if window-system is non-nil
2180         (net-utils-run-program): Returns buffer.
2181         (network-connection-reconnect): Added this function.
2183         * generic.el:
2184         Incorporates extensive cleanup and docfixes by
2185         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2186         Uses cl compile-time macros.
2187         (generic-mode-name, generic-comment-list)
2188         (generic-keywords-list, generic-font-lock-expressions)
2189         (generic-mode-function-list, generic-mode-syntax-table):
2190         Removed variables.
2191         (generic-mode-alist): Renamed to generic-mode-list.
2192         (generic-find-file-regexp): Default changed to "^#".
2193         (generic-read-type): Uses completing read on generic-mode-list.
2194         (generic-mode-sanity-check): removed this function.
2195         (generic-add-to-auto-mode): Removed this function
2196         (generic-mode-internal): Bind mode-specific definitions
2197         into function instead of putting them in alist.
2198         (generic-mode-set-comments): Reworked extensively.
2199         (generic-mode-find-file-hook): Simplified regexp searching
2200         (generic-make-keywords-list): Omit extra pair of parens
2202         * find-lisp.el (find-lisp-find-files-internal):
2203         Make sure directory name ends with "/".
2205         * generic-x.el (apache-conf-generic-mode):
2206         Regexp now allows leading whitespace.
2207         (rc-generic-mode): Added eval-when-compile
2208         around generic-make-keywords-list.
2209         Deleted duplicate regexp
2210         (rul-generic-mode): Added eval-when-compile
2211         around generic-make-keywords-list.
2212         (etc-fstab-generic-mode): New generic mode.
2213         (rul-generic-mode): Removed one eval-when-compile
2214         which caused a max-specpdl-size exceeded error.
2216 2000-10-04  Miles Bader  <miles@gnu.org>
2218         * simple.el (minibuffer-temporary-goal-position): New variable.
2219         (next-history-element): Try to keep the position of point in the
2220         input string constant.
2222         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2223         (dired-do-create-files): If there's only one file, pass it in as
2224         the DEFAULT arg to dired-mark-read-file-name.
2226 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
2228         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2229         (diff-goto-source): Be smarter when choosing REVERSE or not.
2231         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2232         (texinfo-mode-menu): Add an explicit shortcut for update all.
2234 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
2236         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
2237         factorize backend-specific code cleanly (this was essentially
2238         conceived by Stefan Monnier).
2239         (vc-unregister): Function removed.
2240         (vc-revert-file): New function.
2241         (vc-revert-buffer): Delegate some of the work to it.
2243         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2244         default branch unconditionally.
2245         (vc-rcs-set-default-branch): New function.
2246         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2247         (vc-rcs-checkin): If an appropriate default branch has been set,
2248         force creation of that branch.
2249         (vc-rcs-receive-file): Rewritten to contain only backend-specific
2250         code (as suggested by Stefan Monnier).
2252 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
2254         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2255         highlighting overlay with a different face over the overlay
2256         isearch uses to highlight the current match because that can lead
2257         to bad face combinations.
2259         * loadup.el (toplevel): Load faces before isearch.
2261         * isearch.el (isearch-faces): New custom group.
2262         (isearch): New defface; was already tested for in the code.
2263         (isearch-lazy-highlight-face): Changed to defface from defcustom.
2264         (isearch-highlight): Always use face `isearch'.
2266 2000-10-02  Dave Love  <fx@gnu.org>
2268         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2269         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
2270         comparison of opcode with operand.
2272 2000-10-03  Miles Bader  <miles@gnu.org>
2274         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2275         buffer, since the echo area will now grow to accommodate them.
2277 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
2279         * vc-hooks.el (vc-registered): If FILE used to be registered under
2280         a certain backend, try that one first.
2282         * vc.el (vc-responsible-backend): Undo the previous change in the
2283         argument list.  Handle multiple backends correctly.
2284         (vc-find-new-backend): Function removed.
2285         (vc-register): Use vc-responsible-backend, as before.
2286         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2288 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
2290         * startup.el (fancy-splash-head): Change message below the
2291         logo.
2293 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
2295         * diff-mode.el (diff-goto-source): Emit a status message.
2296         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
2297         (diff-test-hunk): Fix doc string.
2298         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2299         (diff-advance-after-apply-hunk): New variable.
2300         (diff-apply-hunk): Don't return a value.
2302 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
2304         * vc.el (vc-editable-p): Minor optimization.
2305         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2306         (vc-find-new-backend): New function split from vc-responsible-backend.
2307         (vc-register): Use it.
2308         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2309         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2310         (vc-default-unregister, vc-revert-buffer): Docstring fix.
2311         (vc-clear-headers): Don't use find-file.
2312         (vc-revert-buffer): Use `and' again (must have been a braino).
2313         (vc-switch-backend): Only prompt if requested.
2314         Short circuit if nothing is to be done.
2315         Don't use vc-resynch-buffer which could lose unsaved editing.
2316         (vc-default-receive-file): Update call to vc-unregister.
2317         (with-vc-file, vc-next-action-on-file):
2318         Use vc-backend rather than vc-registered.
2319         (vc-next-action-on-file): Use intern-soft.
2320         Deal with read-only *vc-diff* buffer.
2321         (vc-transfer-file): Docstring fix.
2323         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2324         (vc-rcs-receive-file): Avoid with-vc-properties.
2325         Update call to vc-unregister.
2326         Use constant `RCS' rather than (dynamically bound) var `backend'.
2328 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
2330         * vc.el (vc-next-action-on-file): Update mode line only if file
2331         is visited.
2332         (vc-start-entry): New argument initial-contents.  Don't visit the file
2333         if it isn't already visited.  Brought documentation up-to-date.
2334         (vc-next-action, vc-register): Updated calls to vc-start-entry.
2335         (vc-checkin): New optional arg initial-contents, which is passed to
2336         vc-start-entry.
2337         (vc-finish-logentry): Make sure to bury log buffer only if there
2338         really is one.  Call `vc-resynch-buffer' on log-file, not
2339         buffer-file-name.
2340         (vc-default-comment-history, vc-default-wash-log): New functions.
2341         (vc-index-of): Removed.
2342         (vc-transfer-file): Make do without the above.
2343         (vc-default-receive-file): Call comment-history unconditionally.  Pass
2344         the resulting string to vc-checkin, instead of inserting it into the
2345         comment ring.
2347         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2348         unconditionally.  Use the comments as initial contents of the log
2349         entry buffer.  Document the trick to force branch creation with no
2350         changes.
2352 2000-10-01  Miles Bader  <miles@gnu.org>
2354         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2355         `recenter' with an arg to prevent redrawing the display.
2357 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
2359         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2361         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2363         * progmodes/c-mode.el (c-mode):
2364         Don't gratuitously override the default for comment-column.
2366         * textmodes/tex-mode.el (latex-metasection-list): New var.
2367         (latex-imenu-create-index): Use it.
2368         Move the regexp construction outside loops (and use push).
2369         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
2370         (tex-font-lock-keywords): Moved from font-lock.el.
2371         (tex-comment-indent): Remove.
2372         (tex-common-initialization): Don't set comment-indent-function.
2373         (latex-block-default): New var.
2374         (tex-latex-block): Use it to provide a default choice.
2375         Add any unknown choice to latex-block-names.
2376         Insert [...] after {...}.
2377         (tex-last-unended-begin): Simplify regexp.
2378         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2379         (latex-forward-sexp-1, latex-forward-sexp): New functions.
2380         (latex-mode): Set forward-sexp-function.
2382         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2383         Add regexp for @ignore ... @end ignore.
2384         (texinfo-heading-face): New face.
2385         (texinfo-font-lock-keywords): Use it.
2386         (texinfo-mode-menu): New menu.
2387         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2388         New functions.
2389         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
2390         (texinfo-section-types-regexp, texinfo-section-level-regexp)
2391         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2392         Remove declaration.
2393         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2395         * delsel.el (delete-selection-mode): Use define-minor-mode.
2397         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2399 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
2401         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2403 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
2405         * replace.el (keep-lines-read-args): New function.
2406         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2407         read arguments interactively.  Add parameters RSTART and REND.
2408         Operate on the active region in Transient Mark mode.
2410         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2412         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2413         (authors-obsolete-files-regexps): New variable.
2414         (authors-add): Don't record changes in obsolete files.
2416 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
2418         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2420         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2421         (comment-indent): Make sure there's a space between code and comment.
2422         Shift comments left to avoid going past fill-column.
2424 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
2426         * startup.el (startup-echo-area-message): New function.
2427         (display-startup-echo-area-message): Use it.
2428         (fancy-splash-screens): Rewritten to use keymaps and a timer.
2429         (fancy-splash-default-action): New function.
2430         (fancy-splash-screens-1): New function.
2431         (fancy-splash-head): Put a help-echo and a keymap under the image.
2433 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
2435         * diff-mode.el (diff-add-log-file-name): Remove.
2436         (diff-mode): Use add-log-buffer-file-name-function.
2438         * add-log.el (find-change-log): New arg BUFFER-FILE.
2439         (add-log-file-name): Obey add-log-file-name-function.
2440         (add-log-buffer-file-name-function): New var.
2441         (add-change-log-entry): Use it.
2443 2000-09-29  Miles Bader  <miles@gnu.org>
2445         * image-file.el (image-file-name-extensions): New variable.
2446         (image-file-name-regexps): Renamed from `image-file-regexps'.
2447         New default value is nil.  Call `auto-image-file-mode'.
2448         (image-file-name-regexp): New function.
2449         (auto-image-file-mode): New minor mode.
2450         (insert-image-file): Don't make conditional on the image-file
2451         handler being enabled.
2452         (image-file-handler): Make the call here conditional instead.
2453         (set-image-file-handler-enabled, enable-image-file-handler)
2454         (disable-image-file-handler): Functions removed.
2456         * emacs-lisp/authors.el (authors-print): Rephrase many-files
2457         string.
2459 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
2461         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2462         it's a function from CL.
2463         (latex-imenu-create-index): Replace eval-when-compile with progn
2464         because latex-section-alist is not bound while compiling.
2466 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
2468         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2469         (outline-mode): Use define-derived-mode.
2471         * progmodes/perl-mode.el (perl-mode):
2472         * progmodes/awk-mode.el (awk-mode):
2473         * progmodes/asm-mode.el (asm-mode):
2474         Don't gratuitously override the default for comment-column.
2476         * emacs-lisp/lisp.el (lisp-complete-symbol):
2477         Distinguish the let-binding case from the funcall case.
2478         (forward-sexp-function): New variable.
2479         (forward-sexp): Use it.
2481         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2482         (easy-mmode-defmap): Remove the now useless autoload.
2484         * time.el (display-time-mode): Use define-minor-mode.
2486         * subr.el (add-minor-mode): Don't eval NAME.
2487         Don't depend on the presence of TOGGLE-FUN for any special behavior.
2488         Use if rather than cond.
2490         * simple.el (read-expression-map): Define more properly.
2491         (comment-indent-hook): Remove.
2492         (string-to-syntax): Bug fix.
2494         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2495         (cvs-ediff-diff): Fix typo.
2496         (cvs-revert-if-needed): Don't bother preserving read-only.
2498         * paren.el (show-paren-mode): Use define-minor-mode.
2500         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2501         (toggle-auto-compression): Remove.
2502         (jka-compr-build-file-regexp): Remove useless grouping.
2504         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2505         Avoid user-reserved bindings.
2506         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2507         (diff-header-face): Revert to grey85.
2509         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2511         * complete.el (partial-completion-mode) <defcustom>: Remove.
2512         (partial-completion-mode): Use define-minor-mode.
2513         (PC-do-completion): Understand `completion-auto-help = delay'
2514         to mean to popup the completion buffer only the second time.
2515         (PC-include-file-all-completions, PC-include-file-all-completions)
2516         (PC-include-file-all-completions): Don't quote lambda.
2518         * comint.el (comint-mode-hook): Docstring fix.
2519         (comint-mode): Use define-derived-mode.
2520         (comint-mode-map): Remove obsolete comment.
2521         (make-comint): Minor stylistic change.
2522         (comint-insert-clicked-input): Be more careful to find the overlay.
2523         Use this-command-keys rather than hardcoding mouse-2.
2525         * font-lock.el: Replace confusing (,@ with ,
2526         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2527         Don't use regexp-opt-depth.  Spice up the regexp for args.
2528         Don't distinguish between cmds that can take an opt arg or not.
2529         Use `append' and `prepend' rather than `keep'.
2531         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2532         (latex-outline-regexp): New var.
2533         (latex-outline-level): New fun.
2534         (latex-section-alist): New var.
2535         (latex-imenu-create-index): Use it.  Use `push' as well.
2536         (tex-shell-map): Initialize it properly.
2537         (tex-mode): Minor stylistic change.
2538         (plain-tex-mode): Use define-derived-mode.
2539         (latex-mode): Use define-derived-mode.
2540         Construct the paragraph regexps in a more readable way.
2541         Set the buffer-local outline-{level,regexp} vars.
2542         (slitex-mode): Derive from latex-mode.
2543         (tex-common-initialization): Don't kill-all-vars anymore.
2544         Add setting for comment-add and font-lock-defaults.
2545         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2546         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
2547         (tex-start-tex): New arg DIR (and send a chdir command for it).
2548         Also display the shell buffer and save it in tex-last-buffer-texed.
2549         (tex-region): Use expand-file-name rather than concat.
2550         Remove code made useless by changes in tex-start-tex.
2551         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2553         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2555 2000-09-28  Dave Love  <fx@gnu.org>
2557         * eshell/eshell.el (eshell) <defgroup>: Add :version.
2559 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
2561         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2562         `append'.
2564 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
2566         * info.el (Info-extract-pointer): Undo last change.
2567         Instead, fix the position of the `bound' arg to re-search-backward.
2569 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
2571         * info.el (Info-extract-pointer):
2572         Widen more carefully, to avoid finding pointers in other nodes.
2573         (Info-index): Use push.
2575 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
2577         * frame.el (set-frame-font): Remove call to obsolete function
2578         frame-update-faces.
2579         (set-foreground-color, set-background-color): Likewise for
2580         frame-update-face-colors.
2582 2000-09-27  Miles Bader  <miles@gnu.org>
2584         * image-file.el: New file.
2586 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
2588         * frame.el (frame-notice-user-settings): Don't call
2589         frame-update-faces, which is a no-op now.
2591         * ediff-wind.el (ediff-control-frame-parameters): Add zero
2592         tool-bar-lines.
2594 2000-09-27  Dave Love  <fx@gnu.org>
2596         * mouse.el: Fix last change.
2598 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
2600         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2602 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
2604         * international/quail.el (quail-help): The output message is
2605         improved.
2607 2000-09-26  Dave Love  <fx@gnu.org>
2609         * mouse.el (popup-menu): If POSITION is nil, set it using
2610         mouse-position.
2612 2000-09-25  Sam Steingold  <sds@gnu.org>
2614         * net/browse-url.el (browse-url-file-url): Check for null maps.
2616 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
2618         * frame.el (frame-notice-user-settings): Don't add a
2619         tool-bar-lines frame parameter to default-frame-alist in batch mode.
2621         * frame.el (frame-notice-user-settings):
2622         Make tool-bar-mode and default-frame-alist consistent.
2624         * toolbar/tool-bar.el (tool-bar-help): New function.
2626 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
2628         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2629         current-load-list in top-level forms.  Else this leaks a cons cell
2630         every time a defun is called.
2632         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
2634 2000-09-25  Dave Love  <fx@gnu.org>
2636         * startup.el (fancy-splash-head): Check XPM is available.
2638         * autoinsert.el (auto-insert): Doc fix.
2639         (auto-insert-alist): Following GNU notices, don't say `copyright
2640         _by_'.  Use line-beginning-position.
2641         (auto-insert): Check buffer-file-name is non-nil before use.
2643 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
2645         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2646         starting with `@def' or `@multitable', in addition to ones
2647         specified by the user in auto-fill-inhibit-regexp.
2649 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
2651         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2652         rmail-dont-reply-to-names matches the empty string.
2654 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
2656         * startup.el (command-line-1, fancy-splash-text): Change the
2657         text to sound more friendly.
2659 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
2661         * progmodes/hideshow.el: Update author email address.
2662         Generally, sync w/ maintainer version 5.22.
2663         (hs-hide-all-non-comment-function): New var.
2664         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2665         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2666         (hs-show-region): Delete this command.
2667         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2669 2000-09-22  Dave Love  <fx@gnu.org>
2671         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2672         (hl-line-highlight): Specify buffer when moving overlay.
2674         * progmodes/fortran.el (fortran-mode): Locally set
2675         normal-auto-fill-function.
2676         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2677         (fortran-mode-map): Adjust auto-fill menu entry.
2679 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
2681         * vc-rcs.el (toplevel): Require `vc' when compiling.
2683         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
2685 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
2687         * vc.el (vc-switch-backend): Signal an error if the file is not
2688         registered under the new backend.
2690         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
2691         without explicit revision number.
2693 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
2695         * diff-mode.el (diff-file-header-face): Reset to its previous value.
2696         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2697         (diff-xor): New function.
2698         (diff-find-source-location): Use it.  Fix a stupid name clash.
2699         (diff-hunk-status-msg): New function.
2700         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2701         (diff-test-hunk): Use diff-find-source-location.
2702         (diff-goto-source): Favor the `reverse'.
2703         (diff-hunk-text): Properly handle one-sided context diffs.
2704         (diff-apply-hunk): When done, advance to the next hunk.
2706 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
2708         * startup.el (command-line): If frame was created with a non-zero
2709         tool-bar-lines parameter, switch tool-bar-mode on.
2711         * add-log.el (change-log-date-face, change-log-name-face)
2712         (change-log-email-face, change-log-file-face)
2713         (change-log-list-face, change-log-conditionals-face)
2714         (change-log-function-face, change-log-acknowledgement-face):
2715         New faces, inheriting from font-lock faces.
2716         (change-log-font-lock-keywords): Use them.
2718 2000-09-21  Dave Love  <fx@gnu.org>
2720         * progmodes/cperl-mode.el (top-level): Clean up
2721         `eval-when-compile's and assorted defvars.
2722         (cperl-invalid-face): Don't double-quote value.  Change custom
2723         type.
2724         (cperl-mode): Set normal-auto-fill-function and don't zap
2725         auto-fill-function.
2726         (cperl-imenu--function-name-regexp-perl): Renamed from
2727         imenu-example--function-name-regexp-perl.
2728         (cperl-imenu--create-perl-index): Renamed from
2729         imenu-example--create-perl-index.
2730         (cperl-xsub-scan): Don't require cl.
2732         * msb.el (msb-mode-map): Use substitute-key-definition.
2733         (msb-mode): Use msb-mode-map.
2735 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
2737         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2738         New functions.
2739         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
2740         (vc-switch-backend): New function.
2741         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2742         (vc-register): Fix prompt.
2743         (vc-unregister, vc-default-unregister): New functions.
2744         (vc-version-diff): Handle empty buffer in sentinel.
2746         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2747         (vc-rcs-state-heuristic): Use it to guess the state of files with
2748         non-strict locking.
2749         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2750         been set with -b, but not created yet.
2751         (vc-rcs-fetch-master-state): With non-strict locking, compare file
2752         contents in order to find the state.
2753         (vc-rcs-checkin): Allow creation of branches with no changes.
2754         (vc-rcs-unregister, vc-rcs-receive-file)
2755         (vc-rcs-set-non-strict-locking): New functions.
2757         * vc-hooks.el (vc-name): Force correct computation of the value
2758         in case it is missing.
2760 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
2762         * startup.el (fancy-splash-tail): Use a different foreground
2763         color on a dark frame background.
2765 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
2767         * info.el: Use the correct capitalization when making Info-mode
2768         and Info-edit-mode `special' modes.
2770 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
2772         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2773         (diff-mode): Add support for add-log.el.
2774         (diff-hunk-text): Use char offsets rather than line offsets.
2775         (diff-find-source-location): Replace LINE with line-offset (nil
2776         if not found) and always set POS to a meaningful position.
2777         Adapt to the new char-offsets.
2778         (diff-apply-hunk): Drop support for the unused `select' POPUP.
2779         Adapt to the new diff-find-source-location.
2780         (diff-goto-source): Adapt to the new diff-find-source-location.
2782         * add-log.el (add-log-file-name): New function (split out of
2783         add-change-log-entry).
2784         (add-change-log-entry): Use it.
2785         Call add-log-file-name-function with the changelog file name if
2786         the current buffer is not associated with any file.
2787         Avoid find-file if the selected window is dedicated.
2789         * diff-mode.el (diff-find-source-location):
2790         Move code from diff-apply-hunk.  Return buffer rather than file.
2791         (diff-apply-hunk): Use the new result from  diff-find-source-location.
2792         (diff-goto-source): Use the new diff-find-source-location.
2794 2000-09-20  Dave Love  <fx@gnu.org>
2796         * iswitchb.el: Some doc fixes.
2797         (iswitchb-mode-map): Define completely initially.  Inherit
2798         minibuffer-local-map.
2799         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2800         fundamental-mode.
2801         (iswitchb-global-map): New variable.
2802         (iswitchb-summaries-to-end): Amalgamate regexps.
2803         (iswitchb-mode): New.
2804         (iswitchb-mode-hook): New variable.
2805         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
2806         `extensions'.
2808 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
2810         * ehelp.el (electric-help): New defgroup.
2811         (electric-help-shrink-window): New user-option.
2812         (with-electric-help): Use it.
2814         * window.el (shrink-window-if-larger-than-buffer): If face
2815         `mode-line' has a :box, and we're on a graphical frame, add 1
2816         to the needed window height.
2818         * frame.el (frame-notice-user-settings): Add a last parameter nil
2819         to a call to `append', because the last list passed to `append' is
2820         not copied, and so subsequent calls to assq-delete-all will modify
2821         default-frame-alist.
2823         * startup.el (fancy-splash-image): Change :type.
2824         (fancy-splash-head): Use an XBM image if appropriate.
2825         (command-line-1): Show splash screens in more cases.
2827         * startup.el (fancy-splash-text): Don't quote faces.
2829         * dired.el (dired-font-lock-keywords): Undo last change.
2830         (dired-readin): Bind indent-tabs-mode to nil.
2832         * startup.el (fancy-splash-head): If frame's background mode
2833         is `dark', change the black background of the image to gray.
2834         (fancy-splash-screens): Display startup echo area message.
2835         (display-startup-echo-area-message): New function.
2837 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
2839         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2841         * info.el (info-header-node): Tweak for color ttys.
2843         * faces.el (face-valid-attribute-values): Make sure directories we
2844         search for stipples both exist and are readable before trying to
2845         search them.
2847         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2848         in the dry-run case.
2850         * jka-compr.el (with-auto-compression-mode): New macro.
2852         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2853         (custom-group-tag-face, custom-variable-tag-face): Use relative
2854         :height and inherit from `variable-pitch' face instead of
2855         hardwiring :family.
2856         * hi-lock.el (hi-black-hb): Likewise.
2858         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2859         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2860         toolbar-add-item, if image doesn't have a mask add a `:mask
2861         heuristic'.
2863 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
2865         * diff-mode.el: Docstring fixes.
2866         (diff-header-face, diff-comment-face): New faces.
2867         (diff-font-lock-keywords): Highlight a bit differently.
2868         (diff-find-source-location): Don't return SPAN any more.
2869         (diff-hunk-text): Don't bother erasing the temp buffer.
2870         (diff-find-text): Drop argument LINE.
2871         (diff-apply-hunk): Update calls to diff-find-text.
2872         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2874         * calendar/calendar.el: Docstring fixes.
2875         (calendar-make-alist): Don't quote lambda.
2876         (calendar-star-date): Use make-local-variable.
2878 2000-09-19  Dave Love  <fx@gnu.org>
2880         * toolbar/tool-bar.el: Renamed from toolbar.el.
2881         Change `toolbar' to `tool-bar' generally in symbols.
2882         Make some items invisible in `special' major modes.
2883         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2884         Add arg PROPS.
2886         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2887         Add :version here.
2888         (fancy-splash-delay, fancy-splash-image): Remove :version here.
2890 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2892         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
2894         * files.el (find-file-suppress-same-file-warnings): New user-option.
2895         (find-file-noselect): Use it.
2897         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
2898         (fancy-splash-screen): Defgroup.
2900         * add-log.el (change-log-font-lock-keywords): Match names
2901         more exactly for the case that font-lock-constant-face is
2902         underlined.
2904 2000-09-19  Richard M. Stallman  <rms@gnu.org>
2906         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
2908 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
2910         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2912 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2914         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2915         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2916         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2917         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2918         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2919         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2920         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2921         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2922         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2923         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2924         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
2925         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
2927         * startup.el (fancy-splash-text): New variable.
2928         (fancy-splash-delay, fancy-splash-image): New user-options.
2929         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2930         (fancy-splash-screens): New functions.
2931         (command-line-1): If display has a `display' frame parameter, has
2932         colors, and we have XPM support, show more fancy splash screens.
2934 2000-09-19  Dave Love  <fx@gnu.org>
2936         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
2937         with null `help'.  Use modern backquote syntax.
2939 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2941         * font-lock.el (font-lock-mode): Change message telling the user
2942         that ``the buffer is too big''.
2944         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2945         for instance for the case that tab-width is 2.
2947 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
2949         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2950         toolbar-add-item, if image doesn't have a mask add a `:mask
2951         heuristic'.
2953 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
2955         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2956         and return a cons if it's non-nil.
2957         (diff-apply-hunk): Try to jump to the line in the source text
2958         corresponding to the position of point in the in the hunk.
2960         * info.el (Info-title-3-face, Info-title-2-face)
2961         (Info-title-1-face): Use face inheritance and relative sizes
2962         instead of hard-wiring things.
2964         * faces.el (secondary-selection): Make dark-background variant sane.
2966 2000-09-16  Andrew Innes  <andrewi@gnu.org>
2968         * makefile.w32-in (compile-files-CMD): No need to make .elc files
2969         read-only, since they aren't under VC now.
2971 2000-09-17  Dave Love  <fx@gnu.org>
2973         * tmm.el: Replace mapcar with mapc in several places.
2975         * loadhist.el (unload-feature): Maybe call elp-restore-list and
2976         ad-unadvise.
2978         * international/latin1-disp.el: New file.
2980         * calendar/cal-move.el (scroll-calendar-left)
2981         (scroll-calendar-right): Make arg optional (for active mode line).
2983         * calendar/calendar.el (calendar-mode-line-format): Make fields
2984         mouse-sensitive.
2985         (calendar-read-date, calendar-read-date, calendar-window-list):
2986         Unquote lambda.
2987         (calendar-month-name): Use aref, not sref.
2989         * view.el (minor-mode-alist): Propertize the string.
2991         * international/characters.el (standard-case-table): Add entries
2992         for Greek.
2994 2000-09-18  Miles Bader  <miles@gnu.org>
2996         * info.el (info-node, info-xref): Add dark-background variants.
2998         * faces.el (header-line): Change defaults to be less confusing
2999         when mixed with mode-lines.
3001         * info.el (Info-fontify-node): Make a few cleanups.
3002         Add extra `help-echo' and `local-map' props to node xrefs.
3003         Use header-specific faces for node-names & xrefs.
3004         (Info-use-header-line): New variable.
3005         (info-header-xref, info-header-node): New faces.
3006         (Info-setup-header-line): New function.
3007         (Info-select-node): Call Info-setup-header-line when enabled.
3008         (Info-extract-pointer): Work even if the header line is hidden.
3009         (Info-header-line): New variable.
3011 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
3013         * vms-patch.el (print-region-function): Don't quote lambda.
3015         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3017         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3018         (lm-get-header-re): Allow spaces between the header and the colon.
3019         (lm-header): Allow $ in non-RCS headers.
3020         (lm-header-multiline): Put the strings back into order.
3021         Stop at an empty line.  Don't require two space chars if the
3022         line is clearly not another header line.
3024         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3025         (popup-menu-popup): Remove.
3027 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
3029         * toolbar/toolbar.el (toolbar-add-item): Use the same image
3030         specification if or if not tool-bar item contains an `:enabled'
3031         property.
3033         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3034         current buffer has no file name.
3036 2000-09-15  Dave Love  <fx@gnu.org>
3038         * strokes.el: Sync with maintainer's current version with changes
3039         for Emacs, but avoid runtime cl and levents.
3040         (toplevel):  Change autoloads and compilation requires.
3041         (strokes-version, strokes-bug-address, strokes-lift): Values
3042         changed.
3043         (strokes-xpm-header, strokes-insinuated): New variable.
3044         (strokes): Add :link.
3045         (strokes-mode): Customized.
3046         (strokes-while-inhibiting-garbage-collector): New macro.
3047         (strokes-remassoc): Avoid remove-if.
3048         (strokes-fix-button2-command): Don't use ad-do-it.
3049         (strokes-insinuate): New function.
3050         (strokes-button-press-event-p, strokes-button-release-event-p):
3051         New functions, used instead of non-`strokes-' versions..
3052         (strokes-mouse-event-p): Rewritten.
3053         (strokes-event-closest-point): Avoid event-point.
3054         (strokes-get-grid-position): Avoid cdadr, caadr
3055         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3056         functions.
3057         (strokes-help): Use with-output-to-temp-buffer.
3058         (strokes-window-configuration-changed-p): New function.
3059         (strokes-update-window-configuration): Use buffer-live-p,
3060         strokes-window-configuration-changed-p.
3061         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
3062         (strokes-char-face): New face.
3063         (strokes-char-table, strokes-base64-chars): New variable.
3064         (strokes-xpm-for-stroke, strokes-list-strokes)
3065         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3066         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3067         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3068         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3069         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3070         functions.
3072 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
3074         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3076         * image.el (create-image): Doc fix.
3078         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3079         instead of `:heuristic-mask t'.
3081 2000-09-14  Andrew Innes  <andrewi@gnu.org>
3083         * makefile.w32-in: Revert to Unix line endings.
3085 2000-09-14  Andrew Innes  <andrewi@gnu.org>
3087         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
3088         when installing.
3090         * makefile.nt (DONTCOMPILE): Fix typo.
3092         * shell.el (shell-write-history-on-exit): New function.
3093         (shell-dumb-shell-regexp): New custom variable.
3094         (shell-mode): Make shell-write-history-on-exit the process
3095         sentinel if shell name matches shell-dumb-shell-regexp.
3097         * w32-fns.el: Comment out before-init-hook function which resets
3098         source-directory based; this breaks bootstrap.
3100 2000-09-14  Dave Love  <fx@gnu.org>
3102         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3103         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3104         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3105         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3106         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3107         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3108         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
3109         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
3110         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3112         * toolbar/toolbar.el: New.
3114         * subdirs.el: Add toolbar.
3116 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
3118         * indent.el (indent-for-tab-command): Doc fix.
3120 2000-09-14  Alex Schroeder  <alex@gnu.org>
3122         * ansi-color.el (ansi-colors): Doc change.
3123         (ansi-color-get-face): Simplified regexp.
3124         (ansi-color-faces-vector): Added more faces, doc change.
3125         (ansi-color-names-vector): Doc change.
3126         (ansi-color-regexp): Simplified regexp.
3127         (ansi-color-parameter-regexp): New regexp.
3128         (ansi-color-filter-apply): Doc change.
3129         (ansi-color-filter-region): Doc change.
3130         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3131         deal with zero length parameters.
3132         (ansi-color-apply-on-region): Doc change.
3133         (ansi-color-map): Doc change.
3134         (ansi-color-map-update): Removed debugging message.
3135         (ansi-color-get-face-1): Added condition-case to trap
3136         args-out-of-range errors.
3137         (ansi-color-get-face): Doc change.
3138         (ansi-color-make-face): Removed.
3139         (ansi-color-for-shell-mode): New option.
3141 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
3143         * international/quail.el (quail-start-translation): Translate KEY
3144         if necessary even if it doesn't have any mapping in the current
3145         input method.
3146         (quail-start-conversion): Likewise.
3147         (quail-help): The output message is improved.
3149 2000-09-13  Miles Bader  <miles@gnu.org>
3151         * comint.el (comint-output-filter): Revert to using
3152         `insert-before-markers'.  Add bletcherous hack to undo damage
3153         caused by `insert-before-markers'.  Put `front-sticky' property on
3154         overlays created here so that the field code understands how the
3155         overlay works.  Use a let when making comint-last-prompt-overlay,
3156         so that the code is easier to read.
3158 2000-09-13  Dave Love  <fx@gnu.org>
3160         * wid-edit.el (widget-default-format-handler): DTRT when
3161         doc-property is a function.
3163 2000-09-12  Francesco Potorti`  <pot@gnu.org>
3165         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3166         filed name if it's not there.
3168 2000-09-12  Dave Love  <fx@gnu.org>
3170         * simple.el (read-mail-command): Doc fix.
3171         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3173         * vc.el (vc-dired-listing-switches): Fix :version.
3175         * vc-hooks.el: Doc fixes.
3177         * subr.el (add-minor-mode): Use toggle-fun arg.
3179         * speedbar.el: Add :version to several defcustoms.
3181         * imenu.el (imenu--truncate-items, imenu--cleanup)
3182         (imenu--generic-function): Avoid mapcar.
3183         (imenu--replace-spaces): Function removed.
3184         (imenu--completion-buffer): Use subst-char-in-string.
3185         (imenu-add-to-menubar): Use keymap inheritance.
3187 2000-09-12  Miles Bader  <miles@gnu.org>
3189         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3190         (diff-mode-map): Bind `diff-test-hunk'.
3191         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3193 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
3195         * bytecomp.el (byte-compile-defvar): Undo last change
3196         because it breaks '(make-variable-buffer-local (defvar ...)'
3197         which is used at least in dired.
3199 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
3201         * international/quail.el (quail-define-package): Docstring
3202         modified.
3204 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
3206         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3207         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3208         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
3209         docstring of "chinese-py".
3211         * international/quail.el (quail-translation-docstring): New
3212         variable.
3213         (quail-show-keyboard-layout): Docstring modified.
3214         (quail-select-current): Likewise.
3215         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3216         infinite recursive call.
3217         (quail-help): Check quail-translation-docstring.  Format of the
3218         output changed.
3219         (quail-help-insert-keymap-description): Adjusted for the above
3220         change.
3222 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
3224         * bytecomp.el (byte-compile-defvar): Only cons onto
3225         current-load-list in top-level forms.  Else this leaks a cons cell
3226         every time a defun is called.
3228 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
3230         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3231         Now understands non-unified diffs.  Some functionality moved into
3232         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
3233         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
3234         modify anything.  Only reposition point in the patched file if the
3235         patch succeeds.  Only pop up another window if POPUP is true.
3236         Emit a message describing what happened if successful, and at what
3237         line-offset.  Automatically detect reversed hunks and do something
3238         appropriate.
3239         (diff-hunk-text, diff-find-text): New functions.
3240         (diff-filter-lines): Function removed.
3241         (diff-test-hunk): New function.
3242         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3244 2000-09-10  Dave Love  <fx@gnu.org>
3246         * textmodes/tildify.el: Minor doc/commentary fixes.
3247         (tildify) <defgroup>: Add :version.
3249         * faces.el (face-x-resources): Make custom type more specific.
3250         (frame-background-mode): Use mapc.
3251         (region) <defcustom>: Add :version.
3253 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
3255         * vc-sccs.el (vc-sccs-register):
3256         * vc-rcs.el (vc-rcs-register):
3257         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3258         * vc.el (vc-register): Clear file's properties.
3260 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
3262         * faces.el (face-spec-set): Only face-spec-reset-face when
3263         ATTRS is non-nil.
3265 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
3267         * help.el (help-insert-xref-button): Fix a typo in doc string.
3269 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
3271         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3272         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
3273         methods.
3275         * menu-bar.el (read-mail-item-name): New function.
3276         (menu-bar-tools-menu): Use it to compute and display the package
3277         used to read email.
3278         (menu-bar-tools-menu): Fix typo in GUD's help string.
3280 2000-09-07  Dave Love  <fx@gnu.org>
3282         * diff-mode.el (diff-mouse-goto-source): New function.
3284         * vc-sccs.el: Doc fixes.
3285         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
3287         * vc-rcs.el: Doc fixes.
3288         (vc-rcs-register-switches, vc-rcs-checkin-switches)
3289         (vc-rcs-checkout-switches, vc-rcs-header)
3290         (vc-rcs-master-templates): Add or change :version.
3292         * vc-cvs.el: Doc fixes.
3293         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3294         (vc-cvs-stay-local): Add :version.
3296         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3298 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
3300         * international/quail.el (quail-help): Fix previous change.
3302 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
3304         * faces.el (color-values): Doc fix.
3306         * faces.el (frame-set-background-mode): Use frame-parameter
3307         instead of frame-parameters.
3309         * frame.el (filtered-frame-list): Reduce consing.
3310         (frames-on-display-list): Call frame-parameter instead of
3311         frame-parameters.
3313 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
3315         * language/devan-util.el (devanagari-to-indian-region): In the
3316         loop, change the following char, not preceding char.
3318 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
3320         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3321         instead of frame-parameters.
3323         * faces.el (set-face-attribute): Simplify by calling
3324         internal-set-lisp-face-attribute with FRAME being 0.
3326         * vc.el: Remove `Id' version control keyword.
3328 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
3330         * help.el (help-make-xrefs): Adjusted for the change of
3331         help-xref-mule-regexp.
3332         (help-insert-xref-button): New function.
3334         * international/mule-cmds.el (help-xref-mule-regexp-template):
3335         Include the pattern for character set.
3336         (leim): New group.
3338         * international/quail.el: Don't require face.
3339         (quail): New group.
3340         (quail-other-command): Dummy command to make quail-help work better.
3341         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3342         (quail-keyboard-layout-substitution): New variable.
3343         (quail-update-keyboard-layout): New function.
3344         (quail-keyboard-layout-type): New customizable variable.
3345         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3346         (quail-keyboard-translate): Pay attention to
3347         quail-keyboard-layout-substitution.
3348         (quail-insert-kbd-layout): New function.
3349         (quail-show-keyboard-layout): New function.
3350         (quail-get-translation): If the definition is a vector of length
3351         1, and the element is a string of length 1, return the character
3352         in that string.
3353         (quail-update-current-translations): Fix the case of
3354         relative-index out of range.
3355         (quail-build-decode-map, quail-insert-decode-map): New Functions.
3356         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
3357         Show key sequences for all available characters.
3358         (quail-help-insert-keymap-description): Don't show such verbose
3359         key bindings as quail-self-insert-command.
3361         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3362         Format changed, and each element now have extra documentations.
3363         (tit-process-header): Delete invalid characters from TIT-PROMPT.
3364         Adjusted for the change of quail-cxterm-package-ext-info.
3366 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
3368         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3369         requiring it leads to a recursive loading of vc.el and vc-hooks.el
3370         during bootstrap.
3372 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
3374         * vc.el: (toplevel): Don't require `dired' at run-time.
3375         (vc-dired-resynch-file): Remove autoload cookie.
3377 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
3379         * vc.el: Made several backend functions optional.
3380         (vc-default-responsible-p): New function.
3381         (vc-merge): Use RET for first version to trigger merge-news, not
3382         prefix arg.
3383         (vc-annotate): Handle backends that do not support annotation.
3384         (vc-default-merge-news): Removed.  The existence of a merge-news
3385         implementation is now checked on caller sites.
3387         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
3388         case.
3390         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
3391         special case that has been removed from the default in vc-hooks.el.
3393 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
3395         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3397 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
3399         * vc-hooks.el: Require vc during compilation.
3400         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3401         macro `with-vc-properties' in vc.el.
3402         (vc-file-getprop): Doc fix.
3403         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
3405         * vc.el: Require dired-aux during compilation.
3406         (vc-name-assoc-file): Moved to vc-sccs.el.
3407         (with-vc-properties): New macro.
3408         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
3409         vc-finish-steal): Use it.
3410         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
3411         to the backend-specific function is now supposed to do the checkout,
3412         too.
3413         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3415         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
3416         set file properties; that gets done in the generic code now.
3418         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3419         Changed parameter list, added code from vc.el that does the
3420         checkout, possibly with a double-take.
3422         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3423         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3424         the above under the new name.
3425         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
3426         parameter list, added checkout command.
3427         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3428         properties; that gets done in the generic code now.
3430 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
3432         * vc.el: Docstring fixes (courtesy of checkdoc).
3434 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
3436         * vc.el (vc-checkout-writable-buffer-hook)
3437         (vc-checkout-writable-buffer): Remove.
3438         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3439         (vc-log-mode): Make it into a clean derived major mode.
3440         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3441         vc-log-mode if log-edit is not available.
3442         (vc-dired-mode-map): Don't set-keymap-parent yet.
3443         (vc-dired-mode): Do set-keymap-parent here.
3444         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3446 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
3448         * faces.el (set-face-attribute, face-spec-reset-face)
3449         (face-spec-set): Avoid consing by removing calls to `apply'.
3451         * frame.el (frame-parameter): Move to C code.
3453 2000-09-05  Dave Love  <fx@gnu.org>
3455         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3456         insert-before-markers-and-inherit.  Now checked systematically!
3458 2000-09-05  Alex Schroeder  <alex@gnu.org>
3460         * sql.el (sql-postgres): Use sql-postgres-options.
3461         (sql-postgres-options): New variable.
3463 2000-09-05  Alex Schroeder  <alex@gnu.org>
3465         * sql.el (sql-mode-menu): Work around missing variable mark-active
3466         in XEmacs.
3467         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3468         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3469         compatibility.
3471 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
3473         * vc.el (vc-dired-resynch-file): Add autoload cookie.
3475         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3477         * Makefile.in (DONTCOMPILE): Fix typo in file name.
3479 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3481         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3482         don't support anything else under SCCS yet.
3484         * vc-hooks.el: Minor doc fixes.
3486 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3488         * vc.el (vc-next-action-on-file): Do not visit the file if it's
3489         not necessary.  If verbose in state `needs-patch', do the same as
3490         under `up-to-date'.  When NOT verbose and `needs-patch', check out
3491         latest version instead of `merge-news'.
3492         (vc-next-action-dired): Don't mess with default-directory here; it
3493         breaks other parts of dired.  It is the job of the
3494         backend-specific functions to adjust it temporarily if they need it.
3495         (vc-next-action): Remove a special CVS case.
3496         (vc-clear-headers): New optional arg FILE.
3497         (vc-checkin, vc-checkout): Set properties vc-state and
3498         vc-checkout-time properly.
3499         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
3500         (vc-print-log): Use new backend function `show-log-entry'.
3501         (vc-cancel-version): Do the checks in a different order.  Added a
3502         FIXME concerning RCS-only code.
3504         * vc-rcs.el (vc-rcs-show-log-entry): New function.
3505         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3507         * vc-cvs.el (vc-cvs-show-log-entry): New function.
3509         * vc-hooks.el (vc-default-mode-line-string): Show state
3510         `needs-patch' as a `-' too.
3512 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3514         * vc.el (vc-responsible-backend): New optional arg REGISTER.
3515         (vc-default-could-register): New function.
3516         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3517         (vc-resynch-buffer): Call vc-dired-resynch-file.
3518         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3519         vc-resynch-buffer instead of vc-resynch-window.
3520         (vc-next-action-dired): Don't redisplay here, that gets done as a
3521         result of the individual file operations.
3522         (vc-retrieve-snapshot): Corrected prompt order.
3524         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
3526         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3527         as well.
3528         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
3529         hostname regexps.  Updated all callers.
3530         (vc-cvs-responsible-p): Handle directories as well.
3531         (vc-cvs-could-register): New function.
3532         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3533         properties up-to-date.
3535         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3536         user whether to create one.
3538 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3540         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3541         check out a non-existing file.
3543         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3544         workfile does not exist.
3546         * vc.el (vc-version-diff): Use `require' to check for existence of
3547         diff-mode.
3549 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3551         * vc-cvs.el (vc-cvs-registered): Use new function
3552         vc-cvs-parse-entry to do the actual work.
3554 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3556         * vc-hooks.el (vc-find-backend-function): If function doesn't
3557         exist, return nil instead of error.
3558         (vc-call-backend): Doc fix.
3560         * vc.el (vc-do-command): Doc fix.
3561         (vc-finish-logentry): When checking in from vc-dired, choose the
3562         right backend for logentry check.
3563         (vc-dired-mode-map): Inherit from dired-mode-map.
3564         (vc-dired-mode): Local value of dired-move-to-filename-regexp
3565         simplified.
3566         (vc-dired-state-info): Removed, updated caller.
3567         (vc-default-dired-state-info): Use parentheses instead of hyphens.
3568         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3569         (vc-dired-listing-switches): New variable.
3570         (vc-directory): Use it, instead of dired-listing-switches.
3572         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3573         (vc-cvs-dir-state): New function.
3574         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
3575         (vc-cvs-parse-entry): New function, also to be used in
3576         vc-cvs-registered.
3578 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3580         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3581         *or* single-window-frames.
3583 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3585         * vc.el (vc-update-changelog): Split into generic part and default
3586         implementation.  Doc string adapted.
3587         (vc-default-update-changelog): New function.  Call the `rcs2log'
3588         script in exec-directory, to fix a long-standing nuisance.
3590         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3591         simply signals an error.
3593 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3595         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3596         control-flow more clear and to avoid running `cvs' twice.
3598         * vc.el (vc-next-action-on-file): Doc fix.
3599         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3600         (vc-print-log): Eval `file' before constructing the continuation.
3602 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3604         * vc.el (vc-next-action-on-file): Corrected several messages.
3605         (vc-merge): Add prefix arg `merge-news'; handle it.
3607         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3608         is not reached.  It is.
3609         (vc-cvs-merge): Set state to 'edited after merge.
3610         (vc-cvs-merge-news): Set workfile version to nil if not known.
3611         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
3613         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3614         via stdout. (Merge from main line.)
3616 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3618         * vc.el (vc-finish-logentry): Thinko in the "same comment"
3619         detection.
3621 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3623         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3624         against kill-all-local-variables.
3625         (vc-log-edit): Don't save vc-parent-buffer any more.
3626         (vc-last-comment-match): Initialize to an empty string.
3627         (vc-post-command-functions): New hook.
3628         (vc-do-command): Run it.
3629         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3630         (vc-finish-logentry): Only add the comment to the ring if it's
3631         different from the last comment entered.
3632         (vc-new-comment-index): New function.
3633         (vc-previous-comment): Use it.  Make the minibuffer message
3634         slightly less terse.
3635         (vc-comment-search-reverse): Make it work forward as well.  Don't
3636         set vc-comment-ring-index if no match is found.  Use
3637         vc-new-comment-index.
3638         (vc-comment-search-forward): Use vc-comment-search-reverse.
3639         (vc-dired-mode-map): Don't inherit from dired-mode-map since
3640         define-derived-mode will do it for us.  Bind `v' to a keymap that
3641         inherits from vc-prefix-map so that we can bind `vt' without
3642         binding C-x v t.
3643         (vc-retrieve-snapshot): Parenthesis typo.
3645         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3646         to 1.  Make sure to switch to *vc* before looking for an error
3647         message.  Use vc-parse-buffer.
3649 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3651         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3652         and NAME.
3653         (vc-retrieve-snapshot): Split into two parts.
3654         (vc-default-retrieve-snapshot): New function.
3656         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3657         (vc-cvs-retrieve-snapshot): New function (untested).
3658         (vc-cvs-stay-local): Default to t.
3659         (vc-cvs-remote-p): New function and property.
3660         (vc-cvs-state): Stay local only if the above is t.
3661         (vc-handle-cvs): Removed.
3662         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3663         done via vc-handled-backends now.
3664         (vc-cvs-header): Escape Id.
3666 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3668         * vc.el (vc-do-command): Remove unused commands.
3669         (vc-version-diff): Make sure default-directory ends with a slash.
3670         Move the window commands into a vc-exec-after.
3671         (vc-print-log): Move more of the code into the `vc-exec-after'.
3673 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3675         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3676         (vc-print-log): Search current revision from beginning of buffer.
3677         (vc-revert-buffer): Clear echo area after the diff is finished.
3678         (vc-prefix-map): Removed definition of "t" for terse display in vc
3679         dired.
3680         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
3681         definition of "vt" for terse display.
3682         (vc-dired-mode): Fix dired-move-to-filename-regexp.
3684 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3686         * vc.el (vc-exec-after): Avoid caddr.
3688 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3690         * vc.el (vc-exec-after): New function.
3691         (vc-do-command): Use it to add a termination message for async
3692         procs.
3693         (vc-checkout): Try to handle a missing-backend situation.
3694         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3695         of a directory with a backend using async diffs.
3696         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3697         present.
3699         * vc-sccs.el (vc-sccs-state-heuristic): Use
3700         file-ownership-preserved-p.
3702         * vc-rcs.el (vc-rcs-state-heuristic): Use
3703         file-ownership-preserved-p.
3704         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3706 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3708         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3709         vc-do-command.
3711         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3712         when there are no changes.
3714 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3716         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3718         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3720 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3722         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3724         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3725         the `fset' outside of the defvar so that it works even if
3726         vc-prefix-map was already defined.
3727         (vc-setup-buffer): New function, split out of vc-do-command.
3728         (vc-do-command): Allow BUFFER to be t to mean `just use the
3729         current buffer without any fuss'.
3730         (vc-version-diff): Change the `diff' backend operation to just put
3731         the diff in the current buffer without erasing it.  Always use
3732         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
3733         shrink-window-if-larger-than-buffer.
3734         (vc-print-log): Change the `print-log' backend operation to just
3735         put the log in the current buffer without erasing it.  Protect
3736         shrink-window-if-larger-than-buffer.
3737         (vc-update-change-log): Fix setd typo.
3739         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3740         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3742         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3743         (vc-rcs-diff): Insert in the current buffer and remove unused arg
3744         CMP.
3746         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3747         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
3748         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3750 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3752         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3753         not possible, use vc-BACKEND-workfile-unchanged-p.
3754         (vc-default-workfile-unchanged-p): New function.  Delegates to a
3755         full vc-BACKEND-diff.
3757         * vc-hooks.el (vc-simple-command): Removed.
3759         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3760         instead of vc-simple-command.
3761         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3762         avoid doing a diff when opening a file.
3763         (vc-rcs-state): Added check for unlocked-changes.
3764         (vc-rcs-header): Escape Id.
3765         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3766         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3767         version.
3769         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3770         (vc-sccs-diff): Remove optional arg CMP.
3771         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3772         SCCS-specific function.
3774         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3775         vc-simple-command.
3777 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3779         * vc.el (vc-editable-p): Renamed from vc-writable-p.
3780         (with-vc-file, vc-merge): Use vc-editable-p.
3781         (vc-do-command): Remove unused var vc-file and fix the
3782         doubly-defined `status' var.  Add a user message when starting an
3783         async command.
3784         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3785         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3786         Use with-current-buffer.
3787         (vc-buffer-sync): Use unless.
3788         (vc-next-action-on-file): If the file is 'edited by read-only,
3789         make it read-write instead of trying to commit.
3790         (vc-version-diff, vc-update-change-log): Use `setq
3791         default-directory' rather than `cd'.
3792         (vc-log-edit): Don't forget to set default-directory in the
3793         buffer.
3795         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3796         (vc-sccs-state-heuristic): Use file-writable-p instead of
3797         comparing userids.
3798         (vc-sccs-checkout): Use `unless'.
3800         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3801         of comparing userids.
3802         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3803         Simplify the logic by eliminating unreachable code.
3804         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3805         just do a recursive call if we need to retry.
3806         (vc-rcs-checkout): Handle the case where rcs is missing by making
3807         the buffer read-write if requested and re-signalling the error.
3809         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3811 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3813         * vc-hooks.el (vc-handled-backends): Docstring change.
3814         (vc-ignore-vc-files): Mark obsolete.
3815         (vc-registered): Check vc-ignore-vc-files.
3816         (vc-find-file-hook, vc-file-not-found-hook): Don't check
3817         vc-ignore-vc-files.
3819         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3821 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3823         * vc.el (vc-checkout): Don't do anything special for ange-ftp
3824         files since ange-ftp already has vc-registered return nil.
3826         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3827         (vc-sccs-workfile-version): Use with-temp-buffer and new
3828         vc-parse-buffer and don't bother setting the property.
3829         (vc-sccs-add-triple): Use with-current-buffer and
3830         find-file-noselect.
3831         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3833         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
3834         derives from the old vc-parse-buffer but uses the revision number
3835         rather than the date (much easier to compare robustly).
3836         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
3837         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
3838         locking-user more directly.  Check strict locking and set
3839         checkout-model appropriately.
3840         (vc-rcs-parse-locks): Remove.
3841         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3842         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3843         (vc-rcs-system-release): Use with-current-buffer and
3844         vc-parse-buffer.
3845         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3847         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3848         (vc-simple-command): Docstring fix.
3849         (vc-registered): Align the way the file-handler is called with the
3850         way the function itself works.
3851         (vc-file-owner): Remove.
3853         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
3854         extraction of fields and call to file-attributes because of a
3855         temporary bug in rcp.el.
3856         (vc-cvs-fetch-status): Use with-current-buffer.
3858 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3860         * vc.el (vc-do-command): Use file-relative-name.
3861         (vc-responsible-backend): Use vc-backend if possible.
3862         (vc-create-snapshot): Improve the `interactive' spec. Add support
3863         for branches and dispatch to backend-specific `create-snapshot'.
3864         (vc-default-create-snapshot): New function, containing the bulk of
3865         the old vc-create-snapshot.
3866         (vc-retrieve-snapshot): Improve the interactive spec.
3868         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3869         (vc-backend-hook-functions): Remove.
3870         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3871         (vc-backend): Reintroduce the test for `file = nil' now that I
3872         know why it was there (and added a comment to better remember).
3874         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3875         code from vc-sccs-hooks.el.
3876         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
3877         'vc anymore.
3878         (vc-sccs-responsible-p): Use expand-file-name instead of concat
3879         and file-directory-p instead of file-exists-p.
3880         (vc-sccs-check-headers): Simplify the regexp.
3882         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3883         from vc-rcs-hooks.el.  Don't require 'vc anymore.
3884         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3885         file-directory-p instead of file-exists-p.
3887         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3888         from vc-cvs-hooks.el.
3889         (proto vc-cvs-registered): Require 'vc-cvs instead of
3890         'vc-cvs-hooks.  Don't require 'vc anymore.
3891         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3892         file-directory-p instead of file-exists-p.
3893         (vc-cvs-create-snapshot): New function, replacing
3894         vc-cvs-assign-name.
3895         (vc-cvs-assign-name): Remove.
3897 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3899         * vc-cvs.el (vc-cvs-header): New var.
3901         * vc-rcs.el (vc-rcs-exists): Remove.
3902         (vc-rcs-header): New var.
3904         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3905         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3906         (vc-sccs-header): New var.
3908         * vc.el (vc-do-command): Get rid of the `last' argument.
3909         (vc-header-alist): Remove, replaced by vc-X-header.
3910         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3911         (vc-dired-hook): Use expand-file-name instead of concat.
3912         (vc-directory): Use file-name-as-directory.
3913         (vc-snapshot-precondition, vc-create-snapshot)
3914         (vc-retrieve-snapshot): Allow the command to operate on any
3915         directory.
3917         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3918         just removing the 'WORKFILE argument or by removing the 'MASTER
3919         argument and replacing `file' with (vc-name file).
3921 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3923         * vc.el: Update Copyright and add a crude list of backend funs.
3924         (vc-writable-p): New function.
3925         (with-vc-file): Use vc-writable-p.
3926         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
3927         (vc-register): Avoid vc-name.
3928         (vc-locking-user): Remove.
3929         (vc-steal-lock): Make the `owner' arg non-optional.
3930         (vc-merge): Use vc-writable-p instead of vc-locking-user and
3931         vc-checkout-model.
3932         (vc-default-dired-state-info): Use vc-state instead of
3933         vc-locking-user and return special strings for special states.
3934         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3935         and get rid of one of the special CVS cases.
3936         (vc-cancel-version): prettify error message with \\[...].
3937         (vc-rename-master): New function.
3938         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3939         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
3940         the CVS special case generic.
3941         (vc-default-record-rename): Remove.
3942         (vc-file-tree-walk-internal): Only call FUNC for files that are
3943         under control of some VC backend and replace `concat' with
3944         expand-file-name.
3945         (vc-file-tree-walk): Update docstring.
3946         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3947         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3949         * vc-sccs.el (vc-sccs-rename-file): Renamed from
3950         vc-sccs-record-rename.  Use `find-file-noselect' rather than
3951         `find-file' and call `vc-rename-master' to do the actual move.
3952         (vc-sccs-diff): Remove unused `backend' variable.
3954         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3955         to delay loading of vc-sccs until it is really used.
3956         (vc-sccs-master-templates): Preload.
3957         (vc-sccs-state): Update call to vc-sccs-parse-locks.
3958         (vc-sccs-project-dir): Remove (merged into
3959         vc-sccs-search-project-dir).
3960         (vc-sccs-search-project-dir): Rewrite using file name handling ops
3961         rather than `concat', make sure it is preloaded and don't bother
3962         to check that the file actually exists.
3963         (vc-sccs-parse-locks): Remove unused `file' argument, remove
3964         `locks' argument (use buffer's content instead) and eliminate n^2
3965         behavior.
3967         * vc-rcs.el: Update Copyright.
3968         (vc-rcs-rename-file): New function.
3969         (vc-rcs-diff): Remove unused `backend' variable.
3971         * vc-hooks.el: Update Copyright.
3972         (vc-backend): Don't accept a nil argument any more.
3973         (vc-up-to-date-p): Turn into a defsubst.
3974         (vc-possible-master): New function.
3975         (vc-check-master-templates): Use `vc-possible-master' and allow
3976         funs in vc-X-master-templates to return a non-existent file.
3978         * vc-cvs.el: Update Copyright.
3979         (vc-cvs-diff): Remove unused `backend' variable.
3980         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
3982         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3984 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3986         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3987         since it can be called from vc-rcs.el.
3988         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3990 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3992         * vc.el (vc-version-diff): Expand file name read from the
3993         minibuffer.  Handle the case when a previous version number can't
3994         be guessed.  Give suitable messages when there were no differences
3995         found.
3996         (vc-clear-headers): Call backend-specific implementation, if one
3997         exists.
3998         (vc-cancel-version): Made error checks generic.  When done, clear
3999         headers generically, too.
4001         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4002         from vc-clear-headers in vc.el.
4004         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4005         correctly.
4006         (vc-rcs-latest-on-branch-p): Made second argument VERSION
4007         optional.  Handle the case when it's not there.
4009 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4011         * vc.el (vc-locking-user): Moved from vc-hooks.el.
4013 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4015         * vc-hooks.el (vc-loadup): Remove.
4016         (vc-find-backend-function): Use `require'.  Also, handle the case
4017         where vc-BACKEND-hooks.el doesn't exist.
4018         (vc-call-backend): Cleanup.
4020 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4022         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4023         vc-rcs-grab-templates)
4024         (vc-rcs-registered): Remove.  The default function works as well.
4025         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4026         vc-sccs-grab-templates)
4027         (vc-sccs-registered): Remove.  The default function works as well.
4029         * vc.el (vc-version-diff): Left out a vc- in call to
4030         vc-call-backend.
4031         (vc-default-dired-state-info, vc-default-record-rename)
4032         (vc-default-merge-news): Update for the new backend argument.
4034         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4035         using the default function.
4036         (vc-call-backend): If calling the default function, pass it the
4037         backend as first argument.  Update the docstring accordingly.
4038         (vc-default-state-heuristic, vc-default-mode-line-string): Update
4039         for the new backend argument.
4040         (vc-make-backend-sym): Renamed from vc-make-backend-function.
4041         (vc-find-backend-function): Use the new name.
4042         (vc-default-registered): New function.
4044 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4046         * vc.el (vc-merge): Use vc-find-backend-function.
4048         * vc-hooks.el (vc-backend-functions): Remove.
4049         (vc-loadup): Don't setup 'vc-functions.
4050         (vc-find-backend-function): New function.
4051         (vc-call-backend): Use above fun and populate 'vc-functions
4052         lazily.
4053         (vc-backend-defines): Remove.
4055 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4057         * vc.el (vc-register): Put a FIXME note for a newly found bug.
4058         Call vc-call-backend without the leading vc-.
4059         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4060         (vc-check-headers): Call vc-call-backend without the leading vc-.
4061         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
4062         (vc-annotate-display): Replace confusing use of `cond' with `or'.
4063         Call vc-call-backend without the leading vc-.
4065         * vc-cvs.el (tail): Provide vc-cvs.
4066         * vc-sccs.el (tail): Provide vc-sccs.
4067         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4069         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4070         (vc-make-backend-function, vc-call): Pass names without leading
4071         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
4072         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4073         (vc-call-backend): Always try to load vc-X-hooks.
4074         (vc-registered): Remove vc- in call to vc-call-backend.
4076 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4078         * vc.el (vc-process-filter): New function.
4079         (vc-do-command): Setup `vc-process-filter' for the async process.
4080         (vc-maybe-resolve-conflicts): New function to reduce
4081         code-duplication.  Additionally, it puts the buffer in
4082         `smerge-mode' if applicable.
4083         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4084         calling `merge-news'.
4085         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
4086         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
4087         interfacing to log-edit.el.
4088         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4089         log-edit is available.
4090         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4092 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4094         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4095         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4096         defvar and the initialization.
4097         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4099         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4100         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4102         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
4104 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4106         * vc.el (vc-file-clear-masterprops): Removed.
4107         (vc-checkin, vc-revert-buffer): Removed calls to the above.
4108         (vc-version-diff): Use buffer-size without argument.
4109         (vc-register): Heed vc-initial-comment.
4111         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4112         default branch.
4114         * vc-rcs.el (vc-rcs-register): Parse command output to find master
4115         file name and workfile version.
4116         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4118         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4119         vc-file-clear-masterprops.
4121         * vc-sccs.el (vc-sccs-checkout): Removed call to
4122         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
4123         rather than user login name.
4126 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4128         * vc.el (vc-workfile-unchanged-p): Remove unused argument
4129         `want-differences-if-changed' and simplify.
4130         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4131         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4132         output (which is invalid for async vc-diff) to decide whether to
4133         do the revert silently or not.
4135 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4137         * vc-hooks.el (vc-loadup): Load files quietly.
4138         (vc-call-backend): Oops, brain fart.
4140 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4142         * vc-cvs.el (vc-cvs-state): Typo.
4143         (vc-cvs-merge-news): Return the status code rather than the error msg.
4145 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4147         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4148         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4149         vc-state or vc-up-to-date-p.
4150         (vc-merge): Use vc-backend-defines to check whether merging is
4151         possible.  Set state to 'edited after successful merge.
4153         * vc-hooks.el (vc-locking-user): If locked by the calling user,
4154         return that name.  Redocumented.
4156 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4158         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4159         new `vc-state' semantics.
4160         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4161         'vc-locking-user to the current user.
4162         (vc-merge): Inline vc-backend-merge.  Comment out code that I
4163         don't understand and hence can't adapt to the new `vc-state' and
4164         `vc-locking-user' semantics.
4165         (vc-backend-merge): Remove.
4167         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4168         rather than 'vc-locking-user.
4170         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4172         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4173         (vc-state): Don't use 'reserved any more.  Just use the same
4174         convention as the one used for vc-<backend>-state where the
4175         locking user (as a string) is returned.
4176         (vc-locking-user): Update, based on the above convention. The
4177         'vc-locking-user property has disappeared.
4178         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
4180         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4181         with a heuristic one.
4182         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4183         (vc-cvs-checkin): Do a trivial parse to set the state in case of
4184         error.  That allows us to get to 'needs-merge even in the
4185         stay-local case.  There's still no way to detect 'needs-patch in
4186         such a setup (or to force an update for that matter).
4187         (vc-cvs-logentry-check): Remove, the default works as well.
4189 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4191         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
4193         * vc.el (vc-do-command): kill-all-local-variables, to reset any
4194         major-mode in which the buffer might have been put earlier.  Use
4195         `remove' and `when'.  Allow `okstatus' to be `async' and use
4196         `start-process' in this case.
4197         (vc-version-diff): Handle the case where the diff looks empty
4198         because of the use of an async process.
4200 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4202         * vc.el (vc-next-action-on-file): Removed optional parameter
4203         `simple'.  Recompute state unconditionally.
4204         (vc-default-toggle-read-only): Removed.
4206         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4207         (vc-toggle-read-only): Undid prev change.
4209         * vc-cvs.el (vc-cvs-stay-local): Renamed from
4210         vc-cvs-simple-toggle.  Redocumented.
4211         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4212         (vc-cvs-toggle-read-only): Removed.
4214 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4216         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
4217         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4218         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4219         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
4220         still is. So maybe it should be removed.
4221         (vc-head-version, vc-find-binary): Remove.
4222         (vc-recompute-state): Move from vc-hooks.el.
4223         (vc-next-action-on-file): Add a `simple' argument to allow
4224         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
4225         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4226         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
4227         (vc-dired-mode-map): Properly defvar it.
4228         (vc-print-log): Call log-view-mode if available.
4229         (small-temporary-file-directory): defvar instead of use boundp.
4230         (vc-merge-news): Moved to vc-cvs.el.
4231         (vc-default-merge-news): New function.
4233         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4234         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4235         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4236         unknown `vc-latest-version' function.  It should probably refer to
4237         vc-workfile-version or somesuch, but it's very unclear to me and I
4238         don't have SCCS to test things.
4240         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4241         (vc-sccs-state-heuristic): Fix typo.
4242         (vc-sccs-workfile-unchanged-p): Add missing argument.
4244         * vc-rcs.el: Require vc and vc-rcs-hooks.
4245         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4246         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4247         (vc-release-greater-or-equal-p): Move from vc.
4248         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4249         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4250         (vc-rcs-checkout): Add a missing `new-version' argument in the
4251         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
4253         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4254         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4255         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4256         than the apparently unbound `workfile-version'.
4258         * vc-hooks.el (vc-master-templates): Def the obsolete var.
4259         (vc-file-prop-obarray): Use `make-vector'.
4260         (vc-backend-functions): Add new hookable functions
4261         vc-toggle-read-only, vc-record-rename and vc-merge-news.
4262         (vc-loadup): If neither backend nor default functions exist, use
4263         the backend function rather than nil.
4264         (vc-call-backend): If the function if not bound yet, try to load
4265         the non-hook file to see if it provides it.
4266         (vc-call): New macro plus use it wherever possible.
4267         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4268         nor `vc-find-binary' since it's only called from
4269         vc-mistrust-permission which is only used once the backend is known.
4270         (vc-checkout-model): Fix parenthesis.
4271         (vc-recompute-state, vc-prefix-map): Move to vc.el.
4273         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
4274         (vc-cvs-release, vc-cvs-system-release): Remove.
4275         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4276         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4277         status symbols.
4278         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4279         (vc-cvs-toggle-read-only): First cut at a function to allow a
4280         cvs-status-free vc-toggle-read-only.
4281         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4282         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4283         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
4284         (vc-cvs-checkout): Modify access rights directly if the user
4285         requested not to use `cvs edit'.  And refresh the mode line.
4287         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4288         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4290 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4292         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
4293         workfile' that got lost when the code was extracted from vc.el.
4294         And merged the tail with the rest of the code (not possible in the
4295         old vc.el where the tail was shared among all backends).  And
4296         explicitly set the state to 'edited if `writable' is set.
4298         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4299         (vc-cvs-state): Be careful to return the value from
4300         vc-cvs-parse-state.
4301         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
4302         property but return it instead.  Also be careful to handle a nil
4303         or "" `rev' when workfile is non-nil (it was handled properly when
4304         workfile was nil).
4306         * vc.el: Removed those pesky unnecessary `(function' quotes.
4307         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4308         directly in the defvar.
4309         (vc-do-command): Bind inhibit-read-only so as to properly handle
4310         the case where the destination buffer has been made read-only.
4311         (vc-diff): Delegate to vc-version-diff in all cases.
4312         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
4313         (vc-annotate-mode-variables): Removed (code moved partly to
4314         defvars and partly to vc-annotate-add-menu).
4315         (vc-annotate-mode): Turned into a derived-mode.
4316         (vc-annotate-add-menu): Moved in code in
4317         vc-annotate-mode-variables.
4318         (vc-update-change-log): Use make-temp-file if available.
4320 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
4322         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4323         `vc-checkout-model' updated to `vc-cvs-update-model'.
4325 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4327         * vc.el (vc-next-action-on-file): Added handling of state
4328         `unlocked-changes'.
4329         (vc-checkout-carefully): Is now practically obsolete, unless the
4330         above is too slow to be enabled unconditionally.
4331         (vc-update-change-log): Fixed typo.
4333         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4335         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4336         Now handles state `unlocked-changes'.
4337         (vc-sccs-workfile-unchanged-p): New function, to support the above.
4339         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4341         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4342         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
4343         `unlocked-changes'.
4344         (vc-rcs-workfile-unchanged-p): Renamed from
4345         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
4346         function yet, but supposed to become one soon.
4348         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4349         `vc-steal-lock'.
4350         (vc-call-backend): Changed error message.
4351         (vc-state): Added description of state `unlocked-changes'.
4353 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4355         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4356         always return t in CVS-controlled directories.
4358         * vc.el (vc-responsible-backend): New function.
4359         (vc-register): Largely rewritten.
4360         (vc-admin): Removed (implementation moved into vc-register).
4361         (vc-checkin): Redocumented.
4362         (vc-finish-logentry): If no backend defined yet (because we are in
4363         the process of registering), use the responsible backend.
4365         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4366         Updated function lists.
4367         (vc-call-backend): Fixed typo.
4369         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4370         New functions.
4371         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4372         Removed query option.  Redocumented.
4374 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4376         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4378         * vc.el: Updated callers of `vc-checkout-required' to use
4379         `vc-checkout-model'.
4381 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4383         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
4384         stuff updated to reference this function instead of the old
4385         `vc-backend-release-p'.
4387 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4389         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4390         vc-checkout-model.  Return appropriate values.  Updated callers.
4392 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4394         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
4395         (vc-backend-revert): Function moved into `vc-revert';
4396         `vc-next-action' must be updated to accomodate this change.
4397         (vc-backend-steal): Function moved into `vc-finish-steal'.
4398         (vc-backend-logentry-check): Function moved into
4399         `vc-finish-logentry'.
4400         (vc-backend-printlog): Function moved into `vc-print-log'.
4401         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4402         (vc-backend-assign-name): Function moved into
4403         `vc-create-snapshot'.
4405 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4407         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
4408         Rename to vc-checkout-model.  Return appropriate values.
4409         Update callers.
4411         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
4412         to vc-checkout-model.
4413         (vc-checkout-required): Rename to vc-checkout-model.
4414         Re-implement and re-comment.
4415         (vc-after-save): Use vc-checkout-model.
4417 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4419         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4420         Update to use the vc-BACKEND-diff functions instead.
4421         `vc-diff' is now working.
4423         * vc-rcs.el (vc-rcs-logentry-check): New function.
4425         * vc-cvs.el (vc-cvs-logentry-check): New function.
4427         * vc-sccs.el (vc-sccs-diff): Function changed name from
4428         `vc-backend-diff'.  This makes `vc-diff' work.
4430         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
4431         of functions possibly implemented in a vc-BACKEND library.
4432         (vc-checkout-required): Fix bug that caused an error to be
4433         signaled during `vc-after-save'.
4435         * vc.el: Fix typo.
4436         This checkin is made with our new VC code base for the very first time.
4437         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
4439         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4440         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4442         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4443         updated to `vc-uses-locking'.
4444         (vc-checkout-required): Call to backend function.
4445         `vc-checkout-required' updated to `vc-uses-locking' instead.
4447         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4448         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4450         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
4451         to match the split into various backends.
4452         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
4453         (vc-retrieve-snapshot): Bug fix.
4455 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4457         * vc-sccs.el (vc-sccs-release): Doc fix.
4459 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4461         * vc.el (vc-next-action-on-file): Bug found and fixed.
4462         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4463         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4465         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4466         (vc-rcs-checkout): Name space cleaned up.  No more revision number
4467         crunching function names that are not prefixed with vc-rcs.
4468         (vc-rcs-checkout-model): Function added.  References to
4469         `vc-checkout-model' replaced.
4471 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4473         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4474         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
4475         still need to be split, and implemented for RCS).
4477 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4479         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4481         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4482         required by the vc.el file.
4484         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4485         required by the vc.el file.
4486         (vc-rcs-exists): Function added.
4488         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4489         required by the vc.el file.
4491         * vc.el (vc-admin): Updated to handle selection of appropriate
4492         backend.  Current implementation is crufty and need re-thinking.
4494         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4496 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4498         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4499         beginning of annotate buffers correctly.
4501         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4502         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4503         functionality updated quite a lot to support multiple backends.
4504         Variables `vc-annotate-mode', `vc-annotate-buffers',
4505         `vc-annotate-backend' added.
4507         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4508         `vc-annotate-difference' added to supported backend functions.
4510 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4512         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4513         Use with-temp-file instead of /bin/sh.  Merged from mainline
4515 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4517         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4519         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4521         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4523 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4525         * vc-hooks.el: vc-state-heuristic added to
4526         vc-backend-hook-functions.
4528         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4530         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4532         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4533         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
4534         state to `reserved'.
4536         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4537         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
4539 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4541         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
4542         untouched.
4544         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
4546         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
4547         if defined.  (Merged from main line, slightly adapted.)
4549         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4550         millenium problem (merged from mainline).
4552 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4554         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4555         part and moved the non-BACKEND stuff to vc.el.
4557         * vc.el: Split the annotate feature into a BACKEND specific part
4558         and moved it from the vc-cvs.el file to this one.
4560 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4562         * vc-hooks.el: Implement new state model.
4563         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4564         (vc-locking-user): Simplify.  Now only needed if the file is
4565         locked by somebody else.
4566         (vc-lock-from-permissions): Remove.  Functionality is in
4567         vc-sccs-hooks.el and vc-rcs-hooks.el now.
4568         (vc-mode-line-string): New name for former vc-status.  Adapted.
4569         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
4571         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4572         Various simplifications and adaptations all over the place.
4574         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4575         Simplify and adapt the rest.
4577         * vc.el (vc-resynch-window): Add TODO comment: check for
4578         interaction with view mode according to recent RCS change.
4579         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
4581 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4583         * vc.el: Convert the remaining function comments to docstrings.
4585 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4587         * vc.el (vc-backend-release, vc-release-greater-or-equal)
4588         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4589         (vc-minor-part, vc-previous-version): Functions that operate and
4590         compare revision numbers got proper documentation.  Comments added
4591         about their possible removal.
4593 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4595         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4596         the vc-backend.el files.
4598         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4600         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4601         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4602         (vc-rcs-previous-version): Functions added.
4604         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4606         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4608 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4610         * vc-hooks.el (vc-master-templates): Is really obsolete.
4611         Comment out the definition for now.  What is the right procedure
4612         to get rid of it?
4613         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4614         rewritten.
4615         (vc-default-registered): Remove.
4616         (vc-check-master-templates): New function; does mostly what the
4617         above did before.
4618         (vc-locking-user): Don't rely on the backend to set the property.
4620         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
4621         Rewrite documentation.
4622         (vc-rcs-templates-grabbed): New variable.
4623         (vc-rcs-grab-templates): New function.
4624         (vc-rcs-registered): Rewrite to use above mechanism.
4626         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
4627         Rewrite documentation.
4628         (vc-sccs-templates-grabbed): New variable.
4629         (vc-sccs-grab-templates): New function.
4630         (vc-sccs-registered): Rewrite to use above mechanism.
4631         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4632         Don't throw the result, simply return it.
4634         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4635         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
4636         (vc-cvs-registered): Does the check itself now.  Simplify.
4638         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
4639         from main line.
4641 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4643         * vc-cvs.el (vc-cvs-diff): New function.
4645         * vc-sccs.el (vc-sccs-diff): New function.
4647         * vc-rcs.el (vc-rcs-diff): New function.
4648         (vc-rcs-checkout): Bug (typo) found and fixed.
4649         (vc-rcs-register-switches): New variable.
4651         * vc.el (vc-backend-diff): Function removed and placed in the
4652         backend files.
4654 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4656         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4658         * vc.el (vc-backend-checkout): Function removed and replaced in
4659         the vc-backend.el files.
4661         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4663         * vc.el (vc-backend-admin): Removed and replaced in the
4664         vc-backend.el files.
4666         * vc.el (Martin): Removed all the annotate functionality since it
4667         is CVS backend specific.
4669 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4671         * spec.txt: Added specification of vc-state.
4673         * vc-sccs-hooks.el (vc-sccs-master-properties):
4674         Remove handling of vc-latest-version and
4675         vc-your-latest-version.  What used to be vc-latest-version, is now
4676         returned as vc-workfile-version.
4677         (vc-sccs-workfile-version): Adapt.
4679 2000-09-04  Dave Love  <fx@gnu.org>
4681         * vc.el: [Merged from mainline.]
4682         (vc-dired-mode): Make the dired-move-to-filename-regexp
4683         regexp match the date, to avoid treating date as file size.
4684         Add YYYY S option to WESTERN/
4686 2000-09-04  Dave Love  <fx@gnu.org>
4688         * vc.el: Require `compile' when compiling.
4689         (vc-logentry-check-hook): New option.
4690         (vc-steal-lock): Use compose-mail.
4691         (vc-dired-mode-map): Defvar when compiling.
4692         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4693         vc-sccs.el and renamed.  Callers changed.
4694         (vc-backend-checkout, vc-backend-logentry-check)
4695         (vc-backend-merge-news): Doc fix.
4696         (vc-default-logentry-check): New function.
4697         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4698         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4699         (vc-backend-merge): Doc fix.  Use backend functions.
4700         (vc-check-headers): Use backend functions.
4702         * vc-cvs.el: Require vc when compiling.
4703         (vc-cvs-register-switches): Doc fix.
4704         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4705         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4706         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4707         New functions (code from vc.el).
4708         (vc-annotate-display-default): Fix interactive spec.
4709         (vc-annotate-time-span): Doc fix.
4711         * vc-rcs.el: Require vc when compiling.
4712         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4713         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4714         (vc-rcs-checkin): New functions (code from vc.el).
4715         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4716         Doc fix.
4717         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
4719         * vc-sccs.el: Require vc when compiling.
4720         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4721         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4722         (vc-sccs-revert)
4723         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4724         from vc.el).
4725         (vc-sccs-add-triple, vc-sccs-record-rename)
4726         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4727         (vc-sccs-admin): Doc fix.
4729 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4731         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4732         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4733         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4734         from vc.el.
4736         * vc-sccs.el (vc-admin-sccs): Added from vc.el
4738         * vc-cvs.el: Moved the annotate functionality from vc.el.
4739         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4741 2000-09-04  Dave Love  <fx@gnu.org>
4743         * vc.el (vc-backend-release): Call vc-system-release.
4745         * vc-sccs.el (vc-sccs-system-release):
4746         Renamed from vc-sccs-backend-release.
4748         * vc-rcs.el (vc-rcs-system-release):
4749         Renamed from vc-rcs-backend-release.
4751         * vc-cvs.el (vc-cvs-system-release):
4752         Renamed from vc-cvs-backend-release.
4754 2000-09-04  Dave Love  <fx@gnu.org>
4756         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4757         backend files.
4758         (vc-backend-release): Dispatch to backend functions.
4759         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
4760         probably needs attention.]
4762         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4763         (vc-sccs-backend-release): New function.
4765         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4766         (vc-cvs-backend-release): New function.
4768         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4769         Doc fix.
4770         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4771         (vc-default-dired-state-info): New function.
4772         (vc-dired-state-info): Dispatch to backends.
4773         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
4775         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4776         from vc.el and renamed.
4778 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4780         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4781         (vc-version-other-window, vc-backend-assign-name): Removed
4782         references to vc-latest-version; sometimes changed into
4783         vc-workfile-version.
4785         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4786         vc-rcs-master-workfile-version.
4787         (vc-rcs-workfile-version): Use the above.  Don't call
4788         vc-latest-version (that was unreachable code, anyway).
4789         (vc-rcs-fetch-master-properties): Doc fix.
4791         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4792         (vc-backend-hook-functions): Removed them from this list, too.
4793         (vc-fetch-properties): Removed.
4794         (vc-workfile-version): Doc fix.
4796         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4797         (vc-rcs-workfile-version, vc-rcs-locking-user)
4798         (vc-rcs-uses-locking): Use it.
4800         * vc-hooks.el (vc-consult-rcs-headers):
4801         Moved into vc-rcs-hooks.el, under the name
4802         vc-rcs-consult-headers.
4804         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4805         headers.
4806         (vc-cvs-find-master): Use this name only; correct different
4807         versions of the name.
4809         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4810         New functions.
4811         (vc-sccs-locking-user): Use the latter.
4813         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4814         New functions.
4816         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4817         Moved into both
4818         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
4819         functions are implementation details of those two backends.
4821 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4823         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4824         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4826         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4827         (vc-sccs-parse-locks): SCCS-specific code moved here from
4828         vc-hooks.
4830         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4831         code moved here from vc-hooks.
4833         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4834         into back-end specific parts and removed.  Callers not updated
4835         yet; because I guess these callers will disappear into back-end
4836         specific files anyway.
4838 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4840         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4841         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4842         `vc-uses-locking'.
4844         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4845         Store yes/no in the property, and return t/nil.  Updated all
4846         callers.
4848         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4849         vc-sccs-uses-locking.  Don't set property.
4850         (vc-sccs-locking-user): Don't set property.
4852         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4853         vc-cvs-uses-locking.  Don't set property here; leave that to
4854         vc-hooks.
4855         (vc-cvs-locking-user): Reflect above change.  Streamlined.
4857         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4858         vc-rcs-uses-locking.
4859         (vc-rcs-locking-user): Reflect above change.
4861 2000-09-04  Dave Love  <fx@gnu.org>
4863         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4865         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4867         * vc-hooks.el (vc-checkout-model): Punt to backends.
4869         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4871         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4873         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4874         New functions.
4876         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4877         New functions.
4879         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4880         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4882         * vc-hooks.el (vc-default-locking-user): New function.
4883         (vc-locking-user, vc-workfile-version): Punt to backends.
4885 2000-09-04  Dave Love  <fx@gnu.org>
4887         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4888         (vc-master-workfile-version): Moved from vc-hooks.
4890         * vc-rcs-hooks.el: Fix duplicate code in last change.
4892         * vc-rcs-hooks.el: Require vc-hooks when compiling.
4893         (vc-rcs-master-templates): Improve :type.
4894         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4895         vc-master-workfile-version): Moved from vc-hooks.
4897         * vc-sccs-hooks.el: Require vc-hooks when compiling.
4898         (vc-sccs-master-templates): Improve :type.
4899         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4901         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4903         * vc-cvs-hooks.el: Require vc-hooks when compiling.
4904         (vc-cvs-master-templates): Improve :type.  Use
4905         vc-cvs-find-cvs-master.
4906         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4907         from vc-hooks.
4908         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4910         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4911         Moved to vc-cvs-hooks.
4913         * vc-hooks.el: Add doc strings in various places.  Simplify the
4914         minor mode setup.
4915         (vc-handled-backends): New user variable.
4916         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4917         simplification.
4919 2000-09-04  Dave Love  <fx@gnu.org>
4921         * vc.el: Some doc fixes for autoloaded and interactive functions.
4922         Fix compilation warnings from ediff stuff.
4923         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4925         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4927         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4929         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4931 2000-09-04  Dave Love  <fx@gnu.org>
4933         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4934         New variable.
4935         (vc-make-backend-function, vc-loadup, vc-call-backend)
4936         (vc-backend-defines): New functions.
4938         * vc-hooks.el: Various doc fixes.
4939         (vc-default-back-end, vc-follow-symlinks): Custom fix.
4940         (vc-match-substring): Function removed.  Callers changed to use
4941         match-string.
4942         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4943         Simplify.
4945 2000-09-04  Dave Love  <fx@gnu.org>
4947         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4948         type.
4949         (vc-sccs-project-dir, vc-search-sccs-project-dir)
4950         (vc-sccs-registered): Doc fix.
4952         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4953         (vc-cvs-registered): Doc fix.
4955         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4956         (vc-rcs-registered): Doc fix.
4958 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4960         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4962         * vc-hooks.el: vc-registered has been renamed
4963         vc-default-registered.  Some functions have been moved to the
4964         backend specific files.  they all support the
4965         vc-BACKEND-registered functions.
4967 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4969         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4971         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4973 2000-09-04  Dave Love  <fx@gnu.org>
4975         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4976         menu-bar-update-hook.
4978         * help.el (help-manyarg-func-alist): Add
4979         find-operation-coding-system.
4981         * wid-edit.el (widget-sexp-validate): Fix garbled code.
4983         * custom.el (custom-set-variables): Print message about errors in
4984         setting.
4986 2000-09-03  Andrew Innes  <andrewi@gnu.org>
4988         * makefile.w32-in: Change to DOS line endings.
4990 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4992         * mouse.el (mouse-popup-menubar): Supply the prompt string for
4993         minor-mode keymaps, if they don't have one.
4995 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4997         * eshell/esh-module.el (eval-when-compile): Don't lose if
4998         esh-module.el's file name is truncated to DOS 8+3 limits.
5000 2000-09-01  John Wiegley  <johnw@gnu.org>
5002         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5003         predicate, which caused entries in the completion list to be
5004         doubled.
5006 2000-08-30  John Wiegley  <johnw@gnu.org>
5008         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5009         sending to subprocesses.  Also, hook pre-command-hook if
5010         `eshell-send-direct-to-subprocesses' is non-nil.
5011         (eshell-send-direct-to-subprocesses): New config variable.  If t,
5012         subprocess input is send immediately.
5013         (eshell-toggle-direct-send): New function.
5014         (eshell-self-insert-command): New function.
5015         (eshell-intercept-commands): New function.
5016         (eshell-send-input): If direct subprocess sending is enabled,
5017         don't echo any input to the Eshell buffer.  Let the subprocess
5018         handle that.  This requires "stty echo" in bash, for example.
5020 2000-08-28  John Wiegley  <johnw@gnu.org>
5022         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5023         completion function for Eshell's implementation of `unset'.
5025 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
5027         * info.el (Info-directory-list): Doc fix.
5029 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
5031         * filecache.el (file-cache-add-directory-using-find): Don't quote
5032         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5034 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
5036         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5037         coding systems.
5039 2000-08-30  Andrew Innes  <andrewi@gnu.org>
5041         * timer.el (run-with-idle-timer): Undo last change, so that timer
5042         is not activated immediately if Emacs is already idle.  Some
5043         existing code relies on this behaviour.
5045 2000-08-30  Miles Bader  <miles@gnu.org>
5047         * frame.el (set-frame-font): Do completion of font-name for
5048         interactive use.
5050 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
5052         * international/quail.el (quail-start-translation): Bind locally
5053         last-command-event, last-command, and this-command.
5054         (quail-start-conversion): Likewise.
5055         (quail-self-insert-command): Fix docstring.
5057 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
5059         * progmodes/executable.el
5060         (executable-make-buffer-file-executable-if-script-p): Check that
5061         buffer contains at least 2 characters.
5063 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
5065         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5067 2000-08-29  Dave Love  <fx@gnu.org>
5069         * diff-mode.el (diff-mode) <defgroup>: Add :version.
5070         (diff-mode-shared-map): Bind mouse-2.
5071         (diff-imenu-generic-expression): New variable.
5072         (diff-mode): Use it.
5074         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5075         (mouse-popup-menubar): Add minor mode menus.
5076         (popup-menu): Check for lookup-key returning number.
5078 2000-08-29  Miles Bader  <miles@gnu.org>
5080         * comint.el (comint-send-input): Create overlays using the proper
5081         front/read-advance arguments.
5083 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5085         * ps-print.el: Even/odd pages printing.  Doc fix.
5086         (ps-print-version): New version number (6.0).
5087         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5088         (ps-background, ps-begin-file, ps-begin-job): Code fix.
5089         (ps-print-duplex-feature): Variable eliminated.
5090         (ps-even-or-odd-pages): New variable.
5092         * progmodes/ebnf2ps.el: Doc fix.
5093         (ebnf-version): New version (3.3).
5094         (ebnf-user-arrow): Change variable customization to sexp.
5095         (ebnf-user-arrow): Function eliminated.
5096         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
5098 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
5100         * help.el (help-xref-mule-regexp): New variable.
5101         (help-make-xrefs): Handle help-xref-mule-regexp.
5103         * international/mule-cmds.el (help-xref-mule-regexp-template): New
5104         variable.
5105         (describe-input-method): Temporarily activate the specfied input
5106         method to display the information.
5107         (describe-language-environment): Hyperlinks to mule related items.
5109         * international/mule-diag.el (charset-multibyte-form-string): New
5110         function.
5111         (list-character-sets-1): Use charset-multibyte-form-string.
5112         (describe-character-set): New function.
5113         (describe-coding-system): Hyperlinks to safe character sets.
5115         * international/quail.el (quail-help): New arg PACKAGE.
5116         Hyperlinks to mule related items.
5117         (quail-help-insert-keymap-description): Use
5118         substitute-command-keys instead of describe-bindings.
5119         (quail-translation-help): Hyperlinks to mule related items.
5121 2000-08-28  John Wiegley  <johnw@gnu.org>
5123         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5124         have a defsubst call itself.  Made `eshell-flatten-list' back into
5125         a function again.
5127         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5128         catch, in case re-centering point at bottom messes up the display.
5129         This happens frequently in Emacs 21, due I believe to variable
5130         line heights.
5132         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5133         to call `find-tag-interactive'.
5135         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5136         the list of remember directories.
5138 2000-08-28  John Wiegley  <johnw@gnu.org>
5140         * align.el: Test align-region-separate to see if it's a symbol.
5142 2000-08-28  John Wiegley  <johnw@gnu.org>
5144         * eshell/esh-util.el (eshell-flatten-list): Made this function
5145         into a defsubst form.  It gets used very frequently, although
5146         calls don't occur all that often.
5148         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5149         examining it.
5151         * eshell/esh-cmd.el (eshell-rewrite-while-command):
5152         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5153         `eshell-protect'.
5154         (eshell-copy-handles): Created a new macro for duplicating the
5155         current set of open handles.  This is needed by the looping
5156         functions.
5157         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5158         is not incorrectly stomped on.
5160         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5161         declaration for pcomplete-use-paring.
5162         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5163         value of eshell-cmpl-use-paring.
5164         * pcomplete.el (pcomplete-use-paring): New config variable, to
5165         indicate whether paring should be used.
5166         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5167         completion alternatives that have already been used.
5169         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5170         bound to C-c C-y, which will repeat the previous N arguments
5171         (based on prefix argument).
5172         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5174         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5175         if there is no *Help* buffer.  This is for XEmacs, which renames
5176         its help buffers uniquely.  TODO: Find out what the current buffer
5177         name to delete is.
5179         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5180         first entry that correlates to a passwd/group number.  Later
5181         entries (used for group/user name aliasing to multiple IDs) are
5182         ignored.
5184         * eshell/em-xtra.el (eshell/expr):
5185         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5186         (eshell-grep, eshell/diff, eshell/locate):
5187         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5188         argument list, before passing it to the system command.
5190         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5191         `find-tag' for use at final position in Eshell buffers (which
5192         otherwise triggers an error on Emacs 21).
5193         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5194         buffer, if it is currently bound to `find-tag'.
5196         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5197         in the list of matched Makefile names.
5198         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5199         directory, prefer its contents to Makefile.
5201         * eshell/em-dirs.el (eshell/cd): cd commands that look up
5202         directory parts (like "cd old new", or "cd =regexp"), are now case
5203         sensitive on non-Windows/DOS platforms.
5205         * eshell/esh-mode.el (eshell-parse-command-input): When a user
5206         types RET after an open delimiter (like "), display a message
5207         indicating that Eshell is waiting for the closing delimiter.
5209         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5210         environment variables.
5212         * eshell/em-unix.el (eshell/diff): Added logic to fail more
5213         gracefully if the user enters incorrect arguments.
5215         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5216         Eshell buffers.
5218         * eshell/esh-var.el (eshell-interpolate-variable):
5219         * eshell/esh-mode.el (eshell-move-argument):
5220         * eshell/em-unix.el (eshell-du-sum-directory):
5221         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5222         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5223         (not (= ...)).
5225         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5226         to ensure the `preserve' flag gets propagated when doing recursive
5227         directory copies.
5229 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
5231         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5232         Don't convert \n into \0177 in memory.
5233         (eshell-read-history, eshell-write-history): Convert \n to \0177,
5234         and back again, when reading and writing.
5236 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
5238         * eshell/esh-util.el (eshell-processp): Added to relieve constant
5239         testing of `fboundp' on `processp'.
5241         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5242         (eshell/jobs): Don't call process-list if it is not bound.
5243         (eshell-gather-process-output): Support systems where async
5244         subprocesses aren't supported.
5245         (eshell-scratch-buffer, eshell-last-sync-output-start): New
5246         variables.
5248         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5249         eshell-do-eval returns t.
5250         (eshell-do-pipelines-synchronously): New defmacro.
5251         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5252         when async subprocesses aren't supported.
5253         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
5254         if async subprocesses aren't supported.
5255         (eshell-resume-command): Don't assume STATUS is a string.
5257         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5259         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5260         (eshell-close-target, eshell-get-target): Use eshell-processp.
5261         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5262         fix.
5263         (eshell-get-target, eshell-create-handles): Doc fix.
5265 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
5267         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
5268         criterion to include commands that output something, as long as it
5269         leaves both the command and the end-of-buffer visible when the
5270         command has exited.
5271         (eshell-review-quick-commands): Adjust the help doc string
5272         accordingly.
5274 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
5276         * locate.el (locate): Cleaned up locate command's interactive prompting
5277         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
5279         * filecache.el (file-cache-case-fold-search): New variable
5280         (file-cache-assoc-function): New variable
5281         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5282         Use file-cache-case-fold-search variable
5283         (file-cache-add-file): Use file-cache-assoc-function
5284         (file-cache-delete-file): likewise
5285         (file-cache-directory-name): likewise
5286         (file-cache-debug-read-from-minibuffer): likewise
5288 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
5290         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5291         (abbrev-table-name): New function.
5292         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5293         If non-nil list local abbrev, only.
5295 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
5297         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5298         from Gnus support code, and use special article copy buffer
5299         `(gnus-original-article-buffer)' instead.  This allows to get rid
5300         of article-hide-headers usage (which breaks in the latest Gnus
5301         version).  Thanks to Detlev Zundel.
5303 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
5305         * international/quail.el (quail-use-package): Hide "... loaded"
5306         message.
5307         (quail-start-translation, quail-start-conversion): Likewise.
5309         * international/kkc.el (kkc-region): Hide "... loaded" message.
5311 2000-08-27  Dave Love  <fx@gnu.org>
5313         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5315 2000-08-27  Miles Bader  <miles@gnu.org>
5317         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5319 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
5321         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5322         'ja-dic-cnv), not (require 'skkdic-cnv).
5324 2000-08-26  Miles Bader  <miles@gnu.org>
5326         * faces.el (face-x-resources): Add entry for :inherit.
5327         * cus-face.el (custom-face-attributes): Add support for :inherit
5328         attribute.  Add support for relative face heights.
5329         (custom-face-attributes-get): Treat `nil' as being a default value
5330         for :inherit (as well as `unspecified').
5332         * faces.el (set-face-attribute): Update doc string.
5333         (face-attribute-name-alist): Add :inherit.
5334         (face-valid-attribute-values): Handle :inherit.
5335         (face-read-string): Rephrase prompt to be less confusing.
5336         Assume that DEFAULT is a string, since we must return a string.
5337         (face-read-integer): Use `format' to turn DEFAULT into an
5338         acceptable default for face-read-string.  Match NEW-VALUE against
5339         the string "unspecified", not the symbol `unspecified', since
5340         that's what face-read-string returns.
5341         (read-face-attribute): Lookup a name for old-value in valid, and
5342         use it as a default if we find one.  Treat all values from
5343         face-read-string as strings.  If the default is used, don't do any
5344         more processing on the value, just use the old value directly.
5345         (read-face-and-attribute, modify-face): Tweak prompt.
5346         (read-face-name): Don't assume prompt ends with a space.
5348         * faces.el (describe-face): Add support for :inherit attribute.
5350 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
5352         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
5353         concat doesn't accept interger.
5355         * international/kkc.el: Remove SKK from Keywords.  Require
5356         ja-dic-utl instead of skkdic-utl.
5358         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5359         Provide ja-dic-cnv instead of skkdic-cnv.
5360         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
5361         (iso-2022-7bit-short): Add safe-charsets property.
5362         (skkdic-convert-postfix): Search Japanese chou-on character in
5363         addition to Hiragana character.
5364         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5365         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5366         (batch-skkdic-convert): Likewise.
5368         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5369         Provide ja-dic-utl instead of skkdic-utl.
5370         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5372 2000-08-24  Dave Love  <fx@gnu.org>
5374         * disp-table.el (standard-display-default): Make the test of `l'
5375         useful.
5377         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5378         mod sample text.
5380         * international/iso-ascii.el: Make pilcrow convenient string
5381         consistent with section.
5382         (iso-ascii-display): Set up multibyte characters as well as
5383         unibyte.
5385 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
5387         * international/mule-cmds.el (reset-language-environment): Set
5388         default-process-coding-system to '(undecided . iso-latin-1), which
5389         makes process I/O almost consistent with file I/O.   Call this
5390         function when mule-cmds.el[c] is loaded.
5392 2000-08-22  Andrew Innes  <andrewi@gnu.org>
5394         * makefile.w32-in: New file.
5396 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
5398         * comint.el (comint-output-filter): Compare end of
5399         comint-last-output-overlay with the start of the newly inserted
5400         text, not the end, when deciding whether to extend it.
5401         Set saved-point's insertion type to advance after insertion.
5403         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5404         since this is now done independently of font-lock mode.
5406 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
5408         * server.el (server-kill-new-buffers): New user option.
5409         (server-existing-buffer): New buffer-local variable.
5410         (server-visit-files): When using an existing buffer, set
5411         server-existing-buffer to t.
5412         (server-buffer-done): If server-kill-new-buffers is t, kill the
5413         buffer, unless it was already present before visiting it with
5414         Emacs server.
5416 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
5418         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5419         even if the display doesn't support colors: some displays will
5420         support bold/underline faces.
5422 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
5424         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5426         * startup.el (command-line): If user's init file had an error,
5427         add explanatory text to *Messages*.
5429 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
5431         * man.el (Man-getpage-in-background): Decode the process output by
5432         the system locale coding system.
5434 2000-08-20  Dave Love  <fx@gnu.org>
5436         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5437         Don't test x-popup-menu.
5438         (function) <complete-function>: Complete only fbound symbols.
5439         <validate, value>: New.
5440         (variable) <complete-function>: Complete only bound symbols.
5441         (coding-system): Add :base-only, :complete-function, :validate,
5442         :value, :prompt-match.
5443         (widget-coding-system-prompt-value): Use read-coding-system and
5444         act on :base-only.
5445         (editable-field): Add :help-echo.
5446         (widget-push-button-gui, widget-push-button-cache)
5447         (widget-gui-action, widget-editable-list-gui): COmment out, along
5448         with uses.
5449         (widget-at): Make arg optional.
5450         (widget-echo-help): Adjust for current help-echo calling sequence.
5451         (widget-specify-field, widget-specify-button)
5452         (widget-specify-insert, widget-get-sibling, widget-image-find)
5453         (widget-convert, widget-insert, widget-leave-text)
5454         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5455         (widget-setup, widget-field-find, widget-before-change)
5456         (widget-after-change, widget-default-complete)
5457         (widget-default-create, widget-default-delete)
5458         (widget-push-button-value-create, editable-field)
5459         (widget-field-prompt-value, widget-field-validate)
5460         (widget-choice-value-create, widget-choice-action)
5461         (widget-choice-validate, widget-checklist-add-item)
5462         (widget-radio-add-item, widget-radio-chosen)
5463         (widget-radio-value-inline, widget-editable-list-value-create)
5464         (widget-editable-list-entry-create)
5465         (widget-documentation-link-add)
5466         (widget-documentation-string-value-create)
5467         (widget-regexp-validate, widget-file-complete)
5468         (widget-sexp-validate, widget-plist-convert-widget)
5469         (widget-plist-convert-widget, widget-alist-convert-widget)
5470         (widget-alist-convert-widget, widget-color-complete): Simplify,
5471         particularly to avoid bindings which aren't optimized out.
5473         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5474         Doc fix.
5475         (down-list, backward-up-list, up-list, kill-sexp)
5476         (backward-kill-sexp, mark-sexp): Make arg optional.
5477         (lisp-complete-symbol): Add optional arg PREDICATE.
5479         * cus-start.el: Add display-buffer-reuse-frames,
5480         file-coding-system-alist.
5482 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
5484         * startup.el (command-line): Clear realized faces after
5485         modifying TTY color mappings.
5487 2000-08-20  Miles Bader  <miles@gnu.org>
5489         * faces.el (face-attr-match-p): Don't return true if ATTRS are
5490         merely a subset of FACE's attributes.
5492 2000-08-19  Miles Bader  <miles@gnu.org>
5494         * comint.el (comint-output-filter): Save the point with a marker,
5495         not just a buffer position.
5497         * international/mule.el (set-buffer-process-coding-system): Make
5498         interactive prompt less confusing.
5500 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
5502         * hilit-chg.el: General cleanup of doc strings, comments and
5503         code formatting.
5505 2000-08-19  Miles Bader  <miles@gnu.org>
5507         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5508         Compiler macro removed; beginning-of-line is no longer always
5509         equivalent to forward-line, in the presence of fields.
5511         * comint.el (comint-output-filter): Remove ad-hoc saving of
5512         restriction, and just use save-restriction, now that it works
5513         correctly.  Don't adjust comint-last-input-start to account for
5514         our insertion; it shouldn't have moved because we don't use
5515         insert-before-markers anymore.  Comment out call to
5516         `force-mode-line-update'; why is it here?
5518         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5519         while checking for prompt to delete.  Use `forward-line 0'
5520         instead of beginning-of-line.
5521         (gud-filter): Temporarily widen gud comint buffer while
5522         examining output.
5524 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
5526         * progmodes/sh-script.el: Big bag of typos.
5528         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5529         check since ispell-process is not bound when ispell is not yet loaded.
5531 2000-08-18  Dave Love  <fx@gnu.org>
5533         * image.el (find-image): Copy `spec' before using plist-put.
5535 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
5537         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5538         `portugues'.
5540         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5541         backward-kill-sexp, analogous to kill-sexp.
5543         * progmodes/icon.el (icon-indent-line)
5544         (icon-is-continuation-line): Handle comments specially.
5546 2000-08-17  Ken Stevens <k.stevens@ieee.org>
5548         * ispell.el: Set to standard author/maintainer/keyword fields.
5549         Fine tuning to menu map appearance and operation, and added help.
5550         Remove `start' and `end' error messages when compiling.
5551         (ispell-choices-win-default-height): Fixed comment string.
5552         (ispell-dictionary-alist-1): Fixed regexp in castellano and
5553         castellano8 dictionaries.
5554         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5555         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5556         dictionary, added italiano dictionary.
5557         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5558         word character
5559         (ispell-tex-skip-alists): Added psfig support.
5560         (ispell-skip-html): Renamed from ispell-skip-sgml.
5561         (ispell-begin-skip-region-regexp, ispell-skip-region)
5562         (ispell-minor-check): Improved html skipping support to skip across
5563         code, and recognize `&' commands without propper `;' syntax;
5564         (ispell-process-line): Fix alignment error when manually
5565         correcting spelling.
5566         (ispell): Fix comment string.
5567         (ispell-add-per-file-word-list): Always put word list on new line.
5569 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
5571         * format.el (format-encode-run-method): Fix error message to say
5572         `encode' instead of `decode'.  Use save-window-excursion around
5573         shell-command-on-region as in format-decode-run-method because
5574         shell-command-on-region can display a buffer with error output.
5575         (format-decode): Don't record undo information for the decoding.
5576         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
5577         that number part of the temporary buffer name so that more than
5578         one decoding using a temporary buffer can happen safely.
5580         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5581         of `A-z' in the regexp.
5583         * hilit-chg.el: Fix typos in commentary.
5585         * help.el (view-emacs-news): Rewritten for new naming scheme
5586         for old NEWS files.
5588         * startup.el (command-line): Pop to *Messages* in case an error
5589         is signaled while loading user-init-file.
5591 2000-08-17  Andreas Schwab  <schwab@suse.de>
5593         * files.el (insert-directory): Don't lose original file name,
5594         undoing an undocumented change.
5596 2000-08-17  Alex Schroeder  <alex@gnu.org>
5598         * sql.el (sql-magic-go): Use comint-bol.
5599         (sql-copy-column): Use comint-line-beginning-position.
5600         (comint-line-beginning-position): Define a replacement for
5601         comint-line-beginning-position if it is not fboundp.
5603 2000-08-17  Alex Schroeder  <alex@gnu.org>
5605         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5606         it didn't have any effect anyway.
5608 2000-08-17  Alex Schroeder  <alex@gnu.org>
5610         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5611         --pset and pager=off instead of sending \\o|cat at the beginning
5612         of the session.
5614 2000-08-17  Miles Bader  <miles@gnu.org>
5616         * progmodes/octave-inf.el: Add compatibility definition of
5617         comint-line-beginning-position.
5619 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
5621         * startup.el (normal-top-level): Look in each dir in load-path for
5622         a leim-list.el file too.  This assures of loading leim-list.el
5623         that is created at Emacs installation time even if a user have his
5624         own leim-list.el.
5626 2000-08-17  Miles Bader  <miles@gnu.org>
5628         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5629         foreground color to black if the background is dark.
5631 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
5633         * loadhist.el (unload-feature): Typo.
5635         * finder.el (finder-compile-keywords):
5636         * cus-dep.el (custom-make-dependencies): Add local-variable settings
5637         to the generated file.
5639         * mail/mh-e.el (mh-make-local-vars):
5640         Replace make-variable-buffer-local with make-local-variable.
5642         * play/landmark.el:
5643         * options.el (Edit-options-{set,toggle,t,nil}):
5644         * mail/mailabbrev.el (mail-abbrevs-mode):
5645         * textmodes/tex-mode.el (tex-expand-files):
5646         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5648         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5650         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5651         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5652         Allow going past the last element.
5653         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
5654         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5655         (cvs-mouse-toggle-mark): Don't move point.
5656         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5658         * progmodes/compile.el (grep): Provide a default set of files.
5659         (next-error): Docstring fix.
5660         (compilation-find-file): Avoid find-file (fails in a dedicated window).
5662         * emacs-lisp/easy-mmode.el (define-minor-mode):
5663         Use `symbol-value' to keep the byte-compiler quiet.
5665         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5666         (diff-find-source-location): New fun, extracted from diff-goto-source.
5667         (diff-goto-source): Use it.
5668         (diff-next-complex-hunk, diff-filter-lines): New function.
5669         (diff-apply-hunk): New command.
5671         * smerge-mode.el (smerge-mode-menu): Doc fix.
5673         * msb.el (msb-mode): Define it in terms of define-minor-mode.
5675 2000-08-16  Dave Love  <fx@gnu.org>
5677         * windmove.el (windmove) <defgroup>: Add :version.
5679         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
5680         (goto-address-fontify-p, goto-address-highlight-p)
5681         (goto-address-url-face, goto-address-url-mouse-face)
5682         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5683         (goto-address-url-regexp): Use thing-at-point-url-regexp.
5684         (goto-address-fontify, goto-address-at-mouse): Simplify,
5685         (goto-address-at-point): browse-url-url-at-point,
5686         goto-address-find-address-at-point can return nil.
5687         (goto-address-find-address-at-point): Return nil on failure.
5689         * align.el (align) <defgroup>: Add :version.
5691         * calculator.el (calculator): Add :version.
5692         (calculator): Use two lines for calculator window if `modeline'
5693         face is boxed.
5695         * play/5x5.el: Doc fixes.
5696         (5x5) <defgroup>: Add :version.
5698         * play/fortune.el (fortune) <defgroup>: Add :version.
5699         (fortune-append): Fix error message.
5700         (fortune-from-region): Doc fix.
5702         * play/pong.el (pong): Doc fix.
5704         * play/morse.el: Keywords, commentary, autoloads.
5706 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
5708         * desktop.el (desktop-save): Don't look at symbol-value of a
5709         member of minor-mode-alist, unless it is boundp.
5711 2000-08-16  Sam Steingold  <sds@gnu.org>
5713         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
5714         `while'; use `with-current-buffer' instead of `save-excursion'.
5715         Removed unnecessary kludges now that "*Buffer List*" is excluded.
5717 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
5719         * international/ccl.el (declare-ccl-program): Docstring modified.
5720         (ccl-execute-with-args): Likewise.
5722 2000-08-16  Miles Bader  <miles@gnu.org>
5724         * progmodes/sql.el: Add compatibility definition of
5725         comint-line-beginning-position.
5727 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
5729         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5730         'buffer-menu' property.
5731         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5732         fails.
5733         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5734         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5735         wasn't killed.
5737         * buff-menu.el (list-buffers-noselect): Don't display the
5738         *Buffer List* buffer.
5740         * font-lock.el: Require jit-lock to prevent a very late
5741         `Loading jit-lock' message.
5743         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
5744         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
5745         mail address.
5747 2000-08-15  Miles Bader  <miles@gnu.org>
5749         * textmodes/ispell.el (ispell-graphic-p): New constant.
5750         (ispell-choices-win-default-height, ispell-help): Use
5751         `ispell-graphic-p' instead of `xemacsp'.
5753 2000-08-15  Dave Love  <fx@gnu.org>
5755         * simple.el: Autoload widget-convert when compiling.
5756         (mail-user-agent): Doc fix.
5758         * help.el (function-called-at-point, variable-at-point): Use
5759         with-syntax-table.
5760         (help-manyarg-func-alist): Add insert-and-inherit.
5762         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5764         * delsel.el (delsel-unload-hook): New function.
5766         * find-file.el: Doc fixes.  Move provide to end.
5767         (ff) <defgroup>: Add :link.
5768         (ff-goto-click): Deleted.
5769         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5770         Use mouse-set-point.
5772         * textmodes/tildify.el: Doc fixes.
5773         (tildify) <defgroup>: Add:version.
5775         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5776         (glasses-custom-set): Use set-default, not set.
5777         (minor-mode-alist): Propertize the lighter.
5778         (glasses-mode): Provide optional arg.
5780         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5781         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
5782         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5783         option.  Provide :type.
5784         (cwarn-configuration): Provide :type.
5785         (cwarn-mode): Doc fix.
5787         * add-log.el (change-log-merge): Doc fix.
5788         (change-log-redate): New command.
5790         * net/browse-url.el (browse-url-filename-alist): Add a clause for
5791         Doze and Dog.
5792         (browse-url): Use dolist, not mapcar.
5793         (browse-url-at-point): Check for null url.
5794         (browse-url-event-buffer, browse-url-event-point): Functions
5795         deleted.
5796         (browse-url-at-mouse, browse-url-netscape): Simplify.
5798         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5799         modes.
5800         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5801         Fix previous change to mapcan.
5802         (msb--init-file-alist, msb--add-separators)
5803         (msb--make-keymap-menu): Simplify.
5804         (msb--choose-file-menu): Use copy-sequence.
5805         (msb-mode-map): Add title to keymap.
5806         (msb-unload-hook): New function.
5808         * bs.el: Fix indentation.
5809         (bs) <defgroup>: Add :links.
5810         (bs-show): Doc fix.
5811         (bs-apply-sort-faces): Don't use window-system.
5812         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
5814 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
5816         * calendar/timeclock.el (timeclock-file): Run .timelog through
5817         convert-standard-filename.
5819 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
5821         * emacs-lisp/authors.el: New file.
5823         * paren.el (show-paren-priority): New user option.
5824         (show-paren-function): Set overlay priorities to
5825         show-paren-priority.
5827 2000-08-14  Miles Bader  <miles@gnu.org>
5829         * comint.el (comint-bol): Use `forward-line 0' instead of calling
5830         beginning-of-line with inhibit-field-text-motion bound.
5832 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
5834         * calendar/timeclock.el: New file.
5836 2000-08-14  David Ponce  <david@dponce.com>
5838         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5839         `widget-button-click'. so that one can use left mouse button to
5840         click on dialog buttons.
5842 2000-08-14  Emmanuel Briot  <briot@gnat.com>
5844         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
5845         identifiers, since XML is case sensitive
5847 2000-08-12  Miles Bader  <miles@gnu.org>
5849         * comint.el (comint-output-filter): Don't bother frobbing
5850         window-start, it doesn't seem to be necessary.
5852         * comint.el (comint-send-string, comint-send-region): Make into
5853         real functions.  Snapshot the prompt before sending.
5855 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
5857         * info.el (Info-find-emacs-command-nodes): Rewrite to use
5858         technique similar to Info-index, instead of relying on specific
5859         names of relevant Index nodes.
5860         (Info-goto-emacs-command-node): Bind Info-history to nil when
5861         going to the first node found by Info-find-emacs-command-nodes.
5863 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
5865         * menu-bar.el (menu-bar-help-menu): Add a :help string.
5867 2000-08-10  Miles Bader  <miles@gnu.org>
5869         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5871 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
5873         * info.el (Info-file-list-for-emacs): More elements for the
5874         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5875         and woman manuals.
5877 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
5879         * comint.el (comint-send-input): Make the newline boundary overlay
5880         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
5881         (comint-output-filter): Use `insert' instead of
5882         `insert-before-markers'.  Extend comint-last-output-overlay when
5883         necessary since we can't rely on insert-before-markers to do it.
5884         * gud.el (gud-filter): Use `with-current-buffer' instead of
5885         save-excursion when inserting the output, so that point gets
5886         updated correctly; the old method relied on a rather dodgy
5887         side-effect of comint-output-filter to avoid the effect of
5888         save-excursion.
5890 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
5892         * files.el (recover-file): Call insert-directory instead of
5893         invoking `ls' directly.
5895 2000-08-10  Miles Bader  <miles@gnu.org>
5897         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5898         (comint-last-prompt-overlay): New variables.
5899         (comint-output-filter): Implement prompt highlighting.
5900         (comint-snapshot-last-prompt): New function.
5901         (comint-send-input): Snapshot the last prompt.
5902         Use comint-highlight-input-face.
5903         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5904         Use defface instead of defcustom.
5905         (send-invisible, comint-send-eof): Snapshot the last prompt.
5906         (comint-delchar-or-maybe-eof): Use comint-send-eof.
5907         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5909 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
5911         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5912         (regexp-opt-group): Use a list of chars for `letters'.
5913         (regexp-opt-charset): `chars' is now a list of chars.
5914         Use a char-table rather than a vector so it works for multibyte chars.
5916         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
5917         Set cvs-minor-current-files to the selected fileinfo.
5918         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5919         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5921 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
5923         * files.el (insert-directory): Don't call access-file on
5924         directories on DOS and Windows.
5926 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
5928         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5929         longer if necessary.
5930         (ccl-embed-code): Call ccl-embed-data to store CODE in
5931         ccl-program-vector.
5933 2000-08-09  Miles Bader  <miles@gnu.org>
5935         * comint.el (comint-output-filter): Properly handle the case where
5936         the text surrounded by comint-last-output-overlay was deleted.
5938 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
5940         * info.el (Info-insert-dir): Use Info-additional-directory-list if
5941         non-nil.
5942         (Info-file-list-for-emacs): Remove "info" from the list because
5943         that leads to trying to use the documentation from file `info'
5944         in various situations where it isn't appropriate, for instance
5945         C-h C-k C-h i.
5947         * ffap.el (ffap-read-file-or-url-internal): Handle case that
5948         DIR and/or STRING are nil.
5950         * progmodes/compile.el (compilation-setup): Make variable
5951         compilation-error-screen-columns buffer-local, as some comment
5952         in the code suggests it should be.
5954         * files.el (auto-mode-interpreter-regexp): New variable.
5955         (set-auto-mode): Use it.
5957         * indent.el (indent-for-tab-command): Doc fix.
5959         * mouse-sel.el (mouse-sel-mode): Doc fix.
5961         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5962         labels.
5964         * help.el (print-help-return-message): When
5965         display-buffer-reuse-frames is set, let the help window been quit,
5966         instead of deleting it, which might delete a reused frame.
5968 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
5970         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5971         rename a directory to a name that differs only by its letter case.
5973 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
5975         * international/quail.el (quail-define-rules): Handle Quail decode
5976         map correctly.  Add code for supporting annotations.
5977         (quail-install-decode-map): New function.
5978         (quail-defrule-internal): New optional arguments decode-map and
5979         props.
5980         (quail-advice): New function.
5982 2000-08-07  Sam Steingold  <sds@gnu.org>
5984         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5985         `defconst', `define-condition', `with-slots'.
5986         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5988 2000-08-03  Miles Bader  <miles@gnu.org>
5990         * comint.el (comint-use-prompt-regexp-instead-of-fields):
5991         New variable.
5992         (comint-prompt-regexp, comint-get-old-input): Document dependence on
5993         comint-use-prompt-regexp-instead-of-fields.
5994         (comint-send-input): Add `input' field property to stuff we send to
5995         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5996         (comint-output-filter): Add `output' field property to process
5997         output, if comint-use-prompt-regexp-instead-of-fields is nil.
5998         (comint-replace-by-expanded-history)
5999         (comint-get-old-input-default, comint-show-output)
6000         (comint-backward-matching-input, comint-forward-matching-input)
6001         (comint-next-prompt, comint-previous-prompt):  Use field
6002         properties if comint-use-prompt-regexp-instead-of-fields is nil.
6003         (comint-line-beginning-position): New function.
6004         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
6005         (comint-replace-by-expanded-history-before-point): Use
6006         comint-line-beginning-position and line-end-position.
6007         (comint-last-output-overlay): New variable.
6008         (comint-mode): Make `comint-last-output-overlay' buffer-local.
6010         * shell.el (shell-prompt-pattern): Doc change.
6011         (shell-backward-command): Use line-beginning-position.
6013         * gud.el (gud-gdb-complete-command): Use
6014         comint-line-beginning-position.
6016         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6017         comint-bol doesn't actually go to the beginning of the line.
6019         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6020         if comint-use-prompt-regexp-instead-of-fields is non-nil.
6021         (try-expand-line-all-buffers): Likewise.
6023         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6024         explicitly matching comint-prompt-regexp.
6025         (sql-copy-column): Use comint-line-beginning-position instead of
6026         explicitly matching comint-prompt-regexp.
6028         * progmodes/octave-inf.el (inferior-octave-complete): Use
6029         comint-line-beginning-position.
6031         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6033         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6034         looking for a prompt, use `forward-line 0' instead of
6035         `beginning-of-line', to avoid getting caught by an input field.
6037 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
6039         * files.el (shell-quote-wildcard-pattern): Make sure to return
6040         PATTERN, in the Unix case.
6042 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
6044         * play/zone.el (zone): Discard any pending input before running
6045         the randomly-chosen pgm.
6047 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
6049         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6050         checking the existence of any multibyte characters.
6052 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
6054         * help.el (describe-mode): Test minor-mode symbol for being
6055         bound before testing its value for being nil.
6057         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6058         `first', `second', and `third'.
6060         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6061         (second): Make it an alias for `cadr'.
6063 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
6065         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6066         types of display support faces now.
6068 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
6070         * pcvs.el (require): Require `cl' during compilation, only.
6072         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6073         (toplevel): Remove `remq' and `remove' from autoloads.
6074         (cl-fake-autoloads): New variable.  If set, arrange for an error
6075         when CL functions etc. are autoloaded.
6077 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
6079         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6081         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6082         popped up, but the user clicks outside the menu, return an empty
6083         regexp (that causes unhighlight-regexp to have no effect).
6085         * menu-bar.el (menu-bar-games-menu): Add Zone.
6087         * hi-lock.el (toplevel): Require font-lock.
6089 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6091         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
6092         (ebnf-8-bit-chars): New var for bug fix.
6093         (ebnf-string): Bug fix.
6095 2000-08-03  Sam Steingold  <sds@gnu.org>
6097         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6098         instead of `buffer-string'.
6099         (require 'cl): Always, not just when compiling.
6100         `ignore-errors' in `interactive', `list*', `defun*' &c make this
6101         necessary.
6103 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
6105         * international/mule-cmds.el (select-safe-coding-system): Make
6106         the message text about selecting a safe coding system more clear.
6108 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
6110         * hi-lock.el: New file.
6112         * play/zone.el: New file.
6114         * replace.el (occur): Set tab-width in the *Occur* buffer to the
6115         value of tab-width in the original buffer.  Choose a line number
6116         format that's a multiple of the original buffer's tab width, so
6117         that lines appear right.
6119         * textmodes/ispell.el (ispell): New function, replacing an alias.
6120         Spell-check active region if in transient-mark-mode and mark
6121         is active; otherwise spell-check buffer.
6123 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6125         * ps-mule.el: Fix a customization problem on
6126         ps-mule-font-info-database-default.
6128 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
6130         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6131         display-mouse-p instead of window-system.
6132         (ebrowse-member-mode-map): Ditto.
6134 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6136         * progmodes/ebnf2ps.el: Update ps-print functions call.
6137         Indentation fix.  Doc fix.
6138         (ebnf-version): New version number (3.2).
6139         (ebnf-format-color, ebnf-begin-job): Code fix.
6141 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
6143         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6144         font lock support on window-system.
6145         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6147         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6148         display-color-p, if fboundp, instead of window-system.
6150 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
6152         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6153         instead of window-system.
6155         * wid-edit.el (widget-choose): Use display-mouse-p instead of
6156         window-system.
6157         (widget-choice-mouse-down-action): Use display-popup-menus-p
6158         instead of window-system.
6160         * strokes.el (strokes-file): Run the file name through
6161         convert-standard-filename.
6162         (strokes-mode): Call display-mouse-p instead of looking at
6163         window-system.  Change the error message accordingly.
6165         * progmodes/cpp.el (toplevel): Support faces on tty's.
6167         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6168         (lm-plot-square, lm-init-display): Don't use window-system.
6170         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6171         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6173         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6174         instead of looking at window-system.
6176 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
6178         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6179         of testing if iswitchb-prepost-hooks is bound, because the
6180         latter will always be true when invoking a recursive minibuffer
6181         from an active Iswitchb buffer.
6183 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
6185         * files.el (shell-quote-wildcard-pattern): New function.
6186         (insert-directory): Call it.  Only prepend "\" to command on Unix
6187         and GNU/Linux systems.
6189 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
6191         * eshell/esh-groups.el: Change custom :link file names
6192         from `eshell.info' to `eshell'.
6194 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
6196         * dired.el (dired-build-subdir-alist): Expand subdirectory names
6197         correctly in recursive ange-ftp listings.
6199 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6201         * ps-print.el: Fix bug 1: if ps-font-size-internal,
6202         ps-header-font-size-internal and
6203         ps-header-title-font-size-internal variables are not set,
6204         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
6205         face text property is (foreground-color . COLOR) or
6206         `(background-color . COLOR)', ps-print crashes.  Doc fix.
6207         (ps-print-version): New version number (5.2.4).
6208         (ps-plot-region): Code fix.
6209         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6210         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6211         Bug fix 2.
6213 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
6215         * glasses.el (glasses-make-readable): Fix uncapitalization of
6216         identifiers like `myXMLDocument'.
6218 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
6220         * mail/mail-hist.el (mail-hist-previous-input)
6221         (mail-hist-next-input): Do the obvious code factorization.
6222         (mail-hist-retrieve-and-insert): New func, contains common
6223         code of above two.
6224         If inserting a message body, leave point at top.
6226 2000-07-28  Sam Steingold  <sds@gnu.org>
6228         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
6229         Use `<=', not `<' to compare times!
6230         (ange-ftp-ls): Remove.
6232 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
6234         * play/cookie1.el: Add explanation of how to make cookie.el
6235         compatible with strfile(1) to comment.
6237         * subr.el (remove, remq): New functions.
6239         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6240         escape `*' in regexps.
6241         (midnight-find): Reverse order of arguments in the funcall of
6242         TEST.
6244         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6245         and `.class'.
6247         * play/meese.el: Add Commentary section.
6249 2000-07-27  Alex Schroeder  <alex@gnu.org>
6251         * sql.el (sql-ms): Added autoload cookie.
6252         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6253         (sql-oracle): Ditto.
6254         (sql-help): Doc change.
6256         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6257         types and exceptions.
6259 2000-07-27  Alex Schroeder  <alex@gnu.org>
6261         * sql.el (sql-placeholder-history): New variable.
6262         (sql-query-placeholders-and-send): New function that will query
6263         the user and replace placeholders with user input.
6264         (sql-oracle): If running on NT, set comint-input-sender to
6265         sql-query-placeholders-and-send.
6267         (sql-stop): If in the SQLi buffer, insert stop notification, else
6268         present it as a message.
6270 2000-07-27  Alex Schroeder  <alex@gnu.org>
6272         * sql.el (sql-input-ring-separator): Doc change.
6273         (sql-input-ring-file-name): Doc change.
6274         (sql-interactive-mode): Use `sql-input-ring-separator' and
6275         `sql-input-ring-file-name' to set the comint-mode equivalents
6276         without making them local variables.
6277         (sql-stop): Don't bind `sql-input-ring-separator' and
6278         `sql-input-ring-file-name' dynamically to their comint-mode
6279         equivalents.
6281 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
6283         * international/mule.el (register-char-codings): New function.
6284         (make-coding-system): Handle `safe-chars' specification in the arg
6285         PROPERTY.
6287         * international/mule-cmds.el
6288         (find-coding-systems-region-subset-p): This function deleted.
6289         (sort-coding-systems-predicate): New variable.
6290         (sort-coding-systems): New function.
6291         (find-coding-systems-region): Use
6292         find-coding-systems-region-internal.
6293         (find-coding-systems-string): Use find-coding-systems-region.
6294         (find-coding-systems-for-charsets): Check
6295         char-coding-system-table.
6296         (select-safe-coding-system-accept-default-p): New variable.
6297         (select-safe-coding-system): Mostly rewritten.  New argument
6298         ACCEPT-DEFAULT-P.
6299         (select-message-coding-system): Call select-safe-coding-system
6300         with ACCEPT-DEFAULT-P arg.
6301         (reset-language-environment): Reset default-sendmail-coding-system
6302         to the default value iso-latin-1.
6303         (set-language-environment): Don't set the obsolete variable
6304         charset-origin-alist.
6306         * international/codepage.el (cp-coding-system-for-codepage-1):
6307         Give `safe-chars' property to make-coding-system.
6309         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6310         calling select-message-coding-system twice.
6312         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6313         instead of `safe-charsets'.
6314         (cyrillic-alternativnyj): Likewise.
6315         (ccl-encode-alternativnyj): Don't check the charset
6316         cyrillic-iso8859-5.
6318 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
6320         * composite.el (compose-chars-after): Preserve match data.
6322 2000-07-26  Sam Steingold  <sds@gnu.org>
6324         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6325         (ange-ftp-real-file-newer-than-file-p): New function.
6326         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6327         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6329         * tooltip.el (tooltip-float-time): Removed (use `float-time').
6330         * midnight.el (midnight-float-time): Ditto.
6332 2000-07-26  Andreas Schwab  <schwab@suse.de>
6334         * files.el (normal-backup-enable-predicate): Correct
6335         interpretation of the return value of compare-strings.
6337 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
6339         * isearch.el (isearch-resume): New function.
6340         (isearch-done): Add something to command-history to resume
6341         the search.
6342         (isearch-yank-line, isearch-yank-word): Use
6343         buffer-substring-no-properties instead of buffer-substring.
6345         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6346         of flyspell-mouse-map.
6348         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6349         duplicate definition.
6350         (makefile-mode): Remove duplicate setting of local-abbrev-table.
6352         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6353         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6355 2000-07-25  Sam Steingold  <sds@gnu.org>
6357         * net/ange-ftp.el: Get modtime over the net.
6358         (ange-ftp-file-modtime): New function.
6359         (ange-ftp-write-region, ange-ftp-insert-file-contents)
6360         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
6361         Use it.
6362         (ange-ftp-dot-to-slash): New function.
6363         (ange-ftp-fix-name-for-vms): Use it.
6365         * midnight.el (midnight-buffer-display-time): Use
6366         `with-current-buffer'.
6368 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
6370         * find-dired.el: Update copyright notice.
6371         (find-dired): Offer to kill a running `find'.
6373         * enriched.el (enriched-face-ans): For a `foreground-color'
6374         property, return '(("x-color" COLOR))' so that COLOR will be
6375         output as a parameter of the x-color annotation.  Likewise for the
6376         `background-color' property.  In the case of normal face
6377         properties, don't return annotations for unspecified foreground
6378         and background face attributes.
6380 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
6382         * language/japan-util.el (japanese-katakana-region): Fix handling
6383         HANKAKU argument.
6385 2000-07-25  Miles Bader  <miles@gnu.org>
6387         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6388         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
6389         constrain-to-field.
6391 2000-07-24  Andrew Innes  <andrewi@gnu.org>
6393         * timer.el (timer-activate-when-idle): Add optional parameter
6394         DONT-WAIT.  Update docstring.
6395         (run-with-idle-timer): Specify extra parameter to
6396         timer-activate-when-idle, so that timer will be activated
6397         immediately if Emacs is already idle.
6399         * w32-fns.el (w32-using-nt): Fix docstring.
6401 2000-07-24  Dave Love  <fx@gnu.org>
6403         * mouse.el (popup-menu): Set last-command-event.
6404         (mouse-major-mode-menu-prefix): Declare.
6406 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
6408         * textmodes/flyspell.el: Update to author's version 1.5d.
6410         * progmodes/hideshow.el: Update copyright notice.
6412         * vcursor.el: Set maintainer to FSF, since author cannot
6413         be reached.
6415 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
6417         * info.el (Info-goto-emacs-key-command-node): Leave a space after
6418         the prompt.
6420         * mouse.el (popup-menu): Run the keymap through indirect-function,
6421         in case it was defined with define-prefix-key.  If the menu is a
6422         list of keymaps, look up the binding of user's choice in each one
6423         of the keymaps.
6424         (mouse-popup-menubar): If the global and local menu-bar keymaps
6425         don't have a prompt string, create one and insert it into the
6426         keymap.  Don't barf if current-local-map returns nil.
6428 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
6430         * dired.el (dired-sort-R-check): Added to allow recursive listing
6431         to be undone.
6432         (dired-sort-other): Use it.
6434 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6436         * Release of cc-mode 5.27
6438 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6440         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6441         c-beginning-of-statement-1 that caused a bad case of recursion
6442         which could consume a lot of CPU in large classes in languages
6443         that have in-expression classes (i.e. Java and Pike).
6445         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6446         statements before top level constructs (i.e. case 6 is moved
6447         before case 5 and is now case 4) to catch in-expression
6448         classes in top level expressions correctly.
6450 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6452         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6453         objc-method-intro. Case 4 removed and case 5I added.
6455         * cc-langs.el (c-append-paragraph-start): New variable used by
6456         c-common-init to get paragraph-start correct.
6457         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6458         initialize paragraph-start to make it correct both with and
6459         without the javadoc special case.
6461         * cc-mode.el (java-mode): Use c-append-paragraph-start to
6462         initialize paragraph-start for javadoc markup.
6464         * cc-vars.el (c-style-variables-are-local-p): Incompatible
6465         change by defaulting this to t.  It's motivated by the
6466         confusing behavior that otherwise arise from the style system
6467         when editing both java and non-java files at the same time
6468         (see the comments about style setting in c-common-init).
6470 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6472         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6473         similar to the one in c-fill-paragraph to check the fill
6474         prefix from the adaptive fill function for sanity.
6476 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6478         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6479         defun block.
6481 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6483         * cc-mode.texi Documented the change of cpp-macro.
6485 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6487         * cc-align.el (c-lineup-multi-inher): Handle lines with
6488         leading comma nicely. Extended to handle member initializers
6489         too.
6491         * cc-engine.el: (c-beginning-of-inheritance-list,
6492         c-guess-basic-syntax): Fixed recognition of inheritance lists
6493         when the lines begins with a comma.
6495         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
6497         * cc-vars.el (c-offsets-alist): Changed default for
6498         member-init-cont to c-lineup-multi-inher since it now handles
6499         member initializers and indents better for leading commas.
6501 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6503         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6504         handling that caused class open lines to be recognized as
6505         statement-conts in some cases.
6507         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6508         guessed by the adaptive fill function unless point is on the
6509         first line of a block comment.
6511         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6512         when the buffer ends with a macro continuation char.
6514         * cc-engine.el (c-guess-basic-syntax): Added support for
6515         function definitions as statements in Pike.  The first
6516         statement in a lambda block is now labeled defun-block-intro
6517         instead of statement-block-intro.
6519         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6520         so that the class surrounding point is selected, not the one
6521         innermost in the state.
6523         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6524         recognition of switch labels having hanging multiline
6525         statements.
6527         * cc-engine.el (c-beginning-of-member-init-list): Broke out
6528         some code in c-guess-basic-syntax to a separate function.
6529         * cc-engine.el (c-just-after-func-arglist-p): Fixed
6530         recognition of member inits with multiple line arglists.
6531         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6532         member-init-cont when the commas are in funny places.
6534 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6536         * cc-defs.el (c-auto-newline): Removed this macro since it's
6537         not used anymore.
6539         * cc-engine.el (c-looking-at-bos): New helper function.
6540         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6541         inexpr and toplevel classes apart in Pike.
6543         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6544         of case 9A.
6546         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6547         constant, since "class" can introduce an in-expression class
6548         in Pike nowadays.
6550 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6552         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6553         indentation on cpp-macro lines.
6555         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6556         a syntax modifier like comment-intro, to make it possible to
6557         get syntactic indentation for preprocessor directives.  It's
6558         incompatible wrt to lineup functions on cpp-macro, but it has
6559         no observable effect in the 99.9% common case where cpp-macro
6560         is set to -1000.
6562 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6564         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6565         member-init-cont when the preceding arglist is several lines.
6567 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6569         * cc-styles.el (c-style-alist): The basic offset for the BSD
6570         style corrected to 8.
6572 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6574         * cc-styles.el (c-style-alist): Adjusted the indentation of
6575         brace list openers in the gnu style.
6577 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6579         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6581         * cc-cmds.el (c-electric-brace, c-electric-slash,
6582         c-electric-star, c-electric-semi&comma, c-electric-colon,
6583         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6584         when c-syntactic-indentation is nil.
6586         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6587         we were left at comments preceding the first statement when
6588         reaching the beginning of the buffer.
6590         * cc-vars.el (c-syntactic-indentation): New variable to turn
6591         off all syntactic indentation.
6593 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6595         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6596         between the text and the block comment ender when it hangs,
6597         depending on how many there are before the fill.
6599 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6601         * cc-engine.el (c-beginning-of-closest-statement): New helper
6602         function to go back to the closest preceding statement start,
6603         which could be inside a conditional statement.
6604         * cc-engine.el (c-guess-basic-syntax): Use
6605         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6607         * cc-engine.el (c-guess-basic-syntax): Better handling of
6608         arglist-intro, arglist-cont-nonempty and arglist-close when
6609         the arglist is nested inside parens.  Cases 7A, 7C and 7F
6610         changed.
6612         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6613         up-to-date with javadoc 1.2.
6615 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6617         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6618         multiline Pike type decls.
6620 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6622         * cc-cmds.el (c-indent-new-comment-line): Always break
6623         multiline comments in multiline mode, regardless of
6624         comment-multi-line.
6626 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6628         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6629         fully::qualified::names in C++ member init lists.  Preamble in
6630         case 5D changed.
6632 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6634         * cc-langs.el (c-common-init): Handling of obsolete variables
6635         moved to c-initialize-cc-mode.  More compatible style override
6636         when using global style variables.
6637         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6638         variables moved here.
6640         * cc-mode.texi: Documented the special behavior of
6641         c-special-indent-hook as a style variable.  Don't talk about
6642         doing (c-make-styles-buffer-local t) in a mode hook, since
6643         that's already too late to work right.
6645         * cc-styles.el (c-make-styles-buffer-local): Flag style
6646         variable localness in c-style-variables-are-local-p to make
6647         the compatibility measure in c-common-init work well.
6649         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6650         longer contain set-from-style.
6651         * cc-styles.el (c-initialize-builtin-style): Don't check for
6652         set-from-style on c-special-indent-hook.
6653         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
6654         copy-alist is sufficient now.
6656         * cc-styles.el (c-set-style, c-set-style-1,
6657         c-get-style-variables): Fixes to variable initialization so
6658         that duplicate entries in styles have the same effect
6659         regardless of DONT-OVERRIDE.
6661         * cc-styles.el (c-set-style-2): Fixed bug where the
6662         initialization of inheriting styles failed when the
6663         dont-override flag is set.
6665         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6666         on this.
6668 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6670         * cc-defs.el (c-forward-comment): Removed the workaround
6671         introduced in 5.38 since it had worse side-effects.  If a line
6672         contains the string "//\"", it regarded the // as a comment
6673         start since the \ temporarily doesn't have escape syntax.
6675 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
6677         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6678         ada-xref.el before ada-prj.el, so that the Project menu is created
6679         when ada-prj tries to add to it.
6680         (ada-activate-keys-for-case): Suppress the characters that are not
6681         part of the Ada syntax. Better compatibility with else-mode
6682         (ada-adjust-case-interactive): When auto-casing is not active,
6683         correctly insert newlines (used to insert only ^M).  Prevent the
6684         syntax table from being changed in case of an error
6685         (or '_' becomes part of a word and some commands are confused).
6686         Do nothing if ada-auto-case is nil.
6687         (ada-after-keyword-p): Ignore keywords that are also attributes
6688         (ada-batch-reformat): Update usage comment
6689         (ada-call-from-contextual-menu): New function
6690         (ada-case-read-exceptions): Reinitialize the casing exception list
6691         first to nil first, so that the casing exception file can be
6692         shared.
6693         (ada-check-defun-name): Handles "configure" keyword for gnatdist
6694         files.
6695         (ada-compile-goto-error): Fix regexp used to detect a file:line
6696         anywhere in the error message
6697         (ada-contextual-menu-last-point): New variable
6698         (ada-create-keymap): If the variable delete-key-deletes-forward is
6699         t on XEmacs, it means that DEL should delete one character
6700         forward.
6701         (ada-create-menu): Use :included instead of :visible for XEmacs.
6702         New submenu "Options".
6703         (ada-end-stmt-re): Correctly indent "select ... then abort"
6704         statements.
6705         (ada-fill-comment-paragraph): Correctly delete all leading '--'
6706         even if they don't match ada-fill-comment-prefix Fix handling of
6707         paragraphs on the first or last line of a file.
6708         (ada-format-paramlist): Fix handling of default parameter values.
6709         (ada-get-body-name): New function.
6710         (ada-get-current-indent): Optimized by searchling directly for an
6711         existing generic part or a statement outside of it.  Handle
6712         ada-indent-align-comments when indenting comments Replaced some
6713         regexps by testing directly the next character. This results in a
6714         huge speedup on some files.  New indentation scheme for renames
6715         statements.  Stop looking for the 'while' or 'for' associated with
6716         a 'loop' at the first semicolon encountered.  A "return" can also
6717         match an anonymous access subprogram declaration.
6718         (ada-get-indent-noindent): Ignore strings and comments when
6719         looking for the keywords "record" and "private".
6720         (ada-goto-matching-decl-start): When matching "if", make sure we
6721         are not in fact seeing "end if".  Ignore "when" statements except
6722         when initial keyword was "begin".  Fix handling of nested
6723         procedures.  Add a recursive call to this function to skip over
6724         other 'end' statmts.  Fix indentation for "when .. => begin"
6725         (ada-in-open-paren-p): Fix indentation for complex boolean
6726         expressions, where 'and then', 'or else' and parenthesis
6727         statements are mixed up.
6728         (ada-in-paramlist-p): Skip comments while searching for the
6729         beginning Fix handling of operator declarations.
6730         (ada-indent-align-comments): New variable
6731         (ada-indent-current): Change the syntax table only in the
6732         protected section, so that we are sure it is restored correctly.
6733         (ada-indent-on-previous-lines): Use ada-use-indent and
6734         ada-with-indent Correctly indent "select ... then"
6735         (ada-indent-region): Slight speedup.
6736         (ada-indent-renames): New variable.
6737         (ada-last-which-function-subprog, ada-last-which-function-line):
6738         New variables
6739         (ada-looking-at-semi-private): Correctly indent the 'private'
6740         keyword when it is the first word in a package declaration.
6741         (ada-loose-case-word): Stop searching if at the end of the buffer.
6742         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6743         even if point is not initially at the end of the word.
6744         (ada-matching-decl-start-re): Add "when".
6745         (ada-mode): Add support for abbrev-mode, outline-mode and
6746         which-func-mode Override the old find-file.el entry in
6747         ff-special-constructs since it is using the obsolete
6748         ada-spec-suffix variable
6749         (ada-no-auto-case): New function
6750         (ada-scan-paramlist): When parsing the argument type, accept
6751         spaces (as in "X 'Class", generated by Rational Rose).
6752         (ada-other-file-name): No longer loads the other file.
6753         (ada-popup-menu): Save and restore the current buffer and cursor
6754         position before and after displaying the menu.
6755         (ada-search-ignore-complex-boolean): New function.
6756         (ada-uncomment-region): Emacs21 already knows how to delete
6757         comments not starting in the first column.
6758         (ada-use-indent): New variable
6759         (ada-which-function): New function.
6760         (ada-with-indent): New variable
6761         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6762         can be batch-compiled from the command line.
6764         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6765         Add to the menu when the file is loaded, not in ada-mode-hook.
6766         Add -toolbar to the default ddd command Switches moved from
6767         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6768         ada-prj-default-comp-opt
6769         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6770         Reference Manual to the menu
6771         (ada-check-current): rewritten as a call to ada-compile-current
6772         (ada-compile): Removed.
6773         (ada-compile-application, ada-compile-current, ada-check-current):
6774         Set the compilation-search-path so that compile.el automatically
6775         finds the sources in src_dir.  Automatic scrollong of the
6776         compilation buffer.  C-uC-cC-c asks for confirmation before
6777         compiling
6778         (ada-compile-current): New parameter, prj-field
6779         (ada-complete-identifier): Load the .ali file before doing
6780         processing
6781         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6782         conform to gnatmake's behavior.
6783         (ada-find-file-in-dir): New function
6784         (ada-find-references): Set the environment variables for gnatfind
6785         (ada-find-src-file-in-dir): New function.
6786         (ada-first-non-nil): Removed
6787         (ada-gdb-application): Add support for jdb, the java debugger.
6788         (ada-get-ada-file-name): Load the original-file first if not done
6789         yet.
6790         (ada-get-all-references): Handles the new ali syntax (parent types
6791         are found between <>).
6792         (ada-initialize-runtime-library): New function
6793         (ada-mode-hook): Always load a project file when a file is opened,
6794         so that the casing exceptions are correctly read.
6795         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6796         (ada-parse-prj-file): Use find-file-noselect instead of find-file
6797         to open the project file, since the latter does not work with
6798         speedbar Get default values before loading the prj file, or the
6799         default executable file name is wrong.  Use the absolute value of
6800         src_dir to initialize ada-search-directories and
6801         compilation-search-path,...  Add the standard runtime library to
6802         the search path for find-file.
6803         (ada-prj-default-debugger): Was missing an opening '{'
6804         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6805         variables.
6806         (ada-prj-default-gnatmake-opt): New variable
6807         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6808         buffers, the project file is the default one Save the windows
6809         configuration before displaying the menu.
6810         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6811         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6812         ...)  regexp-quote identifiers names to support operators +,
6813         -,... in regexps.
6814         (ada-remote): New function.
6815         (ada-run-application): Erase the output buffer before starting the
6816         run Support remote execution of the application.  Use
6817         call-process, or the arguments are incorrectly parsed
6818         (ada-set-default-project-file): Reread the content of the active
6819         project file, not the one from the current buffer When a project
6820         file is set as the default project, all directories are
6821         automatically associated with it.
6822         (ada-set-environment): New function
6823         (ada-treat-cmd-string): New special variable ${current}
6824         (ada-treat-cmd-string): Revised.  The substitution is now done for
6825         any ${...} substring
6826         (ada-xref-current): If no body was found, compiles the spec
6827         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6828         compiler to get rid of command line length limitations.
6829         (ada-xref-get-project-field): New function
6830         (ada-xref-project-files): New variable
6831         (ada-xref-runtime-library-specs-path)
6832         (ada-xref-runtime-library-ali-path): New variables
6833         (ada-xref-set-default-prj-values): Default run command now does a
6834         cd to the build directory.  New field: main_unit Provide a default
6835         file name even if the current buffer has no prj file.
6837         * ada-prj.el:
6838         Rewritten to show a tabbed-dialog.
6839         (ada-prj-add-ada-menu): Remove the map and name parameters.
6840         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6841         New function
6842         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6843         (ada-prj-load-from-file): New function
6844         (ada-prj-save): Always save fields that depend on the current buffer
6845         (ada-prj-show-value): New function
6847         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6848         Ada mode. This will allow us to display the Ada menu in any buffer
6849         we want (for project items).
6850         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6851         number of spaces in the header.
6853 2000-07-24  Dave Love  <fx@gnu.org>
6855         * ediff-init.el (ediff-region-help-echo): Bind face-help.
6857 2000-07-23  Noah Friedman  <friedman@splode.com>
6859         * type-break.el (type-break): perform autosave.
6860         Suggested by Stephen Gildea <gildea@intouchsys.com>.
6861         (type-break-do-query): Cancel query schedule while performing
6862         actual query, to avoid possibility of a second query being made
6863         while first one is already in progress.
6864         (type-break-time-stamp-format): New variable.
6865         (type-break-time-stamp): New function.
6866         (type-break-time-warning): Use it.
6867         (type-break-keystroke-warning): Use it.
6868         (type-break-noninteractive-query): Use it.
6870         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6871         cookie.
6872         Use add-minor-mode to set minor-mode-alist, if available.
6873         (eldoc-echo-area-use-multiline-p): New user option.
6874         (eldoc-echo-area-multiline-supported-p): New variable.
6875         (eldoc-docstring-format-sym-doc): Use them.
6876         (eldoc-mode): If not using idle timers, append to local post and
6877         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
6878         (eldoc-display-message-no-interference-p): Don't interfere with
6879         edebug.
6880         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6881         (eldoc-function-arglist): New function.
6882         (eldoc-function-argstring): Use it.
6884         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6885         auto save directory exists before calling directory-files.
6887 2000-07-23  Dave Love  <fx@gnu.org>
6889         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6890         ^o, ^u.
6892 2000-07-21  Dave Love  <fx@gnu.org>
6894         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6895         now passed to the function.  It now works properly.
6897         * smerge-mode.el (smerge-mode-menu): Fill it out.
6899 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
6901         * info-look.el (info-lookup): If *info* is shown in another frame
6902         on the same display, select that frame, instead of switching to
6903         the Info buffer in another window of the selected frame.
6905         * simple.el (universal-argument-map): Bind numeric keypad keys
6906         kp-0 to kp-9 and kp-subtract.
6907         (digit-argument): Handle these keys.
6909 2000-07-20  Dave Love  <fx@gnu.org>
6911         * net/goto-addr.el (goto-address-fontify): Don't bother with
6912         buffer-modified and read-only stuff -- irrelevant with overlays.
6913         Put an extra property on the overlays and use it to clean up in
6914         case goto-address is re-run.
6916 2000-07-19  Richard M. Stallman  <rms@gnu.org>
6918         * timer.el (run-with-idle-timer): Doc fix.
6920         * mail/mail-utils.el (mail-strip-quoted-names):
6921         Handle case where <...> appears inside "...".
6922         Use replace-match to edit the string more simply.
6923         (rmail-dont-reply-to): Cope with an unmatched ".
6925 2000-07-19  Dave Love  <fx@gnu.org>
6927         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6928         implementation.
6930         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6931         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6932         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6934 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
6936         * textmodes/refer.el: Correct maintainer's email address.
6938         * progmodes/hideif.el: Correct author's email address.
6939         Fix typo in comment.
6941         * xml.el: New file.
6943         * mail/mailheader.el: Correct author's mail address.
6945         * gnus/parse-time.el: Correct author's mail address.
6947 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
6949         * comint.el (comint-highlight-input, comint-highlight-face):
6950         New user options.
6951         (comint-input-ring-file-name): Change custom type.
6952         (comint-mode-map): Bind mouse-2.
6953         (comint-insert-clicked-input): New function.
6954         (comint-send-input): Handle input highlighting.
6956 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
6958         * mouse.el (popup-menu): New function.
6959         (mouse-major-mode-menu): Use it.
6961 2000-07-18  Dave Love  <fx@gnu.org>
6963         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6964         improvements.
6966 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6968         * faces.el (face-font-selection-order)
6969         (face-font-family-alternatives): Add custom type.
6971 2000-07-18  Dave Love  <fx@gnu.org>
6973         * cus-edit.el (custom-variable-reset-saved)
6974         (custom-variable-reset-standard): Remove unused bindings.
6976         * rect.el (open-rectangle-line): Remove unused let.
6978         * hl-line.el (hl-line-highlight): Check hl-line-mode.
6980 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6982         * cdl.el: Fix `Maintainer' keyword.
6984         * play/pong.el: Add author's email address.
6986 2000-07-17  Sam Steingold  <sds@gnu.org>
6988         * files.el (insert-directory): Call `split-string' instead of
6989         re-implementing it.
6991 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6993         * mail/vms-pmail.el: Change maintainer to FSF.
6995         * net/goto-addr.el: Change maintainer to FSF.
6997         * recentf.el: Update from author.
6999         * info.el (Info-title-face-alist): Removed.
7001 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
7003         * eshell/eshell.el (eshell): Replace links to eshell.info with
7004         links to eshell, to avoid problems on systems where the manual is
7005         installed as `eshell'.
7006         * eshell/esh-cmd.el (eshell-cmd): Ditto.
7007         * eshell/em-smart.el (eshell-smart): Ditto.
7008         * eshell/em-banner.el (eshell-banner): Ditto.
7009         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
7011         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7012         same-file check in the MS-DOS version (it does support inodes).
7014         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7016         * eshell/eshell.el (eshell-directory-name):
7017         Run default directory name through convert-standard-filename.
7019 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
7021         * international/mule-cmds.el (select-safe-coding-system):
7022         Fix typo in the comment.
7024         * language/european.el (compound-text):
7025         Force katakana-jisx0201 to be designated to G1.
7027         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7028         Don't translate some national variant characters of latin-jisx0201.
7029         (x-ctext): Force katakana-jisx0201 to be designated to G1.
7031         * international/kkc.el (kkc-after-update-conversion-functions):
7032         New variable.
7033         (kkc-update-conversion): Run functions in it at the tail.
7035 2000-07-16  John Wiegley  <johnw@gnu.org>
7037         * lisp/align.el (align-newline-and-indent):
7038         Adding new function.  for auto-aligning blocks of code on RET.
7039         (align-region): Fixed badly formatted minibuffer message.
7041 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
7043         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7044         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
7045         the conversion list at first if appropriate.
7046         (kkc-next): Don't update kkc-next-count here.
7047         (kkc-prev): Don't update kkc-prev-count here.
7048         (kkc-show-conversion-list-update): Fix setting up of conversion
7049         list message.
7051 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7053         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
7055 2000-07-16  Dave Love  <fx@gnu.org>
7057         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7058         function to be more specific.
7060         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7061         non-string help-echo.
7062         (widget-types-convert-widget): Defsubst it.
7063         (widget-echo-help): Try to cope with a help-echo function of two
7064         possible sorts.
7066 2000-07-15  Jason Rumney  <jasonr@gnu.org>
7068         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7069         Declare as obsolete.
7071         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7073 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
7075         * hilit-chg.el: Fix typo.
7077 2000-07-14  Dave Love  <fx@gnu.org>
7079         * info.el (Info-mode-menu): Fix use of :help, :enable.
7081 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
7083         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7085 2000-07-13  Dave Love  <fx@gnu.org>
7087         * emacs-lisp/easymenu.el: Doc fixes.
7088         (easy-menu-remove): Defalias to ignore.
7090         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7091         Call throw correctly.
7093 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
7095         * faces.el (frame-background-mode): Doc fix.
7097         * simple.el (eval-expression-print-length): Change custom type to
7098         allow entering nil as value.
7100 2000-07-13  Dave Love  <fx@gnu.org>
7102         * progmodes/fortran.el (fortran-imenu-generic-expression):
7103         Change definition layout.
7104         (fortran-mode-menu): Reinstate customize entries.
7106         * cus-edit.el (custom-group-menu-create, customize-menu-create):
7107         Use :filter, per old XEmacs code.
7109 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
7111         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7112         event when deciding what to send to the terminal.
7114 2000-07-12  Dave Love  <fx@gnu.org>
7116         * cus-start.el: Add optional version as 4th element of specs and
7117         use it for several things new in v21.  Remove load-path.  Fix type
7118         of line-number-display-limit.
7120 2000-07-11  Dave Love  <fx@gnu.org>
7122         * progmodes/fortran.el: Don't require easymenu.
7123         Use repeat counts in various regexps.
7124         (fortran-mode-syntax-table): Defvar directly.
7125         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
7126         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7127         Use defvar, not defconst.
7128         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
7129         (fortran-mode): Set fortran-comment-line-start-skip,
7130         fortran-comment-line-start-skip, dabbrev-case-fold-search.
7131         (fortran-comment-indent): Use defsubst.
7132         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7133         Use fortran-comment-indent, not fortran-comment-indent-function.
7134         (fortran-comment-region, fortran-electric-line-number): Simplify.
7135         (fortran-auto-fill): New function.
7136         (fortran-do-auto-fill): Deleted.
7137         (fortran-find-comment-start-skip):
7138         Check for non-null comment-start-skip.
7139         (fortran-auto-fill-mode, fortran-fill-statement):
7140         Use fortran-auto-fill.
7141         (fortran-fill): Use fortran-auto-fill.  Check for null
7142         comment-start-skip.  Simplify final clause and use end-of-line finally.
7144         * widget.el (widget-plist-member): New alias.
7146 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
7148         * eshell/esh-module.el (toplevel): Reference
7149         byte-compile-current-file only if it is bound.
7151 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
7153         * dired.el: Don't require `dired-aux'.
7155 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
7157         * dired-aux.el (dired-show-file-type): New function.
7158         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7159         (dired-show-file-type): Add autoload.
7161 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
7163         * international/mule-diag.el (describe-font): Adjusted for the
7164         change of fontset-info.
7165         (print-fontset): Likewise.
7167 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
7169         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7171 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
7173         * bindings.el: Bind `[delete]' to delete-char.
7175         * dired.el (dired-find-alternate-file): New function.
7176         (dired-mode-map): Bind `a' to dired-find-alternate-file.
7177         (toplevel): Require dired-aux when compiling.
7178         (dired-buffers): Move defvar within file to avoid compiler warning.
7180         * info.el (Info-last-search): Variable removed.
7181         (Info-search-history): New variable.
7182         (Info-search): New Info-search-history.
7184         * battery.el, info-look.el: Change author's mail address.
7186 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
7188         * mail/rmail.el (rmail-clear-headers): Don't throw an error
7189         if rmail-ignored-headers is nil.
7190         (rmail-retry-failure): Bind rmail-ignored-headers and
7191         rmail-displayed-headers to nil.
7193 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
7195         * lpr.el (lpr-page-header-switches): Add `-h' switch.
7196         (print-region-1): Don't hard code `-h' here.
7198         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7200 2000-07-01  Francesco Potorti`  <pot@gnu.org>
7202         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7203         exim can use "your message" instead of "the message".
7205 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
7207         * facemenu.el: Docstrings fixes.
7208         (facemenu-get-face): Don't use internal-find-face.
7209         (facemenu-iterate): Rename arg to match the docstring.
7211         * newcomment.el (uncomment-region): Be more careful when skipping
7212         backwards over `=' not to bump into BOBP.
7214 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
7216         * ediff-diff.el (ediff-wordify): Use syntax table.
7217         * ediff-init.el (ediff-has-face-support-p): Use
7218         ediff-color-display-p.
7219         (ediff-color-display-p): Use display-color-p, changed to defun
7220         from defsubst.
7221         Got rid of special cases for NeXT and OS/2.
7222         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
7223         face.
7225 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
7227         * emacs-lisp/lucid.el: Require CL.
7228         (copy-tree, remprop): Remove, it's provided by CL.
7229         (map-keymap): Define in terms of cl-map-keymap.
7230         (extent-property, set-extent-end-glyph): New functions.
7232         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7234 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
7236         * Makefile.in (DONTCOMPILE): Add comment that the name may
7237         not be changed without changing the make-dist script.
7239         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
7240         (cl-mapc): Use mapc instead of cl-old-mapc.
7242 2000-07-05  Andrew Innes  <andrewi@gnu.org>
7244         * makefile.nt: Add support for `bootstrap' and related targets.
7246 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
7248         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7249         (easy-menu-do-define): Use `menu-item' format.
7250         Handle case where easy-menu-create-menu returns a symbol.
7251         Manually call the potential top-level filter in the function binding.
7252         (easy-menu-filter-return): New arg NAME.
7253         Convert to a keymap if MENU is an XEmacs menu.
7254         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
7255         (easy-menu-converted-items-table, easy-menu-convert-item):
7256         New var and fun to memoize easy-menu-convert-item-1.
7257         (easy-menu-do-add-item): Use it.
7258         (easy-menu-create-menu): Use easy-menu-convert-item.
7259         Wrap easy-menu-filter-return around any :filter specification.
7260         Don't convert the menu if a filter was specified.
7261         Tell easy-menu-make-symbol not to check for MENU being an expression.
7262         (easy-menu-make-symbol): New arg NOEXP.
7264 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
7266         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7267         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7268         (eval-defun): If called with prefix arg, instrument code for
7269         Edebug.
7271         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7272         similar to that of eval-defun.
7274 2000-07-04  Dave Love  <fx@gnu.org>
7276         * hl-line.el (hl-line-overlay): Make it permanent-local.
7278         * calendar/todo-mode.el: Replaced with a working version, based on
7279         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7281 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
7283         * paths.el (prune-directory-list): New function.
7284         (Info-default-directory-list): Rewritten to more methodically
7285         enumerate a big list of possible info directories (based on the
7286         list used by the standalone info reader).
7288         * info.el (info-initialize): Use prune-directory-list to remove
7289         non-existent directories from Info-directory-list.
7291         * paths.el (Info-default-directory-list): Try a list of possible
7292         info-directories instead of a single one.  Add the possible
7293         info directory "/usr/share/info".
7295         * woman.el (woman-man.conf-path): Explicitly include the debian
7296         man-db config file "/etc/manpath.config".
7297         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7298         are present in `manpath.config'.
7299         (woman-manpath): Include "/usr/share/man".
7301 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
7303         * frame.el (blink-cursor-mode): Don't hide cursor initially.
7305         * startup.el (command-line): Initialize blink-cursor based
7306         on window-system.
7308         * frame.el (blink-cursor): Default to nil if not running under
7309         a window-system.
7311         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7312         (face-x-resources): Remove duplicate entry for :font.
7314         * textmodes/refer.el (refer-find-entry-internal): Use some-window
7315         instead of cycling through windows with next-window.
7317         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7318         of cycling through windows with next-window.
7320         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7321         of cycling through windows with next-window.
7323         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7324         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7325         instead of cycling through windows with next-window.
7327         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7328         instead of cycling through windows with next-window.
7330         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7331         of cycling through windows with next-window.
7333         * terminal.el (te-process-output): Use walk-windows instead of
7334         cycling through windows with next-window.
7336         * server.el (server-switch-buffer): Use some-window instead of
7337         cycling through windows with next-window.
7339         * window.el (some-window): New function.
7340         (walk-windows): Remove reference to walk-windows-start.
7342         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
7344 2000-07-03  Richard Stallman  <rms@gnu.org>
7346         * window.el (walk-windows): Guarantee termination by keeping a list
7347         of all the windows already handled.
7349 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
7351         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7352         window-system.
7354         * man.el (Man-notify-when-ready): Don't use window-system.  If
7355         Man-notify-method is newframe, and the display is not
7356         multi-frame, select the frame created for the man page.
7357         (Man-init-defvars): Doc fix.
7359 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
7361         * faces.el (region): Change background color for light background.
7363         * ediff-wind.el (ediff-setup-control-frame): Remove :box
7364         attribute from mode-line face of Ediff control frame.
7366         * replace.el (query-replace-map): Bind `e' like `E'.
7368 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
7370         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7371         Change name to "Select All".
7373         * dos-fns.el (convert-standard-filename): Fix last change.
7375 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
7377         * help.el (describe-variable): Don't insert a second `'s' in front
7378         of the string `value is shown below'.  Since the syntax-table is
7379         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7380         an existing `'s', so that this won't be deleted.
7382         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7383         * pcmpl-unix.el: New files.
7385 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
7387         * wid-edit.el (widget-member): Use the new plist-member.
7389 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
7391         * replace.el (perform-replace): Undo change of 2000-04-04.
7392         Instead, move backward 1 character at the end of the loop when
7393         necessary.
7395         * faces.el (fringe): Change face for different backgrounds.
7397         * eshell/esh-module.el (toplevel): Load defgroup's differently;
7398         patch from John.
7400         * eshell/*.el: Change spelling of the Free Software Foundation.
7402         * eshell/esh-toggle.el: Removed.
7404         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7406         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7407         interactively.
7409 2000-06-26  Alex Schroeder  <alex@gnu.org>
7411         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7412         `define-key'; instead of checking `(emacs-version)' check for
7413         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
7414         for `;' and `o' which might be electric.
7416         (sql-electric-stuff): New user option.
7417         (sql-magic-go): New function which uses `sql-electric-stuff'.
7418         (sql-magic-semicolon): New function which uses
7419         `sql-electric-stuff'.
7421         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7422         is not fboundp.
7424         (sql-oracle-options): New variable.
7425         (sql-oracle): Use it.
7427         (sql-imenu-generic-expression): Doc change.
7428         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7429         is used.
7431         (sql-informix): Added command line parameter "-" to force
7432         sql-informix-program to use stdout.
7434 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
7436         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
7437         (cp864-decode-table): Doc fix.
7438         (cp720-decode-table): New variable, supports the Arabic OEM
7439         codepage used by Windows.
7440         (cp737-decode-table): New, Greek OEM codepage used by Windows.
7442 2000-06-23  Dave Love  <fx@gnu.org>
7444         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7445         (font-lock-fontify-anchored-keywords): Use
7446         line-beginning-position.
7447         (global-font-lock-mode): Use mapc.
7449 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
7451         * eshell/esh-module.el: Require CL when compiling.
7453 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
7455         * comint.el (comint-substitute-in-file-name): Call replace-match
7456         with second and third arg t.
7458         * cus-edit.el (custom-button-face, custom-button-pressed-face):
7459         Specify foreground color.
7461         * faces.el (tool-bar, mode-line, header-line): Specify foreground
7462         color.
7464         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7466         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7467         cddr instead of cdddr.
7469         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7470         instead of copy-list.
7472         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7473         of copy-list.
7475         * subdirs.el: Add eshell subdirectory.
7477         * eshell: New subdirectory containing the Eshell package.
7479         * pcomplete.el: New file.
7481 2000-06-23  Paul Eggert  <eggert@twinsun.com>
7483         * mail/mailpost.el (post-mail-send-it): Make sure file has
7484         proper permissions from birth.
7486         * files.el (basic-save-buffer-2): When temporarily setting
7487         file modes, set them to current modes plus 0200, not to 0777.
7489         * emerge.el (emerge-make-temp-file): Make sure file has proper
7490         permissions from birth.
7492 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
7494         * files.el (make-backup-file-name-1): On DOS/Windows, run the
7495         backup file name through convert-standard-filename.
7497         * dos-fns.el (convert-standard-filename): Convert leading
7498         directories as well.  When long file names are supported, convert
7499         characters that are invalid in Windows file names.
7501 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7503         * ps-print.el: Fix bug: if ^L is the very first buffer character,
7504         ps-print crashes.  New feature: page selection for printing.  Create
7505         raw-text-unix coding system for XEmacs.  Doc fix.
7506         (ps-print-version): New version number (5.2.3).
7507         (ps-plot-region): Bug fix.
7508         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7509         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7510         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7511         funs.
7512         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7513         (ps-last-page): New vars.
7515 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
7517         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7518         empty option string.
7520 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
7522         * man.el (man): Doc fix.
7524 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
7526         * international/mule-cmds.el (set-language-info-alist): Docstring
7527         fixed.
7529 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
7531         * version.el (emacs-version): Use ISO date format.
7533         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7534         instead of `M-backspace'.
7536         * simple.el (turn-off-auto-fill): New function.
7538 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
7540         * jit-lock.el (with-buffer-prepared-for-jit-lock):
7541         Renamed from with-buffer-prepared-for-font-lock and use
7542         inhibit-modification-hooks rather than setting *-change-functions.
7543         Update all functions to use the new name.
7544         (jit-lock-first-unfontify-pos): New semantics (and doc).
7545         (jit-lock-mode): Make non-interactive.
7546         Don't automatically turn on font-lock.
7547         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7548         Always use jit-lock-after-change.
7549         Remove and restore font-lock-after-change-function.
7550         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7551         (jit-lock-after-unfontify-buffer): Remove.
7552         (jit-lock-stealth-fontify):
7553         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7554         (jit-lock-after-change): Set the `fontified' text-prop to nil.
7556 2000-06-20  Sam Steingold  <sds@gnu.org>
7558         * emacs-lisp/cl-indent.el (toplevel): Indent
7559         `print-unreadable-object' properly.  Untabify.
7561 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
7563         * textmodes/reftex.el (reftex-find-citation-regexp-format):
7564         Support for bibentry.
7565         (reftex-compile-variables): Fixed problem with end of section-re.
7567         * texmodes/reftex-dcr.el (reftex-view-crossref,
7568         reftex-view-crossref-from-bibtex):
7569         Deal with changed `reftex-find-citation-regexp-format'.
7570         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7571         Replaced `remprop' with `put'.
7572         (reftex-view-crossref, reftex-view-crossref-when-idle):
7573         Support for bibentry.
7575         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7576         New entry for bibentry package.
7578         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7579         Regexp also matches "\nobibliography".
7581         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7582         Call `reftex-ensure-write-access' before doing anything.
7583         (reftex-ensure-write-access): New function.
7585 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
7587         * progmodes/idlwave.el: File re-installed (update to version 4.2)
7589         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7591         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7593         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7596 2000-06-20  Dave Love  <fx@gnu.org>
7598         * faces.el (frame-background-mode): Use set-default, not set, in
7599         setter.
7600         (frame-update-faces, frame-update-face-colors): Define with
7601         defalias.
7603         * enriched.el (enriched-decode-foreground)
7604         (enriched-decode-background): Don't use internal-find-face.
7606         * apropos.el: Doc fixes.
7608         * cus-edit.el (customize-changed-options): Check arg.
7609         (customize-version-lessp): Don't require decimal point.
7611         * custom.el (defcustom, defgroup): Doc fix.
7613         * newcomment.el (comment) <defgroup>: Add :version.
7614         (comment-multi-line): Doc fix.
7616         * emulation/mlsupport.el (define-hooked-local-abbrev,
7617         define-hooked-global-abbrev): Fix, using define-abbrev.
7619 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
7621         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7622         the whole buffer.
7624 2000-06-19  Dave Love  <fx@gnu.org>
7626         * menu-bar.el (menu-bar-options-save): New function.
7627         (menu-bar-options-menu): Use it.
7628         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7629         Simplify.
7631 2000-06-19  Andreas Schwab  <schwab@suse.de>
7633         * progmodes/etags.el (tags-query-replace): Put new parameters
7634         START and END at the end, for backward compatibility.
7636 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
7638         * international/codepage.el:
7639         (cp-coding-system-for-codepage-1): Delete special codes for
7640         generating xxx-dos coding system because now a CCL based coding
7641         system can handle EOL conversion by default.
7643         * international/mule.el (make-coding-system): Generate subsidiary
7644         coding systems for EOL handling variants even for a CCL based
7645         coding system.
7647 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
7649         * international/isearch-x.el (isearch-minibuffer-input-method)
7650         (isearch-minibuffer-input-method-function): These variables
7651         deleted.
7652         (isearch-with-input-method): Don't use the above variables.
7653         (isearch-process-search-multibyte-characters): Likewise.  Call
7654         read-string with the arg INHERIT-INPUT-METHOD t.
7656 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
7658         * font-lock.el (font-lock-after-fontify-buffer)
7659         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7661         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7662         Use consistent make-local-variable style for font-lock-fontified.
7663         (jit-lock-fontify-buffer):
7664         Don't bother checking for font-lock-mode and jit-lock-mode.
7666         * time.el: Remove trailing ^M that prevent CVS-merging.
7668 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
7670         * Makefile.in (distclean): New target.
7672 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
7674         * Makefile.in (srcdir): Define for update-subdirs.
7676 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
7678         * find-lisp.el: New file.
7680 2000-06-16  Andrew Innes  <andrewi@gnu.org>
7682         * time.el (display-time-mail-function): New variable, to allow
7683         external packages to indicate when new mail is available.
7684         (display-time-update): Use it.
7686 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
7688         * international/mule.el (mule-version): Change version name to
7689         SAKAKI.  AOI has already been used by Meadow.
7691         * international/quail.el (quail-show-guidance-buf): To find the
7692         bottom window (but minibuffer), pay attention to the height of
7693         minibuffer.
7695 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
7697         * arc-mode.el (archive-mode-map): Use the new menu-item format for
7698         menu-bar menus.  Add help strings.  Don't remove the Edit menu
7699         from the menu bar, as the menu bar has enough space now.
7701         * Makefile.in (SHELL): Make sure /bin/sh is used.
7703         * woman.el (woman-man-buffer): Fix bold and underlined CJK
7704         characters, which use series of two ^H characters instead of one.
7706 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
7708         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
7709         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
7710         functions.
7711         (Info-find-node-2): Try a case-sensitive search first, then
7712         do a case-insensitive search.
7714         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7715         tutorials.
7717         * complete.el (PC-env-vars-alist): New variable.
7718         (PC-complete-as-file-name): New function.
7719         (partial-completion-mode): Initialize PC-env-vars-alist from
7720         process-environment.
7721         (PC-do-completion): Handle completion of env vars.
7723         * info.el (Info-set-mode-line): Show file name in mode line,
7724         use `*Info*' instead of `Info:'.
7726         * startup.el (command-line-1): Change copyright messages to year
7727         2000.
7729 2000-06-15  Dave Love  <fx@gnu.org>
7731         * net/goto-addr.el (goto-address-fontify): Use keymap property,
7732         not local-map.
7734 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
7736         * international/mule.el (set-buffer-file-coding-system): Almost
7737         rewritten to handle `undecided' as no-op.
7739 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
7741         * Makefile.in: New file.
7743         * Makefile: Removed.
7745         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7746         (goto-address-highlight-keymap): Bind C-c RET.
7748 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
7750         * mail/sendmail.el (sendmail-send-it): The temporary buffer
7751         inherits buffer-file-coding-system of the current buffer.
7753         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7754         0.  Give correct argument to set-auto-coding-function.
7755         (tar-expunge): For goto-char, use (point-min), not 0.
7756         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7757         (tar-subfile-save-buffer): Likewize.
7759         * international/mule.el
7760         (after-insert-file-set-buffer-file-coding-system): Call
7761         set-buffer-file-coding-system with the arg FORCE t.
7763 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
7765         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7766         nil.  Contemporary sendmails issue an X-Authentication-Warning if
7767         the sender is set with `-f'.
7769 2000-06-13  Dave Love  <fx@gnu.org>
7771         * help.el (describe-function-1): Kluge around cases of functions
7772         fset to subrs whose doc doesn't match their symbol-name.
7774         * image.el (insert-image): Default STRING to a space.
7776         * info.el Doc fixes.
7777         (Info-build-node-completions): Match Ref tags.
7779 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
7781         * frame.el (display-multi-frame-p, display-multi-font-p): New
7782         defaliases for display-graphic-p.
7784         * hl-line.el: Fixed a typo in commentary.
7786 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
7788         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7789         fixed.
7791 2000-06-12  Dave Love  <fx@gnu.org>
7793         * image.el (insert-image): Save a little consing.
7795 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
7797         * language/tibet-util.el: Convert all tibetan-1-column characters
7798         to the corresponding tibetan characters.
7799         (tibetan-add-components): Delete code for the special treatment of
7800         'a chung.
7802         * language/tibetan.el (tibetan-composable-pattern): Fix previous
7803         change.
7804         (tibetan-vowel-transcription-alist): More rules added.
7805         (tibetan-composite-vowel-alist): New variable.
7806         (tibetan-precomposition-rule-alist): More rules added.
7808 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
7810         * startup.el (command-line): Only call menu-bar-mode if interactive.
7812         * thingatpt.el (toplevel symbol-properties):
7813         * textmodes/makeinfo.el (makeinfo-compile):
7814         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
7815         * progmodes/hideif.el (hif-compress-define-list)
7816         (hide-ifdef-use-define-alist):
7817         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
7818         (ange-ftp-vms-add-file-entry):
7819         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7820         * man.el (Man-build-man-command):
7821         * mail/rnewspost.el (news-reply-header-hook):
7822         * info.el (Info-insert-dir):
7823         * emulation/mlconvert.el (backward-word, forward-word, setq):
7824         * emacs-lisp/gulp.el (gulp-send-requests):
7825         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7826         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
7827         (byte-optimize-apply, end of file):
7828         * emacs-lisp/advice.el (ad-advice-class-completion-table)
7829         (ad-make-freeze-definition):
7830         * startup.el (command-line, command-line-1): Don't quote lambdas.
7832         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7833         (cvs-cleanup-removed): New function.
7834         (cvs-cleanup-functions): New var.
7835         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7836         some flexibility in specifying additional entries to auto-cleanup.
7837         (cvs-quickdir): New function.
7838         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7839         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7840         (cvs-mode-find-file): Check that we are on a filename or dirname
7841         when invoked through a mouse-click.
7842         (cvs-full-path): Remove.
7843         (cvs-dired-action): Re-introduced.
7844         (cvs-dired-noselect): Use it.
7845         (vc-post-command-functions): use this new hook if available.
7847         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7848         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7849         (cvs-filename-map, cvs-dirname-map): Remove.
7850         (cvs-default-action): Remove.
7851         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7852         if the arg is really a keymap.
7853         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7854         Don't hardcode the mapping from state (aka type) to face, but check
7855         the var cvs-fi-<type>-face instead.
7856         (cvs-fileinfo-from-entries): New function.
7858         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7859         Docstring fix.
7860         (cvs-find-file-and-jump): Change default to be safer.
7861         (cvs-mode-diff-map): Define it as a function as well.
7862         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7863         Bind mouse-2 in this global map rather than with text-properties.
7865         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7866         file to resolve the ambiguity between C(conflict) and C(need-merge).
7868 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
7870         * international/mule.el (set-buffer-file-coding-system): If
7871         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7872         unconditionally.
7874 2000-06-12  Dave Love  <fx@gnu.org>
7876         * wid-edit.el (widget-specify-button): Really suppress the face if
7877         required.
7879 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
7881         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7883 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
7885         * imenu.el (imenu-generic-expression): Docstring fix.
7887         * composite.el (composition-function-table): Move the `put'
7888         below the autoload cookie so we can load the file before loaddefs.
7890         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7892         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7893         Handle easy-mmode-define-global-mode.
7894         For complex macros like define-minor-mode that can generate
7895         several autoload entries, try to autoload entries in the
7896         macroexpanded code.
7898         * emacs-lisp/easy-mmode.el (define-minor-mode):
7899         If KEYMAP is a symbol, just use it.
7900         Use byte-compile-current-file and load-file-name to infer the
7901         proper :require to pass to defcustom.
7902         Wrap the hook var into `progn' so as not to autoload it.
7903         Add a :autoload-end cookie.
7904         Be more careful about the evaluation of KEYMAP.
7905         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7906         (define-derived-mode): Move define-abbrev-table outside of defvar.
7908 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
7910         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7911         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7912         (backup-compiled-files): Ignore errors during `tar'.
7913         (bootstrap): Make autoloads before elc files.
7915 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
7917         * international/mule.el (set-buffer-file-coding-system): If one of
7918         undecided-XXX is specified, change only EOL conversion.
7920         * international/mule-conf.el (unix): New alias for the coding
7921         system undecided-unix.
7923 2000-06-09  Dave Love  <fx@gnu.org>
7925         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7927         * progmodes/executable.el: Byte compile dynamic.
7928         (executable-insert): Change custom type.
7929         (executable-find): Add autoload cookie.
7930         (executable-make-buffer-file-executable-if-script-p): New
7931         function.  After Noah Friedman.
7933         * files.el (after-save-hook): Customize, with
7934         executable-make-buffer-file-executable-if-script-p as an option.
7936 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
7938         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7939         "tib24p-mule.bdf" for Tibetan.
7941         * composite.el (decompose-composite-char): Declare it as obsolete.
7943         * man.el (Man-fontify-manpage): Pay attention to underline and
7944         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
7946 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
7948         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7949         Set maintainer to FSF since author isn't reachable.
7951 2000-06-08  Dave Love  <fx@gnu.org>
7953         * international/mule-cmds.el (select-safe-coding-system): If
7954         DEFAULT-CODING-SYSTEM is not specified, also check the most
7955         preferred coding-system if buffer-file-coding-system is
7956         `undecided'.  From Handa.
7958 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
7960         * international/mule.el
7961         (after-insert-file-set-buffer-file-coding-system): If the buffer
7962         size is greater than INSERTED, judget that we are not visiting.
7964 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
7966         * whitespace.el (defgroup whitespace): Comment out `:version'.
7967         XEmacs 20.4 has problems defining the group with this present.
7968         We'll have this commented out till get resolve the problem.
7970 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
7972         * align.el: Update from author.
7974 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
7976         * apropos.el (apropos-mode-hook): New user variable.
7977         (apropos-mode): Run apropos-mode-hook.
7979 2000-06-07  David Ponce  <david@dponce.com>
7981         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7982         commands.  Require `wid-edit' at run-time.
7984 2000-06-07  David Ponce  <david@dponce.com>
7986         * recentf.el: Added some "Commentary".
7987         (recentf-open-more-files, recentf-edit-list): Minor changes to
7988         move the point at the top of the file list.  This behaviour is
7989         consistent with the menu one when the list contains a lot of
7990         files.
7991         (recentf-cleanup): Now displays the number of items removed from
7992         the list.
7993         (recentf-relative-filter) New menu filter to show filenames
7994         relative to `default-directory'.
7996 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7998         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
7999         with/without giving an error if PostScript printer doesn't have this
8000         kind of page size.  Zebra Stripe continues or restarts on next page.
8001         Manual/automatic paper feeding.  Switch or not the header.
8002         (ps-print-version): New version number (5.2.2).
8003         (ps-windows-system): Include emx as a Windows system.
8004         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8005         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8006         (ps-background-text): Code fix.
8007         (ps-error-handler-message, ps-user-defined-prologue)
8008         (ps-print-prologue-header, ps-printer-name)
8009         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8010         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8011         (ps-use-face-background): Customization fix.
8012         (ps-n-up-database): Data fix.
8013         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8014         (ps-switch-header): New vars.
8015         (ps-xemacs-color-name, ps-face-foreground-name)
8016         (ps-face-background-name, ps-boolean-constant): New funs.
8018 2000-06-07  Dave Love  <fx@gnu.org>
8020         * allout.el: New version from Manheimer.
8022 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
8024         * textmodes/fill.el (fill-find-break-point): Check the validity of
8025         charset.
8027 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8029         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8030         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8031         Call display-color-p and display-mouse-p instead of looking at
8032         window-system.
8034 2000-06-06  Dave Love  <fx@gnu.org>
8036         * image.el (find-image): Doc fix.  Return nil if image not found.
8037         (put-image, insert-image): Make STRING arg optional.
8039 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
8041         * language/vietnamese.el: Remove eval-when-compile.
8042         (viet-viscii-nonascii-translation-table): Define it as a
8043         translation table made from viet-viscii-decode-table.
8044         (viet-viscii-encode-table): Define it as a translation table made
8045         from the reverse map of above.
8046         (viet-vscii-nonascii-translation-table): Define it as a
8047         translation table made from viet-vscii-decode-table.
8048         (viet-vscii-encode-table): Define it as a translation table made
8049         from the reverse map of above.
8050         (ccl-decode-viscii): Use translate-character.
8051         (ccl-encode-viscii, ccl-encode-viscii-font)
8052         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8053         Likewize.
8055         * language/cyrillic.el: Remove eval-when-compile.
8056         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8057         translation table made from cyrillic-koi8-r-decode-table.
8058         (cyrillic-koi8-r-encode-table): Define it as a translation table
8059         made from the reverse map of above.
8060         (ccl-decode-koi8): Use translate-character.
8061         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8062         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8063         a translation table made from cyrillic-alternativnyj-decode-table.
8064         (cyrillic-alternativnyj-encode-table): Define it as a translation
8065         table made from the reverse map of above.
8066         (ccl-decode-alternativnyj): Use translate-character.
8067         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8068         Likewize
8070         * international/mule-diag.el (non-iso-charset-alist): Specify
8071         translation table symbol instead of translation table itself.
8072         (list-block-of-chars): CHARSET may be a translation table symbol.
8074         * international/mule.el (make-coding-system): If CODING-SYSTEM
8075         already exists, override it.
8077         * international/fontset.el: Use family `proportional' for Tibetan
8078         fonts.
8080         * international/ccl.el (ccl-compile-translate-character): Don't
8081         check if Rrr has property translation-table.
8082         (ccl-compile-map-multiple): Modified to avoid compiler warning.
8084 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
8086         * info.el: Bind case-fold-search to t when searching in case
8087         a user sets it to nil in a hook.
8089 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
8091         * autoarg.el (autoarg-mode, autoarg-kp-mode):
8092         * hl-line.el (hl-line-mode): Use the new :global key argument.
8094         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8095         (tar-clip-time-string): Prepend a space.
8096         (tar-grind-file-mode): Construct a string rather than modifying one.
8097         (tar-header-block-summarize): Fix docstring.
8098         Use `format' rather than an error-prone set of copy-loops.
8100         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8101         (diff-goto-source, diff-unified->context, diff-context->unified)
8102         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8103         understand the format output by the `-p' argument to diff.
8105         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
8106         (sh-re-done): Use defconst.
8107         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8108         (sh-help-string-for-variable, sh-guess-basic-offset):
8109         Don't quote lambdas.
8110         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8111         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8113         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8114         (mh-letter-mode): Derive from text-mode.
8115         This implicitly means that it now calls kill-all-local-variables.
8116         Also remove the Emacs-18 compatibility code.
8118         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8119         Make use of symbol-property doc-string-elt.
8120         Use memq rather than a sequence of eq.
8121         (doc-string-elt): Fix the wrong or missing previously unused values.
8122         (autoload-print-form): New function extracted from
8123         generate-file-autoloads to allow recursion when handling progn
8124         so that defvar's and defun's docstrings are properly printed.
8125         (generate-file-autoloads): Use it.
8127         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8128         Use find-file-hooks in the minor-mode function.
8129         Be careful not to loop indefinitely in the post-command-hook function.
8131 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
8133         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
8134         tty's.
8135         * ediff-diff.el (ediff-exec-process): Use --binary for fine
8136         differences whenever appropriate.
8137         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8138         * viper.el (find-file, find-file-other-window): Get viper to do
8139         wildcards.
8141 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
8143         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8144         (jit-lock-fontify-buffer): New function for JIT refontification.
8145         (jit-lock-mode): Fix docstring.
8146         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8147         Remove jit-lock-after-change from the _local_ hook.
8148         (jit-lock-function-1): Fix docstring.
8150         * info.el (Info-on-current-buffer): Initialize info.
8152         * newcomment.el (comment-indent): Ignore comment-indent-hook.
8154         * progmodes/tcl.el (tcl-indent-for-comment):
8155         Ignore comment-indent-hook.
8157         * emacs-lisp/easy-mmode.el: Require CL during compilation.
8158         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
8159         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8160         and improve to use the lighter to guess the capitalization.
8161         (define-minor-mode): Inline code from easy-mmode-define-toggle.
8162         Add keyword arguments to specify global-ness or the custom group.
8163         Add local-map and help-echo properties to the lighter.
8164         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
8165         (easy-mmode-define-global-mode): New macro.
8167 2000-06-02  Dave Love  <fx@gnu.org>
8169         * wid-edit.el: byte-compile-dynamic since we typically don't use
8170         all the widgets.  Don't require cl or widget.  Remove
8171         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
8172         (widget-read-event): Removed.  Callers changed to use read-event.
8173         (widget-button-release-event-p): Renamed from
8174         button-release-event-p.
8175         (widget-field-add-space, widget-field-use-before-change):
8176         Uncustomize.
8177         (widget-specify-field): Use keymap property, not local-map.
8178         (widget-specify-button): Obey :suppress-face.
8179         (widget-specify-insert): Use modern backquote syntax.
8180         (widget-image-directory): Renamed from widget-glyph-directory.
8181         (widget-image-enable): Renamed from widget-glyph-enable.
8182         (widget-image-find): Replaces widget-glyph-find.
8183         (widget-button-pressed-face): Move defvar.
8184         (widget-image-insert): Replaces widget-glyph-insert.
8185         (widget-convert): Use keywordp.
8186         (widget-leave-text, widget-children-value-delete): Use mapc.
8187         (widget-keymap): Remove XEmacs stuff.
8188         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
8189         (widget-button-click): Don't set point at the click, but re-centre
8190         if we scroll out of window.  Rewritten for images v. glyphs &c.
8191         (widget-tabable-at): Use POS arg, not point.
8192         (widget-beginning-of-line, widget-end-of-line)
8193         (widget-item-value-create, widget-sublist, widget-princ-to-string)
8194         (widget-sexp-prompt-value, widget-echo-help): Simplify.
8195         (widget-default-create): Use widget-image-insert; some rewriting.
8196         (widget-visibility-value-create)
8197         (widget-push-button-value-create, widget-toggle-value-create): Use
8198         widget-image-insert.
8199         (checkbox): Create on and off images dynamically.
8200         (documentation-link): Change :help-echo.
8201         (widget-documentation-link-echo-help): Remove.
8203 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
8205         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8207         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8208         (easy-mmode-define-toggle, define-minor-mode): Use it.
8209         (easy-mmode-define-keymap): Docstring fix.
8210         (define-derived-mode): Default PARENT to fundamental-mode.
8211         Add the derived-mode-parent symbol-property.
8212         (easy-mmode-derived-mode-p): New function.
8214 2000-06-02  Dave Love  <fx@gnu.org>
8216         * files.el (convert-standard-filename): Doc fix.
8217         (normal-backup-enable-predicate): New function.
8218         (backup-enable-predicate): Use it to replace the lambda form.
8220         * calendar/todo-mode.el: [This needs more work on the outline
8221         stuff.]  Doc fixes.
8222         (todo) <defgroup>: Add :version.
8223         (todo-add-category): Don't use pushnew.
8224         (todo-cmd-raise): Fix typo.
8225         (todo-top-priorities): Change temp buffer name.
8226         (todo-category-alist): Avoid redundant lambda.
8227         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8228         Use outline-next-heading.
8230         * autoarg.el: Rewritten to use define-minor-mode.
8231         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8232         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8234 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
8236         * isearch.el (isearch-other-meta-char): Fix previous change.
8238 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
8240         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8241         (log-edit-done): Only add the comment to the ring if it's different
8242         from the last comment entered.
8244         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8246 2000-06-01  Dave Love  <fx@gnu.org>
8248         * hl-line.el: Rewritten using define-minor-mode.
8250         * help.el (describe-function-1): Distinguish special form from
8251         builtin function.  Sanity-check presence of arglist for builtins.
8253 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
8255         * international/characters.el: Fix syntax/category setting of
8256         Tibetan characters.
8258         * language/tibet-util.el (tibetan-add-components): Fixes for new
8259         encoding of Tibetan characters.
8260         (tibetan-decompose-precomposition-alist): New variable.
8261         (tibetan-decompose-region): Convert precomposed characters to
8262         non-precomposed characters.
8263         (tibetan-decompose-string): Likewise.
8264         (tibetan-composition-function): Fix args to
8265         thibetan-compose-string.
8267         * language/tibetan.el (tibetan-composable-pattern): More
8268         characters included.
8269         (tibetan-consonant-transcription-alist): Rule for "R" added.
8270         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8271         "+R" added.
8272         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8274         * language/lao-util.el (lao-composition-function): Fix args to
8275         compose-string.
8277         * language/thai-util.el (thai-composition-function): Fix args to
8278         compose-string.
8280         * isearch.el (isearch-update): Set disable-point-adjustment to t
8281         to prevent the point moving to the end of a composition when a
8282         part of a composition is searched.
8283         (isearch-other-meta-char): If the key invoking this command can be
8284         mapped by function-key-map to a printing char, call
8285         isearch-process-search-char directly.
8287 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
8289         * emacs-lisp/bytecomp.el:
8290         * frame.el:
8291         * international/mule-cmds.el:
8292         * international/mule-util.el:
8293         * international/mule.el:
8294         * mouse.el:
8295         * subr.el:
8296         * faces.el: Update calls to make-obsolete with a WHEN argument.
8298         * byte-run.el (make-obsolete, make-obsolete-variable):
8299         Add an optional WHEN argument and change the format of the
8300         symbol-property information.
8301         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8302         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8303         new obsolete-symbol-property format and print WHEN if it is provided.
8305 2000-05-31  Dave Love  <fx@gnu.org>
8307         * loadhist.el (loadhist-hook-functions): Remove
8308         before-change-function, after-change-function.
8309         (unload-feature): Deal with symbols which are both bound and
8310         fbound.
8312         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8313         before-change-function, after-change-function.
8315         * simple.el (newline): Don't bind before-change-function,
8316         after-change-function.
8318 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
8320         * whitespace.el (whitespace-rescan-timer-time): Update interval
8321         set to 600 seconds (10 minutes) instead of 60 seconds since
8322         a large number of whitespace buffers causes emacs to `freeze'
8323         for a considerable amount of time.
8325         * whitespace.el: Updated email address
8327 2000-05-31  Dave Love  <fx@gnu.org>
8329         * add-log.el (change-log-font-lock-keywords) <function>: Add
8330         pattern for function of change.
8331         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8332         acknowledgements patterns.
8334 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
8336         * isearch.el (isearch-printing-char): If keyboard coding system is
8337         being used, call isearch-process-search-multibyte-characters.
8339         * international/isearch-x.el: Mostly rewritten.
8341         * international/quail.el (quail-start-conversion): Don't include
8342         unhandled events in the returned events, but set them in
8343         unread-command-events.  Exit if all inputs are deleted.
8345 2000-05-30  Jason Rumney  <jasonr@gnu.org>
8347         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8349         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8350         Reenable code to create initial fontsets.
8351         Use set-fontset-font in place of put-charset-property.
8353 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
8355         * progmodes/perl-mode.el (perl-indent-line): When looking for a
8356         label, ensure that the first colon isn't followed by another.
8358         * paths.el (Info-default-directory-list): Doc fix.
8360         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8361         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8362         send a query containing USER only, not USER@HOST.
8364         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8365         and rmail-msgend to compute the restriction at the end, instead of
8366         computing it.
8368 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
8370         * dabbrev.el (dabbrev-expand): Don't display messages in the
8371         echo area if the minibuffer window is active.
8373         * jit-lock.el (jit-lock-mode): Add after change function to
8374         local hook.
8376 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
8378         * antlr-mode.el: New commands: hide/unhide actions,
8379         upcase/downcase literals.
8380         (antlr-tiny-action-length): New user option.
8381         (antlr-hide-actions): New command.  Suggested by
8382         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
8383         (antlr-mode-map): New binding [C-c C-v].
8384         (antlr-mode-menu): New entries.
8385         (antlr-downcase-literals): New command.
8386         (antlr-upcase-literals): Ditto.
8388         * antlr-mode.el: Minor changes: indendation, mode-name.
8389         (antlr-indent-line): Indent cpp directive at column 0.
8390         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8392         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8393         (antlr-font-lock-additional-keywords): Workaround for intentional
8394         bug in XEmacs version of font-lock.
8395         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
8396         be used by a smarter version of `buffers-menu-grouping-function'.
8398 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
8400         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8401         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8403 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
8405         * international/encoded-kb.el
8406         (encoded-kbd-iso2022-designation-map): Pay attention to that
8407         charset-iso-final-char return -1 for eight-bit-control and
8408         eight-bit-graphic.
8410 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
8412         * speedbar.el (speedbar-use-images, speedbar-update-flag)
8413         (speedbar-easymenu-definition-base): Use display-graphic-p where
8414         available, instead of window-system.
8416 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
8418         * international/codepage.el (cp-coding-system-for-codepage-1): Add
8419         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8420         coding systems.
8422 2000-05-26  Dave Love  <fx@gnu.org>
8424         * disp-table.el (standard-display-underline): Don't use
8425         internal-find-face.
8427         * mail/reporter.el: Maintainer change.  Doc fixes.
8428         (reporter-version): Deleted.
8430         * emacs-lisp/elp.el: Maintainer change.
8431         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8433 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
8435         * add-log.el (add-change-log-entry): Merge the current entry with the
8436         previous one if the previous one is empty.
8438 2000-05-26  Dave Love  <fx@gnu.org>
8440         * loadhist.el (unload-feature): Fix interactive spec [from
8441         lijnzaad@ebi.ac.uk].
8443         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8444         subr-arity to check primitives.
8445         (byte-compile-flush-pending, byte-compile-file-form-progn)
8446         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8447         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8448         mapcar.
8450 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
8452         * international/fontset.el: Set family names of non-latin charsets
8453         in default fontset to "*".
8455         * international/mule-diag.el (print-fontset): Combine family part
8456         and registry part of the fontname by "-*-" instead of "-".
8458         * international/mule-cmds.el (encode-coding-char): Make strings
8459         multibyte before calling encode-coding-string.
8461 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
8463         * derived.el: Fix keywords.
8464         (define-derived-mode): Only define if needed.
8466         * simple.el (fill-comment, comment-column, comment-start)
8467         (comment-start-skip, comment-end, comment-indent-function)
8468         (block-comment-start, block-comment-end, indent-for-comment)
8469         (set-comment-column, kill-comment, comment-padding, comment-region)
8470         (comment-multi-line, indent-new-comment-line): Remove.
8472         * bindings.el (esc-map): Change ; to comment-dwim and use the new
8473         function names for comment operations.
8475         * newcomment.el: Add abundant autoload cookies.
8476         (comment-style): Don't depend on runtime data at compile-time.
8477         (comment-indent-hook): Remove.
8478         (comment-indent): Check if comment-indent-hook is bound.
8479         (comment-region): Docstring fix.
8481 2000-05-25  Dave Love  <fx@gnu.org>
8483         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8484         byte-code-function-p.
8486         * mail/rmailsum.el: Add provide.
8488         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8490         * smerge-mode.el (smerge-diff-switches): Don't use list* in
8491         defcustom.
8493 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
8495         * ediff-diff.el (ediff-exec-process): delete --binary option from
8496         non-buffer ediff jobs.
8498 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8500         * hilit-chg.el (highlight-changes-mode): Ask about color or
8501         grayscale support, not about window-system.
8503         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8504         window-system.
8505         (ffap-highlight): Always default to t.
8507         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8508         display-popup-menus-p instead of looking at window-system.
8510         * disp-table.el (standard-display-g1, standard-display-graphic):
8511         Only refuse to use string glyphs on X and MS-Windows.
8513         * avoid.el: Remove window-system from commentary, suggest to use
8514         display-*-p instead.
8516         * apropos.el (apropos-print): Use display-mouse-p instead of
8517         window-system.
8519 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8521         * international/codepage.el (cp-decoding-vector-for-codepage):
8522         Fill up unsupported characters with their own codes.  From Kenichi
8523         Handa.
8525 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8527         * international/mule-diag.el (describe-char-after): Use
8528         display-graphic-p instead of window-system, so that this function
8529         works on MS-DOS.
8531 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8533         * international/codepage.el (cp-make-coding-systems-for-codepage):
8534         Remove the eight-bit-graphic and eight-bit-control charsets from
8535         the list of charsets which we convert into `?'.
8537 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
8539         * international/mule-conf.el: Specify CHARSET-ID explicitely for
8540         private charsets.
8541         (mule-unicode-0100-24ff, japanese-jisx0213-1,
8542         japanese-jisx0213-2): New charsets.
8544         * international/fontset.el: Setup default fontset for new charsets.
8546 2000-05-24  Dave Love  <fx@gnu.org>
8548         * info.el (Info-find-node-2): Restructure [following "Vadim
8549         S. Solomin" <sovs@uic.nnov.ru>].
8551         * icomplete.el: Fix header for Finder.
8553 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
8555         * rmailout.el (rmail-output-to-rmail-file): Added optional param
8556         STAY.
8558         * rmail.el (rmail-automatic-folder-directives): New user variable.
8559         (rmail-show-message): Add call to `rmail-auto-file' during
8560         display.
8561         (rmail-auto-file): New function.
8563 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
8565         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
8566         account.
8567         (ediff-test-utility,ediff-diff-mandatory-option)
8568         (ediff-reset-diff-options): Utilities for proper initialization of
8569         ediff-diff-options and ediff-diff3-options on Windows.
8571         * ediff-init.el (ediff-merge-filename-prefix): New customizable
8572         variable.
8574         * ediff-mult.el (ediff-filegroup-action): Use
8575         ediff-merge-filename-prefix.
8577 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
8579         * viper-ex.el (ex-write): Set selective display to nil.
8581 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
8583         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8584         aliases for hebrew-iso-8bit.
8586 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
8588         * woman.el: New version from Francis J. Wright
8589         <F.J.Wright@Maths.QMW.ac.uk>.
8590         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8591         names in environment variables regardless of the path separator.
8592         (woman-topic-all-completions-1): Don't call file-name-directory-p
8593         on all files, since woman-file-regexp already filters out any
8594         directories.
8596 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
8598         * international/quail.el (quail-start-translation): Don't change
8599         modified-p of the current buffer.
8600         (quail-start-conversion): Likewise.
8602         * international/kkc.el (kkc-region): Don't change modified-p of
8603         the current buffer.
8605         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8606         conform to RFC1468.
8607         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
8609 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
8611         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8612         (speedbar-insert-button): Invisible text property fix.
8613         (speedbar-directory-plus): Renamed from speedbar-directory-+
8614         (speedbar-directory-minus): Renamed from speedbar-directory--
8615         (speedbar-page-plus): Renamed from speedbar-file-+
8616         (speedbar-page-minus): Renamed from speedbar-file--
8617         (speedbar-page): Renamed from speedbar-file-
8618         (speedbar-tag): Renamed from speedbar-tag-
8619         (speedbar-tag-plus): Renamed from speedbar-tag-+
8620         (speedbar-tag-minus): Renamed from speedbar-tag--
8621         (speedbar-expand-image-button-alist): Use above renames.
8623         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8624         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8625         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8626         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8627         * sb-pg.xpm: Renamed from sb-file.xpm
8628         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8629         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
8631 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
8633         * international/quail.el (quail-show-guidance-buf): Set
8634         current-input-method of the guidance buffer to the name of the
8635         curren input method.
8637 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
8639         * progmodes/compile.el (compile-internal): Style typo.
8641         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8642         quote vars and functions in the docstring.
8644         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8646         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8647         Don't quote lambdas.
8649         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8651 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
8653         * startup.el (command-line): Determine source file of compiled
8654         user init file differently.  Warn if compiled user init file
8655         is older than its source file.
8657         * ffap.el (ffap-url-regexp): Add `https'.
8659 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
8661         * files.el (make-backup-file-name-1): Replace slashes with `!'
8662         rather than `|' (which is not allowed on Windows).  Replace the
8663         drive letters with a string "drive_X".
8665 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
8667         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8669         * files.el (interpreter-mode-alist): Add `bash2'.
8671 2000-05-22  Dave Love  <fx@gnu.org>
8673         * loadhist.el (feature-symbols, file-provides, file-requires): Use
8674         mapc.
8675         (feature-file): Avoid calling symbol-name.  Doc fix.
8676         (file-set-intersect, file-dependents): Use dolist, not mapcar.
8677         (loadhist-hook-functions): Add mouse-position-function.
8678         (unload-feature): Change uses of mapcar.
8680         * files.el (parse-colon-path): Doc fix.
8681         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8682         (set-auto-mode): Use mapc.
8684         * complete.el (PC-look-for-include-file): Use :alnum: character
8685         class.
8686         (partial-completion-mode): Add autoload cookie.
8688 2000-05-22  Sam Steingold  <sds@gnu.org>
8690         * info.el (Info-fontify-node): Fixed the call to
8691         `add-text-properties' (bug introduced on 2000-05-18).
8693 2000-05-22  Dave Love  <fx@gnu.org>
8695         * bindings.el: Remove debug-ignored-errors set in other files.
8697         * progmodes/etags.el: Add to debug-ignored-errors.
8698         (visit-tags-table-buffer): Clear out buffers holding old tables
8699         when making a new list.
8700         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8701         mapc.
8703         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
8704         quote keywords.
8705         (cmpl-string-case-type): Use character classes.
8707         * comint.el:
8708         * textmodes/ispell.el:
8709         * imenu.el:
8710         * mail/mh-e.el:
8711         * progmodes/compile.el: Add to debug-ignored-errors.
8713         * dabbrev.el: Add to debug-ignored-errors.
8714         (dabbrev-completion): Use mapc.
8716 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
8718         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8719         (woman-mapcan, woman-parse-man.conf)
8720         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8721         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8722         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
8723         path syntax better.
8724         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8725         (woman-manpath): Call woman-parse-man.conf.
8726         (woman-emulation): New defcustom, defaults to nroff.
8727         (woman-font-support): New defconst.
8728         (woman-use-symbol-font): New defcustom.
8729         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8730         "Emulation".
8731         Many functions: Doc fix.
8733 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
8735         * international/quail.el (quail-simple-translation-keymap): Map
8736         128..255 to quail-self-insert-command.
8737         (quail-keyboard-layout-alist): Add definition for "pc102-de".
8739 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
8741         * help.el (help-manyarg-func-alist): Typo.
8743         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8744         intervals which makes it heaps simpler.
8746         * newcomment.el (comment-region-internal): Go back to BEG after quoting
8747         the nested comment markers.
8749         * subr.el (remove-hook): Don't turn the hook's value into a list.
8751 2000-05-21  Dave Love  <fx@gnu.org>
8753         * edmacro.el (edmacro-parse-keys): Return vector if any elements
8754         are invalid characters.
8756         * international/mule-util.el (detect-coding-with-priority): Use
8757         mapc.  Remove redundant lambda.
8759         * international/mule-diag.el (list-non-iso-charset-chars)
8760         (describe-fontset): Remove redundant lambda.
8762         * emulation/crisp.el (brief-mode): New alias.
8764         * emacs-lisp/ring.el (ring-elements): New function.
8766         * emacs-lisp/easymenu.el (easy-menu-create-menu)
8767         (easy-menu-do-add-item): Use keywordp.
8769         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8771         * replace.el: Doc and error message fixes.
8772         (replace-highlight): Use facep, not internal-find-face.
8774 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
8776         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8778         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8779         (log-edit-insert-changelog): Drop `:' as well.
8781         * log-view.el: Fix file description.
8782         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8783         available.
8784         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8785         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8787         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8788         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8789         Print a status message if the toggle is called interactively.
8790         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8791         for global minor modes and use `defcustom' for them.
8792         Use add-minor-mode.
8793         (easy-mmode-define-derived-mode): Remove.
8794         (define-derived-mode): Fancier default docstring.
8795         (easy-mmode-define-navigation): Signal an error rather than (ding).
8797         * newcomment.el (comment-styles): New `box-multi'.
8798         (comment-normalize-vars): Better default for comment-continue to
8799         avoid whitespace-only continuations.
8800         (comment-search-forward): Always move even in the no-syntax case.
8801         (comment-padright): Only obey N if it's only obeyed for padleft.
8802         (comment-make-extra-lines): Better handling of empty continuations.
8803         Use `=' for the filler if comment-start has only one character.
8804         (uncomment-region): Try handling the special `=' filler.
8805         (comment-region): Allow LINES even if MULTI is nil.
8806         (comment-box): Choose box style based on comment-style.
8808 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
8810         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
8811         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8813 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
8815         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8816         and insert, not subst-char-in-region.
8818         * international/mule-diag.el (list-character-sets-1): Handle
8819         charsets eight-bit-control and eight-bit-graphic.
8820         (list-iso-charset-chars): Likewise.
8821         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8822         charactes as is.  Use indent-to to align characters.
8824         * international/mule-cmds.el (find-multibyte-characters): Never
8825         exclude charsets eight-bit-control and eight-bit-graphic.
8827 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
8829         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8830         Don't quote lambdas.
8832         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8834 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
8836         * gud.el (gud-jdb-directories): Doc fix.
8838 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
8840         * newcomment.el: New file.
8842 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
8844         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
8846 2000-05-18  Andreas Schwab  <schwab@suse.de>
8848         * dired.el (dired-between-files): Also skip lines beginning with
8849         `used'.
8851 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
8853         * msb.el (msb-menu-cond): Add choice `user'.
8855 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8857         * ps-print.el: Compatibility, customization and doc fix.
8858         (ps-printer-name-option): Replace defconst by defvar.
8859         (ps-postscript-code-directory): XEmacs compatibility.
8860         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8861         fix.
8862         (ps-user-defined-prologue, ps-print-prologue-header)
8863         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8864         compatibility and code fix.
8865         (ps-print-background-image, ps-print-background-text):
8866         Customization fix.
8867         (ps-line-number-start, ps-n-up-on): New vars.
8869 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
8871         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8872         the indent-comment function to just return the appropriate indent.
8874 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
8876         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8877         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8878         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8880 2000-05-18  Dave Love  <fx@gnu.org>
8882         * info.el (Info-fontify-node): Add intangible property as well as
8883         invisible.
8885         * calendar/appt.el (appt-make-list): Match all lines of entry.
8886         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8888 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
8890         * international/mule-diag.el (describe-char-after): Call
8891         internal-char-font, not char-font.  If internal-char-font returns
8892         nil, display "-- none --".
8894 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8896         * image.el (image-type-available-p): Don't reference image-types
8897         if it isn't bound.
8899 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
8901         * autoarg.el (autoarg-mode): Typo in the :set argument.
8903 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8905         * startup.el (command-line-1): Don't signal an error if the
8906         directory for auto-save-list files does not yet exist.
8908 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
8910         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8912 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
8914         * subr.el (remove-hook): `setq' hook-value, not `set'.
8916 2000-05-16  Sam Steingold  <sds@gnu.org>
8918         * info.el (debug-ignored-errors): More errors to ignore.
8920 2000-05-16  Dave Love  <fx@gnu.org>
8922         * cus-edit.el: Don't require cl or easymenu.
8923         (custom-variable-prompt): Test standard-value property, not
8924         user-variable-p.
8926 2000-05-16  Sam Steingold  <sds@gnu.org>
8928         * subr.el (add-hook): `setq' hook-value, not `set'.
8930 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
8932         * startup.el (command-line-1): Mention the FAQ in the startup
8933         message.
8935         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8937         * progmodes/compile.el (compilation-parse-errors): Collect
8938         `nomessage' regexps last.
8940         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8942         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8943         to the function name.
8945 2000-05-15  Dave Love  <fx@gnu.org>
8947         * speedbar.el (speedbar-recenter): Typo.
8948         (speedbar-expand-line): Make arg optional.
8949         (speedbar-mode): Avoid a compiler warning.
8951 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
8953         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8954         user-specified option string is empty.
8956         * mouse.el (mouse-yank-at-click): Doc fix.
8958 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
8960         * term/internal.el (IT-character-translations): More updates of
8961         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8962         documents.
8964 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
8966         * env.el (getenv): New function, interactively callable.
8967         (setenv, getenv): Remove autoload cookies.
8969         * loadup.el: Load `env'.
8971         * progmodes/f90.el: Change author's mail address.
8973 2000-05-14  Dave Love  <fx@gnu.org>
8975         * mail/rmail.el (rmail-show-message-hook): Customize and offer
8976         goto-addr as an option.
8978         * help.el (help-xref-stack): Doc fix.
8979         (help-xref-following): New variable.
8980         (help-make-xrefs): Use it.
8981         (help-xref-go-back): Use position information from stack element.
8982         (help-follow): Make position in stack element a pair.  Use
8983         help-xref-following.
8985         * autoarg.el: New file.
8987         * faces.el: Declare more functions obsolete.
8989         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8990         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8991         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8992         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8993         Remove all the setup-...-environment functions.
8995 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
8997         * speedbar.el: Updated the commentary section.  xemacs20p now uses
8998         >= when detecting.  Require `defimage' safely.
8999         (speedbar-easymenu-definition-base): Add toggle for images.
9000         (speedbar-easymenu-definition-special): Add flush cache & expand.
9001         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
9002         (speedbar-reconfigure-keymaps-hook): New variable.
9003         (speedbar-frame-parameters): Updated documentation.
9004         (speedbar-use-imenu-flag): Updated custom tag
9005         (speedbar-dynamic-tags-function-list): New variable.
9006         (speedbar-tag-hierarchy-method): Updated doc & custom.
9007         (speedbar-indentation-width, speedbar-indentation-width) New
9008         variables.
9009         (speedbar-hide-button-brackets-flag): Customizable.
9010         (speedbar-vc-indicator): Doc update.
9011         (speedbar-ignored-path-expressions): Updated default value.
9012         (speedbar-supported-extension-expressions): Updated default value.
9013         (speedbar-syntax-table): Remove {} paren status.
9014         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9015         as "+".  Added overlay aliases.
9016         (speedbar-mode): Use `speedbar-mode-line-update' instead of
9017         `force-mode-line-update'.
9018         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9019         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9020         `mouse-set-point'
9021         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
9022         (speedbar-item-info-tag-helper): Revamped to handle a wider range
9023         of arbitrary text, and new helper functions.
9024         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9025         filename finder.
9026         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9027         (speedbar-directory-buttons): Update path search/expansion.
9028         (speedbar-make-tag-line): Pay attention to
9029         `speedbar-indentation-width'.  Use more care w/ invisible
9030         properties.
9031         (speedbar-change-expand-button-char): Call
9032         `speedbar-insert-image-button-maybe'.
9033         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
9034         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9035         (speedbar-trim-words-tag-hierarchy)
9036         (speedbar-simple-group-tag-hierarchy): New functions
9037         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
9038         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9039         functions.
9040         (speedbar-mouse-set-point): New function
9041         (speedbar-power-click): Updated documentation.
9042         (speedbar-line-token, speedbar-goto-this-file): Handle more types
9043         of tag prefix text.
9044         (speedbar-expand-line, speedbar-contract-line): Make more robust
9045         to strange text.
9046         (speedbar-expand-line): Takes universal argument to flush the
9047         cache.
9048         (speedbar-flush-expand-line): New function.
9049         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9050         Use new generator insertion method.
9051         (speedbar-fetch-dynamic-tags): New function.
9052         (speedbar-fetch-dynamic-imenu): Removed code now handled in
9053         `speedbar-fetch-dynamic-imenu'.
9054         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9055         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9056         "Revert Buffer" menu items.
9057         (speedbar-buffer-buttons-engine): Be smarter when creating a
9058         filename tag (for expansion purposes.).
9059         (speedbar-highlight-one-tag-line,
9060         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9061         (speedbar-recenter): New functions.
9062         (defimage-speedbar): Image loading abstraction.
9063         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9064         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9065         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9066         (speedbar-tag-type, speedbar-tag-mail): New images.
9067         (speedbar-expand-image-button-alist): New variable.
9068         (speedbar-insert-image-button-maybe): Insert an image over some
9069         buttons.
9071 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
9073         * international/mule-cmds.el (encode-coding-char): An ASCII
9074         character is always encodable.
9076         * international/mule-conf.el: Add more information in descriptions
9077         of character sets.
9079         * international/mule-diag.el (describe-char-after): New function.
9080         (describe-font-internal): Adjusted for the change of font-info.
9081         (describe-font): Likewise.
9082         (print-fontset): Rewritten for the new fontset implementation.
9083         (describe-fontset): Include fontset alias names in completion.
9084         (list-fontsets): Adjusted for the change of print-fontset.
9086         * simple.el (what-cursor-position): If DETAIL is non-nil, call
9087         describe-char-after instead of displaying the detail in the echo
9088         area.
9089         (syntax-code-table): Format changed.
9090         (string-to-syntax): Adjusted for the above change.
9092 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
9094         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9096 2000-05-12  Dave Love  <fx@gnu.org>
9098         * calendar/todo-mode.el: Remove some compatibility stuff and CL
9099         dependence.  Use line-{beginning,end}-position, not
9100         point-at{b,e}ol.  Some doc fixes.
9101         (todo-position): New function.  Fix callers of position to use it.
9102         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9104 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
9106         * time.el (display-time-mail-icon): Use `:ascent center'.
9108         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9109         handling FTP security extensions.
9111 2000-05-11  Dave Love  <fx@gnu.org>
9113         * calendar/todo-mode.el: New file.
9115 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
9117         * comint.el (comint-read-input-ring): Move reference to
9118         comint-input-ring-size outside of the save-excursion.  It was
9119         causing the default value to be the only one ever seen.
9121         * font-lock.el: Update copyright.  Remove Simon Marshall's email
9122         address on request from him.
9124         * subr.el (substitute-key-definition): Add comment describing
9125         the meaning of PREFIX.
9127 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
9129         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9131         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9132         (add-minor-mode): Don't make the variable buffer-local and add a
9133         reference to define-minor-mode in the docstring.
9135         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9136         HEADER/FOOTER and fix bug with trailing empty directory.
9137         (cvs-append-to-ignore): Use vc-editable-p if available.
9138         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9139         (vc-do-command): Tweak advice to handle the new VC.
9141         * log-view.el (log-view-goto-rev): New function for the new VC.
9142         (log-view-minor-wrap): Use mark-active.
9144         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9145         (log-edit-changelog-full-paragraphs): New var.
9146         (log-edit-insert-changelog): Remove a lonely leading `* file'.
9147         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9148         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9149         (log-edit-changelog-ours-p, log-edit-changelog-entries)
9150         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9151         Replace the `cvs' prefix with `log-edit'.
9153         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9155         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9156         (diff-font-lock-defaults): Explicitly turn off multiline.
9157         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9158         (diff-ediff-patch): Fix call to ediff-patch-file.
9159         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9160         Handle comments.
9162         * frame.el (automatic-hscrolling): Typo.
9164         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9166 2000-05-09  Sam Steingold  <sds@goems.com>
9168         * apropos.el (apropos-print): use `describe-face' instead of
9169         `customize-face-other-window'.
9171 2000-05-09  Dave Love  <fx@gnu.org>
9173         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9175         * help.el (describe-variable): Have customize button pop the
9176         help-xref stack when invoked.
9177         (help-xref-symbol-regexp): Add `face'.
9178         (help-make-xrefs): Check for quoted face names and adapt regexp
9179         submatch numbers to cope.
9180         (help-xref-interned): Maybe insert face doc too.  Separate
9181         sections with a line of hyphens.
9183         * faces.el:  Some doc fixes.  Declare some functions obsolete.
9184         (describe-face): Add customize button.  Return the help
9185         text.  Fix prompt.
9187 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
9189         * term/internal.el (IT-character-translations): Fix last change.
9191 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9193         * woman.el: New file
9194         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9196 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9198         * term/internal.el (IT-character-translations): Update ASCII
9199         simulations for greek-iso8859-7, add latin-iso8859-14 and
9200         latin-iso8859-15.
9202         * international/mule-cmds.el (set-language-info-alist): Call
9203         define-prefix-command with 3 arguments, to make the map suitable
9204         for a menu.
9206 2000-05-07  Dave Love  <fx@gnu.org>
9208         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
9210 2000-05-05  Dave Love  <fx@gnu.org>
9212         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9213         list in doc string.  Don't quote keyword symbols.
9214         * emacs-lisp/cl.el: Likewise
9215         * emacs-lisp/cl-seq.el: Likewise
9217 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
9219         * abbrev.el (abbrev-mode): Make ARG optional.
9221 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
9223         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9225         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9227         * subr.el (substitute-key-definition): Clarify documentation.
9229 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
9231         * glasses.el (glasses-convert-to-unreadable): Use
9232         `glasses-separator' instead of the hard-wired "_".
9233         (glasses-mode): Call `glasses-make-unreadable' only in a single
9234         place.
9236 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
9238         * term/internal.el (cjk-codepages-alist): Add associations for
9239         Chinese and Korean codepages.  Remove FIXME comment.
9241 2000-05-03  Dave Love  <fx@gnu.org>
9243         * time.el (display-time-mail-face, display-time-use-mail-icon):
9244         New option.
9245         (display-time-mail-icon): New variable.
9246         (display-time-string-forms): Use the above.  Fix the local-map.
9248 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
9250         * replace.el (query-replace-map): Add binding for `E'.
9251         (query-replace-help): Extend help text.
9252         (perform-replace): Allow editing the replacement string.
9254         * make-mode.el (makefile-mode-abbrev-table): New variable.
9255         (makefile-mode): Set local abbrev table to
9256         makefile-mode-abbrev-table.
9257         (makefile-font-lock-keywords): Fontify includes and conditionals.
9259         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9260         set TOGGLE's value.
9262         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9263         mail-interactive-insert-alias.
9264         (mail-abbrev-complete-alias): New command.
9265         (mail-mode-map): Bind it to `M-TAB'.
9267 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
9269         * language/lao-util.el (lao-compose-region): New function.
9271 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
9273         * files.el (recover-session): Make directories as necessary
9274         if they don't exist yet.
9276         * calendar/cal-french.el
9277         (french-calendar-multibyte-special-days-array)
9278         (french-calendar-special-days-array): Change French text.
9279         (calendar-french-date-string): Change output.
9280         (calendar-goto-french-date): Likewise.
9282 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
9284         * wid-edit.el (widget-default-active): Obey `:always-active'.
9285         (widget-documentation-string-value-create): Set `:always-active'.
9287 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
9289         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9290         default prefix to `~/_emacs.d/auto-save.list/_s'.
9291         (normal-top-level): Create the directory for auto-save files, if
9292         it doesn't already exist (in the ms-dos case only).
9294 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
9296         * international/mule-cmds.el (set-language-environment): Don't
9297         concat an integer (dos-codepage), use format instead.
9299 2000-05-02  Dave Love  <fx@gnu.org>
9301         * help.el (help-xref-on-pp): Check for constant symbols.
9303 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
9305         * startup.el (normal-top-level): Put a condition-case around
9306         the code loading subdirs.el.
9308 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9310         * ps-print.el: Upside-down and face background color printing,
9311         line number step, doc fix.
9312         (ps-print-version): New version number (5.2).
9313         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9314         (ps-face-attribute-list, ps-plot-with-face): Code fix.
9315         (ps-spool-config): Var fix.
9316         (ps-printer-name-option): Const fix.
9317         (ps-print-upside-down, ps-use-face-background)
9318         (ps-line-number-step): New vars.
9319         (ps-window-system, ps-lp-system): New consts.
9320         (ps-face-background): New fun.
9322 2000-04-28  Richard Stallman  <rms@gnu.org>
9324         * files.el (make-auto-save-file-name):
9325         Apply auto-save-file-name-transforms to visited file name
9326         before generating auto save file name.
9327         (auto-save-file-name-transforms): New variable.
9329         * files.el (backup-enable-predicate):
9330         Correctly test for a file under a temporary directory.
9332 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
9334         * subr.el (add-minor-mode): Rewritten.
9336 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
9338         * mail/sendmail.el (sendmail-send-it): Set
9339         buffer-file-coding-system to the selected coding system for MIME
9340         header.
9342 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
9344         * dired.el (dired-move-to-filename-regexp): Allow format where
9345         YYYY is followed by two spaces.
9347         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9348         in the second character class of the regexp.
9350         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9351         mh-etc, too.
9353         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9354         nil.
9356         * subr.el (add-minor-mode): Use `set' instead of `setq'.
9358         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9359         argument.
9361 2000-04-27  Sen Nagata <sen@eccosys.com>
9363         * emacs-lisp/crm.el (crm-completion-table): New variable.
9364         (crm-collection-fn, crm-test-completion)
9365         (completing-read-multiple): Use it.
9367 2000-04-27  Dave Love  <fx@gnu.org>
9369         * help.el (locate-library): Use mapc.
9370         (help-manyarg-func-alist): Add call-process-region.
9372 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
9374         * subr.el (add-minor-mode): Make argument MAP optional.
9376         * desktop.el (desktop-save): Save list of minor modes.
9377         (desktop-create-buffer): Restore minor modes.
9378         (desktop-minor-mode-table): New user-option.
9380         * subr.el (add-minor-mode): New function.
9382         * image.el (find-image): New function.
9383         (defimage): Rewritten to find image at load time.
9385         * startup.el (normal-top-level-add-to-load-path): Handle
9386         case that the default directory is not in load-path.
9388         * help.el: Old patch from Stefan Monnier.
9389         (help-xref-on-pp): New function.
9390         (describe-variable): Use it to display xrefs in a symbol's value.
9392 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
9394         * cus-edit.el (custom-face): Fix parenthesis.
9396 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
9398         * mail/rmail.el (rmail-expunge): When there are no deleted
9399         messages, do nothing.
9401 2000-04-26  Dave Love  <fx@gnu.org>
9403         * international/mule-cmds.el (locale-translation-file-name):
9404         Defvar to nil.
9405         (set-locale-environment): Set it here (at runtime).
9407 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
9409         * replace.el (perform-replace): Add parameters START and END.  Use
9410         them instead of the check for a region in Transient Mark mode.
9411         (query-replace-read-args): Return two more list elements for the
9412         start and end of the region in Transient Mark mode.
9413         (query-replace, query-replace-regexp, query-replace-regexp-eval)
9414         (map-query-replace-regexp, replace-string, replace-regexp): Add
9415         optional last arguments START and END and pass them to
9416         perform-replace.
9418         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9419         form with additional arguments for perform-replace.
9421         * progmodes/etags.el (tags-query-replace): Add parameters START
9422         and END.  Construct a form with additional arguments for
9423         perform-replace.
9425         * simple.el (shell-command): Set default directory for "*Shell
9426         Command Output" buffer.
9428         * language/european.el (iso-latin-4): Fix typo.
9430         * emacs-lisp/crm.el: New file.
9432 2000-04-24  Dave Love  <fx@gnu.org>
9434         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9435         (Custom-reset-saved, Custom-reset-standard)
9436         (custom-group-value-create, custom-group-set, custom-group-save)
9437         (custom-group-reset-current, custom-group-reset-saved)
9438         (custom-group-reset-standard): Use mapc.
9439         (custom-buffer-create-internal): Disable undo when creating items.
9440         Use mapc.
9441         (custom-face): Avoid redundant lambda.
9443 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
9445         * startup.el (auto-save-list-file-prefix): Set default to
9446         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9448 2000-04-24  Sam Steingold  <sds@gnu.org>
9450         * time-stamp.el (time-stamp-string-preprocess): Always convert
9451         `field-result' to a string.
9453 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
9455         * frame.el (scrolling): New group.
9456         (automatic-hscrolling): New user-option.
9458         * startup.el (command-line-x-option-alist): Add `-lsp' and
9459         `--line-spacing'.
9461 2000-04-19  Dave Love  <fx@gnu.org>
9463         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9464         (cl-mapc): Rename from mapc.  Fix the funcall.
9466 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
9468         * simple.el (clone-indirect-buffer-other-window): New command.
9469         (clone-indirect-buffer): Add optional arg NORECROD.
9470         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9472         * help.el (resize-temp-buffer-window): Use count-screen-lines.
9474         * window.el (count-screen-lines): New function.
9475         (shrink-window-if-larger-than-buffer): Use count-screen-lines
9476         instead of window-buffer-height.
9478         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9479         non-existing variable comint-input-sentinel.
9480         (inferior-lisp-args-to-list): Removed.
9481         (inferior-lisp): Use split-string instead of
9482         inferior-lisp-args-to-list.
9484         * hexl.el (hexl-insert-hex-string): New command.
9486         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9487         instead of concat.
9489 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
9491         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9492         at the start of an existing but empty folder.
9494 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9496         * ps-mule.el: Customization fix, doc fix.
9497         (ps-multibyte-buffer): Customization fix.
9499 2000-04-17  Richard M. Stallman  <rms@gnu.org>
9501         * subr.el (read-passwd): Use read-char-exclusive.
9503 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
9505         * textmodes/texinfo.el (texinfo-insert-@email)
9506         (texinfo-insert-@emph, texinfo-insert-@quotation)
9507         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9508         (texinfo-mode-map): Add key bindings for them.
9510         * files.el (basic-save-buffer-2): Use a template with `$'
9511         instead of `#' for VMS.
9513         * simple.el (clone-indirect-buffer): New function.
9515 2000-04-16  Stephen Eglen  <stephen@gnu.org>
9517         * iswitchb.el (iswitchb-case): New function.  If the user input
9518         contains any upper-case characters, the search is made
9519         case-sensitive.
9521 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
9523         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9524         comment-end.
9525         (texinfo-font-lock-syntactic-keywords): New var.
9526         (texinfo-font-lock-keywords): Remove comment regexp.
9527         (texinfo-insert-block): New function.
9528         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
9529         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
9530         and font-lock-defaults.  Use regexp-opt for outline-regexp.
9531         (texinfo-environments): New var.
9532         (texinfo-environment-regexp): Use regexp-opt and
9533         texinfo-environments.
9535         * textmodes/ispell.el (ispell-menu-map-needed): Check that
9536         ispell-process is bound since this might be eval'd before ispell
9537         is loaded.
9538         (ispell-message): Use a tiny bit less magic and a bit more hard
9539         data to figure out what kind of sc-cite-regexp to use.
9541         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9543         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9544         (insert-cyclic-diary-entry): Unquote the lambda.
9546         * gud.el (gud-jdb-build-source-files-list): Fix typo.
9548         * files.el (backup-enable-predicate): Unquote the lambda.
9550         * cus-edit.el (custom-face, face): Unquote the lambda.
9552 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9554         * ps-print.el: Check for line-beginning-position definition.
9556         * ps-print.el: Fix counting lines in a region.
9557         (ps-print-version): New version number (5.1.5).
9558         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9559         (ps-printing-region): Fun code fix.
9561 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
9563         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9564         to file-directory-p.
9566 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
9568         * gud.el (gud-jdb-build-source-files-list): Check that directory
9569         exists before calling directory-files.
9571 2000-04-13  Dave Love  <fx@gnu.org>
9573         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
9574         syntax.
9576         * emacs-lisp/cl-specs.el: Remove when, unless.
9578         * emacs-lisp/cl-extra.el: Don't quote keywords.
9579         (cl-old-mapc): New variable.
9580         (mapc): Use it.
9581         (cl-map-intervals): Use with-current-buffer.  Don't check for
9582         next-property-change.
9583         (cl-map-overlays): Use with-current-buffer.
9584         (cl-expt): Remove.
9585         (copy-tree, remprop): Define unconditionally.
9587         * emacs-lisp/cl-compat.el (keywordp): Remove.
9589         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
9590         to use keywordp.
9591         (edebug-spec): Enable keywordp.
9593         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9594         string-lessp.
9596         * cus-start.el: Use keywordp.
9598 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9600         * diary-lib.el (include-other-diary-files): Fix the fix of
9601         2000-02-18 by doing a save-excursion.
9603 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9605         * ps-print.el: Customization fix, doc fix.
9606         (ps-print-version): New version number (5.1.4).
9607         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9608         (ps-print-preprint): Adjust code.
9609         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9610         (ps-print-prologue-header, ps-print-control-characters)
9611         (ps-spool-config): Customization fix.
9613 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
9615         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9616         converted to the new menu-item format, names silightly changed,
9617         help strings added.
9619         Support for spelling without async subprocesses:
9621         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9622         (ispell-session-buffer): New variables.
9623         (ispell-start-process, ispell-process-status,
9624         ispell-accept-output, ispell-send-string): New functions, for
9625         Ispell invocation when async subprocesses aren't supported.
9626         (ispell-word, ispell-pdict-save, ispell-command-loop,
9627         ispell-process-line, ispell-buffer-local-parsing): Replace calls
9628         to process-send-string with calls to ispell-send-string, and
9629         accept-process-output with ispell-accept-output.
9630         (ispell-init-process): Call ispell-process-status instead of
9631         process-status with.
9632         (ispell-init-process): Call ispell-start-process.  Call
9633         ispell-accept-output and ispell-send-string.  Don't call
9634         process-kill-without-query and kill-process if they are unbound.
9635         (ispell-async-processp): New function.
9637 2000-04-12  Dave Love  <fx@gnu.org>
9639         * info.el: Add debug-ignored-errors.
9640         (Info-mode-menu): Add some items.
9641         (Info-directory): Add autoload cookie.
9643         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9644         Modify `truncate-lines'.  Make `describe-language-environment'
9645         always visible and add help.  Modify `describe-key' help.  Invoke
9646         Info-directory from `info'.  New entry `emacs-manual'.
9648 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
9650         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9651         propertized-buffer-identification.
9652         (ebrowse-update-member-buffer-mode-line): Likewise.
9653         (ebrowse--mode-strings): Removed.
9654         (ebrowse--mode-line-props): Removed.
9656         * files.el (auto-mode-alist): Add `EBROWSE'.
9658         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9659         space before testing for end of buffer.
9660         (ebrowse-load): Removed.
9661         (ebrowse-revert-tree-buffer-from-file): Rewritten.
9662         (ebrowse-create-tree-buffer): Rewritten.
9663         (ebrowse-tree-mode): Read tree from buffer.
9665         * progmodes/ebrowse-ffh.el: Removed.
9667 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
9669         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9671 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
9673         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9674         at the wrong place.
9676 2000-04-09  Dave Love  <fx@gnu.org>
9678         * files.el (backup-enable-predicate): Use
9679         temporary-file-directory, small-temporary-file-directory.
9680         (make-backup-file-name-function, backup-directory-alist): New
9681         variables.
9682         (make-backup-file-name-1): New function.
9683         (make-backup-file-name): Use it.
9684         (find-backup-file-name): Likewise.  Use format for clarity, not
9685         concat.
9686         (file-newest-backup): Use make-backup-file-name.
9688 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
9690         * progmodes/ebrowse-ffh.el: New file.
9692         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9693         to ebrowse-ffh.el.
9694         (ebrowse-load): Add autoload.
9696         * finder.el (finder-commentary): Add autoload cookie.
9698         * mail/rfc2368.el: Correct author's email address.
9700         * progmodes/ebrowse.el: New file.
9702         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9703         item help string.
9704         (easy-menu-do-add-item): Ditto.
9705         (easy-menu-define): Extend doc string.
9707         * jit-lock.el (with-buffer-unmodified): Use
9708         restore-buffer-modified-p.
9709         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9710         (jit-lock-function, jit-lock-stealth-fontify): Don't use
9711         with-buffer-unmodified.
9713 2000-04-08  Dave Love  <fx@gnu.org>
9715         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9716         unless, when.
9718 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
9720         * viper-util.el (viper-put-on-search-overlay): New subroutine.
9721         (viper-flash-search-pattern): No operation when using Emacs
9722         doesn't support face.
9723         Use `viper-put-on-search-overlay'.
9725 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
9727         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9728         like C-r.
9730         * progmodes/make-mode.el: Some doc fixes.
9731         (makefile-mode-abbrev-table): New variable.
9732         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9733         (makefile-font-lock-keywords): Fontify includes and conditionals.
9734         (toplevel): Require `dabbrev' and `add-log' when compiling.
9736         * replace.el (perform-replace): Don't move forward one char
9737         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
9738         to do that because it leaves point 1 position after the last
9739         replacement, after everything has been replaced.
9741         * jit-lock.el (with-buffer-unmodified): New macro.
9742         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9743         modified state.
9744         (jit-lock-function-1): Extracted from jit-lock-function; not
9745         preserving buffer's modified state.
9746         (jit-lock-function, jit-lock-stealth-fontify): Call
9747         jit-lock-function-1.
9749         * mail/rfc2368.el: Remove supernumerary copyright line.
9751 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
9753         * glasses.el: Provide facilities for inserting space before left
9754         parentheses and uncapitalization of identifiers.
9755         (glasses-mode): Try to remove old overlays in all cases.
9757 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
9759         * progmodes/compile.el (compile-internal): Display the compilation
9760         buffer in a different frame, if it's already displayed there.
9762         * mail/rfc2368.el: New file.
9764         * simple.el (sendmail-user-agent-compose): Recognize a `body'
9765         header and insert its value as mail body.
9767         * subr.el (member-ignore-case): New function.
9769         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9770         (dabbrev--find-expansion): Ignore buffers matching a regexp
9771         from dabbrev-ignored-regexps.
9773         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9774         to extensions handled by gzip.
9776 2000-04-03  Richard M. Stallman  <rms@gnu.org>
9778         * files.el (insert-directory): List the total free space
9779         along with the used space.
9781         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9782         line is followed by one that matches CITATION-REGEXP, end the
9783         paragraph.
9785 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
9787         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9788         (rmail-make-basic-summary-line): Use that option.
9790 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
9792         * international/mule-cmds.el (encoded-string-description):
9793         Rewritten.   Try pretty description for ISO 2022 escape sequences
9794         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
9795         for hexadecimal format.
9797 2000-04-01  Dave Love  <fx@gnu.org>
9799         * cpp.el: Change customization group to `c' from `C'.
9801         * vcursor.el (vcursor-move): Use display-color-p.
9803         * international/mule-util.el: Provide mule-utils.
9804         (string-to-sequence): Simplify and speed up.
9806         * international/mule.el (make-coding-system): Purecopy doc-string.
9808         * international/mule-cmds.el: Various menu changes.
9809         (describe-specified-language-support): Handle `Default'.
9810         (set-language-info): Purecopy `info'.
9812 2000-03-31  Andrew Innes  <andrewi@gnu.org>
9814         * vc.el (vc-backend-diff): Return the correct status if we had to
9815         retry the rcsdiff command without the --brief option.
9817 2000-03-31  Dave Love  <fx@gnu.org>
9819         * help.el (help-manyarg-func-alist): Correct several omissions.
9821         * add-log.el: Don't require cl, fortran.
9822         (add-log-current-defun-function): Doc fix.
9823         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
9824         fix.
9825         (change-log-version-rcs): Function deleted.
9826         (change-log-version-number-search): Doc fix.  Use
9827         vc-workfile-version.  Avoid CL dolist.
9828         (add-change-log-entry): Just call add-log-current-defun to get
9829         defun.  Simplify somewhat.
9830         (change-log-get-method-definition-1): Likewise.
9831         (add-log-current-defun): Return nil if calling
9832         add-log-current-defun-function does so.  Move Fortran stuff to
9833         fortran.el.  Return string without properties.
9835         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9836         and :alpha: char classes.
9838         * mail/supercite.el: Defvar curline when compiling.
9839         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9840         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9841         rather than a-zA-Z0-9 to allow non-ASCII characters.
9843 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
9845         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9847         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9848         Re-enable new code.
9850         * lpr.el (print-region-1): Use -d to specify printer name for
9851         systems `usg-unix-v*, `dgux', `hpux', `irix'.
9853 2000-03-31  Dave Love  <fx@gnu.org>
9855         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9856         for function definition in symbol's function value slot first
9857         instead of first consulting byte-compile-function-environment.
9859 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
9861         * language/european.el ("Polish"): New language environment.
9862         (setup-polish-environment): New function.
9864 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
9866         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9867         Disable new code.
9869         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9870         trying to `load' the symbol of an autoload instead of the file
9871         recorded in the autoload.  Fix error messages.
9873 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9875         * ps-print.el: PostScript programming fix for ghostview, doc fix.
9876         (ps-print-version): New version number (5.1.3).
9877         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9878         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9879         (ps-generate-postscript-with-faces): Code fix.
9880         (ps-color-values): XEmacs compatibility.
9881         (ps-print-background-image, ps-print-background-text, ps-printer-name)
9882         (ps-default-fg, ps-default-bg): Adjust customization.
9883         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9884         (ps-color-scale): Renaming old ps-color-value fun.
9885         (ps-print-headers): Replace ps-print-header group to avoid conflict
9886         with ps-print-header variable.
9887         (ps-print-miscellany): New group.
9888         (ps-format-color, ps-rgb-color): New funs.
9889         (ps-default-foreground): New var.
9890         (ps-printer-name-option): New const.
9892 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
9894         * net/net-utils.el:
9895         (network-connection-host, network-connection-service): New variables
9896         (network-connection-mode): New mode, derived from comint-mode
9897         (network-connection-mode-setup): New function, saves host and
9898         service information in local variables.
9900         * lisp/locate.el:
9901         (locate-word-at-point): Added this function
9902         (locate): Default to using locate-word-at-point as input
9903         Run dired-mode-hook
9905 2000-03-29  Dave Love  <fx@gnu.org>
9907         * calendar/appt.el: Doc fixes.
9908         (appt-check): Convert min-to-app to a string before passing to
9909         appt-disp-window-function or concat.
9910         (appt-delete-window): Remove test for frame-root-window.
9911         (appt-select-lowest-window, appt-convert-time): Simplify.
9913         * emacs-lisp/bytecomp.el: Doc fixes.
9914         (byte-compile-file-form-autoload): Update
9915         byte-compile-function-environment.
9917 2000-03-29  Andreas Schwab  <schwab@suse.de>
9919         * emacs-lisp/autoload.el: Also print defsubst doc string
9920         specially.
9922         * dired.el (dired-insert-directory): If dired-free-space-program
9923         failed just delete its output.
9925 2000-03-29  Dave Love  <fx@gnu.org>
9927         * international/iso-cvt.el: Move provide to end.  Doc fixes.
9928         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9929         (iso-iso2sgml, iso-sgml2iso): New functions.
9930         (iso-cvt-define-menu): Fix some entries and use backquote for
9931         clarity.
9933         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9935 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
9937         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9938         ISO-DATE.  If non-nil, return date in ISO 8601 format.
9940 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
9942         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9943         if it ever becomes used.
9944         (log-edit-mode-hook): Default to vc-log-mode-hook.
9945         (log-edit-mode): Fix the docstring.
9947         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9948         the code.
9950 2000-03-26  Dave Love  <fx@gnu.org>
9952         * net/browse-url.el (browse-url): Re-fix case of
9953         browse-url-browser-function being an alist.
9954         (browse-url): Add :link to defgroup.
9956         * files.el: Doc fixes.
9957         (file-truename): Include `[' in wildcard characters.
9958         (automount-dir-prefix): Customize.
9959         (find-file-wildcards): Add :version.
9960         (find-file-noselect): Simplify a mapcar call.
9962         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9963         compatible with inf-lisp version.
9964         (eval-defun-1): Fix custom-declare-variable case.
9966 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
9968         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9970 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
9972         * Makefile (COMPILE_FIRST): New macro.
9973         (compile-files): Compile files from COMPILE_FIRST first.
9975         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9976         code.
9978         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9979         matching open parenthesis in column 0 to defun-prompt-regexp
9980         only if open-paren-in-column-0-is-defun-start is set.
9982         * sun-curs.el: Require CL at compile-time only.
9984         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9985         instead of copy-list which is a function from CL.
9986         (msb--choose-menu, msb--mode-menu-cond)
9987         (msb--create-buffer-menu-2): Use dolist instead of mapc.
9988         (msb--init-file-alist): Use mapcar instead of mapcan.
9989         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
9990         `(' in column 0 in doc string.
9991         (msb--add-separators): Use mapcar instead of mapcan.
9993         * cus-dep.el: Require CL at compile-time only.
9995 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
9997         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9998         (byte-compile-warnings): New warning `noruntime'.
9999         (byte-compile-constants, byte-compile-variables): Fix docstring.
10000         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10001         execute `eval-whenc-compile's body.
10002         (byte-compile-unresolved-functions): Fix docstring.
10003         (byte-compile-eval): New function.
10004         (byte-compile-callargs-warn): Check if the function will be available
10005         at runtime (via property `byte-compile-noruntime').
10006         (byte-compile-print-syms): New function.
10007         (byte-compile-warn-about-unresolved-functions): Also warn about
10008         `noruntime' functions (and use `byte-compile-print-syms').
10009         (byte-compile-file): Capitalize the message.
10011 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
10013         * mail/rmail.el (rmail-confirm-expunge): New user-option.
10014         (rmail-expunge): Ask for confirmation depending on the setting
10015         of rmail-confirm-expunge.
10017 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
10019         * Makefile (bootstrap-clean): If $(emacs) exists, build
10020         loaddefs.el first.  A loaddefs.el that's not up-to-date might
10021         cause a bootstrap failure because things don't autoload as
10022         expected.
10024 2000-03-23  Dave Love  <fx@gnu.org>
10026         * net/browse-url.el: Restore previous use of
10027         browse-url-maybe-new-window.
10029 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10031         * ps-print.el: Skip banner page fix.
10032         (ps-print-version): New version number (5.1.2).
10033         (ps-begin-file, ps-end-file, ps-generate): Code fix.
10035 2000-03-23  Dave Pearson  <davep@davep.org>
10037         * net/quickurl.el Changed the type of parameter passed to the
10038         function defined by `quickurl-format-function'. Before only the
10039         text of the URL was passed. Now the whole URL structure is passed
10040         and the function is responsible for extracting the parts it
10041         requires.  Changed the default of `quickurl-format-function'
10042         accordingly.
10043         (quickurl-insert): Changed the `funcall' of
10044         `quickurl-format-function' to match the above change.
10045         (quickurl-list-insert): Changed the `url' case so that it makes
10046         use of `quickurl-format-function', previous to this the format was
10047         hard wired.
10049 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
10051         * startup.el: Change some spellings for the X Window System.
10053 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
10055         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10056         up the code and the regexp and make sure the cursor is temporarily
10057         moved to the suspicious line while querying the user.
10059 2000-03-22  Jason Rumney  <jasonr@gnu.org>
10061         * w32-fns.el (w32-charset-info-alist): Initialize.
10063 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10065         * ps-print.el: N-up last page fix.
10066         (ps-print-version): New version number (5.1.1).
10067         (ps-end-file, ps-end-job, ps-generate): Code fix.
10069 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
10071         * files.el (find-file-run-dired): Update docstring.
10072         (find-directory-functions): New hook.
10073         (find-file-noselect): Run find-directory-functions rather than
10074         calling dired directly.
10076         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10078         * pcvs.el: Add a minimal leading commentary.
10079         (cvs-make-cvs-buffer): Change the header part by removing the startup
10080         message and adding a `Module' entry.  Also replace the FOOTER and
10081         HEADER special fileinfos with the new support in ewoc for updating
10082         its own footer and header.
10083         (cvs-update-header): Update to use the header/footer of the ewoc.
10084         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10085         (cvs-is-within-p): New function.
10086         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10087         to only examine some subset of the buffers.
10089         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10090         `format' instead of our own ad-hoc functions.
10091         Remove HEADER and FOOTER cases, now handled in the EWOC.
10092         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10094         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10095         output to avoid scaring the user.
10096         (cvs-parse-table): Catch message for non-up-to-date commits.
10098         * pcvs-defs.el (cvs-startup-message): Remove.
10099         (cvs-global-menu): New autoloaded menu.
10101         * pcvs-util.el (cvs-string-fill): Remove.
10103         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10104         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10105         PP part of it and also make it work for footers and headers.
10106         (ewoc-create): Drop POS and BUFFER arguments.
10107         Use the DLL's dummy node to store the end-of-footer position.
10108         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10109         (ewoc-refresh): Remove unused `header' variable.
10110         (ewoc-(get|set)-hf): New functions.
10112         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10113         log-view-*-(message|file) and use easy-mmode-define-navigation.
10114         (log-view-message-re): Match SCCS format as well.
10115         And match the revision line rather than the dashed separator line.
10116         (log-view-mode): Use the new define-derived-mode.
10117         (log-view-current-tag): Fill in with an actual implementation.
10119         * cvs-status.el (cvs-status-(prev|next)): Rename from
10120         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10121         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10122         to let the output "breathe" a little more (more readable).
10123         (cvs-status-mode): Use the new define-derived-mode.
10125         * smerge-mode.el (smerge-auto-leave): New function and variable.
10126         (smerge-basic-map): Rename from smerge-basic-keymap.
10127         Change the bindings for smerge-diff-*.
10128         (smerge-*-map): Use easy-mmode-defmap.
10129         (smerge-(next|prev)): Use easy-mmode-define-navigation.
10130         (smerge-keep-*): Use smerge-auto-leave.
10132 2000-03-21  Jason Rumney  <jasonr@gnu.org>
10134         * cus-edit.el (custom-button-face): Use 3D look for w32.
10135         (custom-button-pressed-face): Likewise.
10137 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
10139         * progmodes/etags.el (tags-case-fold-search): New user-option.
10140         (tags-loop-eval): New function.  Bind case-fold-search around eval
10141         depending on the value of tags-case-fold-search.
10142         (tags-loop-continue): Use tags-loop-eval.
10143         (find-tag-in-order): Bind case-fold-search depending on the value
10144         of tags-case-fold-search.
10146 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
10148         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10149         (diff-end-of-hunk): Return the end position for use in
10150         `easy-mmode-define-navigation'.
10151         (diff-recenter): Remove.
10152         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10153         of `easy-mmode-define-navigation'.
10154         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10155         previous renaming) and fix to use new names.
10156         (diff-merge-strings): Use \n as separator: simpler, faster.
10157         (diff-mode): Use `define-derived-mode'.
10159         * derived.el (define-derived-mode): Don't autoload anymore.
10160         Prefer the macro-only version provided by easy-mmode.el.
10162         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10163         `easy-mmode-define-derived-mode'.
10164         Use `combine-run-hooks'.
10165         (easy-mmode-define-navigation): New macro.
10167         * subr.el (combine-run-hooks): New function.
10169 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
10171         * term/x-win.el: Fontsets related initialization is simplified.
10173         * international/mule-diag.el (describe-font): Don't refer to
10174         global-fontset-alist, instead call font-list.
10175         (describe-fontset, list-fontsets, mule-diag): Likewise.
10176         (print-fontset): Adjusted for the change of fontset
10177         implementation.
10179         * international/fontset.el (x-charset-registries): Variable
10180         removed, instead the corresponding data is stored in the default
10181         fontset.
10182         (register-alternate-fontnames): Function removed.
10183         (resolved-ascii-font): Variable removed.
10184         (x-compose-font-name): Ignore the second argument REDOCE.
10185         (x-complement-fontset-spec): Complement only an ASCII font and
10186         element for those charsets than can use that ASCII font.
10187         (generate-fontset-menu): Don't refer to global-fontset-alist,
10188         instead call fontset-list.
10189         (uninstantiated-fontset-alist): Variable removed.
10190         (x-style-funcs-alist): Likewise.
10191         (fontset-default-styles): Likewise.
10192         (x-modify-font-name): Function removed.
10193         (create-fontset-from-fontset-spec): Ignore the argument
10194         STYLE-VARIANT.
10195         (create-fontset-from-ascii-font): Docsting adjusted for the above
10196         change.
10197         (instantiate-fontset, resolve-fontset-name): Functions removed.
10198         (fontset-list): Now implemented by C code.
10200         * faces.el (read-face-font): Fix TABLE arg to completing-read.
10201         (describe-face): Include `font' attribute in the description.
10203 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
10205         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10207 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
10209         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10210         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10211         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
10213         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10214         about behavior of set-buffer-modified-p wrt redisplay.
10216 2000-03-19  Richard M. Stallman  <rms@gnu.org>
10218         * view.el (view-mode-disable): Kill local binding of view-read-only.
10220 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
10222         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10223         is a string, convert it to a syntax cell using string-to-syntax.
10225         * simple.el (syntax-code-table, syntax-flag-table): New variables.
10226         (string-to-syntax): New function.
10228         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10229         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
10230         try to use passive ftp mode.
10232 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
10234         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
10236         * simple.el (append-to-buffer): Update point of windows after
10237         insertion.
10239         * abbrev.el (inverse-add-abbrev): Identify word by first moving
10240         forward then moving backward.  Reindent.
10242         * frame.el (other-frame): Call x-focus-frame only if
10243         focus-follows-mouse is off.
10245 2000-03-17  Dave Love  <fx@gnu.org>
10247         * pcvs-util.el (cvs-strings->string): Rename
10248         replace-regexps-in-string.
10250 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
10252         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10253         regexp for labels cannot span several lines.
10255         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
10256         `(setq :<key> ':<key>)' to the macro expansion.
10258 2000-03-16  Dave Love  <fx@gnu.org>
10260         * progmodes/f90.el (f90): Put custom group under `languages', not
10261         `fortran'.
10262         (f90-mode-hook): Customize.
10263         (f90-mode): Set add-log-current-defun-function.
10264         (f90-current-defun): New function.
10266 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
10268         * cus-edit.el (custom-variable-tag-face): Handle case that
10269         default face's height is not a number.
10270         (custom-face-tag-face, custom-group-tag-face-1)
10271         (custom-group-tag-face): Ditto.
10272         (custom-group-tag-face-1): Add :group.
10274         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10276 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
10278         * pcvs-defs.el (toplevel): Remove autoload cookie for form
10279         requiring easymenu.
10281 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10283         * ps-print.el: PostScript user-defined prologue, PostScript error
10284         handler, doc fix.
10285         (ps-print-version): New version number (5.1).
10286         (ps-user-defined-prologue, ps-error-handler-message)
10287         (ps-print-prologue-0, ps-error-handler-alist): New vars.
10288         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10289         (ps-insert-string): New function.
10291 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
10293         * international/ccl.el (ccl-compile-expression): Don't generate
10294         invalid self-assignment code.
10296 2000-03-14  Dave Love  <fx@gnu.org>
10298         * subr.el (replace-regexp-in-string): Renamed from
10299         replace-regexps-in-string.  Doc fix.
10301 2000-03-12  Dave Love  <fx@gnu.org>
10303         * cus-edit.el: Doc fixes.
10304         (customize-set-variable, customize-save-variable): Rename args for
10305         doc.
10306         (custom-variable-tag-face, custom-face-tag-face)
10307         (custom-group-tag-face-1, custom-group-tag-face): Modify from
10308         style which user identify as hyperlink.
10309         (hook): Don't add undefined functions to the hook.
10310         (debug-ignored-errors): Transfer message from bindings.el.
10312 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
10314         * recentf.el (recentf-keep-non-readable-files-p): Remove
10315         double/nested definition.
10317 2000-03-12  Dave Love  <fx@gnu.org>
10319         * facemenu.el (facemenu-get-face): Use display-color-p.
10320         * enriched.el (enriched-decode-foreground): Likewise.
10321         (enriched-decode-background): Likewise.
10322         * isearch.el (isearch-highlight): Likewise.
10323         * info-look.el (info-lookup): Likewise.
10324         * simple.el (completion-setup-function): Likewise.
10326         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10327         :options.
10329         * bindings.el (mode-line-format): Fix line-number and
10330         column-number items.  Add help-echo for the background.
10331         (mode-line-mule-info): Modify help-echo.
10333         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10334         defcustom.
10336         * files.el (load-file): Allow completion to .elc.
10338         * man.el: Doc fixes.
10339         (Man-init-defvars): Use display-color-p to set fontification.
10341         * play/hanoi.el (hanoi-internal): Don't use oddp.
10343 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
10345         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10347         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10349 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10351         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10352         Fix comment.
10354 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
10356         * font-lock.el (font-lock-keywords): Fix the doc now that
10357         regexp-opt-depth is unnecessary.
10358         (save-buffer-state): Set an edebug spec.
10359         (font-lock-fontify-anchored-keywords): Properly handle the case when
10360         the matcher goes past the limit.
10362         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10363         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10365         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
10366         dll.el and cookie.el (from Elib) with heavy renaming and other
10367         massaging.
10369         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10370         Autoload the functions used.
10371         (easy-mmode-define-syntax): Fix CL typo.
10372         (easy-mmode-define-derived-mode): Improve the docstring generation.
10374 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
10376         * textmodes/texinfo.el (texinfo-version): Variable and function
10377         removed.
10379 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
10381         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10382         allow more flexibility.
10383         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10384         fns.
10385         (easy-mmode-defmap, easy-mmode-defsyntax)
10386         (easy-mmode-define-derived-mode): New macros.
10388 2000-03-09  Didier Verna  <didier@xemacs.org>
10390         * rect.el (replace-rectangle): New function.
10392 2000-03-09  Dave Love  <fx@gnu.org>
10394         * progmodes/fortran.el (fortran-comment-line-start): Define as
10395         "C".
10396         (fortran-comment-line-start-skip): Don't match cpp stuff.
10397         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
10398         (fortran-mode-map): Remove over-eager custom-menu-create for now.
10399         (fortran-mode): Don't set fortran-comment-line-start-skip,
10400         fortran-comment-line-start here.  Set comment-start,
10401         add-log-current-defun.
10402         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10403         (fortran-current-defun): New function.
10405 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
10407         * emacs-lisp/re-builder.el: New file.
10409         * mouse.el (mouse-drag-region): Don't run up-event handler
10410         if hscroll has changed.
10412         * octave-mod.el (octave-font-lock-keywords): To font-lock the
10413         builtin operators, use `font-lock-builtin-face' for Emacs and
10414         `font-lock-preprocessor-face' otherwise.
10416         * font-lock.el (lisp-font-lock-keywords-1): Highlight
10417         `(defun (setf foo)' differently.
10419 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
10421         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
10422         (regexp-opt): Update comment and adapt the code the new meaning of
10423         the `paren' argument of regex-opt-group for shy-groups.
10424         (regexp-opt-depth): Handle shy groups as well as backslashed
10425         backslashes.
10426         (regexp-opt-group): Turn the leading comment into a docstring.
10427         Allow `paren' to be a string (the string to use to open a group).
10428         Remove open-presuf and close-presuf.  Instead of checking for `all
10429         one-char' and then later on check for `several one-char', handle
10430         both cases close together.  Also apply a more generic algorithm
10431         for suffixes (the mirror image of the algorithm used for
10432         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
10433         (regexp-opt-try-suffix): Removed.
10435         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
10436         from comint-mode-map, so we can just inherit from it.  Also, move
10437         the initialization into the `defvar' since there's no docstring
10438         anyway and it's fairly short.
10439         (inferior-scheme-mode): Define it as derived-mode: the code is
10440         shorter and this way we inherit from comint-mode-map rather than
10441         copying it.
10443         * subr.el (replace-regexps-in-string): Properly handle the case
10444         where we match an empty string.
10446         * comint.el (comint-exec-1): Add the current-dir to the exec-path
10447         when the command has a directory component (such as "./testml").
10448         Also fix a typo in the comment.
10450 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
10452         * Makefile (compile-files): Compile files one by one because
10453         that's the only way to ensure a clean compilation environment for
10454         each individual file.
10456         * frame.el (other-frame): Call x-focus-frame.
10458 2000-03-07  Dave Love  <fx@gnu.org>
10460         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10461         :require to defcustom.
10463         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10464         lists.
10466         * files.el (auto-mode-alist): Add configure.in.
10468         * progmodes/autoconf.el: New file.
10470 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
10472         * mail/mh-e.el: Change maintainer to `none'.
10474         * recentf.el (recentf-keep-non-readable-files-p): Quote args
10475         to remove-hook and add-hook.
10477 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
10479         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10480         it as the default.
10481         (mail-send): Test mail-send-nonascii also for the new `mime' value.
10482         (sendmail-send-it): Conditionally add MIME headers specifying the
10483         used character set.
10485 2000-03-07  Dave Love  <fx@gnu.org>
10487         * winner.el: Fix keywords, autoload cookies.  Split
10488         eval-when-compile form to avoid compilation failure.
10490 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
10492         * international/mule.el: Modify comment about coding system
10493         property `coding-category'.
10494         (make-coding-system): New argument EOL-TYPE.  Pay attention to
10495         coding-category property of PROPERTIES.
10497         * international/mule-conf.el (coding-category-utf-8,
10498         coding-category-utf-16-be, coding-category-utf-16-le): New coding
10499         categories.  Include them in the argument for set-coding-priority.
10501         * international/mule-cmds.el (reset-language-environment): Include
10502         coding-category-utf-8, coding-category-utf-16-be, and
10503         coding-category-utf-16-le in the argument for set-coding-priority.
10504         (reset-language-environment): Initialize coding-category-utf-8,
10505         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10507 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
10509         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10510         code abstracted out of `bookmark-jump-noselect'.  Now tries info
10511         extensions as well as compression extensions.
10512         (bookmark-jump-noselect): Use above new func.
10514 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
10516         * strokes.el: Change maintainer's mail address.
10518 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
10520         * international/mule-diag.el (list-character-sets): Make help-echo
10521         string by substitute-command-keys.
10522         (list-character-sets): Likewise.
10523         (sort-listed-character-sets): Call help-setup-xref.
10525 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
10527         * time.el (display-time-mail-file): Add `none' to the list of
10528         choices.
10530 2000-03-01  Dave Love  <fx@gnu.org>
10532         * help.el (help-xref-go-back): Don't try to set position.
10534         * international/mule-diag.el (list-character-sets): Call
10535         help-setup-xref.  Add help-echo to xrefs.
10536         (list-character-sets-1): Add help-echo to xrefs.
10538 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
10540         * frame.el (blink-cursor-mode): Switch cursor on when turning
10541         the mode off.
10543         * add-log.el (add-log-current-defun): Add support for
10544         Autoconf mode.
10546         * mail/rmail.el (rmail-quit-hook): New variable.
10548 2000-03-01  Dave Love  <fx@gnu.org>
10550         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10552         * help.el (help-xref-button): Add help-echo arg.
10553         (describe-function-1, describe-variable, help-make-xrefs): Use it.
10555         * faces.el (list-faces-display): Supply help-echo with
10556         help-make-xrefs.
10558         * facemenu.el (list-text-properties-at): Set help-xref-stack to
10559         nil.
10561 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
10563         * image.el (defimage): Look for image files in load-path.
10565         * frame.el (busy-cursor-delay-seconds): Change type to
10566         `number'.
10568 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
10570         * recentf.el (recentf): Added version tag to the defgroup of
10571         recentf.
10573 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
10575         * recentf.el (recentf-cleanup): Changed to remove excluded file
10576         too.
10577         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10578         action to select/unselect a file.
10579         (recentf-edit-list): Code cleanup and improvement.
10580         (recentf-open-more-files-action): `recentf-open-more-files' button
10581         widget action to open a file.
10582         (recentf-open-more-files): No more use standard completion but
10583         widgets.
10584         (recentf-more-collection): Deleted.
10585         (recentf-more-history): Deleted.
10586         (recentf-setup-more-completion): Deleted.
10588 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
10590         * recentf.el (recentf-mode): No more needs that Emacs is running
10591         under a window-system.
10593 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
10595         * recentf.el (recentf-edit-list): New command to edit the recent
10596         list which allow the user to remove files.
10597         (recentf-edit-selected-items): New global variable, used by
10598         `recentf-edit-list' to hold the list of files to be removed from
10599         the recent list.
10600         (recentf-make-menu-items): Updated to display a "Edit list..."
10601         menu item.  Minor code cleanup.
10603 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
10605         * recentf.el (recentf-open-more-files): New command to open files
10606         that are not displayed in the menu.
10607         (recentf-more-collection): New global variable holding the set of
10608         permissible completions used by `recentf-open-more-files'.
10609         (recentf-more-history): New global variable holding the history list
10610         used by `recentf-open-more-files' completion.
10611         (recentf-setup-more-completion): New function to setup completion for
10612         `recentf-open-more-files'.
10613         (recentf-make-menu-items): Updated to display a "More..." menu item.
10615 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
10617         * recentf.el (recentf-menu-action): Doc fixed.
10619 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
10621         * recentf.el (recentf-menu-filter): Doc updated.
10622         (recentf-update-menu-hook): Allow menu filters to force menu update.
10623         (recentf-make-menu-items): New menu filter handling.
10624         (recentf-make-menu-item): New helper function.
10625         (recentf-menu-elements): New menu handling function.
10626         (recentf-sort-ascending): Updated to new menu filter handling.
10627         (recentf-sort-descending): Updated to new menu filter handling.
10628         (recentf-sort-basenames-ascending): New menu filter function.
10629         (recentf-sort-basenames-descending): New menu filter function.
10630         (recentf-show-basenames): New menu filter function.
10631         (recentf-show-basenames-ascending): New menu filter function.
10632         (recentf-show-basenames-descending): New menu filter function.
10634 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10636         * diary-lib.el (list-diary-entries): Don't try to go forward at
10637         the end of the buffer.
10639 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
10641         * international/mule-diag.el (list-character-sets): Completely
10642         rewritten.
10643         (sort-listed-character-sets): New function.
10644         (list-character-sets-1): Completely rewritten.
10645         (list-character-sets-2): New function.
10646         (non-iso-charset-alist): New variable.
10647         (decode-codepage-char): New function.
10648         (charset-history): New variable.
10649         (read-charset) (list-block-of-chars)
10650         (list-iso-charset-chars)
10651         (list-non-iso-charset-chars)
10652         (list-charset-chars): New functions.
10653         (mule-diag): Call list-character-sets-2, not
10654         list-character-sets-2.
10655         (dump-charsets): Likewise.
10657 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
10659         * dired-x.el (dired-filename-at-point): Add `@' to valid
10660         file name characters.
10661         (dired-filename-at-point): Handle ange-ftp file names.
10663         * frame.el (frame-notice-user-settings): Use assq-delete-all
10664         instead of assoc-delete-all.
10665         (frame-notice-user-settings): Ditto.
10667         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10668         Don't copy alist.
10670 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
10672         * calculator.el (calculator-use-menu): New option.
10673         (calculator-initial-bindings): Changed some bindings to work as
10674         macros.
10675         (calculator-forced-input): Removed.
10676         (calculator-restart-other-mode): New variable.
10677         (calculator-mode-map): Set up menu.
10679 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
10681         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10682         tags.
10684 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
10686         * viper-cmd.el (viper-envelop-ESC-key): added the option to
10687         translate all ESC key sequences.
10688         (viper-goto-mark-subr): restore markers for files for which
10689         they were saved.
10690         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10691         * viper-util.el (viper-set-replace-overlay-glyphs,
10692         viper-set-replace-overlay): always check if the replacement
10693         overlay is live.
10694         * viper.el (viper-vi-state-mode-list): added major modes.
10695         * ediff-wind.el: minor comment changes.
10696         * ediff.el: copyright notice date fix.
10698 2000-02-27  Jason Rumney  <jasonr@gnu.org>
10700         * faces.el (face-font-family-alternatives): Add arial to helv.
10701         (mode-line, header-line, tool-bar): Same default as x for w32.
10702         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10703         face-font-family-alternatives from working.
10704         * term/w32-win.el (mouse-set-font): Do not build fontset from
10705         chosen font.
10707 2000-02-25  Sam Steingold  <sds@goems.com>
10709         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
10710         properly.
10712 2000-02-25  Richard M. Stallman  <rms@gnu.org>
10714         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10716 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
10718         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10719         writable.
10721         * frame.el (busy-cursor-delay-seconds): New option.
10723 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
10725         * frame.el (show-cursor-in-non-selected-windows): New option.
10727 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10729         * diary-lib.el (include-other-diary-files): Undo the selective
10730         display in any included file and don't kill it.
10732 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
10734         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10735         bar.  Menu items converted to (menu-item format, help strings
10736         added.
10737         [downcase, upcase]: Don't enable on MS-DOS.
10738         [symlink, symlinks]: Don't show if make-symbolic-link is not
10739         bound.
10740         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10742 2000-02-23  Dave Love  <fx@gnu.org>
10744         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10745         (backward-kill-word): Revert addition of * to interactive spec --
10746         it's a feature.
10748         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10749         (backward-kill-sentence, kill-sentence): Likewise.
10751         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10752         scratch buffer name.
10753         (gud-format-command): Use int-to-string in ?l case.  Simplify
10754         slightly.
10756         * term/w32-win.el (internal-face-interactive): Update prompt for
10757         new read-face-name.
10759         * mail/footnote.el (footnote): Add :version to defgroup.
10760         (footnote-section-tag-regexp): Customize.
10761         (footnote-start-tag, footnote-end-tag): New option.
10762         (footnote-latin-regexp): New variable.
10763         (Footnote-latin): New function.
10764         (footnote-style-alist): Add element for latin style.
10765         (footnote-style): Moved.
10766         (Footnote-goto-footnote): Use eq to test arg.
10768         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10770         * emacs-lisp/byte-opt.el: Change old backquote syntax.
10771         (byte-compile-trueconstp): Include keywords.
10772         (byte-optimize-quote, byte-optimize-lapcode): Use
10773         byte-compile-const-symbol-p.
10774         (byte-optimize-char-before): New optimization.
10776         * emacs-lisp/bytecomp.el: Change old backquote syntax.
10777         (byte-compile-const-symbol-p): New function.
10778         (byte-compile-constp, byte-compile-out-toplevel)
10779         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10780         Use it.
10782         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
10784 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
10786         * international/encoded-kb.el: Be sure to update minor-mode-alist
10787         and minor-mode-map-alist.
10788         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10789         codes SS2 and SS3 correctly.
10790         (encoded-kbd-self-insert-ccl): New function.
10791         (encoded-kbd-setup-keymap): New function.
10792         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
10793         by calling encoded-kbd-setup-keymap.
10795         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10796         characters.
10797         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10798         locally.
10800 2000-02-22  Dave Love  <fx@gnu.org>
10802         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10803         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10804         defvar.
10805         (lisp-mode-syntax-table): Set up for #|...|# comments.
10806         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
10807         classes.  Match `defface'.
10808         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10809         (eval-defun-1): Fix for defcustom.
10810         (lisp-indent-region): Doc fix.
10812         * subr.el (when, unless, split-string): Doc fix.
10813         (read-passwd): Move call of clear-this-command-keys to the right
10814         place.
10815         (replace-regexps-in-string): New function.
10817 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
10819         * help.el (describe-variable): Set syntax table to
10820         emacs-lisp-mode-syntax-table when moving forward over the
10821         symbol's name.
10823 2000-02-22  Dave Love  <fx@gnu.org>
10825         * xt-mouse.el: Doc fixes.
10826         (xterm-mouse-position-function): New function, replacing advice of
10827         mouse-position.
10828         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
10830         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10832 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
10834         * format.el (format-annotate-single-property-change): Handle
10835         properties.with dotted-list values.
10836         (format-proper-list-p): New function.
10838         * enriched.el (enriched-face-ans): Handle '(foreground-color
10839         . COLOR) and (background-color . COLOR).
10841 2000-02-20  Dave Love  <fx@gnu.org>
10843         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10844         and assignments to it.
10845         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10846         current local map.
10847         (make-flyspell-overlay): Use it.
10848         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10850         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10851         (lm-get-header-re): Defun, not defsubst.
10852         (lm-get-package-name): Defun, not defsubst.  Simplify.
10853         (lm-version): Doc fix.  Simplify.
10854         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10855         (lm-crack-address, lm-last-modified-date, lm-commentary)
10856         (lm-verify, lm-synopsis): Simplify.
10857         (lm-report-bug): Require emacsbug.  Use compose-mail.
10859 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
10861         * dired.el (dired-mode): Call propertized-buffer-identification
10862         to set mode-line-buffer-identification to something having
10863         the right text properties.
10865         * bindings.el (propertized-buffer-identification): New function.
10867 2000-02-20  Dave Love  <fx@gnu.org>
10869         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10870         check for t-mouse too.
10872         * cus-start.el: Make echo-keystrokes `number'.
10874 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
10876         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10877         Don't call ring-empty-p unless tags-location-ring is bound.
10878         From Noah Friedman <friedman@splode.com>.
10880 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
10882         * progmodes/hideshow.el (hs-flag-region): No longer use
10883         `intangible' overlay property.
10885         (hs-toggle-hiding): New command.
10886         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10888         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10889         Fix omission bug: Run `hs-minor-mode-hook' for both activation
10890         and deactivation.
10892 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
10894         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10896 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
10898         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10900         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10901         of `*' to handle `(* ... *)' comments.
10903 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
10905         * faces.el (list-faces-display): Use display-mouse-p instead of
10906         window-system.
10908         * menu-bar.el (global-map): Menu-bar items converted to the new
10909         format (menu-item..., rearranged for better CUA compliance, and
10910         their names changed for better clarity.  Help strings added.
10912         * international/mule-cmds.el (mule-menu-keymap)
10913         (describe-language-environment-map, set-coding-system-map)
10914         (setup-language-environment-map): Convert to new (menu-item...
10915         form, add help strings.  Change names of menu items for better
10916         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
10917         submenu).
10919 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
10921         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
10922         within the code.
10924 2000-02-16  Dave Love  <fx@gnu.org>
10926         * faces.el: Don't require custom.  Add more specific :groups to
10927         various deffaces.
10928         (set-face-attribute): Purecopy args.
10929         (read-face-name): Default to name at point and use it in prompt.
10930         Remove colon from arg in all callers.
10931         (list-faces-display): Hyperlink to face descriptions and customize
10932         buffers.
10934 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10936         * wid-edit.el (widget-match-inline): An atom never matches a
10937         list.
10939 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10941         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10942         at ':' characters by call to split-string.
10944 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10946         * textmodes/bibtex.el: Added RCS version identification.
10948 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10950         * textmodes/bibtex.el: Some temporary comments removed.
10951         (bibtex-field-name, bibtex-entry-type): Made the relationship
10952         explicit.
10953         (bibtex-field-const): Allow capital letters.
10954         (bibtex-start-of-string): Deleted because unused.
10956         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
10957         use the term 'reference' to describe a bibtex entry as a whole.
10958         Further, reference keys are no longer called 'labels'.
10959         (bibtex-keys): Renamed to bibtex-reference-keys.
10960         (bibtex-reformat-previous-labels): Renamed to
10961         bibtex-reformat-previous-reference-keys.
10962         (bibtex-reference-type): Renamed to bibtex-entry-type.
10963         (bibtex-reference-head): Renamed to bibtex-entry-head.
10964         (bibtex-reference-maybe-empty-head): Renamed to
10965         bibtex-entry-maybe-empty-head.
10966         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10967         (bibtex-search-reference): Renamed to bibtex-search-entry.
10968         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10969         bibtex-enclosing-entry-maybe-empty-head.
10970         (bibtex-entry-field-alist, bibtex-entry-head,
10971         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10972         bibtex-map-entries, bibtex-search-entry,
10973         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10974         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10975         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10976         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10977         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10978         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10979         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10981 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10983         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10984         comment.
10985         (bibtex-format-field-delimiters): New function, functionality
10986         extracted from bibtex-format-entry.
10987         (bibtex-autokey-get-yearfield-digits): New function, functionality
10988         extracted from bibtex-autokey-get-yearfield.
10990         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10991         entries in order to avoid stack overflow in the regexp matcher if
10992         field contents become large.
10993         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10994         bibtex-field-string-part-not-braced,
10995         bibtex-field-string-part-no-inner-braces,
10996         bibtex-field-string-part-1-inner-brace,
10997         bibtex-field-string-part-2-inner-braces,
10998         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10999         bibtex-field-string-quoted, bibtex-field-string,
11000         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11001         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11002         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11003         as parsing is now performed by the following functions.
11004         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11005         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11006         bibtex-parse-field-string, bibtex-search-forward-field-string,
11007         bibtex-parse-association, bibtex-field-name-for-parsing,
11008         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11009         bibtex-search-forward-field, bibtex-search-backward-field,
11010         bibtex-start-of-field, bibtex-end-of-field,
11011         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11012         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11013         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11014         bibtex-parse-string, bibtex-search-forward-string,
11015         bibtex-search-backward-string, bibtex-start-of-string,
11016         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11017         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11018         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11019         entries.  Instead of reporting the results of the parsing by
11020         match-beginning or match-end, these functions return data structures
11021         that hold the corresponding positions.
11022         (bibtex-enclosing-field): Changed to also report field boundaries by
11023         return values rather than by match-beginning or match-end.  The
11024         following functions have been adapted to use the new parsing
11025         functions.
11026         (bibtex-skip-to-valid-entry, bibtex-search-reference,
11027         bibtex-enclosing-field, bibtex-format-entry,
11028         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11029         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11030         bibtex-print-help-message, bibtex-end-of-entry,
11031         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11032         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11033         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11034         method for parsing.
11035         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11036         bibtex-map-entries, bibtex-flash-head,
11037         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11038         bibtex-autokey-change, bibtex-autokey-get-namefield,
11039         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11040         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11041         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11042         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11043         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11044         order to make the new binding of case-fold-search immediately
11045         visible.
11047 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
11049         * textmodes/bibtex.el: Copyright notice is up to date.
11050         Added constant 'bibtex-maintainer-salutation.
11052         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11053         than make-temp-name, use match-string-no-properties and eliminate
11054         a quadratic behavior when building bibtex-strings.
11056         * bibtex.el (bibtex-reference-key): Accept string entries whose
11057         reference key contains upper case letters.
11059 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
11061         * bibtex.el (bibtex-reference-head): Allow entries to start with
11062         a new line.
11064 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
11066         * bibtex.el: Hiding of entry bodies is not longer provided by
11067         bibtex.el directly.  Instead the hideshow package can be used.
11068         Added a special bibtex entry to hs-special-modes-alist.
11069         (bibtex-hs-forward-sexp): Added for hideshow.el.
11071 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
11073         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11074         at ':' characters by call to split-string.
11076 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
11078         * textmodes/bibtex.el: Added RCS version identification.
11080 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
11082         * textmodes/bibtex.el: Some temporary comments removed.
11083         (bibtex-field-name, bibtex-entry-type): Made the relationship
11084         explicit.
11085         (bibtex-field-const): Allow capital letters.
11086         (bibtex-start-of-string): Deleted because unused.
11088         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
11089         use the term 'reference' to describe a bibtex entry as a whole.
11090         Further, reference keys are no longer called 'labels'.
11091         (bibtex-keys): Renamed to bibtex-reference-keys.
11092         (bibtex-reformat-previous-labels): Renamed to
11093         bibtex-reformat-previous-reference-keys.
11094         (bibtex-reference-type): Renamed to bibtex-entry-type.
11095         (bibtex-reference-head): Renamed to bibtex-entry-head.
11096         (bibtex-reference-maybe-empty-head): Renamed to
11097         bibtex-entry-maybe-empty-head.
11098         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11099         (bibtex-search-reference): Renamed to bibtex-search-entry.
11100         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11101         bibtex-enclosing-entry-maybe-empty-head.
11102         (bibtex-entry-field-alist, bibtex-entry-head,
11103         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11104         bibtex-map-entries, bibtex-search-entry,
11105         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11106         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11107         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11108         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11109         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11110         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11111         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
11113 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
11115         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11116         comment.
11117         (bibtex-format-field-delimiters): New function, functionality
11118         extracted from bibtex-format-entry.
11119         (bibtex-autokey-get-yearfield-digits): New function, functionality
11120         extracted from bibtex-autokey-get-yearfield.
11122         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11123         entries in order to avoid stack overflow in the regexp matcher if
11124         field contents become large.
11125         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11126         bibtex-field-string-part-not-braced,
11127         bibtex-field-string-part-no-inner-braces,
11128         bibtex-field-string-part-1-inner-brace,
11129         bibtex-field-string-part-2-inner-braces,
11130         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11131         bibtex-field-string-quoted, bibtex-field-string,
11132         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11133         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11134         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11135         as parsing is now performed by the following functions.
11136         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11137         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11138         bibtex-parse-field-string, bibtex-search-forward-field-string,
11139         bibtex-parse-association, bibtex-field-name-for-parsing,
11140         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11141         bibtex-search-forward-field, bibtex-search-backward-field,
11142         bibtex-start-of-field, bibtex-end-of-field,
11143         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11144         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11145         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11146         bibtex-parse-string, bibtex-search-forward-string,
11147         bibtex-search-backward-string, bibtex-start-of-string,
11148         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11149         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11150         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11151         entries.  Instead of reporting the results of the parsing by
11152         match-beginning or match-end, these functions return data structures
11153         that hold the corresponding positions.
11154         (bibtex-enclosing-field): Changed to also report field boundaries by
11155         return values rather than by match-beginning or match-end.  The
11156         following functions have been adapted to use the new parsing
11157         functions.
11158         (bibtex-skip-to-valid-entry, bibtex-search-reference,
11159         bibtex-enclosing-field, bibtex-format-entry,
11160         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11161         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11162         bibtex-print-help-message, bibtex-end-of-entry,
11163         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11164         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11165         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11166         method for parsing.
11167         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11168         bibtex-map-entries, bibtex-flash-head,
11169         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11170         bibtex-autokey-change, bibtex-autokey-get-namefield,
11171         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11172         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11173         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11174         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11175         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11176         order to make the new binding of case-fold-search immediately
11177         visible.
11179 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
11181         * textmodes/bibtex.el: Copyright notice is up to date.
11182         Added constant 'bibtex-maintainer-salutation.
11184         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11185         than make-temp-name, use match-string-no-properties and eliminate
11186         a quadratic behavior when building bibtex-strings.
11188         * bibtex.el (bibtex-reference-key): Accept string entries whose
11189         reference key contains upper case letters.
11191 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
11193         * bibtex.el (bibtex-reference-head): Allow entries to start with
11194         a new line.
11196 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
11198         * bibtex.el: Hiding of entry bodies is not longer provided by
11199         bibtex.el directly.  Instead the hideshow package can be used.
11200         Added a special bibtex entry to hs-special-modes-alist.
11201         (bibtex-hs-forward-sexp): Added for hideshow.el.
11203 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
11205         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
11206         proceedings entry type (for cross referencing). Thanks to Wagner
11207         Toledo Correa for the suggestion.
11209         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
11211 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
11213         * international/characters.el: Setup case table for Vietnamese.
11215 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
11217         * uniquify.el (toplevel): Require CL at compile time.
11218         (uniquify-push): Removed.
11220         * shadowfile.el (shadow-when): Removed.
11222         * tempo.el (tempo-dolist, tempo-mapc): Removed.
11223         (tempo-process-and-insert-string): Use dolist instead of
11224         tempo-dolist.
11226         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11227         regexp for paragraph-start.
11229         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11230         commas as well.
11232 2000-02-10  Dave Love  <fx@gnu.org>
11234         * wid-edit.el: (widgets) [defgroup]: Remove url link.
11235         (widget-color-choice-list, widget-color-history, widget-mouse-help):
11236         Deleted.
11237         (widget-specify-field, widget-specify-button): Don't use
11238         widget-mouse-help as help-echo property.
11239         (default): Use #'ignore for :validate and :mouse-down-action.
11240         (checkbox): Add help-echo.
11241         (widget-sexp-validate): Rewritten to clarify error messages.
11242         (character): Use char-valid-p in :match function.
11243         (widget-color-complete): Use facemenu-color-alist.
11244         (widget-color-action): Use facemenu-read-color.
11246         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
11247         set up `caar' &c that we now have.
11249 2000-02-09  Ray Blaak  <blaak@gnu.org>
11251         * delphi.el: Make resourcestring a declaration region, like const
11252         and var.
11254 2000-02-09  Dave Love  <fx@gnu.org>
11256         * bindings.el (mode-line-input-method-map): New variable.
11257         (mode-line-mule-info): Use it; fix last change.
11258         (mode-line-mode-menu): Move definition.
11259         (mode-line-mouse-sensitive-p): Deleted.
11260         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11261         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
11262         level.
11264         * startup.el (command-line-1): Don't call
11265         make-mode-line-mouse-sensitive.
11267 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
11269         * mail/rmail.el (rmail-retry-failure): Use
11270         rmail-beginning-of-message before rmail-toggle-header, because the
11271         former toggles headers.
11273 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
11275         * diff-mode.el (diff-kill-junk): New interactive function.
11276         (diff-reverse-direction): Use delete-and-extract-region.
11277         (diff-post-command-hook): Restrict the area so that the hook also works
11278         outside of any diff hunk.  This is necessary for the minor-mode.
11279         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11280         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11282         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11283         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11284         so that it can be used more easily in <foo>-mode-hook.  Also make sure
11285         to avoid duplicate entries.
11286         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11287         (font-lock-remove-keywords): Just as was done for `add', allow it to
11288         work even if font-lock-mode is nil.  Also make sure we don't modify
11289         any pre-existing list by forcing a copy-sequence.  Finally rename
11290         `major-mode' to `mode'.
11291         (font-lock-fontify-syntactic-anchored-keywords)
11292         (font-lock-fontify-anchored-keywords)
11293         (font-lock-fontify-keywords-region): Use line-end-position.
11294         Don't make `font-lock-multiline' local (it's now done in
11295         font-lock-set-defaults).
11296         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
11297         move the `font-lock-fontified' creation to inside the `unless'.
11299 2000-02-06  Andrew Innes  <andrewi@gnu.org>
11301         * term/w32-win.el (x-handle-args): Comment out call to message,
11302         which occurs before window system is initialized.
11304         * makefile.nt: Add support for recompiling lisp code.
11306 2000-02-04  Dave Love  <fx@gnu.org>
11308         * bindings.el (mode-line-mule-info): Fix/extend last change.
11310         * completion.el: Replace completion-dolist with dolist.
11312         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11313         dotimes.
11315 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11317         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11318         environment names before they go into the section regexp.
11320         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11321         char class in regexp.
11323         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11324         `case-fold-search' to nil.
11326         * progmodes/idlwave.el (idlwave-template): Respect
11327         `idlwave-abbrev-change-case'.
11328         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11329         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11330         idlwave-while): respect `idlwave-reserved-word-upcase'.
11331         (idlwave-rw-case): New function.
11332         (idlwave-statement-match): Fixed problem with assignment regexp.
11333         (idlwave-font-lock-keywords): Improved regexp for keyword
11334         parameters.
11335         (idlwave-surround): New argument LENGTH to support padding of
11336         operators longer than 1 char.
11338         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11339         idlwave-shell-expression-overlay.  Implemented printing of
11340         expressions on higher levels of the calling stack.
11341         (idlwave-shell-display-level-in-calling-stack): Restore stack
11342         level.
11343         (idlwave-retrieve-expression-from-level): New function.
11344         (idlwave-shell-last-calling-stack): Variable removed.
11345         (idlwave-shell-reset): Argument action reversed (`visible' to
11346         `hidden').  Also remove stop-line overlay.
11347         (idlwave-shell-calling-stack-routine): New variable.
11348         (idlwave-shell-parse-stack-and-display): Messages now display
11349         negative level numbers.
11350         (idlwave-shell-mode): Set `modeline-format'.
11351         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11352         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11353         21.
11354         (idlwave-shell-print-expression-function): New option.
11356         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11357         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11358         `tool-bar' instead of `toolbar'.
11360 2000-02-02  Dave Love  <fx@gnu.org>
11362         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11363         emacs-lisp-mode-hook.  Don't check for defalias being defined.
11365         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11366         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
11367         the new builtins directly.
11369         * whitespace.el (whitespace): Add :version to defgroup.
11371         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11372         Doc fix.
11374         * thingatpt.el (sexp-at-point, symbol-at-point)
11375         (number-at-point, list-at-point): Add autoload cookie.
11377         * recentf.el (recentf): Add :version to defgroup.
11379         * quickurl.el (quickurl): Add :version to defgroup.
11381         * elide-head.el (elide-head): Use point-marker more.
11383         * bs.el (bs): Add :version to defgroup.
11385         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11387         * progmodes/delphi.el (delphi): Add :version to defgroup.
11389 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
11391         * ange-ftp.el (ange-ftp-write-region): Handle case that
11392         succeeding process operation sets a different coding system.
11394         * calculator.el: New file.
11396 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
11398         * frame.el (frames-on-display-list, framep-on-display): New
11399         functions.
11400         (display-mouse-p, display-popup-menus-p, display-graphic-p)
11401         (display-selections-p, display-screens, display-pixel-width)
11402         (display-pixel-height, display-mm-width, display-mm-height)
11403         (display-backing-store, display-save-under, display-planes)
11404         (display-color-cells, display-visual-class): New functions.
11406         * term/tty-colors.el (tty-color-gray-shades): New function.
11408         * faces.el (display-color-p): Use framep-on-display.
11409         (display-grayscale-p): New function.
11411 2000-01-31  Dave Love  <fx@gnu.org>
11413         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11414         (create-fontset-from-x-resource): Don't concat integers.
11416 2000-01-31  Inge Frick  <inge@nada.kth.se>
11418         * view.el: Some changes in documentation.  Removed some trailing
11419         whitespace. Changed some parameter names to agree with
11420         documentation.
11421         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11422         window is not deleted.  Modifies change 1998-04-26.
11424 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
11426         * windmove.el: New file.
11428         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11429         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11430         progmodes/ebnf-yac.el: Update copyright and license info.
11432         * jit-lock.el (jit-lock-function): Widen before calculating end
11433         position.
11434         (jit-lock-stealth-chunk-start): Rewritten.
11436         * info.el (Info-title-face-alist): Removed.
11437         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11438         faces.
11439         (Info-fontify-node): Use these faces.
11441 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
11443         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11444         (cl-macro-list1): Recognize `&allow-other-keys' instead of
11445         `&allow-other-keywords'.
11447         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11448         the list of directories scanned heuristically.
11450         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11451         exist.
11453 2000-01-30  Jason Rumney  <jasonr@gnu.org>
11455         * w32-fns.el: Define w32-tty-standard-colors.
11457         * startup.el (command-line): Use w32-tty-standard-colors when in
11458         w32 console mode.
11460 2000-01-30  Dave Love  <fx@gnu.org>
11462         * jka-compr.el (jka-compr-load): Fix up load-history.
11464         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11466         * emacs-lisp/cl-macs.el: Revert previous change.
11468 2000-01-29  Dave Love  <fx@gnu.org>
11470         * facemenu.el: Purecopy various strings.
11472         * timezone.el (timezone-fix-time): Window against 69 for two-digit
11473         years.  Deal with three-digit years.
11475         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11476         defconst, purecopy.
11477         (help-back-label): Purecopy it.
11479 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
11481         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11482         variable. If non-nil, order the buffer list according to the
11483         currently selected frame.
11484         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11485         non-nil, pass the selected frame to function buffer-list.
11487 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11489         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11491 2000-01-28  Dave Love  <fx@gnu.org>
11493         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11495         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11496         Don't use lisp-indent-hook property.
11497         (cl-abs): Remove.
11499         * subr.el: Move out indent and edebug specs for when and unless.
11501         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11502         when, unless.
11504         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11505         unless, when.
11507 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
11509         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11510         `collecting' as synonym for `collect'.
11512         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11513         for the case it contains spaces.
11515         * simple.el (what-cursor-position): Change formatting of
11516         messages.
11518         * frame.el (delete-other-frames): New function.
11519         (toplevel): Bind it to C-x 5 1.
11521         * sort.el (sort-numeric-base): New option.
11522         (sort-numeric-fields): If number starts with `0' or `0[xX[',
11523         interpret it as octal or hexadecimal.  Use sort-numeric-base
11524         as default base.
11526         * progmodes/glasses.el: New file.
11528 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
11530         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11531         userids differently.
11533         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11534         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11535         progmodes/ebnf-yac.el: New files.
11537 2000-01-26  Dave Love  <fx@gnu.org>
11539         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11540         on a function with an empty body.  [From Eric Ludlam.]
11542 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
11544         * vc.el (vc-version-diff): Make sure file name is expanded.
11546 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
11548         * scroll-bar.el (scroll-bar-timer): Variable removed.
11549         (scroll-bar-toolkit-scroll): Don't use a timer.
11551 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
11553         * language/thai-util.el (thai-composition-function): Delete
11554         superfluous `a'.
11556 2000-01-24  Dave Love  <fx@gnu.org>
11558         * fortran.el (fortran-mode): Use beginning-of-defun-function,
11559         end-of-defun-function.
11561         * font-lock.el (turn-on-font-lock): Don't depend on window-system
11562         &c.
11564 2000-01-22  Jason Rumney  <jasonr@gnu.org>
11566         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11567         conflicts with new face support.
11569 2000-01-22  Richard M. Stallman  <rms@gnu.org>
11571         * replace.el (query-replace): Rename last arg to DELIMITED.
11572         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11573         (query-replace-regexp): Likewise.
11575 2000-01-20  Richard M. Stallman  <rms@gnu.org>
11577         * subr.el (with-syntax-table): Use make-symbol, not gensym.
11579         * emacs-lisp/lisp.el (beginning-of-defun-function):
11580         Variable renamed from beginning-of-defun.
11581         Do not call make-variable-buffer-local.
11582         (beginning-of-defun-raw): Use new variable name; doc fix.
11583         (beginning-of-defun): Doc fix.
11584         (end-of-defun-function): Variable renamed from end-of-defun.
11585         Do not call make-variable-buffer-local.
11586         (end-of-defun): Use new variable name; doc fix.
11588         * subr.el (dolist, dotimes): Copied from cl-macs.el
11589         and made to work.
11591         * mail/undigest.el (rmail-digest-end-regexps):
11592         Variable replaces rmail-digest-end-regexp.
11593         Allows multiple regexps for detecting the end line.
11594         (undigestify-rmail-message): Corresponding changes.
11596 2000-01-19  Dave Love  <fx@gnu.org>
11598         * files.el (user-init-file): Don't declare here -- is primitive.
11600         * startup.el (command-line): Check for compiled user-init-file and
11601         set to uncompiled version if necessary.
11603 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
11605         * mail/undigest.el (rmail-digest-end-regexp): New user option.
11606         (undigestify-rmail-message): Use it.
11608         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11610 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
11612         * tmm.el (tmm-goto-completions): Adapt to prompt being part
11613         of mini-buffer.
11615 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
11617         * emacs-lisp/copyright.el (copyright-update): Removed the
11618         requirement for a trailing space from `copyright-regexp', to
11619         support copyrights with owner specified on a separate line..
11621         * align.el: New file.
11623         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11625         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11627 2000-01-13  Dave Love  <fx@gnu.org>
11629         * ph.el: Removed.  (Obsoleted by EUDC.)
11631 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
11633         * net/eudc.el (toplevel): Remove autoloaded code installing
11634         menu with easymenu, because that causes build problems.
11636         * frame.el (frame-notice-user-settings): New variable.
11637         (frame-notice-user-settings): Don't modify frame parameters
11638         if called a second time.
11640 2000-01-13  Richard M. Stallman  <rms@gnu.org>
11642         * frame.el (frame-notice-user-settings):
11643         Notice default-frame-parameters even for non-window frames.
11645 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
11647         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11648         for Emacs.
11649         (eudc-bob-can-display-inline-images): Extend for Emacs.
11650         (eudc-bob-toggle-inline-display): Ditto.
11651         (eudc-bob-display-jpeg): Ditto.
11653 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
11655         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11656         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11657         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
11659         * add-log.el (add-change-log-entry): Fix error trying an `(insert
11660         nil)'.
11662         * subdirs.el: Add `net' directory.
11664         * net: New directory.
11666         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11667         eval-last-sexp.  Don't bind debug-on-error here.
11668         (eval-last-sexp): New function.  Bind debug-on-error if
11669         eval-expression-debug-on-error is non-nil.
11670         (eval-defun-2, eval-defun): Likewise.
11672         * simple.el (eval-expression): Don't bind debug-on-error if
11673         eval-expression-debug-on-error is nil.  Detect changed
11674         debug-on-error, and propagate new value to global binding, if
11675         eval-expression-debug-on-error is non-nil,
11676         (eval-expression-debug-on-error): Change doc string.
11678 2000-01-11  Richard M. Stallman  <rms@gnu.org>
11680         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11682         * emacs-lisp/lisp-mode.el (with-syntax-table):
11683         Set up lisp-indent-function property.
11685         * subr.el (with-syntax-table): Moved from simple.el.
11687         * simple.el (with-syntax-table): Moved to subr.el.
11689 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
11691         * tmm.el (tmm-shortcut): Delete region after prompt instead
11692         of erasing buffer.
11694         * textmodes/fill.el (fill-common-string-prefix): New function.
11695         (fill-context-prefix): Use the longest common prefix of first
11696         and second line fill prefix, if there is one.
11698 2000-01-11  Richard M. Stallman  <rms@gnu.org>
11700         * array.el (array-mode): Don't use make-variable-buffer-local.
11701         Use make-local-variable for `truncate-lines'.
11703 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
11705         * add-log.el (add-log-current-defun): Handle user-defined
11706         add-log-current-function returning nil,
11708         * add-log.el (add-change-log-entry): Insert version number
11709         if having found a current function
11711         * add-log.el (add-log-current-defun): Call
11712         `add-log-current-defun-function'.  Try matches at level 0 and
11713         level 1.  Strip whitespace from defun found.
11715 2000-01-10  John Wiegley  <johnw@gnu.org>
11717         * allout.el (isearch-done/outline-provisions): Added `edit'
11718         argument to correspond with the current definition of
11719         `isearch-done'.
11721 2000-01-10  Dave Love  <fx@gnu.org>
11723         * elide-head.el (elide-head): Use point-marker, not point.
11725 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
11727         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11728         before and after the year 2000.
11730         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11731         Add ispell- prefix.
11733 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
11735         * ispell.el:  Only define dictionaries in menus when they exist.
11736         (version18p): New variable.
11737         (version20p): New variable.
11738         (xemacsp): New variable.
11739         (ispell-choices-win-default-height): Fix for XEmacs visibility.
11740         (ispell-dictionary-alist1): Added Brasileiro dictionary.
11741         (ispell-dictionary-alist6): Russian command lines no longer accept
11742         run-together words.
11743         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11744         (ispell-dictionary-alist): Add koi8-r to customize definition.
11745         (check-ispell-version): Added documentation string.  Returns
11746         library path when called non-interactively.
11747         (ispell-menu-map-needed): Uses new variables.
11748         (ispell-library-path): New variable.
11749         (ispell-decode-string): XEmacs fix for bogus variable bindings.
11750         (ispell-word): Improved documentation string.  Test for valid
11751         character mappings.  Correctly check typed in word changes that can
11752         result in single words split into multiple words.  Returns
11753         replacement word.
11754         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
11755         replace in recursive query replace mode.  Help message for
11756         recursive edit mode.
11757         (ispell-show-choices): Protect against bad framepop bindings.
11758         (ispell-help): Fix to work with XEmacs.
11759         (ispell-highlight-spelling-error): Use new variables.
11760         (ispell-overlay-window): Fix to work with XEmacs.
11761         (ispell-parse-output): Passed and returns location information
11762         tracking spelling corrections.  Doesn't recheck same word on
11763         current line.
11764         (ispell-init-process): Protect against bogus XEmacs variable binding.
11765         Fix call to single argument in sleep-for.  Use new variables.
11766         (ispell-region): Passed and returns location information tracking
11767         spelling corrections.  Doesn't check same word on current line.
11768         Improved documentation string.  Doesn't resend a line already
11769         checked to the ispell process - fixes bug in LaTeX parsing.
11770         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11771         (ispell-skip-region): No longer skips <TT> in SGML.
11772         (ispell-process-line): Tracks location information with spelling
11773         corrections.  Added documentation string.  Accounts for words
11774         already accepted on this line.  Don't allow query-replace on line
11775         starting with math characters.  Doesn't resend a line already sent
11776         to ispell process.  Fixes alignment error bug.
11778 2000-01-10  Richard M. Stallman  <rms@gnu.org>
11780         * dired-x.el (dired-guess-shell-alist-default):
11781         Suggest xloadimage, which is free, not xv, which isn't.
11783         * ange-ftp.el (ange-ftp-file-name-nondirectory):
11784         Don't ever include the host name or user name in the value.
11786 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
11788         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11789         of a real newline.
11791 2000-01-09  Stephen Eglen  <stephen@gnu.org>
11793         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
11794         for .png files.
11796 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11798         * cus-edit.el (custom-hook-convert-widget): Fix comment.
11800 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
11802         * progmodes/cperl-mode.el: Replace ^F with ^L.
11804         * sendmail.el (toplevel): Provide `sendmail' when compiling
11805         before `require'ing rmail and mailalias to prevent infinite
11806         recursion.
11808 2000-01-08  Dave Love  <fx@gnu.org>
11810         * emacs-lisp/backquote.el: Remove inappropriate customization
11811         (allowing custom.el to use backquote).
11813 2000-01-07  Dave Love  <fx@gnu.org>
11815         * add-log.el (add-log-debugging): Deleted.
11816         (add-change-log-entry): Treat a backup FILE-NAME as its parent
11817         file.  Remove debugging code.
11818         (change-log-get-method-definition, change-log-name): Add doc.
11819         (change-log-sortable-date-at): New function.
11820         (change-log-merge): New command.
11822         * time.el (display-time-string-forms): Make the Mail string active.
11823         (display-time-update): Provide help-echo for load average.
11825         * bindings.el (make-mode-line-mouse2-map): New function.
11826         (mode-line-modified): Use it and simplify.
11827         (mode-line-mule-info): Provide help-echo info.
11828         (minor-mode-alist): Activate the strings.
11829         (make-mode-line-mouse-sensitive): Simplify for
11830         mode-line-buffer-identification.
11832 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
11834         * play/pong.el: New file.
11836 2000-01-06  Dave Love  <fx@gnu.org>
11838         * array.el: Assorted cleanups for compiler warnings, doc strings,
11839         `array-' prefix for symbols.
11841 2000-01-05  Dave Love  <fx@gnu.org>
11843         * textmodes/outline.el (outline-mode-menu-bar-map): Add
11844         outline-headers-as-kill.
11845         (outline-mode): Define imenu-generic-expression.
11846         (outline-headers-as-kill): New command.
11848         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11849         from paragraph-start.
11850         (paragraph-indent-minor-mode): New command.
11852         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11853         M-C-e, M-C-h, C-j, C-xnd, TAB.
11854         (fortran-mode): Set beginning-of-defun, end-of-defun.
11855         (fortran-column-ruler): Simplify.
11856         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11857         (fortran-with-subprogram-narrowing): Likewise.
11858         (fortran-indent-subprogram): Call mark-defun.
11859         (fortran-check-for-matching-do): Change narrowing.
11861         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11862         (cl-lucid-hash-tag): Delete.
11863         (cl-hash-table-p): Correct test for native table.
11864         (cl-hash-table-count): Use hash-table-count.
11866         * browse-url.el (browse-url): Fix case of
11867         browse-url-browser-function being an alist.
11869 2000-01-05  Carsten Dominik  <cd@gnu.org>
11871         * textmodes/reftex-vars.el (reftex-parse-file-extension)
11872         (reftex-index-phrase-file-extension): New options.
11874         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
11875         Use new option `reftex-index-phrase-file-extension'.
11877         * textmodes/reftex.el (reftex-access-parse-file): Use new option
11878         `reftex-parse-file-extension'.
11880 2000-01-05  Dave Love  <fx@gnu.org>
11882         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
11883         (beginning-of-defun-raw): Use it.
11884         (end-of-defun): New variable.
11885         (end-of-defun): Use it.
11886         (check-parens): New command.
11888 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
11890         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11891         (hs-show-block): Don't use `mapcar' when not accumulating.
11893         Fix buglet in local variables initialization.
11895 2000-01-05  Andreas Schwab  <schwab@suse.de>
11897         * hscroll.el (hscroll): Doc fix.
11899 2000-01-05  Carsten Dominik  <cd@gnu.org>
11901         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11902         idlw-toolbar.
11904         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11905         file idlw-rinfo.el.
11906         (idlwave-customize): load must read file idlw-shell.el.
11907         (idlwave-create-customize-menu): load must read file idlw-shell.el.
11909 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
11911         * progmodes/idlw-shell.el: Also provide idlwave-shell
11912         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11913         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11915         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11916         both reftex-dcr and reftex-vcr.
11918         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11920 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11922         * ps-print.el: PostScript code now is in separate files, doc fix.
11923         (ps-print-version): New version number (5.0.3).
11924         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11925         local.
11926         (ps-spool-config): Initialization fix.
11927         (ps-print-prologue-1, ps-print-prologue-2)
11928         (ps-print-duplex-feature): PostScript code moved to separated file.
11929         (ps-background-image): Little code reformating.
11930         (ps-begin-file, ps-begin-job): Fix code.
11931         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
11932         (ps-prologue-file): New fun.
11934 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11936         * ps-vars.el: Eliminated.
11938         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11939         `;;;###autoload'.
11941         * ps-print.el: ps-vars eliminated, doc fix.
11942         (ps-print-version): New version number (5.0.2).
11943         (ps-spool-config): Initialization fix.
11944         (ps-print-customize): New fun.
11946 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
11948         * autorevert.el (auto-revert-mode): Return value of
11949         auto-revert-mode.
11951 2000-01-04  Dave Love  <fx@gnu.org>
11953         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11954         menu items.
11956 2000-01-03  Dave Love  <fx@gnu.org>
11958         * elide-head.el (elide-head) [defgroup]: Add :version.
11960         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
11961         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11962         `cl-hash-table-p', not `hash-table-p'.
11963         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11965 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11967         * faces.el (face-read-integer, read-face-attribute)
11968         (color-defined-p, color-values): unspecified-{f,b}g are now
11969         strings.
11971 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
11973         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11974         at comment end, and re-insert them after filling.
11976 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11978         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
11979         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11980         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
11982 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11984         * term/x-win.el (xw-defined-colors): Call color-supported-p,
11985         the new name of face-color-supported-p.
11987         * term/w32-win.el (xw-defined-colors): Likewise.
11989 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11991         * simple.el (completion-setup-function): Count completion-size
11992         from minibuffer-prompt-end, not from point-min.
11994 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
11996         * faces.el (read-face-attribute, defined-colors, color-defined-p):
11997         Pass the frame to tty-color-* functions.
11998         (display-color-p, frame-set-background-mode): Pass the frame to
11999         tty-display-color-p.
12001         * term/tty-colors.el (tty-defined-color-alist): Renamed from
12002         tty-color-alist.
12003         (tty-color-alist, tty-modify-color-alist): New functions.
12004         (tty-color-define,  tty-color-clear, tty-color-approximate)
12005         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12006         an optional parameter FRAME.
12008 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
12010         * image.el (create-image, defimage): Don't assume image data is a
12011         string.
12013         * image.el (defimage): Handle specifications containing :data
12014         instead of :file.
12015         (image-type-from-data): New function.
12016         (image-type-from-file-header): Use it.
12017         (create-image): Add parameter DATA-P.
12019 See ChangeLog.8 for earlier changes.
12021 ;; Local Variables:
12022 ;; coding: iso-2022-7bit
12023 ;; End: