(custom-set-variables): Print message about errors in
[emacs.git] / lisp / ChangeLog
blobfff537222b7f8799258fbcec73552b8bb20d4dee
1 2000-09-04  Dave Love  <fx@gnu.org>
3         * wid-edit.el (widget-sexp-validate): Fix garbled code.
5         * custom.el (custom-set-variables): Print message about errors in
6         setting.
8 2000-09-03  Andrew Innes  <andrewi@gnu.org>
10         * makefile.w32-in: Change to DOS line endings.
12 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
14         * mouse.el (mouse-popup-menubar): Supply the prompt string for
15         minor-mode keymaps, if they don't have one.
17 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
19         * eshell/esh-module.el (eval-when-compile): Don't lose if
20         esh-module.el's file name is truncated to DOS 8+3 limits.
22 2000-09-01  John Wiegley  <johnw@gnu.org>
24         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
25         predicate, which caused entries in the completion list to be
26         doubled.
28 2000-08-30  John Wiegley  <johnw@gnu.org>
30         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
31         sending to subprocesses.  Also, hook pre-command-hook if
32         `eshell-send-direct-to-subprocesses' is non-nil.
33         (eshell-send-direct-to-subprocesses): New config variable.  If t,
34         subprocess input is send immediately.
35         (eshell-toggle-direct-send): New function.
36         (eshell-self-insert-command): New function.
37         (eshell-intercept-commands): New function.
38         (eshell-send-input): If direct subprocess sending is enabled,
39         don't echo any input to the Eshell buffer.  Let the subprocess
40         handle that.  This requires "stty echo" in bash, for example.
42 2000-08-28  John Wiegley  <johnw@gnu.org>
44         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
45         completion function for Eshell's implementation of `unset'.
47 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
49         * info.el (Info-directory-list): Doc fix.
51 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
53         * filecache.el (file-cache-add-directory-using-find): Don't quote 
54         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
56 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
58         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
59         coding systems.
61 2000-08-30  Andrew Innes  <andrewi@gnu.org>
63         * timer.el (run-with-idle-timer): Undo last change, so that timer
64         is not activated immediately if Emacs is already idle.  Some
65         existing code relies on this behaviour.
67 2000-08-30  Miles Bader  <miles@gnu.org>
69         * frame.el (set-frame-font): Do completion of font-name for
70         interactive use.
72 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
74         * international/quail.el (quail-start-translation): Bind locally
75         last-command-event, last-command, and this-command.
76         (quail-start-conversion): Likewise.
77         (quail-self-insert-command): Fix docstring.
79 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
81         * progmodes/executable.el
82         (executable-make-buffer-file-executable-if-script-p): Check that
83         buffer contains at least 2 characters.
85 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
87         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
89 2000-08-29  Dave Love  <fx@gnu.org>
91         * diff-mode.el (diff-mode) <defgroup>: Add :version.
92         (diff-mode-shared-map): Bind mouse-2.
93         (diff-imenu-generic-expression): New variable.
94         (diff-mode): Use it.
96         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
97         (mouse-popup-menubar): Add minor mode menus.
98         (popup-menu): Check for lookup-key returning number.
100 2000-08-29  Miles Bader  <miles@gnu.org>
102         * comint.el (comint-send-input): Create overlays using the proper
103         front/read-advance arguments.
104         
105 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
107         * ps-print.el: Even/odd pages printing.  Doc fix.
108         (ps-print-version): New version number (6.0).
109         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
110         (ps-background, ps-begin-file, ps-begin-job): Code fix.
111         (ps-print-duplex-feature): Variable eliminated.
112         (ps-even-or-odd-pages): New variable.
114         * progmodes/ebnf2ps.el: Doc fix.
115         (ebnf-version): New version (3.3).
116         (ebnf-user-arrow): Change variable customization to sexp.
117         (ebnf-user-arrow): Function eliminated.
118         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
119         
120 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
122         * help.el (help-xref-mule-regexp): New variable.
123         (help-make-xrefs): Handle help-xref-mule-regexp.
125         * international/mule-cmds.el (help-xref-mule-regexp-template): New
126         variable.
127         (describe-input-method): Temporarily activate the specfied input
128         method to display the information.
129         (describe-language-environment): Hyperlinks to mule related items.
131         * international/mule-diag.el (charset-multibyte-form-string): New
132         function.
133         (list-character-sets-1): Use charset-multibyte-form-string.
134         (describe-character-set): New function.
135         (describe-coding-system): Hyperlinks to safe character sets.
137         * international/quail.el (quail-help): New arg PACKAGE.
138         Hyperlinks to mule related items.
139         (quail-help-insert-keymap-description): Use
140         substitute-command-keys instead of describe-bindings.
141         (quail-translation-help): Hyperlinks to mule related items.
143 2000-08-28  John Wiegley  <johnw@gnu.org>
145         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
146         have a defsubst call itself.  Made `eshell-flatten-list' back into
147         a function again.
149         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
150         catch, in case re-centering point at bottom messes up the display.
151         This happens frequently in Emacs 21, due I believe to variable
152         line heights.
154         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
155         to call `find-tag-interactive'.
157         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
158         the list of remember directories.
160 2000-08-28  John Wiegley  <johnw@gnu.org>
162         * align.el: Test align-region-separate to see if it's a symbol.
164 2000-08-28  John Wiegley  <johnw@gnu.org>
166         * eshell/esh-util.el (eshell-flatten-list): Made this function
167         into a defsubst form.  It gets used very frequently, although
168         calls don't occur all that often.
170         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
171         examining it.
173         * eshell/esh-cmd.el (eshell-rewrite-while-command):
174         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
175         `eshell-protect'.
176         (eshell-copy-handles): Created a new macro for duplicating the
177         current set of open handles.  This is needed by the looping
178         functions.
179         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
180         is not incorrectly stomped on.
182         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
183         declaration for pcomplete-use-paring.
184         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
185         value of eshell-cmpl-use-paring.
186         * pcomplete.el (pcomplete-use-paring): New config variable, to
187         indicate whether paring should be used.
188         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
189         completion alternatives that have already been used.
191         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
192         bound to C-c C-y, which will repeat the previous N arguments
193         (based on prefix argument).
194         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
196         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
197         if there is no *Help* buffer.  This is for XEmacs, which renames
198         its help buffers uniquely.  TODO: Find out what the current buffer
199         name to delete is.
201         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
202         first entry that correlates to a passwd/group number.  Later
203         entries (used for group/user name aliasing to multiple IDs) are
204         ignored.
206         * eshell/em-xtra.el (eshell/expr): 
207         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make) 
208         (eshell-grep, eshell/diff, eshell/locate): 
209         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
210         argument list, before passing it to the system command.
212         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
213         `find-tag' for use at final position in Eshell buffers (which
214         otherwise triggers an error on Emacs 21).
215         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
216         buffer, if it is currently bound to `find-tag'.
218         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
219         in the list of matched Makefile names.
220         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
221         directory, prefer its contents to Makefile.
223         * eshell/em-dirs.el (eshell/cd): cd commands that look up
224         directory parts (like "cd old new", or "cd =regexp"), are now case
225         sensitive on non-Windows/DOS platforms.
227         * eshell/esh-mode.el (eshell-parse-command-input): When a user
228         types RET after an open delimiter (like "), display a message
229         indicating that Eshell is waiting for the closing delimiter.
231         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
232         environment variables.
234         * eshell/em-unix.el (eshell/diff): Added logic to fail more
235         gracefully if the user enters incorrect arguments.
237         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
238         Eshell buffers.
240         * eshell/esh-var.el (eshell-interpolate-variable): 
241         * eshell/esh-mode.el (eshell-move-argument): 
242         * eshell/em-unix.el (eshell-du-sum-directory):
243         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
244         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
245         (not (= ...)).
247         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
248         to ensure the `preserve' flag gets propagated when doing recursive
249         directory copies.
251 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
253         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
254         Don't convert \n into \0177 in memory.
255         (eshell-read-history, eshell-write-history): Convert \n to \0177,
256         and back again, when reading and writing.
257         
258 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
260         * eshell/esh-util.el (eshell-processp): Added to relieve constant
261         testing of `fboundp' on `processp'.
263         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
264         (eshell/jobs): Don't call process-list if it is not bound.
265         (eshell-gather-process-output): Support systems where async
266         subprocesses aren't supported.
267         (eshell-scratch-buffer, eshell-last-sync-output-start): New
268         variables.
270         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
271         eshell-do-eval returns t.
272         (eshell-do-pipelines-synchronously): New defmacro.
273         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
274         when async subprocesses aren't supported.
275         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
276         if async subprocesses aren't supported.
277         (eshell-resume-command): Don't assume STATUS is a string.
279         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
281         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
282         (eshell-close-target, eshell-get-target): Use eshell-processp.
283         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
284         fix.
285         (eshell-get-target, eshell-create-handles): Doc fix.
287 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
289         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
290         criterion to include commands that output something, as long as it
291         leaves both the command and the end-of-buffer visible when the
292         command has exited.
293         (eshell-review-quick-commands): Adjust the help doc string
294         accordingly.
296 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
298         * locate.el (locate): Cleaned up locate command's interactive prompting
299         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
301         * filecache.el (file-cache-case-fold-search): New variable 
302         (file-cache-assoc-function): New variable
303         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
304         Use file-cache-case-fold-search variable
305         (file-cache-add-file): Use file-cache-assoc-function
306         (file-cache-delete-file): likewise
307         (file-cache-directory-name): likewise
308         (file-cache-debug-read-from-minibuffer): likewise
310 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
312         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
313         (abbrev-table-name): New function.
314         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
315         If non-nil list local abbrev, only.
317 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
319         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
320         from Gnus support code, and use special article copy buffer
321         `(gnus-original-article-buffer)' instead.  This allows to get rid
322         of article-hide-headers usage (which breaks in the latest Gnus
323         version).  Thanks to Detlev Zundel.
325 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
327         * international/quail.el (quail-use-package): Hide "... loaded"
328         message.
329         (quail-start-translation, quail-start-conversion): Likewise.
331         * international/kkc.el (kkc-region): Hide "... loaded" message.
333 2000-08-27  Dave Love  <fx@gnu.org>
335         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
337 2000-08-27  Miles Bader  <miles@gnu.org>
339         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
341 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
343         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
344         'ja-dic-cnv), not (require 'skkdic-cnv).
346 2000-08-26  Miles Bader  <miles@gnu.org>
348         * faces.el (face-x-resources): Add entry for :inherit.
349         * cus-face.el (custom-face-attributes): Add support for :inherit
350         attribute.  Add support for relative face heights.
351         (custom-face-attributes-get): Treat `nil' as being a default value
352         for :inherit (as well as `unspecified').
354         * faces.el (set-face-attribute): Update doc string.
355         (face-attribute-name-alist): Add :inherit.
356         (face-valid-attribute-values): Handle :inherit.
357         (face-read-string): Rephrase prompt to be less confusing.
358         Assume that DEFAULT is a string, since we must return a string.
359         (face-read-integer): Use `format' to turn DEFAULT into an
360         acceptable default for face-read-string.  Match NEW-VALUE against
361         the string "unspecified", not the symbol `unspecified', since
362         that's what face-read-string returns.
363         (read-face-attribute): Lookup a name for old-value in valid, and
364         use it as a default if we find one.  Treat all values from
365         face-read-string as strings.  If the default is used, don't do any
366         more processing on the value, just use the old value directly.
367         (read-face-and-attribute, modify-face): Tweak prompt.
368         (read-face-name): Don't assume prompt ends with a space.
370         * faces.el (describe-face): Add support for :inherit attribute.
372 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
374         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
375         concat doesn't accept interger.
377         * international/kkc.el: Remove SKK from Keywords.  Require
378         ja-dic-utl instead of skkdic-utl.
380         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
381         Provide ja-dic-cnv instead of skkdic-cnv.
382         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
383         (iso-2022-7bit-short): Add safe-charsets property.
384         (skkdic-convert-postfix): Search Japanese chou-on character in
385         addition to Hiragana character.
386         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
387         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
388         (batch-skkdic-convert): Likewise.
390         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
391         Provide ja-dic-utl instead of skkdic-utl.
392         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
394 2000-08-24  Dave Love  <fx@gnu.org>
396         * disp-table.el (standard-display-default): Make the test of `l'
397         useful.
399         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
400         mod sample text.
402         * international/iso-ascii.el: Make pilcrow convenient string
403         consistent with section.
404         (iso-ascii-display): Set up multibyte characters as well as
405         unibyte.
407 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
409         * international/mule-cmds.el (reset-language-environment): Set
410         default-process-coding-system to '(undecided . iso-latin-1), which
411         makes process I/O almost consistent with file I/O.   Call this
412         function when mule-cmds.el[c] is loaded.
414 2000-08-22  Andrew Innes  <andrewi@gnu.org>
416         * makefile.w32-in: New file.
418 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
420         * comint.el (comint-output-filter): Compare end of
421         comint-last-output-overlay with the start of the newly inserted
422         text, not the end, when deciding whether to extend it.
423         Set saved-point's insertion type to advance after insertion.  
425         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
426         since this is now done independently of font-lock mode.
428 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
430         * server.el (server-kill-new-buffers): New user option.
431         (server-existing-buffer): New buffer-local variable.
432         (server-visit-files): When using an existing buffer, set
433         server-existing-buffer to t.
434         (server-buffer-done): If server-kill-new-buffers is t, kill the
435         buffer, unless it was already present before visiting it with
436         Emacs server.
437         
438 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
440         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
441         even if the display doesn't support colors: some displays will
442         support bold/underline faces.
444 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
446         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
448         * startup.el (command-line): If user's init file had an error,
449         add explanatory text to *Messages*.
451 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
453         * man.el (Man-getpage-in-background): Decode the process output by
454         the system locale coding system.
456 2000-08-20  Dave Love  <fx@gnu.org>
458         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
459         Don't test x-popup-menu.
460         (function) <complete-function>: Complete only fbound symbols.
461         <validate, value>: New.
462         (variable) <complete-function>: Complete only bound symbols.
463         (coding-system): Add :base-only, :complete-function, :validate,
464         :value, :prompt-match.
465         (widget-coding-system-prompt-value): Use read-coding-system and
466         act on :base-only.
467         (editable-field): Add :help-echo.
468         (widget-push-button-gui, widget-push-button-cache)
469         (widget-gui-action, widget-editable-list-gui): COmment out, along
470         with uses.
471         (widget-at): Make arg optional.
472         (widget-echo-help): Adjust for current help-echo calling sequence.
473         (widget-specify-field, widget-specify-button)
474         (widget-specify-insert, widget-get-sibling, widget-image-find)
475         (widget-convert, widget-insert, widget-leave-text)
476         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
477         (widget-setup, widget-field-find, widget-before-change)
478         (widget-after-change, widget-default-complete)
479         (widget-default-create, widget-default-delete)
480         (widget-push-button-value-create, editable-field)
481         (widget-field-prompt-value, widget-field-validate)
482         (widget-choice-value-create, widget-choice-action)
483         (widget-choice-validate, widget-checklist-add-item)
484         (widget-radio-add-item, widget-radio-chosen)
485         (widget-radio-value-inline, widget-editable-list-value-create)
486         (widget-editable-list-entry-create)
487         (widget-documentation-link-add)
488         (widget-documentation-string-value-create)
489         (widget-regexp-validate, widget-file-complete)
490         (widget-sexp-validate, widget-plist-convert-widget)
491         (widget-plist-convert-widget, widget-alist-convert-widget)
492         (widget-alist-convert-widget, widget-color-complete): Simplify,
493         particularly to avoid bindings which aren't optimized out.
495         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
496         Doc fix.
497         (down-list, backward-up-list, up-list, kill-sexp)
498         (backward-kill-sexp, mark-sexp): Make arg optional.
499         (lisp-complete-symbol): Add optional arg PREDICATE.
501         * cus-start.el: Add display-buffer-reuse-frames,
502         file-coding-system-alist.
504 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
506         * startup.el (command-line): Clear realized faces after
507         modifying TTY color mappings.
509 2000-08-20  Miles Bader  <miles@gnu.org>
511         * faces.el (face-attr-match-p): Don't return true if ATTRS are
512         merely a subset of FACE's attributes.
514 2000-08-19  Miles Bader  <miles@gnu.org>
516         * comint.el (comint-output-filter): Save the point with a marker,
517         not just a buffer position.
519         * international/mule.el (set-buffer-process-coding-system): Make
520         interactive prompt less confusing.
522 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
524         * hilit-chg.el: General cleanup of doc strings, comments and
525         code formatting.
527 2000-08-19  Miles Bader  <miles@gnu.org>
529         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
530         Compiler macro removed; beginning-of-line is no longer always
531         equivalent to forward-line, in the presence of fields.
533         * comint.el (comint-output-filter): Remove ad-hoc saving of
534         restriction, and just use save-restriction, now that it works
535         correctly.  Don't adjust comint-last-input-start to account for
536         our insertion; it shouldn't have moved because we don't use
537         insert-before-markers anymore.  Comment out call to
538         `force-mode-line-update'; why is it here?
540         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
541         while checking for prompt to delete.  Use `forward-line 0'
542         instead of beginning-of-line.
543         (gud-filter): Temporarily widen gud comint buffer while
544         examining output.
546 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
548         * progmodes/sh-script.el: Big bag of typos.
550         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
551         check since ispell-process is not bound when ispell is not yet loaded.
553 2000-08-18  Dave Love  <fx@gnu.org>
555         * image.el (find-image): Copy `spec' before using plist-put.
557 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
559         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
560         `portugues'.
562         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
563         backward-kill-sexp, analogous to kill-sexp.
565         * progmodes/icon.el (icon-indent-line)
566         (icon-is-continuation-line): Handle comments specially.
568 2000-08-17  Ken Stevens <k.stevens@ieee.org>
570         * ispell.el: Set to standard author/maintainer/keyword fields.
571         Fine tuning to menu map appearance and operation, and added help.
572         Remove `start' and `end' error messages when compiling.
573         (ispell-choices-win-default-height): Fixed comment string.
574         (ispell-dictionary-alist-1): Fixed regexp in castellano and
575         castellano8 dictionaries.
576         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
577         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
578         dictionary, added italiano dictionary.
579         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
580         word character
581         (ispell-tex-skip-alists): Added psfig support.
582         (ispell-skip-html): Renamed from ispell-skip-sgml.
583         (ispell-begin-skip-region-regexp, ispell-skip-region)
584         (ispell-minor-check): Improved html skipping support to skip across
585         code, and recognize `&' commands without propper `;' syntax;
586         (ispell-process-line): Fix alignment error when manually
587         correcting spelling.
588         (ispell): Fix comment string.
589         (ispell-add-per-file-word-list): Always put word list on new line.
591 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
593         * format.el (format-encode-run-method): Fix error message to say
594         `encode' instead of `decode'.  Use save-window-excursion around
595         shell-command-on-region as in format-decode-run-method because
596         shell-command-on-region can display a buffer with error output.
597         (format-decode): Don't record undo information for the decoding.
598         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
599         that number part of the temporary buffer name so that more than
600         one decoding using a temporary buffer can happen safely.
602         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
603         of `A-z' in the regexp.
605         * hilit-chg.el: Fix typos in commentary.
607         * help.el (view-emacs-news): Rewritten for new naming scheme
608         for old NEWS files.
610         * startup.el (command-line): Pop to *Messages* in case an error
611         is signaled while loading user-init-file.
613 2000-08-17  Andreas Schwab  <schwab@suse.de>
615         * files.el (insert-directory): Don't lose original file name,
616         undoing an undocumented change.
618 2000-08-17  Alex Schroeder  <alex@gnu.org>
620         * sql.el (sql-magic-go): Use comint-bol.
621         (sql-copy-column): Use comint-line-beginning-position.
622         (comint-line-beginning-position): Define a replacement for
623         comint-line-beginning-position if it is not fboundp.
625 2000-08-17  Alex Schroeder  <alex@gnu.org>
627         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
628         it didn't have any effect anyway.
630 2000-08-17  Alex Schroeder  <alex@gnu.org>
632         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
633         --pset and pager=off instead of sending \\o|cat at the beginning
634         of the session.
636 2000-08-17  Miles Bader  <miles@gnu.org>
638         * progmodes/octave-inf.el: Add compatibility definition of
639         comint-line-beginning-position.
641 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
643         * startup.el (normal-top-level): Look in each dir in load-path for
644         a leim-list.el file too.  This assures of loading leim-list.el
645         that is created at Emacs installation time even if a user have his
646         own leim-list.el.
648 2000-08-17  Miles Bader  <miles@gnu.org>
650         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
651         foreground color to black if the background is dark.
653 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
655         * loadhist.el (unload-feature): Typo.
657         * finder.el (finder-compile-keywords): 
658         * cus-dep.el (custom-make-dependencies): Add local-variable settings
659         to the generated file.
661         * mail/mh-e.el (mh-make-local-vars):
662         Replace make-variable-buffer-local with make-local-variable.
664         * play/landmark.el:
665         * options.el (Edit-options-{set,toggle,t,nil}):
666         * mail/mailabbrev.el (mail-abbrevs-mode): 
667         * textmodes/tex-mode.el (tex-expand-files): 
668         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
670         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
672         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
673         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
674         Allow going past the last element.
675         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark) 
676         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
677         (cvs-mouse-toggle-mark): Don't move point.
678         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
680         * progmodes/compile.el (grep): Provide a default set of files.
681         (next-error): Docstring fix.
682         (compilation-find-file): Avoid find-file (fails in a dedicated window).
684         * emacs-lisp/easy-mmode.el (define-minor-mode):
685         Use `symbol-value' to keep the byte-compiler quiet.
687         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
688         (diff-find-source-location): New fun, extracted from diff-goto-source.
689         (diff-goto-source): Use it.
690         (diff-next-complex-hunk, diff-filter-lines): New function.
691         (diff-apply-hunk): New command.
693         * smerge-mode.el (smerge-mode-menu): Doc fix.
695         * msb.el (msb-mode): Define it in terms of define-minor-mode.
697 2000-08-16  Dave Love  <fx@gnu.org>
699         * windmove.el (windmove) <defgroup>: Add :version.
701         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
702         (goto-address-fontify-p, goto-address-highlight-p)
703         (goto-address-url-face, goto-address-url-mouse-face)
704         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
705         (goto-address-url-regexp): Use thing-at-point-url-regexp.
706         (goto-address-fontify, goto-address-at-mouse): Simplify,
707         (goto-address-at-point): browse-url-url-at-point,
708         goto-address-find-address-at-point can return nil.
709         (goto-address-find-address-at-point): Return nil on failure.
711         * align.el (align) <defgroup>: Add :version.
713         * calculator.el (calculator): Add :version.
714         (calculator): Use two lines for calculator window if `modeline'
715         face is boxed.
717         * play/5x5.el: Doc fixes.
718         (5x5) <defgroup>: Add :version.
720         * play/fortune.el (fortune) <defgroup>: Add :version.
721         (fortune-append): Fix error message.
722         (fortune-from-region): Doc fix.
724         * play/pong.el (pong): Doc fix.
726         * play/morse.el: Keywords, commentary, autoloads.
728 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
730         * desktop.el (desktop-save): Don't look at symbol-value of a
731         member of minor-mode-alist, unless it is boundp.
733 2000-08-16  Sam Steingold  <sds@gnu.org>
735         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
736         `while'; use `with-current-buffer' instead of `save-excursion'.
737         Removed unnecessary kludges now that "*Buffer List*" is excluded.
739 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
741         * international/ccl.el (declare-ccl-program): Docstring modified.
742         (ccl-execute-with-args): Likewise.
744 2000-08-16  Miles Bader  <miles@gnu.org>
746         * progmodes/sql.el: Add compatibility definition of
747         comint-line-beginning-position.
749 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
751         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
752         'buffer-menu' property.
753         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
754         fails.
755         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
756         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
757         wasn't killed.
759         * buff-menu.el (list-buffers-noselect): Don't display the
760         *Buffer List* buffer.
762         * font-lock.el: Require jit-lock to prevent a very late
763         `Loading jit-lock' message.
765         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
766         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
767         mail address.
769 2000-08-15  Miles Bader  <miles@gnu.org>
771         * textmodes/ispell.el (ispell-graphic-p): New constant.
772         (ispell-choices-win-default-height, ispell-help): Use
773         `ispell-graphic-p' instead of `xemacsp'.
775 2000-08-15  Dave Love  <fx@gnu.org>
777         * simple.el: Autoload widget-convert when compiling.
778         (mail-user-agent): Doc fix.
780         * help.el (function-called-at-point, variable-at-point): Use
781         with-syntax-table.
782         (help-manyarg-func-alist): Add insert-and-inherit.
784         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
786         * delsel.el (delsel-unload-hook): New function.
788         * find-file.el: Doc fixes.  Move provide to end.
789         (ff) <defgroup>: Add :link.
790         (ff-goto-click): Deleted.
791         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
792         Use mouse-set-point.
794         * textmodes/tildify.el: Doc fixes.
795         (tildify) <defgroup>: Add:version.
797         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
798         (glasses-custom-set): Use set-default, not set.
799         (minor-mode-alist): Propertize the lighter.
800         (glasses-mode): Provide optional arg.
802         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
803         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
804         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
805         option.  Provide :type.
806         (cwarn-configuration): Provide :type.
807         (cwarn-mode): Doc fix.
809         * add-log.el (change-log-merge): Doc fix.
810         (change-log-redate): New command.
812         * net/browse-url.el (browse-url-filename-alist): Add a clause for
813         Doze and Dog.
814         (browse-url): Use dolist, not mapcar.
815         (browse-url-at-point): Check for null url.
816         (browse-url-event-buffer, browse-url-event-point): Functions
817         deleted.
818         (browse-url-at-mouse, browse-url-netscape): Simplify.
820         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
821         modes.
822         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
823         Fix previous change to mapcan.
824         (msb--init-file-alist, msb--add-separators)
825         (msb--make-keymap-menu): Simplify.
826         (msb--choose-file-menu): Use copy-sequence.
827         (msb-mode-map): Add title to keymap.
828         (msb-unload-hook): New function.
830         * bs.el: Fix indentation.
831         (bs) <defgroup>: Add :links.
832         (bs-show): Doc fix.
833         (bs-apply-sort-faces): Don't use window-system.
834         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
836 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
838         * calendar/timeclock.el (timeclock-file): Run .timelog through
839         convert-standard-filename.
841 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
843         * emacs-lisp/authors.el: New file.
845         * paren.el (show-paren-priority): New user option.
846         (show-paren-function): Set overlay priorities to
847         show-paren-priority.
849 2000-08-14  Miles Bader  <miles@gnu.org>
851         * comint.el (comint-bol): Use `forward-line 0' instead of calling
852         beginning-of-line with inhibit-field-text-motion bound.
854 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
856         * calendar/timeclock.el: New file.
858 2000-08-14  David Ponce  <david@dponce.com>
860         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
861         `widget-button-click'. so that one can use left mouse button to
862         click on dialog buttons.
864 2000-08-14  Emmanuel Briot  <briot@gnat.com>
866         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
867         identifiers, since XML is case sensitive
869 2000-08-12  Miles Bader  <miles@gnu.org>
871         * comint.el (comint-output-filter): Don't bother frobbing
872         window-start, it doesn't seem to be necessary.
874         * comint.el (comint-send-string, comint-send-region): Make into
875         real functions.  Snapshot the prompt before sending.
877 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
879         * info.el (Info-find-emacs-command-nodes): Rewrite to use
880         technique similar to Info-index, instead of relying on specific
881         names of relevant Index nodes.
882         (Info-goto-emacs-command-node): Bind Info-history to nil when
883         going to the first node found by Info-find-emacs-command-nodes.
885 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
887         * menu-bar.el (menu-bar-help-menu): Add a :help string.
889 2000-08-10  Miles Bader  <miles@gnu.org>
891         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
893 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
895         * info.el (Info-file-list-for-emacs): More elements for the
896         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
897         and woman manuals.
899 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
901         * comint.el (comint-send-input): Make the newline boundary overlay
902         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
903         (comint-output-filter): Use `insert' instead of
904         `insert-before-markers'.  Extend comint-last-output-overlay when
905         necessary since we can't rely on insert-before-markers to do it.
906         * gud.el (gud-filter): Use `with-current-buffer' instead of
907         save-excursion when inserting the output, so that point gets
908         updated correctly; the old method relied on a rather dodgy
909         side-effect of comint-output-filter to avoid the effect of
910         save-excursion.
912 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
914         * files.el (recover-file): Call insert-directory instead of
915         invoking `ls' directly.
917 2000-08-10  Miles Bader  <miles@gnu.org>
919         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
920         (comint-last-prompt-overlay): New variables.
921         (comint-output-filter): Implement prompt highlighting.
922         (comint-snapshot-last-prompt): New function.
923         (comint-send-input): Snapshot the last prompt.
924         Use comint-highlight-input-face.
925         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
926         Use defface instead of defcustom.
927         (send-invisible, comint-send-eof): Snapshot the last prompt.
928         (comint-delchar-or-maybe-eof): Use comint-send-eof.
929         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
931 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
933         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
934         (regexp-opt-group): Use a list of chars for `letters'.
935         (regexp-opt-charset): `chars' is now a list of chars.
936         Use a char-table rather than a vector so it works for multibyte chars.
938         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
939         Set cvs-minor-current-files to the selected fileinfo.
940         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
941         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
943 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
945         * files.el (insert-directory): Don't call access-file on
946         directories on DOS and Windows.
948 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
950         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
951         longer if necessary.
952         (ccl-embed-code): Call ccl-embed-data to store CODE in
953         ccl-program-vector.
955 2000-08-09  Miles Bader  <miles@gnu.org>
957         * comint.el (comint-output-filter): Properly handle the case where
958         the text surrounded by comint-last-output-overlay was deleted.
960 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
962         * info.el (Info-insert-dir): Use Info-additional-directory-list if
963         non-nil.
964         (Info-file-list-for-emacs): Remove "info" from the list because
965         that leads to trying to use the documentation from file `info'
966         in various situations where it isn't appropriate, for instance
967         C-h C-k C-h i.
969         * ffap.el (ffap-read-file-or-url-internal): Handle case that
970         DIR and/or STRING are nil.
972         * progmodes/compile.el (compilation-setup): Make variable
973         compilation-error-screen-columns buffer-local, as some comment
974         in the code suggests it should be.
976         * files.el (auto-mode-interpreter-regexp): New variable.
977         (set-auto-mode): Use it.
979         * indent.el (indent-for-tab-command): Doc fix.
981         * mouse-sel.el (mouse-sel-mode): Doc fix.
983         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
984         labels.
986         * help.el (print-help-return-message): When
987         display-buffer-reuse-frames is set, let the help window been quit,
988         instead of deleting it, which might delete a reused frame.
990 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
992         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
993         rename a directory to a name that differs only by its letter case.
995 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
997         * international/quail.el (quail-define-rules): Handle Quail decode
998         map correctly.  Add code for supporting annotations.
999         (quail-install-decode-map): New function.
1000         (quail-defrule-internal): New optional arguments decode-map and
1001         props.
1002         (quail-advice): New function.
1004 2000-08-07  Sam Steingold  <sds@gnu.org>
1006         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
1007         `defconst', `define-condition', `with-slots'.
1008         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
1010 2000-08-03  Miles Bader  <miles@gnu.org>
1012         * comint.el (comint-use-prompt-regexp-instead-of-fields):
1013         New variable.
1014         (comint-prompt-regexp, comint-get-old-input): Document dependence on
1015         comint-use-prompt-regexp-instead-of-fields.
1016         (comint-send-input): Add `input' field property to stuff we send to
1017         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
1018         (comint-output-filter): Add `output' field property to process
1019         output, if comint-use-prompt-regexp-instead-of-fields is nil.
1020         (comint-replace-by-expanded-history)
1021         (comint-get-old-input-default, comint-show-output)
1022         (comint-backward-matching-input, comint-forward-matching-input)
1023         (comint-next-prompt, comint-previous-prompt):  Use field
1024         properties if comint-use-prompt-regexp-instead-of-fields is nil.
1025         (comint-line-beginning-position): New function.
1026         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
1027         (comint-replace-by-expanded-history-before-point): Use
1028         comint-line-beginning-position and line-end-position.
1029         (comint-last-output-overlay): New variable.
1030         (comint-mode): Make `comint-last-output-overlay' buffer-local.
1032         * shell.el (shell-prompt-pattern): Doc change.
1033         (shell-backward-command): Use line-beginning-position.
1035         * gud.el (gud-gdb-complete-command): Use
1036         comint-line-beginning-position.
1038         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
1039         comint-bol doesn't actually go to the beginning of the line.
1041         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
1042         if comint-use-prompt-regexp-instead-of-fields is non-nil.
1043         (try-expand-line-all-buffers): Likewise.
1045         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
1046         explicitly matching comint-prompt-regexp.
1047         (sql-copy-column): Use comint-line-beginning-position instead of
1048         explicitly matching comint-prompt-regexp.
1050         * progmodes/octave-inf.el (inferior-octave-complete): Use
1051         comint-line-beginning-position.
1053         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
1055         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
1056         looking for a prompt, use `forward-line 0' instead of
1057         `beginning-of-line', to avoid getting caught by an input field.
1059 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
1061         * files.el (shell-quote-wildcard-pattern): Make sure to return
1062         PATTERN, in the Unix case.
1064 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
1066         * play/zone.el (zone): Discard any pending input before running
1067         the randomly-chosen pgm.
1069 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
1071         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
1072         checking the existence of any multibyte characters.
1074 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
1076         * help.el (describe-mode): Test minor-mode symbol for being
1077         bound before testing its value for being nil.
1079         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
1080         `first', `second', and `third'.
1082         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
1083         (second): Make it an alias for `cadr'.
1085 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
1087         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
1088         types of display support faces now.
1090 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
1092         * pcvs.el (require): Require `cl' during compilation, only.
1094         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
1095         (toplevel): Remove `remq' and `remove' from autoloads.
1096         (cl-fake-autoloads): New variable.  If set, arrange for an error
1097         when CL functions etc. are autoloaded.
1099 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
1101         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
1103         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
1104         popped up, but the user clicks outside the menu, return an empty
1105         regexp (that causes unhighlight-regexp to have no effect).
1107         * menu-bar.el (menu-bar-games-menu): Add Zone.
1109         * hi-lock.el (toplevel): Require font-lock.
1111 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1113         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
1114         (ebnf-8-bit-chars): New var for bug fix.
1115         (ebnf-string): Bug fix.
1117 2000-08-03  Sam Steingold  <sds@gnu.org>
1119         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
1120         instead of `buffer-string'.
1121         (require 'cl): Always, not just when compiling.
1122         `ignore-errors' in `interactive', `list*', `defun*' &c make this
1123         necessary.
1125 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
1127         * international/mule-cmds.el (select-safe-coding-system): Make
1128         the message text about selecting a safe coding system more clear.
1130 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
1132         * hi-lock.el: New file.
1134         * play/zone.el: New file.
1136         * replace.el (occur): Set tab-width in the *Occur* buffer to the
1137         value of tab-width in the original buffer.  Choose a line number
1138         format that's a multiple of the original buffer's tab width, so
1139         that lines appear right.
1141         * textmodes/ispell.el (ispell): New function, replacing an alias.
1142         Spell-check active region if in transient-mark-mode and mark
1143         is active; otherwise spell-check buffer.
1145 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1147         * ps-mule.el: Fix a customization problem on
1148         ps-mule-font-info-database-default.
1150 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
1152         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
1153         display-mouse-p instead of window-system.
1154         (ebrowse-member-mode-map): Ditto.
1156 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1158         * progmodes/ebnf2ps.el: Update ps-print functions call.
1159         Indentation fix.  Doc fix.
1160         (ebnf-version): New version number (3.2).
1161         (ebnf-format-color, ebnf-begin-job): Code fix.
1163 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
1165         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
1166         font lock support on window-system.
1167         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
1169         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
1170         display-color-p, if fboundp, instead of window-system.
1172 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
1174         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
1175         instead of window-system.
1177         * wid-edit.el (widget-choose): Use display-mouse-p instead of
1178         window-system.
1179         (widget-choice-mouse-down-action): Use display-popup-menus-p
1180         instead of window-system.
1182         * strokes.el (strokes-file): Run the file name through
1183         convert-standard-filename.
1184         (strokes-mode): Call display-mouse-p instead of looking at
1185         window-system.  Change the error message accordingly.
1187         * progmodes/cpp.el (toplevel): Support faces on tty's.
1189         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
1190         (lm-plot-square, lm-init-display): Don't use window-system.
1192         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
1193         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
1195         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
1196         instead of looking at window-system.
1198 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
1200         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
1201         of testing if iswitchb-prepost-hooks is bound, because the
1202         latter will always be true when invoking a recursive minibuffer
1203         from an active Iswitchb buffer.
1205 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
1207         * files.el (shell-quote-wildcard-pattern): New function.
1208         (insert-directory): Call it.  Only prepend "\" to command on Unix
1209         and GNU/Linux systems.
1211 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
1213         * eshell/esh-groups.el: Change custom :link file names
1214         from `eshell.info' to `eshell'.
1216 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
1218         * dired.el (dired-build-subdir-alist): Expand subdirectory names
1219         correctly in recursive ange-ftp listings.
1221 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1223         * ps-print.el: Fix bug 1: if ps-font-size-internal,
1224         ps-header-font-size-internal and
1225         ps-header-title-font-size-internal variables are not set,
1226         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
1227         face text property is (foreground-color . COLOR) or
1228         `(background-color . COLOR)', ps-print crashes.  Doc fix.
1229         (ps-print-version): New version number (5.2.4).
1230         (ps-plot-region): Code fix.
1231         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
1232         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
1233         Bug fix 2.
1235 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
1237         * glasses.el (glasses-make-readable): Fix uncapitalization of
1238         identifiers like `myXMLDocument'.
1240 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
1242         * mail/mail-hist.el (mail-hist-previous-input)
1243         (mail-hist-next-input): Do the obvious code factorization.
1244         (mail-hist-retrieve-and-insert): New func, contains common
1245         code of above two.
1246         If inserting a message body, leave point at top.
1248 2000-07-28  Sam Steingold  <sds@gnu.org>
1250         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
1251         Use `<=', not `<' to compare times!
1252         (ange-ftp-ls): Remove.
1254 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
1256         * play/cookie1.el: Add explanation of how to make cookie.el
1257         compatible with strfile(1) to comment.
1259         * subr.el (remove, remq): New functions.
1261         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
1262         escape `*' in regexps.
1263         (midnight-find): Reverse order of arguments in the funcall of
1264         TEST.
1266         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
1267         and `.class'.
1269         * play/meese.el: Add Commentary section.
1271 2000-07-27  Alex Schroeder  <alex@gnu.org>
1273         * sql.el (sql-ms): Added autoload cookie.
1274         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
1275         (sql-oracle): Ditto.
1276         (sql-help): Doc change.
1278         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
1279         types and exceptions.
1281 2000-07-27  Alex Schroeder  <alex@gnu.org>
1283         * sql.el (sql-placeholder-history): New variable.
1284         (sql-query-placeholders-and-send): New function that will query
1285         the user and replace placeholders with user input.
1286         (sql-oracle): If running on NT, set comint-input-sender to
1287         sql-query-placeholders-and-send.
1289         (sql-stop): If in the SQLi buffer, insert stop notification, else
1290         present it as a message.
1292 2000-07-27  Alex Schroeder  <alex@gnu.org>
1294         * sql.el (sql-input-ring-separator): Doc change.
1295         (sql-input-ring-file-name): Doc change.
1296         (sql-interactive-mode): Use `sql-input-ring-separator' and
1297         `sql-input-ring-file-name' to set the comint-mode equivalents
1298         without making them local variables.
1299         (sql-stop): Don't bind `sql-input-ring-separator' and
1300         `sql-input-ring-file-name' dynamically to their comint-mode
1301         equivalents.
1303 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
1305         * international/mule.el (register-char-codings): New function.
1306         (make-coding-system): Handle `safe-chars' specification in the arg
1307         PROPERTY.
1309         * international/mule-cmds.el
1310         (find-coding-systems-region-subset-p): This function deleted.
1311         (sort-coding-systems-predicate): New variable.
1312         (sort-coding-systems): New function.
1313         (find-coding-systems-region): Use
1314         find-coding-systems-region-internal.
1315         (find-coding-systems-string): Use find-coding-systems-region.
1316         (find-coding-systems-for-charsets): Check
1317         char-coding-system-table.
1318         (select-safe-coding-system-accept-default-p): New variable.
1319         (select-safe-coding-system): Mostly rewritten.  New argument
1320         ACCEPT-DEFAULT-P.
1321         (select-message-coding-system): Call select-safe-coding-system
1322         with ACCEPT-DEFAULT-P arg.
1323         (reset-language-environment): Reset default-sendmail-coding-system
1324         to the default value iso-latin-1.
1325         (set-language-environment): Don't set the obsolete variable
1326         charset-origin-alist.
1328         * international/codepage.el (cp-coding-system-for-codepage-1):
1329         Give `safe-chars' property to make-coding-system.
1331         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
1332         calling select-message-coding-system twice.
1334         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
1335         instead of `safe-charsets'.
1336         (cyrillic-alternativnyj): Likewise.
1337         (ccl-encode-alternativnyj): Don't check the charset
1338         cyrillic-iso8859-5.
1340 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
1342         * composite.el (compose-chars-after): Preserve match data.
1344 2000-07-26  Sam Steingold  <sds@gnu.org>
1346         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
1347         (ange-ftp-real-file-newer-than-file-p): New function.
1348         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
1349         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
1351         * tooltip.el (tooltip-float-time): Removed (use `float-time').
1352         * midnight.el (midnight-float-time): Ditto.
1354 2000-07-26  Andreas Schwab  <schwab@suse.de>
1356         * files.el (normal-backup-enable-predicate): Correct
1357         interpretation of the return value of compare-strings.
1359 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
1361         * isearch.el (isearch-resume): New function.
1362         (isearch-done): Add something to command-history to resume
1363         the search.
1364         (isearch-yank-line, isearch-yank-word): Use
1365         buffer-substring-no-properties instead of buffer-substring.
1367         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
1368         of flyspell-mouse-map.
1370         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
1371         duplicate definition.
1372         (makefile-mode): Remove duplicate setting of local-abbrev-table.
1374         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
1375         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
1377 2000-07-25  Sam Steingold  <sds@gnu.org>
1379         * net/ange-ftp.el: Get modtime over the net.
1380         (ange-ftp-file-modtime): New function.
1381         (ange-ftp-write-region, ange-ftp-insert-file-contents)
1382         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
1383         Use it.
1384         (ange-ftp-dot-to-slash): New function.
1385         (ange-ftp-fix-name-for-vms): Use it.
1387         * midnight.el (midnight-buffer-display-time): Use
1388         `with-current-buffer'.
1390 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
1392         * find-dired.el: Update copyright notice.
1393         (find-dired): Offer to kill a running `find'.
1395         * enriched.el (enriched-face-ans): For a `foreground-color'
1396         property, return '(("x-color" COLOR))' so that COLOR will be
1397         output as a parameter of the x-color annotation.  Likewise for the
1398         `background-color' property.  In the case of normal face
1399         properties, don't return annotations for unspecified foreground
1400         and background face attributes.
1402 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
1404         * language/japan-util.el (japanese-katakana-region): Fix handling
1405         HANKAKU argument.
1407 2000-07-25  Miles Bader  <miles@gnu.org>
1409         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
1410         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
1411         constrain-to-field.
1413 2000-07-24  Andrew Innes  <andrewi@gnu.org>
1415         * timer.el (timer-activate-when-idle): Add optional parameter
1416         DONT-WAIT.  Update docstring.
1417         (run-with-idle-timer): Specify extra parameter to
1418         timer-activate-when-idle, so that timer will be activated
1419         immediately if Emacs is already idle.
1421         * w32-fns.el (w32-using-nt): Fix docstring.
1423 2000-07-24  Dave Love  <fx@gnu.org>
1425         * mouse.el (popup-menu): Set last-command-event.
1426         (mouse-major-mode-menu-prefix): Declare.
1428 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
1430         * textmodes/flyspell.el: Update to author's version 1.5d.
1432         * progmodes/hideshow.el: Update copyright notice.
1434         * vcursor.el: Set maintainer to FSF, since author cannot
1435         be reached.
1437 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
1439         * info.el (Info-goto-emacs-key-command-node): Leave a space after
1440         the prompt.
1442         * mouse.el (popup-menu): Run the keymap through indirect-function,
1443         in case it was defined with define-prefix-key.  If the menu is a
1444         list of keymaps, look up the binding of user's choice in each one
1445         of the keymaps.
1446         (mouse-popup-menubar): If the global and local menu-bar keymaps
1447         don't have a prompt string, create one and insert it into the
1448         keymap.  Don't barf if current-local-map returns nil.
1450 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
1452         * dired.el (dired-sort-R-check): Added to allow recursive listing
1453         to be undone.
1454         (dired-sort-other): Use it.
1456 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1458         * Release of cc-mode 5.27
1460 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1462         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
1463         c-beginning-of-statement-1 that caused a bad case of recursion
1464         which could consume a lot of CPU in large classes in languages
1465         that have in-expression classes (i.e. Java and Pike).
1467         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
1468         statements before top level constructs (i.e. case 6 is moved
1469         before case 5 and is now case 4) to catch in-expression
1470         classes in top level expressions correctly.
1472 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1474         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
1475         objc-method-intro. Case 4 removed and case 5I added.
1477         * cc-langs.el (c-append-paragraph-start): New variable used by
1478         c-common-init to get paragraph-start correct.
1479         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
1480         initialize paragraph-start to make it correct both with and
1481         without the javadoc special case.
1483         * cc-mode.el (java-mode): Use c-append-paragraph-start to
1484         initialize paragraph-start for javadoc markup.
1486         * cc-vars.el (c-style-variables-are-local-p): Incompatible
1487         change by defaulting this to t.  It's motivated by the
1488         confusing behavior that otherwise arise from the style system
1489         when editing both java and non-java files at the same time
1490         (see the comments about style setting in c-common-init).
1492 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1494         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
1495         similar to the one in c-fill-paragraph to check the fill
1496         prefix from the adaptive fill function for sanity.
1498 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1500         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
1501         defun block.
1503 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1505         * cc-mode.texi Documented the change of cpp-macro.
1507 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1509         * cc-align.el (c-lineup-multi-inher): Handle lines with
1510         leading comma nicely. Extended to handle member initializers
1511         too.
1513         * cc-engine.el: (c-beginning-of-inheritance-list,
1514         c-guess-basic-syntax): Fixed recognition of inheritance lists
1515         when the lines begins with a comma.
1517         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
1519         * cc-vars.el (c-offsets-alist): Changed default for
1520         member-init-cont to c-lineup-multi-inher since it now handles
1521         member initializers and indents better for leading commas.
1523 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1525         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
1526         handling that caused class open lines to be recognized as
1527         statement-conts in some cases.
1529         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
1530         guessed by the adaptive fill function unless point is on the
1531         first line of a block comment.
1533         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
1534         when the buffer ends with a macro continuation char.
1536         * cc-engine.el (c-guess-basic-syntax): Added support for
1537         function definitions as statements in Pike.  The first
1538         statement in a lambda block is now labeled defun-block-intro
1539         instead of statement-block-intro.
1541         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
1542         so that the class surrounding point is selected, not the one
1543         innermost in the state.
1545         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
1546         recognition of switch labels having hanging multiline
1547         statements.
1549         * cc-engine.el (c-beginning-of-member-init-list): Broke out
1550         some code in c-guess-basic-syntax to a separate function.
1551         * cc-engine.el (c-just-after-func-arglist-p): Fixed
1552         recognition of member inits with multiple line arglists.
1553         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
1554         member-init-cont when the commas are in funny places.
1556 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1558         * cc-defs.el (c-auto-newline): Removed this macro since it's
1559         not used anymore.
1561         * cc-engine.el (c-looking-at-bos): New helper function.
1562         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
1563         inexpr and toplevel classes apart in Pike.
1565         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
1566         of case 9A.
1568         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
1569         constant, since "class" can introduce an in-expression class
1570         in Pike nowadays.
1572 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1574         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
1575         indentation on cpp-macro lines.
1577         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
1578         a syntax modifier like comment-intro, to make it possible to
1579         get syntactic indentation for preprocessor directives.  It's
1580         incompatible wrt to lineup functions on cpp-macro, but it has
1581         no observable effect in the 99.9% common case where cpp-macro
1582         is set to -1000.
1584 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1586         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
1587         member-init-cont when the preceding arglist is several lines.
1589 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1591         * cc-styles.el (c-style-alist): The basic offset for the BSD
1592         style corrected to 8.
1594 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1596         * cc-styles.el (c-style-alist): Adjusted the indentation of
1597         brace list openers in the gnu style.
1599 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1601         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
1603         * cc-cmds.el (c-electric-brace, c-electric-slash,
1604         c-electric-star, c-electric-semi&comma, c-electric-colon,
1605         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
1606         when c-syntactic-indentation is nil.
1608         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
1609         we were left at comments preceding the first statement when
1610         reaching the beginning of the buffer.
1612         * cc-vars.el (c-syntactic-indentation): New variable to turn
1613         off all syntactic indentation.
1615 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1617         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
1618         between the text and the block comment ender when it hangs,
1619         depending on how many there are before the fill.
1621 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1623         * cc-engine.el (c-beginning-of-closest-statement): New helper
1624         function to go back to the closest preceding statement start,
1625         which could be inside a conditional statement.
1626         * cc-engine.el (c-guess-basic-syntax): Use
1627         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
1629         * cc-engine.el (c-guess-basic-syntax): Better handling of
1630         arglist-intro, arglist-cont-nonempty and arglist-close when
1631         the arglist is nested inside parens.  Cases 7A, 7C and 7F
1632         changed.
1634         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
1635         up-to-date with javadoc 1.2.
1637 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1639         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
1640         multiline Pike type decls.
1642 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1644         * cc-cmds.el (c-indent-new-comment-line): Always break
1645         multiline comments in multiline mode, regardless of
1646         comment-multi-line.
1648 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1650         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
1651         fully::qualified::names in C++ member init lists.  Preamble in
1652         case 5D changed.
1654 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1656         * cc-langs.el (c-common-init): Handling of obsolete variables
1657         moved to c-initialize-cc-mode.  More compatible style override
1658         when using global style variables.
1659         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
1660         variables moved here.
1662         * cc-mode.texi: Documented the special behavior of
1663         c-special-indent-hook as a style variable.  Don't talk about
1664         doing (c-make-styles-buffer-local t) in a mode hook, since
1665         that's already too late to work right.
1667         * cc-styles.el (c-make-styles-buffer-local): Flag style
1668         variable localness in c-style-variables-are-local-p to make
1669         the compatibility measure in c-common-init work well.
1671         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
1672         longer contain set-from-style.
1673         * cc-styles.el (c-initialize-builtin-style): Don't check for
1674         set-from-style on c-special-indent-hook.
1675         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
1676         copy-alist is sufficient now.
1678         * cc-styles.el (c-set-style, c-set-style-1,
1679         c-get-style-variables): Fixes to variable initialization so
1680         that duplicate entries in styles have the same effect
1681         regardless of DONT-OVERRIDE.
1683         * cc-styles.el (c-set-style-2): Fixed bug where the
1684         initialization of inheriting styles failed when the
1685         dont-override flag is set.
1687         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
1688         on this.
1690 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1692         * cc-defs.el (c-forward-comment): Removed the workaround
1693         introduced in 5.38 since it had worse side-effects.  If a line
1694         contains the string "//\"", it regarded the // as a comment
1695         start since the \ temporarily doesn't have escape syntax.
1697 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
1699         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
1700         ada-xref.el before ada-prj.el, so that the Project menu is created
1701         when ada-prj tries to add to it.
1702         (ada-activate-keys-for-case): Suppress the characters that are not
1703         part of the Ada syntax. Better compatibility with else-mode
1704         (ada-adjust-case-interactive): When auto-casing is not active,
1705         correctly insert newlines (used to insert only ^M).  Prevent the
1706         syntax table from being changed in case of an error
1707         (or '_' becomes part of a word and some commands are confused).
1708         Do nothing if ada-auto-case is nil.
1709         (ada-after-keyword-p): Ignore keywords that are also attributes
1710         (ada-batch-reformat): Update usage comment
1711         (ada-call-from-contextual-menu): New function
1712         (ada-case-read-exceptions): Reinitialize the casing exception list
1713         first to nil first, so that the casing exception file can be
1714         shared.
1715         (ada-check-defun-name): Handles "configure" keyword for gnatdist
1716         files.
1717         (ada-compile-goto-error): Fix regexp used to detect a file:line
1718         anywhere in the error message
1719         (ada-contextual-menu-last-point): New variable
1720         (ada-create-keymap): If the variable delete-key-deletes-forward is
1721         t on XEmacs, it means that DEL should delete one character
1722         forward.
1723         (ada-create-menu): Use :included instead of :visible for XEmacs.
1724         New submenu "Options".
1725         (ada-end-stmt-re): Correctly indent "select ... then abort"
1726         statements.
1727         (ada-fill-comment-paragraph): Correctly delete all leading '--'
1728         even if they don't match ada-fill-comment-prefix Fix handling of
1729         paragraphs on the first or last line of a file.
1730         (ada-format-paramlist): Fix handling of default parameter values.
1731         (ada-get-body-name): New function.
1732         (ada-get-current-indent): Optimized by searchling directly for an
1733         existing generic part or a statement outside of it.  Handle
1734         ada-indent-align-comments when indenting comments Replaced some
1735         regexps by testing directly the next character. This results in a
1736         huge speedup on some files.  New indentation scheme for renames
1737         statements.  Stop looking for the 'while' or 'for' associated with
1738         a 'loop' at the first semicolon encountered.  A "return" can also
1739         match an anonymous access subprogram declaration.
1740         (ada-get-indent-noindent): Ignore strings and comments when
1741         looking for the keywords "record" and "private".
1742         (ada-goto-matching-decl-start): When matching "if", make sure we
1743         are not in fact seeing "end if".  Ignore "when" statements except
1744         when initial keyword was "begin".  Fix handling of nested
1745         procedures.  Add a recursive call to this function to skip over
1746         other 'end' statmts.  Fix indentation for "when .. => begin"
1747         (ada-in-open-paren-p): Fix indentation for complex boolean
1748         expressions, where 'and then', 'or else' and parenthesis
1749         statements are mixed up.
1750         (ada-in-paramlist-p): Skip comments while searching for the
1751         beginning Fix handling of operator declarations.
1752         (ada-indent-align-comments): New variable
1753         (ada-indent-current): Change the syntax table only in the
1754         protected section, so that we are sure it is restored correctly.
1755         (ada-indent-on-previous-lines): Use ada-use-indent and
1756         ada-with-indent Correctly indent "select ... then"
1757         (ada-indent-region): Slight speedup.
1758         (ada-indent-renames): New variable.
1759         (ada-last-which-function-subprog, ada-last-which-function-line):
1760         New variables
1761         (ada-looking-at-semi-private): Correctly indent the 'private'
1762         keyword when it is the first word in a package declaration.
1763         (ada-loose-case-word): Stop searching if at the end of the buffer.
1764         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
1765         even if point is not initially at the end of the word.
1766         (ada-matching-decl-start-re): Add "when".
1767         (ada-mode): Add support for abbrev-mode, outline-mode and
1768         which-func-mode Override the old find-file.el entry in
1769         ff-special-constructs since it is using the obsolete
1770         ada-spec-suffix variable
1771         (ada-no-auto-case): New function
1772         (ada-scan-paramlist): When parsing the argument type, accept
1773         spaces (as in "X 'Class", generated by Rational Rose).
1774         (ada-other-file-name): No longer loads the other file.
1775         (ada-popup-menu): Save and restore the current buffer and cursor
1776         position before and after displaying the menu.
1777         (ada-search-ignore-complex-boolean): New function.
1778         (ada-uncomment-region): Emacs21 already knows how to delete
1779         comments not starting in the first column.
1780         (ada-use-indent): New variable
1781         (ada-which-function): New function.
1782         (ada-with-indent): New variable
1783         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
1784         can be batch-compiled from the command line.
1786         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
1787         Add to the menu when the file is loaded, not in ada-mode-hook.
1788         Add -toolbar to the default ddd command Switches moved from
1789         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
1790         ada-prj-default-comp-opt
1791         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
1792         Reference Manual to the menu
1793         (ada-check-current): rewritten as a call to ada-compile-current
1794         (ada-compile): Removed.
1795         (ada-compile-application, ada-compile-current, ada-check-current):
1796         Set the compilation-search-path so that compile.el automatically
1797         finds the sources in src_dir.  Automatic scrollong of the
1798         compilation buffer.  C-uC-cC-c asks for confirmation before
1799         compiling
1800         (ada-compile-current): New parameter, prj-field
1801         (ada-complete-identifier): Load the .ali file before doing
1802         processing
1803         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
1804         conform to gnatmake's behavior.
1805         (ada-find-file-in-dir): New function
1806         (ada-find-references): Set the environment variables for gnatfind
1807         (ada-find-src-file-in-dir): New function.
1808         (ada-first-non-nil): Removed
1809         (ada-gdb-application): Add support for jdb, the java debugger.
1810         (ada-get-ada-file-name): Load the original-file first if not done
1811         yet.
1812         (ada-get-all-references): Handles the new ali syntax (parent types
1813         are found between <>).
1814         (ada-initialize-runtime-library): New function
1815         (ada-mode-hook): Always load a project file when a file is opened,
1816         so that the casing exceptions are correctly read.
1817         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
1818         (ada-parse-prj-file): Use find-file-noselect instead of find-file
1819         to open the project file, since the latter does not work with
1820         speedbar Get default values before loading the prj file, or the
1821         default executable file name is wrong.  Use the absolute value of
1822         src_dir to initialize ada-search-directories and
1823         compilation-search-path,...  Add the standard runtime library to
1824         the search path for find-file.
1825         (ada-prj-default-debugger): Was missing an opening '{'
1826         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
1827         variables.
1828         (ada-prj-default-gnatmake-opt): New variable
1829         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
1830         buffers, the project file is the default one Save the windows
1831         configuration before displaying the menu.
1832         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
1833         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
1834         ...)  regexp-quote identifiers names to support operators +,
1835         -,... in regexps.
1836         (ada-remote): New function.
1837         (ada-run-application): Erase the output buffer before starting the
1838         run Support remote execution of the application.  Use
1839         call-process, or the arguments are incorrectly parsed
1840         (ada-set-default-project-file): Reread the content of the active
1841         project file, not the one from the current buffer When a project
1842         file is set as the default project, all directories are
1843         automatically associated with it.
1844         (ada-set-environment): New function
1845         (ada-treat-cmd-string): New special variable ${current}
1846         (ada-treat-cmd-string): Revised.  The substitution is now done for
1847         any ${...} substring
1848         (ada-xref-current): If no body was found, compiles the spec
1849         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
1850         compiler to get rid of command line length limitations.
1851         (ada-xref-get-project-field): New function
1852         (ada-xref-project-files): New variable
1853         (ada-xref-runtime-library-specs-path)
1854         (ada-xref-runtime-library-ali-path): New variables
1855         (ada-xref-set-default-prj-values): Default run command now does a
1856         cd to the build directory.  New field: main_unit Provide a default
1857         file name even if the current buffer has no prj file.
1859         * ada-prj.el:
1860         Rewritten to show a tabbed-dialog.
1861         (ada-prj-add-ada-menu): Remove the map and name parameters.
1862         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
1863         New function
1864         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
1865         (ada-prj-load-from-file): New function
1866         (ada-prj-save): Always save fields that depend on the current buffer
1867         (ada-prj-show-value): New function
1869         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
1870         Ada mode. This will allow us to display the Ada menu in any buffer
1871         we want (for project items).
1872         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
1873         number of spaces in the header.
1875 2000-07-24  Dave Love  <fx@gnu.org>
1877         * ediff-init.el (ediff-region-help-echo): Bind face-help.
1879 2000-07-23  Noah Friedman  <friedman@splode.com>
1881         * type-break.el (type-break): perform autosave.
1882         Suggested by Stephen Gildea <gildea@intouchsys.com>.
1883         (type-break-do-query): Cancel query schedule while performing
1884         actual query, to avoid possibility of a second query being made
1885         while first one is already in progress.
1886         (type-break-time-stamp-format): New variable.
1887         (type-break-time-stamp): New function.
1888         (type-break-time-warning): Use it.
1889         (type-break-keystroke-warning): Use it.
1890         (type-break-noninteractive-query): Use it.
1892         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
1893         cookie.
1894         Use add-minor-mode to set minor-mode-alist, if available.
1895         (eldoc-echo-area-use-multiline-p): New user option.
1896         (eldoc-echo-area-multiline-supported-p): New variable.
1897         (eldoc-docstring-format-sym-doc): Use them.
1898         (eldoc-mode): If not using idle timers, append to local post and
1899         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
1900         (eldoc-display-message-no-interference-p): Don't interfere with
1901         edebug.
1902         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
1903         (eldoc-function-arglist): New function.
1904         (eldoc-function-argstring): Use it.
1906         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
1907         auto save directory exists before calling directory-files.
1909 2000-07-23  Dave Love  <fx@gnu.org>
1911         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
1912         ^o, ^u.
1914 2000-07-21  Dave Love  <fx@gnu.org>
1916         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
1917         now passed to the function.  It now works properly.
1919         * smerge-mode.el (smerge-mode-menu): Fill it out.
1921 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
1923         * info-look.el (info-lookup): If *info* is shown in another frame
1924         on the same display, select that frame, instead of switching to
1925         the Info buffer in another window of the selected frame.
1927         * simple.el (universal-argument-map): Bind numeric keypad keys
1928         kp-0 to kp-9 and kp-subtract.
1929         (digit-argument): Handle these keys.
1931 2000-07-20  Dave Love  <fx@gnu.org>
1933         * net/goto-addr.el (goto-address-fontify): Don't bother with
1934         buffer-modified and read-only stuff -- irrelevant with overlays.
1935         Put an extra property on the overlays and use it to clean up in
1936         case goto-address is re-run.
1938 2000-07-19  Richard M. Stallman  <rms@gnu.org>
1940         * timer.el (run-with-idle-timer): Doc fix.
1942         * mail/mail-utils.el (mail-strip-quoted-names):
1943         Handle case where <...> appears inside "...".
1944         Use replace-match to edit the string more simply.
1945         (rmail-dont-reply-to): Cope with an unmatched ".
1947 2000-07-19  Dave Love  <fx@gnu.org>
1949         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
1950         implementation.
1952         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
1953         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
1954         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
1956 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
1958         * textmodes/refer.el: Correct maintainer's email address.
1960         * progmodes/hideif.el: Correct author's email address.
1961         Fix typo in comment.
1963         * xml.el: New file.
1965         * mail/mailheader.el: Correct author's mail address.
1967         * gnus/parse-time.el: Correct author's mail address.
1969 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
1971         * comint.el (comint-highlight-input, comint-highlight-face):
1972         New user options.
1973         (comint-input-ring-file-name): Change custom type.
1974         (comint-mode-map): Bind mouse-2.
1975         (comint-insert-clicked-input): New function.
1976         (comint-send-input): Handle input highlighting.
1978 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
1980         * mouse.el (popup-menu): New function.
1981         (mouse-major-mode-menu): Use it.
1983 2000-07-18  Dave Love  <fx@gnu.org>
1985         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
1986         improvements.
1988 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
1990         * faces.el (face-font-selection-order)
1991         (face-font-family-alternatives): Add custom type.
1993 2000-07-18  Dave Love  <fx@gnu.org>
1995         * cus-edit.el (custom-variable-reset-saved)
1996         (custom-variable-reset-standard): Remove unused bindings.
1998         * rect.el (open-rectangle-line): Remove unused let.
2000         * hl-line.el (hl-line-highlight): Check hl-line-mode.
2002 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
2004         * cdl.el: Fix `Maintainer' keyword.
2006         * play/pong.el: Add author's email address.
2008 2000-07-17  Sam Steingold  <sds@gnu.org>
2010         * files.el (insert-directory): Call `split-string' instead of
2011         re-implementing it.
2013 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
2015         * mail/vms-pmail.el: Change maintainer to FSF.
2017         * net/goto-addr.el: Change maintainer to FSF.
2019         * recentf.el: Update from author.
2021         * info.el (Info-title-face-alist): Removed.
2023 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
2025         * eshell/eshell.el (eshell): Replace links to eshell.info with
2026         links to eshell, to avoid problems on systems where the manual is
2027         installed as `eshell'.
2028         * eshell/esh-cmd.el (eshell-cmd): Ditto.
2029         * eshell/em-smart.el (eshell-smart): Ditto.
2030         * eshell/em-banner.el (eshell-banner): Ditto.
2031         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
2033         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
2034         same-file check in the MS-DOS version (it does support inodes).
2036         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
2038         * eshell/eshell.el (eshell-directory-name):
2039         Run default directory name through convert-standard-filename.
2041 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
2043         * international/mule-cmds.el (select-safe-coding-system):
2044         Fix typo in the comment.
2046         * language/european.el (compound-text):
2047         Force katakana-jisx0201 to be designated to G1.
2049         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
2050         Don't translate some national variant characters of latin-jisx0201.
2051         (x-ctext): Force katakana-jisx0201 to be designated to G1.
2053         * international/kkc.el (kkc-after-update-conversion-functions):
2054         New variable.
2055         (kkc-update-conversion): Run functions in it at the tail.
2057 2000-07-16  John Wiegley  <johnw@gnu.org>
2059         * lisp/align.el (align-newline-and-indent):
2060         Adding new function.  for auto-aligning blocks of code on RET.
2061         (align-region): Fixed badly formatted minibuffer message.
2063 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
2065         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
2066         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
2067         the conversion list at first if appropriate.
2068         (kkc-next): Don't update kkc-next-count here.
2069         (kkc-prev): Don't update kkc-prev-count here.
2070         (kkc-show-conversion-list-update): Fix setting up of conversion
2071         list message.
2073 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
2075         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
2077 2000-07-16  Dave Love  <fx@gnu.org>
2079         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
2080         function to be more specific.
2082         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
2083         non-string help-echo.
2084         (widget-types-convert-widget): Defsubst it.
2085         (widget-echo-help): Try to cope with a help-echo function of two
2086         possible sorts.
2088 2000-07-15  Jason Rumney  <jasonr@gnu.org>
2090         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2091         Declare as obsolete.
2093         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
2095 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
2097         * hilit-chg.el: Fix typo.
2099 2000-07-14  Dave Love  <fx@gnu.org>
2101         * info.el (Info-mode-menu): Fix use of :help, :enable.
2103 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
2105         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
2107 2000-07-13  Dave Love  <fx@gnu.org>
2109         * emacs-lisp/easymenu.el: Doc fixes.
2110         (easy-menu-remove): Defalias to ignore.
2112         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
2113         Call throw correctly.
2115 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
2117         * faces.el (frame-background-mode): Doc fix.
2119         * simple.el (eval-expression-print-length): Change custom type to
2120         allow entering nil as value.
2122 2000-07-13  Dave Love  <fx@gnu.org>
2124         * progmodes/fortran.el (fortran-imenu-generic-expression):
2125         Change definition layout.
2126         (fortran-mode-menu): Reinstate customize entries.
2128         * cus-edit.el (custom-group-menu-create, customize-menu-create):
2129         Use :filter, per old XEmacs code.
2131 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
2133         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
2134         event when deciding what to send to the terminal.
2136 2000-07-12  Dave Love  <fx@gnu.org>
2138         * cus-start.el: Add optional version as 4th element of specs and
2139         use it for several things new in v21.  Remove load-path.  Fix type
2140         of line-number-display-limit.
2142 2000-07-11  Dave Love  <fx@gnu.org>
2144         * progmodes/fortran.el: Don't require easymenu.
2145         Use repeat counts in various regexps.
2146         (fortran-mode-syntax-table): Defvar directly.
2147         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
2148         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
2149         Use defvar, not defconst.
2150         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
2151         (fortran-mode): Set fortran-comment-line-start-skip,
2152         fortran-comment-line-start-skip, dabbrev-case-fold-search.
2153         (fortran-comment-indent): Use defsubst.
2154         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
2155         Use fortran-comment-indent, not fortran-comment-indent-function.
2156         (fortran-comment-region, fortran-electric-line-number): Simplify.
2157         (fortran-auto-fill): New function.
2158         (fortran-do-auto-fill): Deleted.
2159         (fortran-find-comment-start-skip):
2160         Check for non-null comment-start-skip.
2161         (fortran-auto-fill-mode, fortran-fill-statement):
2162         Use fortran-auto-fill.
2163         (fortran-fill): Use fortran-auto-fill.  Check for null
2164         comment-start-skip.  Simplify final clause and use end-of-line finally.
2166         * widget.el (widget-plist-member): New alias.
2168 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
2170         * eshell/esh-module.el (toplevel): Reference
2171         byte-compile-current-file only if it is bound.
2173 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
2175         * dired.el: Don't require `dired-aux'.
2177 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
2179         * dired-aux.el (dired-show-file-type): New function.
2180         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
2181         (dired-show-file-type): Add autoload.
2183 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
2185         * international/mule-diag.el (describe-font): Adjusted for the
2186         change of fontset-info.
2187         (print-fontset): Likewise.
2189 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
2191         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
2193 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
2195         * bindings.el: Bind `[delete]' to delete-char.
2197         * dired.el (dired-find-alternate-file): New function.
2198         (dired-mode-map): Bind `a' to dired-find-alternate-file.
2199         (toplevel): Require dired-aux when compiling.
2200         (dired-buffers): Move defvar within file to avoid compiler warning.
2202         * info.el (Info-last-search): Variable removed.
2203         (Info-search-history): New variable.
2204         (Info-search): New Info-search-history.
2206         * battery.el, info-look.el: Change author's mail address.
2208 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
2210         * mail/rmail.el (rmail-clear-headers): Don't throw an error
2211         if rmail-ignored-headers is nil.
2212         (rmail-retry-failure): Bind rmail-ignored-headers and
2213         rmail-displayed-headers to nil.
2215 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
2217         * lpr.el (lpr-page-header-switches): Add `-h' switch.
2218         (print-region-1): Don't hard code `-h' here.
2220         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
2222 2000-07-01  Francesco Potorti`  <pot@gnu.org>
2224         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
2225         exim can use "your message" instead of "the message".
2227 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
2229         * facemenu.el: Docstrings fixes.
2230         (facemenu-get-face): Don't use internal-find-face.
2231         (facemenu-iterate): Rename arg to match the docstring.
2233         * newcomment.el (uncomment-region): Be more careful when skipping
2234         backwards over `=' not to bump into BOBP.
2236 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
2238         * ediff-diff.el (ediff-wordify): Use syntax table.
2239         * ediff-init.el (ediff-has-face-support-p): Use
2240         ediff-color-display-p.
2241         (ediff-color-display-p): Use display-color-p, changed to defun
2242         from defsubst.
2243         Got rid of special cases for NeXT and OS/2.
2244         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
2245         face.
2247 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
2249         * emacs-lisp/lucid.el: Require CL.
2250         (copy-tree, remprop): Remove, it's provided by CL.
2251         (map-keymap): Define in terms of cl-map-keymap.
2252         (extent-property, set-extent-end-glyph): New functions.
2254         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
2256 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
2258         * Makefile.in (DONTCOMPILE): Add comment that the name may
2259         not be changed without changing the make-dist script.
2261         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
2262         (cl-mapc): Use mapc instead of cl-old-mapc.
2264 2000-07-05  Andrew Innes  <andrewi@gnu.org>
2266         * makefile.nt: Add support for `bootstrap' and related targets.
2268 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
2270         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
2271         (easy-menu-do-define): Use `menu-item' format.
2272         Handle case where easy-menu-create-menu returns a symbol.
2273         Manually call the potential top-level filter in the function binding.
2274         (easy-menu-filter-return): New arg NAME.
2275         Convert to a keymap if MENU is an XEmacs menu.
2276         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
2277         (easy-menu-converted-items-table, easy-menu-convert-item):
2278         New var and fun to memoize easy-menu-convert-item-1.
2279         (easy-menu-do-add-item): Use it.
2280         (easy-menu-create-menu): Use easy-menu-convert-item.
2281         Wrap easy-menu-filter-return around any :filter specification.
2282         Don't convert the menu if a filter was specified.
2283         Tell easy-menu-make-symbol not to check for MENU being an expression.
2284         (easy-menu-make-symbol): New arg NOEXP.
2286 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
2288         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
2289         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
2290         (eval-defun): If called with prefix arg, instrument code for
2291         Edebug.
2293         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
2294         similar to that of eval-defun.
2296 2000-07-04  Dave Love  <fx@gnu.org>
2298         * hl-line.el (hl-line-overlay): Make it permanent-local.
2300         * calendar/todo-mode.el: Replaced with a working version, based on
2301         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
2303 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
2305         * paths.el (prune-directory-list): New function.
2306         (Info-default-directory-list): Rewritten to more methodically
2307         enumerate a big list of possible info directories (based on the
2308         list used by the standalone info reader).
2310         * info.el (info-initialize): Use prune-directory-list to remove
2311         non-existent directories from Info-directory-list.
2313         * paths.el (Info-default-directory-list): Try a list of possible
2314         info-directories instead of a single one.  Add the possible
2315         info directory "/usr/share/info".
2317         * woman.el (woman-man.conf-path): Explicitly include the debian
2318         man-db config file "/etc/manpath.config".
2319         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
2320         are present in `manpath.config'.
2321         (woman-manpath): Include "/usr/share/man".
2323 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
2325         * frame.el (blink-cursor-mode): Don't hide cursor initially.
2327         * startup.el (command-line): Initialize blink-cursor based
2328         on window-system.
2330         * frame.el (blink-cursor): Default to nil if not running under
2331         a window-system.
2333         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
2334         (face-x-resources): Remove duplicate entry for :font.
2336         * textmodes/refer.el (refer-find-entry-internal): Use some-window
2337         instead of cycling through windows with next-window.
2339         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
2340         of cycling through windows with next-window.
2342         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
2343         of cycling through windows with next-window.
2345         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
2346         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
2347         instead of cycling through windows with next-window.
2349         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
2350         instead of cycling through windows with next-window.
2352         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
2353         of cycling through windows with next-window.
2355         * terminal.el (te-process-output): Use walk-windows instead of
2356         cycling through windows with next-window.
2358         * server.el (server-switch-buffer): Use some-window instead of
2359         cycling through windows with next-window.
2361         * window.el (some-window): New function.
2362         (walk-windows): Remove reference to walk-windows-start.
2364         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
2366 2000-07-03  Richard Stallman  <rms@gnu.org>
2368         * window.el (walk-windows): Guarantee termination by keeping a list
2369         of all the windows already handled.
2371 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
2373         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
2374         window-system.
2376         * man.el (Man-notify-when-ready): Don't use window-system.  If
2377         Man-notify-method is newframe, and the display is not
2378         multi-frame, select the frame created for the man page.
2379         (Man-init-defvars): Doc fix.
2381 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
2383         * faces.el (region): Change background color for light background.
2385         * ediff-wind.el (ediff-setup-control-frame): Remove :box
2386         attribute from mode-line face of Ediff control frame.
2388         * replace.el (query-replace-map): Bind `e' like `E'.
2390 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
2392         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
2393         Change name to "Select All".
2395         * dos-fns.el (convert-standard-filename): Fix last change.
2397 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
2399         * help.el (describe-variable): Don't insert a second `'s' in front
2400         of the string `value is shown below'.  Since the syntax-table is
2401         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
2402         an existing `'s', so that this won't be deleted.
2404         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
2405         * pcmpl-unix.el: New files.
2407 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
2409         * wid-edit.el (widget-member): Use the new plist-member.
2411 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
2413         * replace.el (perform-replace): Undo change of 2000-04-04.
2414         Instead, move backward 1 character at the end of the loop when
2415         necessary.
2417         * faces.el (fringe): Change face for different backgrounds.
2419         * eshell/esh-module.el (toplevel): Load defgroup's differently;
2420         patch from John.
2422         * eshell/*.el: Change spelling of the Free Software Foundation.
2424         * eshell/esh-toggle.el: Removed.
2426         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
2428         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
2429         interactively.
2431 2000-06-26  Alex Schroeder  <alex@gnu.org>
2433         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
2434         `define-key'; instead of checking `(emacs-version)' check for
2435         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
2436         for `;' and `o' which might be electric.
2438         (sql-electric-stuff): New user option.
2439         (sql-magic-go): New function which uses `sql-electric-stuff'.
2440         (sql-magic-semicolon): New function which uses
2441         `sql-electric-stuff'.
2443         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
2444         is not fboundp.
2446         (sql-oracle-options): New variable.
2447         (sql-oracle): Use it.
2449         (sql-imenu-generic-expression): Doc change.
2450         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
2451         is used.
2453         (sql-informix): Added command line parameter "-" to force
2454         sql-informix-program to use stdout.
2456 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
2458         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
2459         (cp864-decode-table): Doc fix.
2460         (cp720-decode-table): New variable, supports the Arabic OEM
2461         codepage used by Windows.
2462         (cp737-decode-table): New, Greek OEM codepage used by Windows.
2464 2000-06-23  Dave Love  <fx@gnu.org>
2466         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
2467         (font-lock-fontify-anchored-keywords): Use
2468         line-beginning-position.
2469         (global-font-lock-mode): Use mapc.
2471 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
2473         * eshell/esh-module.el: Require CL when compiling.
2475 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
2477         * comint.el (comint-substitute-in-file-name): Call replace-match
2478         with second and third arg t.
2480         * cus-edit.el (custom-button-face, custom-button-pressed-face):
2481         Specify foreground color.
2483         * faces.el (tool-bar, mode-line, header-line): Specify foreground
2484         color.
2486         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
2488         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
2489         cddr instead of cdddr.
2491         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
2492         instead of copy-list.
2494         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
2495         of copy-list.
2497         * subdirs.el: Add eshell subdirectory.
2499         * eshell: New subdirectory containing the Eshell package.
2501         * pcomplete.el: New file.
2503 2000-06-23  Paul Eggert  <eggert@twinsun.com>
2505         * mail/mailpost.el (post-mail-send-it): Make sure file has
2506         proper permissions from birth.
2508         * files.el (basic-save-buffer-2): When temporarily setting
2509         file modes, set them to current modes plus 0200, not to 0777.
2511         * emerge.el (emerge-make-temp-file): Make sure file has proper
2512         permissions from birth.
2514 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
2516         * files.el (make-backup-file-name-1): On DOS/Windows, run the
2517         backup file name through convert-standard-filename.
2519         * dos-fns.el (convert-standard-filename): Convert leading
2520         directories as well.  When long file names are supported, convert
2521         characters that are invalid in Windows file names.
2523 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2525         * ps-print.el: Fix bug: if ^L is the very first buffer character,
2526         ps-print crashes.  New feature: page selection for printing.  Create
2527         raw-text-unix coding system for XEmacs.  Doc fix.
2528         (ps-print-version): New version number (5.2.3).
2529         (ps-plot-region): Bug fix.
2530         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
2531         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
2532         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
2533         funs.
2534         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
2535         (ps-last-page): New vars.
2537 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
2539         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
2540         empty option string.
2542 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
2544         * man.el (man): Doc fix.
2546 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
2548         * international/mule-cmds.el (set-language-info-alist): Docstring
2549         fixed.
2551 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
2553         * version.el (emacs-version): Use ISO date format.
2555         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
2556         instead of `M-backspace'.
2558         * simple.el (turn-off-auto-fill): New function.
2560 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
2562         * jit-lock.el (with-buffer-prepared-for-jit-lock):
2563         Renamed from with-buffer-prepared-for-font-lock and use
2564         inhibit-modification-hooks rather than setting *-change-functions.
2565         Update all functions to use the new name.
2566         (jit-lock-first-unfontify-pos): New semantics (and doc).
2567         (jit-lock-mode): Make non-interactive.
2568         Don't automatically turn on font-lock.
2569         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
2570         Always use jit-lock-after-change.
2571         Remove and restore font-lock-after-change-function.
2572         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
2573         (jit-lock-after-unfontify-buffer): Remove.
2574         (jit-lock-stealth-fontify):
2575         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
2576         (jit-lock-after-change): Set the `fontified' text-prop to nil.
2578 2000-06-20  Sam Steingold  <sds@gnu.org>
2580         * emacs-lisp/cl-indent.el (toplevel): Indent
2581         `print-unreadable-object' properly.  Untabify.
2583 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2585         * textmodes/reftex.el (reftex-find-citation-regexp-format):
2586         Support for bibentry.
2587         (reftex-compile-variables): Fixed problem with end of section-re.
2589         * texmodes/reftex-dcr.el (reftex-view-crossref,
2590         reftex-view-crossref-from-bibtex):
2591         Deal with changed `reftex-find-citation-regexp-format'.
2592         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
2593         Replaced `remprop' with `put'.
2594         (reftex-view-crossref, reftex-view-crossref-when-idle):
2595         Support for bibentry.
2597         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2598         New entry for bibentry package.
2600         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
2601         Regexp also matches "\nobibliography".
2603         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
2604         Call `reftex-ensure-write-access' before doing anything.
2605         (reftex-ensure-write-access): New function.
2607 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2609         * progmodes/idlwave.el: File re-installed (update to version 4.2)
2611         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
2613         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
2615         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
2618 2000-06-20  Dave Love  <fx@gnu.org>
2620         * faces.el (frame-background-mode): Use set-default, not set, in
2621         setter.
2622         (frame-update-faces, frame-update-face-colors): Define with
2623         defalias.
2625         * enriched.el (enriched-decode-foreground)
2626         (enriched-decode-background): Don't use internal-find-face.
2628         * apropos.el: Doc fixes.
2630         * cus-edit.el (customize-changed-options): Check arg.
2631         (customize-version-lessp): Don't require decimal point.
2633         * custom.el (defcustom, defgroup): Doc fix.
2635         * newcomment.el (comment) <defgroup>: Add :version.
2636         (comment-multi-line): Doc fix.
2638         * emulation/mlsupport.el (define-hooked-local-abbrev,
2639         define-hooked-global-abbrev): Fix, using define-abbrev.
2641 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
2643         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
2644         the whole buffer.
2646 2000-06-19  Dave Love  <fx@gnu.org>
2648         * menu-bar.el (menu-bar-options-save): New function.
2649         (menu-bar-options-menu): Use it.
2650         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
2651         Simplify.
2653 2000-06-19  Andreas Schwab  <schwab@suse.de>
2655         * progmodes/etags.el (tags-query-replace): Put new parameters
2656         START and END at the end, for backward compatibility.
2658 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
2660         * international/codepage.el:
2661         (cp-coding-system-for-codepage-1): Delete special codes for
2662         generating xxx-dos coding system because now a CCL based coding
2663         system can handle EOL conversion by default.
2665         * international/mule.el (make-coding-system): Generate subsidiary
2666         coding systems for EOL handling variants even for a CCL based
2667         coding system.
2669 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
2671         * international/isearch-x.el (isearch-minibuffer-input-method)
2672         (isearch-minibuffer-input-method-function): These variables
2673         deleted.
2674         (isearch-with-input-method): Don't use the above variables.
2675         (isearch-process-search-multibyte-characters): Likewise.  Call
2676         read-string with the arg INHERIT-INPUT-METHOD t.
2678 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
2680         * font-lock.el (font-lock-after-fontify-buffer)
2681         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
2683         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
2684         Use consistent make-local-variable style for font-lock-fontified.
2685         (jit-lock-fontify-buffer):
2686         Don't bother checking for font-lock-mode and jit-lock-mode.
2688         * time.el: Remove trailing ^M that prevent CVS-merging.
2690 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
2692         * Makefile.in (distclean): New target.
2694 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
2696         * Makefile.in (srcdir): Define for update-subdirs.
2698 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
2700         * find-lisp.el: New file.
2702 2000-06-16  Andrew Innes  <andrewi@gnu.org>
2704         * time.el (display-time-mail-function): New variable, to allow
2705         external packages to indicate when new mail is available.
2706         (display-time-update): Use it.
2708 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
2710         * international/mule.el (mule-version): Change version name to
2711         SAKAKI.  AOI has already been used by Meadow.
2713         * international/quail.el (quail-show-guidance-buf): To find the
2714         bottom window (but minibuffer), pay attention to the height of
2715         minibuffer.
2717 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
2719         * arc-mode.el (archive-mode-map): Use the new menu-item format for
2720         menu-bar menus.  Add help strings.  Don't remove the Edit menu
2721         from the menu bar, as the menu bar has enough space now.
2723         * Makefile.in (SHELL): Make sure /bin/sh is used.
2725         * woman.el (woman-man-buffer): Fix bold and underlined CJK
2726         characters, which use series of two ^H characters instead of one.
2728 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
2730         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
2731         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
2732         functions.
2733         (Info-find-node-2): Try a case-sensitive search first, then
2734         do a case-insensitive search.
2736         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
2737         tutorials.
2739         * complete.el (PC-env-vars-alist): New variable.
2740         (PC-complete-as-file-name): New function.
2741         (partial-completion-mode): Initialize PC-env-vars-alist from
2742         process-environment.
2743         (PC-do-completion): Handle completion of env vars.
2745         * info.el (Info-set-mode-line): Show file name in mode line,
2746         use `*Info*' instead of `Info:'.
2748         * startup.el (command-line-1): Change copyright messages to year
2749         2000.
2751 2000-06-15  Dave Love  <fx@gnu.org>
2753         * net/goto-addr.el (goto-address-fontify): Use keymap property,
2754         not local-map.
2756 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
2758         * international/mule.el (set-buffer-file-coding-system): Almost
2759         rewritten to handle `undecided' as no-op.
2761 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
2763         * Makefile.in: New file.
2765         * Makefile: Removed.
2767         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
2768         (goto-address-highlight-keymap): Bind C-c RET.
2770 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
2772         * mail/sendmail.el (sendmail-send-it): The temporary buffer
2773         inherits buffer-file-coding-system of the current buffer.
2775         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
2776         0.  Give correct argument to set-auto-coding-function.
2777         (tar-expunge): For goto-char, use (point-min), not 0.
2778         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
2779         (tar-subfile-save-buffer): Likewize.
2781         * international/mule.el
2782         (after-insert-file-set-buffer-file-coding-system): Call
2783         set-buffer-file-coding-system with the arg FORCE t.
2785 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
2787         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
2788         nil.  Contemporary sendmails issue an X-Authentication-Warning if
2789         the sender is set with `-f'.
2791 2000-06-13  Dave Love  <fx@gnu.org>
2793         * help.el (describe-function-1): Kluge around cases of functions
2794         fset to subrs whose doc doesn't match their symbol-name.
2796         * image.el (insert-image): Default STRING to a space.
2798         * info.el Doc fixes.
2799         (Info-build-node-completions): Match Ref tags.
2801 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
2803         * frame.el (display-multi-frame-p, display-multi-font-p): New
2804         defaliases for display-graphic-p.
2806         * hl-line.el: Fixed a typo in commentary.
2808 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
2810         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
2811         fixed.
2813 2000-06-12  Dave Love  <fx@gnu.org>
2815         * image.el (insert-image): Save a little consing.
2817 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
2819         * language/tibet-util.el: Convert all tibetan-1-column characters
2820         to the corresponding tibetan characters.
2821         (tibetan-add-components): Delete code for the special treatment of
2822         'a chung.
2824         * language/tibetan.el (tibetan-composable-pattern): Fix previous
2825         change.
2826         (tibetan-vowel-transcription-alist): More rules added.
2827         (tibetan-composite-vowel-alist): New variable.
2828         (tibetan-precomposition-rule-alist): More rules added.
2830 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
2832         * startup.el (command-line): Only call menu-bar-mode if interactive.
2834         * thingatpt.el (toplevel symbol-properties):
2835         * textmodes/makeinfo.el (makeinfo-compile):
2836         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
2837         * progmodes/hideif.el (hif-compress-define-list)
2838         (hide-ifdef-use-define-alist):
2839         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
2840         (ange-ftp-vms-add-file-entry):
2841         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
2842         * man.el (Man-build-man-command):
2843         * mail/rnewspost.el (news-reply-header-hook):
2844         * info.el (Info-insert-dir):
2845         * emulation/mlconvert.el (backward-word, forward-word, setq):
2846         * emacs-lisp/gulp.el (gulp-send-requests):
2847         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
2848         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
2849         (byte-optimize-apply, end of file):
2850         * emacs-lisp/advice.el (ad-advice-class-completion-table)
2851         (ad-make-freeze-definition):
2852         * startup.el (command-line, command-line-1): Don't quote lambdas.
2854         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
2855         (cvs-cleanup-removed): New function.
2856         (cvs-cleanup-functions): New var.
2857         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
2858         some flexibility in specifying additional entries to auto-cleanup.
2859         (cvs-quickdir): New function.
2860         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
2861         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
2862         (cvs-mode-find-file): Check that we are on a filename or dirname
2863         when invoked through a mouse-click.
2864         (cvs-full-path): Remove.
2865         (cvs-dired-action): Re-introduced.
2866         (cvs-dired-noselect): Use it.
2867         (vc-post-command-functions): use this new hook if available.
2869         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
2870         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
2871         (cvs-filename-map, cvs-dirname-map): Remove.
2872         (cvs-default-action): Remove.
2873         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
2874         if the arg is really a keymap.
2875         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
2876         Don't hardcode the mapping from state (aka type) to face, but check
2877         the var cvs-fi-<type>-face instead.
2878         (cvs-fileinfo-from-entries): New function.
2880         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
2881         Docstring fix.
2882         (cvs-find-file-and-jump): Change default to be safer.
2883         (cvs-mode-diff-map): Define it as a function as well.
2884         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
2885         Bind mouse-2 in this global map rather than with text-properties.
2887         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
2888         file to resolve the ambiguity between C(conflict) and C(need-merge).
2890 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
2892         * international/mule.el (set-buffer-file-coding-system): If
2893         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
2894         unconditionally.
2896 2000-06-12  Dave Love  <fx@gnu.org>
2898         * wid-edit.el (widget-specify-button): Really suppress the face if
2899         required.
2901 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
2903         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
2905 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
2907         * imenu.el (imenu-generic-expression): Docstring fix.
2909         * composite.el (composition-function-table): Move the `put'
2910         below the autoload cookie so we can load the file before loaddefs.
2912         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
2914         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
2915         Handle easy-mmode-define-global-mode.
2916         For complex macros like define-minor-mode that can generate
2917         several autoload entries, try to autoload entries in the
2918         macroexpanded code.
2920         * emacs-lisp/easy-mmode.el (define-minor-mode):
2921         If KEYMAP is a symbol, just use it.
2922         Use byte-compile-current-file and load-file-name to infer the
2923         proper :require to pass to defcustom.
2924         Wrap the hook var into `progn' so as not to autoload it.
2925         Add a :autoload-end cookie.
2926         Be more careful about the evaluation of KEYMAP.
2927         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
2928         (define-derived-mode): Move define-abbrev-table outside of defvar.
2930 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
2932         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
2933         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
2934         (backup-compiled-files): Ignore errors during `tar'.
2935         (bootstrap): Make autoloads before elc files.
2937 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
2939         * international/mule.el (set-buffer-file-coding-system): If one of
2940         undecided-XXX is specified, change only EOL conversion.
2942         * international/mule-conf.el (unix): New alias for the coding
2943         system undecided-unix.
2945 2000-06-09  Dave Love  <fx@gnu.org>
2947         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
2949         * progmodes/executable.el: Byte compile dynamic.
2950         (executable-insert): Change custom type.
2951         (executable-find): Add autoload cookie.
2952         (executable-make-buffer-file-executable-if-script-p): New
2953         function.  After Noah Friedman.
2955         * files.el (after-save-hook): Customize, with
2956         executable-make-buffer-file-executable-if-script-p as an option.
2958 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
2960         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
2961         "tib24p-mule.bdf" for Tibetan.
2963         * composite.el (decompose-composite-char): Declare it as obsolete.
2965         * man.el (Man-fontify-manpage): Pay attention to underline and
2966         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
2968 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
2970         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
2971         Set maintainer to FSF since author isn't reachable.
2973 2000-06-08  Dave Love  <fx@gnu.org>
2975         * international/mule-cmds.el (select-safe-coding-system): If
2976         DEFAULT-CODING-SYSTEM is not specified, also check the most
2977         preferred coding-system if buffer-file-coding-system is
2978         `undecided'.  From Handa.
2980 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
2982         * international/mule.el
2983         (after-insert-file-set-buffer-file-coding-system): If the buffer
2984         size is greater than INSERTED, judget that we are not visiting.
2986 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
2988         * whitespace.el (defgroup whitespace): Comment out `:version'.
2989         XEmacs 20.4 has problems defining the group with this present.
2990         We'll have this commented out till get resolve the problem.
2992 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
2994         * align.el: Update from author.
2996 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
2998         * apropos.el (apropos-mode-hook): New user variable.
2999         (apropos-mode): Run apropos-mode-hook.
3001 2000-06-07  David Ponce  <david@dponce.com>
3003         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
3004         commands.  Require `wid-edit' at run-time.
3006 2000-06-07  David Ponce  <david@dponce.com>
3008         * recentf.el: Added some "Commentary".
3009         (recentf-open-more-files, recentf-edit-list): Minor changes to
3010         move the point at the top of the file list.  This behaviour is
3011         consistent with the menu one when the list contains a lot of
3012         files.
3013         (recentf-cleanup): Now displays the number of items removed from
3014         the list.
3015         (recentf-relative-filter) New menu filter to show filenames
3016         relative to `default-directory'.
3018 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3020         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
3021         with/without giving an error if PostScript printer doesn't have this
3022         kind of page size.  Zebra Stripe continues or restarts on next page.
3023         Manual/automatic paper feeding.  Switch or not the header.
3024         (ps-print-version): New version number (5.2.2).
3025         (ps-windows-system): Include emx as a Windows system.
3026         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
3027         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
3028         (ps-background-text): Code fix.
3029         (ps-error-handler-message, ps-user-defined-prologue)
3030         (ps-print-prologue-header, ps-printer-name)
3031         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
3032         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
3033         (ps-use-face-background): Customization fix.
3034         (ps-n-up-database): Data fix.
3035         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
3036         (ps-switch-header): New vars.
3037         (ps-xemacs-color-name, ps-face-foreground-name)
3038         (ps-face-background-name, ps-boolean-constant): New funs.
3040 2000-06-07  Dave Love  <fx@gnu.org>
3042         * allout.el: New version from Manheimer.
3044 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
3046         * textmodes/fill.el (fill-find-break-point): Check the validity of
3047         charset.
3049 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
3051         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3052         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3053         Call display-color-p and display-mouse-p instead of looking at
3054         window-system.
3056 2000-06-06  Dave Love  <fx@gnu.org>
3058         * image.el (find-image): Doc fix.  Return nil if image not found.
3059         (put-image, insert-image): Make STRING arg optional.
3061 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
3063         * language/vietnamese.el: Remove eval-when-compile.
3064         (viet-viscii-nonascii-translation-table): Define it as a
3065         translation table made from viet-viscii-decode-table.
3066         (viet-viscii-encode-table): Define it as a translation table made
3067         from the reverse map of above.
3068         (viet-vscii-nonascii-translation-table): Define it as a
3069         translation table made from viet-vscii-decode-table.
3070         (viet-vscii-encode-table): Define it as a translation table made
3071         from the reverse map of above.
3072         (ccl-decode-viscii): Use translate-character.
3073         (ccl-encode-viscii, ccl-encode-viscii-font)
3074         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
3075         Likewize.
3077         * language/cyrillic.el: Remove eval-when-compile.
3078         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
3079         translation table made from cyrillic-koi8-r-decode-table.
3080         (cyrillic-koi8-r-encode-table): Define it as a translation table
3081         made from the reverse map of above.
3082         (ccl-decode-koi8): Use translate-character.
3083         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
3084         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
3085         a translation table made from cyrillic-alternativnyj-decode-table.
3086         (cyrillic-alternativnyj-encode-table): Define it as a translation
3087         table made from the reverse map of above.
3088         (ccl-decode-alternativnyj): Use translate-character.
3089         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
3090         Likewize
3092         * international/mule-diag.el (non-iso-charset-alist): Specify
3093         translation table symbol instead of translation table itself.
3094         (list-block-of-chars): CHARSET may be a translation table symbol.
3096         * international/mule.el (make-coding-system): If CODING-SYSTEM
3097         already exists, override it.
3099         * international/fontset.el: Use family `proportional' for Tibetan
3100         fonts.
3102         * international/ccl.el (ccl-compile-translate-character): Don't
3103         check if Rrr has property translation-table.
3104         (ccl-compile-map-multiple): Modified to avoid compiler warning.
3106 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
3108         * info.el: Bind case-fold-search to t when searching in case
3109         a user sets it to nil in a hook.
3111 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
3113         * autoarg.el (autoarg-mode, autoarg-kp-mode):
3114         * hl-line.el (hl-line-mode): Use the new :global key argument.
3116         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
3117         (tar-clip-time-string): Prepend a space.
3118         (tar-grind-file-mode): Construct a string rather than modifying one.
3119         (tar-header-block-summarize): Fix docstring.
3120         Use `format' rather than an error-prone set of copy-loops.
3122         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
3123         (diff-goto-source, diff-unified->context, diff-context->unified)
3124         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
3125         understand the format output by the `-p' argument to diff.
3127         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
3128         (sh-re-done): Use defconst.
3129         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
3130         (sh-help-string-for-variable, sh-guess-basic-offset):
3131         Don't quote lambdas.
3132         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
3133         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
3135         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
3136         (mh-letter-mode): Derive from text-mode.
3137         This implicitly means that it now calls kill-all-local-variables.
3138         Also remove the Emacs-18 compatibility code.
3140         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
3141         Make use of symbol-property doc-string-elt.
3142         Use memq rather than a sequence of eq.
3143         (doc-string-elt): Fix the wrong or missing previously unused values.
3144         (autoload-print-form): New function extracted from
3145         generate-file-autoloads to allow recursion when handling progn
3146         so that defvar's and defun's docstrings are properly printed.
3147         (generate-file-autoloads): Use it.
3149         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
3150         Use find-file-hooks in the minor-mode function.
3151         Be careful not to loop indefinitely in the post-command-hook function.
3153 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
3155         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
3156         tty's.
3157         * ediff-diff.el (ediff-exec-process): Use --binary for fine
3158         differences whenever appropriate.
3159         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
3160         * viper.el (find-file, find-file-other-window): Get viper to do
3161         wildcards.
3163 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
3165         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
3166         (jit-lock-fontify-buffer): New function for JIT refontification.
3167         (jit-lock-mode): Fix docstring.
3168         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
3169         Remove jit-lock-after-change from the _local_ hook.
3170         (jit-lock-function-1): Fix docstring.
3172         * info.el (Info-on-current-buffer): Initialize info.
3174         * newcomment.el (comment-indent): Ignore comment-indent-hook.
3176         * progmodes/tcl.el (tcl-indent-for-comment):
3177         Ignore comment-indent-hook.
3179         * emacs-lisp/easy-mmode.el: Require CL during compilation.
3180         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
3181         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
3182         and improve to use the lighter to guess the capitalization.
3183         (define-minor-mode): Inline code from easy-mmode-define-toggle.
3184         Add keyword arguments to specify global-ness or the custom group.
3185         Add local-map and help-echo properties to the lighter.
3186         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
3187         (easy-mmode-define-global-mode): New macro.
3189 2000-06-02  Dave Love  <fx@gnu.org>
3191         * wid-edit.el: byte-compile-dynamic since we typically don't use
3192         all the widgets.  Don't require cl or widget.  Remove
3193         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
3194         (widget-read-event): Removed.  Callers changed to use read-event.
3195         (widget-button-release-event-p): Renamed from
3196         button-release-event-p.
3197         (widget-field-add-space, widget-field-use-before-change):
3198         Uncustomize.
3199         (widget-specify-field): Use keymap property, not local-map.
3200         (widget-specify-button): Obey :suppress-face.
3201         (widget-specify-insert): Use modern backquote syntax.
3202         (widget-image-directory): Renamed from widget-glyph-directory.
3203         (widget-image-enable): Renamed from widget-glyph-enable.
3204         (widget-image-find): Replaces widget-glyph-find.
3205         (widget-button-pressed-face): Move defvar.
3206         (widget-image-insert): Replaces widget-glyph-insert.
3207         (widget-convert): Use keywordp.
3208         (widget-leave-text, widget-children-value-delete): Use mapc.
3209         (widget-keymap): Remove XEmacs stuff.
3210         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
3211         (widget-button-click): Don't set point at the click, but re-centre
3212         if we scroll out of window.  Rewritten for images v. glyphs &c.
3213         (widget-tabable-at): Use POS arg, not point.
3214         (widget-beginning-of-line, widget-end-of-line)
3215         (widget-item-value-create, widget-sublist, widget-princ-to-string)
3216         (widget-sexp-prompt-value, widget-echo-help): Simplify.
3217         (widget-default-create): Use widget-image-insert; some rewriting.
3218         (widget-visibility-value-create)
3219         (widget-push-button-value-create, widget-toggle-value-create): Use
3220         widget-image-insert.
3221         (checkbox): Create on and off images dynamically.
3222         (documentation-link): Change :help-echo.
3223         (widget-documentation-link-echo-help): Remove.
3225 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
3227         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
3229         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
3230         (easy-mmode-define-toggle, define-minor-mode): Use it.
3231         (easy-mmode-define-keymap): Docstring fix.
3232         (define-derived-mode): Default PARENT to fundamental-mode.
3233         Add the derived-mode-parent symbol-property.
3234         (easy-mmode-derived-mode-p): New function.
3236 2000-06-02  Dave Love  <fx@gnu.org>
3238         * files.el (convert-standard-filename): Doc fix.
3239         (normal-backup-enable-predicate): New function.
3240         (backup-enable-predicate): Use it to replace the lambda form.
3242         * calendar/todo-mode.el: [This needs more work on the outline
3243         stuff.]  Doc fixes.
3244         (todo) <defgroup>: Add :version.
3245         (todo-add-category): Don't use pushnew.
3246         (todo-cmd-raise): Fix typo.
3247         (todo-top-priorities): Change temp buffer name.
3248         (todo-category-alist): Avoid redundant lambda.
3249         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
3250         Use outline-next-heading.
3252         * autoarg.el: Rewritten to use define-minor-mode.
3253         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
3254         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
3256 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
3258         * isearch.el (isearch-other-meta-char): Fix previous change.
3260 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
3262         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
3263         (log-edit-done): Only add the comment to the ring if it's different
3264         from the last comment entered.
3266         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
3268 2000-06-01  Dave Love  <fx@gnu.org>
3270         * hl-line.el: Rewritten using define-minor-mode.
3272         * help.el (describe-function-1): Distinguish special form from
3273         builtin function.  Sanity-check presence of arglist for builtins.
3275 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
3277         * international/characters.el: Fix syntax/category setting of
3278         Tibetan characters.
3280         * language/tibet-util.el (tibetan-add-components): Fixes for new
3281         encoding of Tibetan characters.
3282         (tibetan-decompose-precomposition-alist): New variable.
3283         (tibetan-decompose-region): Convert precomposed characters to
3284         non-precomposed characters.
3285         (tibetan-decompose-string): Likewise.
3286         (tibetan-composition-function): Fix args to
3287         thibetan-compose-string.
3289         * language/tibetan.el (tibetan-composable-pattern): More
3290         characters included.
3291         (tibetan-consonant-transcription-alist): Rule for "R" added.
3292         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
3293         "+R" added.
3294         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
3296         * language/lao-util.el (lao-composition-function): Fix args to
3297         compose-string.
3299         * language/thai-util.el (thai-composition-function): Fix args to
3300         compose-string.
3302         * isearch.el (isearch-update): Set disable-point-adjustment to t
3303         to prevent the point moving to the end of a composition when a
3304         part of a composition is searched.
3305         (isearch-other-meta-char): If the key invoking this command can be
3306         mapped by function-key-map to a printing char, call
3307         isearch-process-search-char directly.
3309 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
3311         * emacs-lisp/bytecomp.el:
3312         * frame.el:
3313         * international/mule-cmds.el:
3314         * international/mule-util.el:
3315         * international/mule.el:
3316         * mouse.el:
3317         * subr.el:
3318         * faces.el: Update calls to make-obsolete with a WHEN argument.
3320         * byte-run.el (make-obsolete, make-obsolete-variable):
3321         Add an optional WHEN argument and change the format of the
3322         symbol-property information.
3323         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
3324         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
3325         new obsolete-symbol-property format and print WHEN if it is provided.
3327 2000-05-31  Dave Love  <fx@gnu.org>
3329         * loadhist.el (loadhist-hook-functions): Remove
3330         before-change-function, after-change-function.
3331         (unload-feature): Deal with symbols which are both bound and
3332         fbound.
3334         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
3335         before-change-function, after-change-function.
3337         * simple.el (newline): Don't bind before-change-function,
3338         after-change-function.
3340 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
3342         * whitespace.el (whitespace-rescan-timer-time): Update interval
3343         set to 600 seconds (10 minutes) instead of 60 seconds since
3344         a large number of whitespace buffers causes emacs to `freeze'
3345         for a considerable amount of time.
3347         * whitespace.el: Updated email address
3349 2000-05-31  Dave Love  <fx@gnu.org>
3351         * add-log.el (change-log-font-lock-keywords) <function>: Add
3352         pattern for function of change.
3353         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
3354         acknowledgements patterns.
3356 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
3358         * isearch.el (isearch-printing-char): If keyboard coding system is
3359         being used, call isearch-process-search-multibyte-characters.
3361         * international/isearch-x.el: Mostly rewritten.
3363         * international/quail.el (quail-start-conversion): Don't include
3364         unhandled events in the returned events, but set them in
3365         unread-command-events.  Exit if all inputs are deleted.
3367 2000-05-30  Jason Rumney  <jasonr@gnu.org>
3369         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
3371         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
3372         Reenable code to create initial fontsets.
3373         Use set-fontset-font in place of put-charset-property.
3375 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
3377         * progmodes/perl-mode.el (perl-indent-line): When looking for a
3378         label, ensure that the first colon isn't followed by another.
3380         * paths.el (Info-default-directory-list): Doc fix.
3382         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
3383         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
3384         send a query containing USER only, not USER@HOST.
3386         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
3387         and rmail-msgend to compute the restriction at the end, instead of
3388         computing it.
3390 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
3392         * dabbrev.el (dabbrev-expand): Don't display messages in the
3393         echo area if the minibuffer window is active.
3395         * jit-lock.el (jit-lock-mode): Add after change function to
3396         local hook.
3398 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3400         * antlr-mode.el: New commands: hide/unhide actions,
3401         upcase/downcase literals.
3402         (antlr-tiny-action-length): New user option.
3403         (antlr-hide-actions): New command.  Suggested by
3404         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
3405         (antlr-mode-map): New binding [C-c C-v].
3406         (antlr-mode-menu): New entries.
3407         (antlr-downcase-literals): New command.
3408         (antlr-upcase-literals): Ditto.
3410         * antlr-mode.el: Minor changes: indendation, mode-name.
3411         (antlr-indent-line): Indent cpp directive at column 0.
3412         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
3414         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
3415         (antlr-font-lock-additional-keywords): Workaround for intentional
3416         bug in XEmacs version of font-lock.
3417         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
3418         be used by a smarter version of `buffers-menu-grouping-function'.
3420 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
3422         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
3423         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
3425 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
3427         * international/encoded-kb.el
3428         (encoded-kbd-iso2022-designation-map): Pay attention to that
3429         charset-iso-final-char return -1 for eight-bit-control and
3430         eight-bit-graphic.
3432 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
3434         * speedbar.el (speedbar-use-images, speedbar-update-flag)
3435         (speedbar-easymenu-definition-base): Use display-graphic-p where
3436         available, instead of window-system.
3438 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
3440         * international/codepage.el (cp-coding-system-for-codepage-1): Add
3441         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
3442         coding systems.
3444 2000-05-26  Dave Love  <fx@gnu.org>
3446         * disp-table.el (standard-display-underline): Don't use
3447         internal-find-face.
3449         * mail/reporter.el: Maintainer change.  Doc fixes.
3450         (reporter-version): Deleted.
3452         * emacs-lisp/elp.el: Maintainer change.
3453         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
3455 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
3457         * add-log.el (add-change-log-entry): Merge the current entry with the
3458         previous one if the previous one is empty.
3460 2000-05-26  Dave Love  <fx@gnu.org>
3462         * loadhist.el (unload-feature): Fix interactive spec [from
3463         lijnzaad@ebi.ac.uk].
3465         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
3466         subr-arity to check primitives.
3467         (byte-compile-flush-pending, byte-compile-file-form-progn)
3468         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
3469         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
3470         mapcar.
3472 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
3474         * international/fontset.el: Set family names of non-latin charsets
3475         in default fontset to "*".
3477         * international/mule-diag.el (print-fontset): Combine family part
3478         and registry part of the fontname by "-*-" instead of "-".
3480         * international/mule-cmds.el (encode-coding-char): Make strings
3481         multibyte before calling encode-coding-string.
3483 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
3485         * derived.el: Fix keywords.
3486         (define-derived-mode): Only define if needed.
3488         * simple.el (fill-comment, comment-column, comment-start)
3489         (comment-start-skip, comment-end, comment-indent-function)
3490         (block-comment-start, block-comment-end, indent-for-comment)
3491         (set-comment-column, kill-comment, comment-padding, comment-region)
3492         (comment-multi-line, indent-new-comment-line): Remove.
3494         * bindings.el (esc-map): Change ; to comment-dwim and use the new
3495         function names for comment operations.
3497         * newcomment.el: Add abundant autoload cookies.
3498         (comment-style): Don't depend on runtime data at compile-time.
3499         (comment-indent-hook): Remove.
3500         (comment-indent): Check if comment-indent-hook is bound.
3501         (comment-region): Docstring fix.
3503 2000-05-25  Dave Love  <fx@gnu.org>
3505         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
3506         byte-code-function-p.
3508         * mail/rmailsum.el: Add provide.
3510         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
3512         * smerge-mode.el (smerge-diff-switches): Don't use list* in
3513         defcustom.
3515 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
3517         * ediff-diff.el (ediff-exec-process): delete --binary option from
3518         non-buffer ediff jobs.
3520 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
3522         * hilit-chg.el (highlight-changes-mode): Ask about color or
3523         grayscale support, not about window-system.
3525         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
3526         window-system.
3527         (ffap-highlight): Always default to t.
3529         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
3530         display-popup-menus-p instead of looking at window-system.
3532         * disp-table.el (standard-display-g1, standard-display-graphic):
3533         Only refuse to use string glyphs on X and MS-Windows.
3535         * avoid.el: Remove window-system from commentary, suggest to use
3536         display-*-p instead.
3538         * apropos.el (apropos-print): Use display-mouse-p instead of
3539         window-system.
3541 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
3543         * international/codepage.el (cp-decoding-vector-for-codepage):
3544         Fill up unsupported characters with their own codes.  From Kenichi
3545         Handa.
3547 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
3549         * international/mule-diag.el (describe-char-after): Use
3550         display-graphic-p instead of window-system, so that this function
3551         works on MS-DOS.
3553 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
3555         * international/codepage.el (cp-make-coding-systems-for-codepage):
3556         Remove the eight-bit-graphic and eight-bit-control charsets from
3557         the list of charsets which we convert into `?'.
3559 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
3561         * international/mule-conf.el: Specify CHARSET-ID explicitely for
3562         private charsets.
3563         (mule-unicode-0100-24ff, japanese-jisx0213-1,
3564         japanese-jisx0213-2): New charsets.
3566         * international/fontset.el: Setup default fontset for new charsets.
3568 2000-05-24  Dave Love  <fx@gnu.org>
3570         * info.el (Info-find-node-2): Restructure [following "Vadim
3571         S. Solomin" <sovs@uic.nnov.ru>].
3573         * icomplete.el: Fix header for Finder.
3575 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
3577         * rmailout.el (rmail-output-to-rmail-file): Added optional param
3578         STAY.
3580         * rmail.el (rmail-automatic-folder-directives): New user variable.
3581         (rmail-show-message): Add call to `rmail-auto-file' during
3582         display.
3583         (rmail-auto-file): New function.
3585 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
3587         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
3588         account.
3589         (ediff-test-utility,ediff-diff-mandatory-option)
3590         (ediff-reset-diff-options): Utilities for proper initialization of
3591         ediff-diff-options and ediff-diff3-options on Windows.
3593         * ediff-init.el (ediff-merge-filename-prefix): New customizable
3594         variable.
3596         * ediff-mult.el (ediff-filegroup-action): Use
3597         ediff-merge-filename-prefix.
3599 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
3601         * viper-ex.el (ex-write): Set selective display to nil.
3603 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
3605         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
3606         aliases for hebrew-iso-8bit.
3608 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
3610         * woman.el: New version from Francis J. Wright
3611         <F.J.Wright@Maths.QMW.ac.uk>.
3612         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
3613         names in environment variables regardless of the path separator.
3614         (woman-topic-all-completions-1): Don't call file-name-directory-p
3615         on all files, since woman-file-regexp already filters out any
3616         directories.
3618 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
3620         * international/quail.el (quail-start-translation): Don't change
3621         modified-p of the current buffer.
3622         (quail-start-conversion): Likewise.
3624         * international/kkc.el (kkc-region): Don't change modified-p of
3625         the current buffer.
3627         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
3628         conform to RFC1468.
3629         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
3631 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
3633         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
3634         (speedbar-insert-button): Invisible text property fix.
3635         (speedbar-directory-plus): Renamed from speedbar-directory-+
3636         (speedbar-directory-minus): Renamed from speedbar-directory--
3637         (speedbar-page-plus): Renamed from speedbar-file-+
3638         (speedbar-page-minus): Renamed from speedbar-file--
3639         (speedbar-page): Renamed from speedbar-file-
3640         (speedbar-tag): Renamed from speedbar-tag-
3641         (speedbar-tag-plus): Renamed from speedbar-tag-+
3642         (speedbar-tag-minus): Renamed from speedbar-tag--
3643         (speedbar-expand-image-button-alist): Use above renames.
3645         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
3646         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
3647         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
3648         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
3649         * sb-pg.xpm: Renamed from sb-file.xpm
3650         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
3651         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
3653 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
3655         * international/quail.el (quail-show-guidance-buf): Set
3656         current-input-method of the guidance buffer to the name of the
3657         curren input method.
3659 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
3661         * progmodes/compile.el (compile-internal): Style typo.
3663         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
3664         quote vars and functions in the docstring.
3666         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
3668         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
3669         Don't quote lambdas.
3671         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
3673 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
3675         * startup.el (command-line): Determine source file of compiled
3676         user init file differently.  Warn if compiled user init file
3677         is older than its source file.
3679         * ffap.el (ffap-url-regexp): Add `https'.
3681 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
3683         * files.el (make-backup-file-name-1): Replace slashes with `!'
3684         rather than `|' (which is not allowed on Windows).  Replace the
3685         drive letters with a string "drive_X".
3687 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
3689         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
3691         * files.el (interpreter-mode-alist): Add `bash2'.
3693 2000-05-22  Dave Love  <fx@gnu.org>
3695         * loadhist.el (feature-symbols, file-provides, file-requires): Use
3696         mapc.
3697         (feature-file): Avoid calling symbol-name.  Doc fix.
3698         (file-set-intersect, file-dependents): Use dolist, not mapcar.
3699         (loadhist-hook-functions): Add mouse-position-function.
3700         (unload-feature): Change uses of mapcar.
3702         * files.el (parse-colon-path): Doc fix.
3703         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
3704         (set-auto-mode): Use mapc.
3706         * complete.el (PC-look-for-include-file): Use :alnum: character
3707         class.
3708         (partial-completion-mode): Add autoload cookie.
3710 2000-05-22  Sam Steingold  <sds@gnu.org>
3712         * info.el (Info-fontify-node): Fixed the call to
3713         `add-text-properties' (bug introduced on 2000-05-18).
3715 2000-05-22  Dave Love  <fx@gnu.org>
3717         * bindings.el: Remove debug-ignored-errors set in other files.
3719         * progmodes/etags.el: Add to debug-ignored-errors.
3720         (visit-tags-table-buffer): Clear out buffers holding old tables
3721         when making a new list.
3722         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
3723         mapc.
3725         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
3726         quote keywords.
3727         (cmpl-string-case-type): Use character classes.
3729         * comint.el:
3730         * textmodes/ispell.el:
3731         * imenu.el:
3732         * mail/mh-e.el:
3733         * progmodes/compile.el: Add to debug-ignored-errors.
3735         * dabbrev.el: Add to debug-ignored-errors.
3736         (dabbrev-completion): Use mapc.
3738 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
3740         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
3741         (woman-mapcan, woman-parse-man.conf)
3742         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
3743         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
3744         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
3745         path syntax better.
3746         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
3747         (woman-manpath): Call woman-parse-man.conf.
3748         (woman-emulation): New defcustom, defaults to nroff.
3749         (woman-font-support): New defconst.
3750         (woman-use-symbol-font): New defcustom.
3751         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
3752         "Emulation".
3753         Many functions: Doc fix.
3755 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
3757         * international/quail.el (quail-simple-translation-keymap): Map
3758         128..255 to quail-self-insert-command.
3759         (quail-keyboard-layout-alist): Add definition for "pc102-de".
3761 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
3763         * help.el (help-manyarg-func-alist): Typo.
3765         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
3766         intervals which makes it heaps simpler.
3768         * newcomment.el (comment-region-internal): Go back to BEG after quoting
3769         the nested comment markers.
3771         * subr.el (remove-hook): Don't turn the hook's value into a list.
3773 2000-05-21  Dave Love  <fx@gnu.org>
3775         * edmacro.el (edmacro-parse-keys): Return vector if any elements
3776         are invalid characters.
3778         * international/mule-util.el (detect-coding-with-priority): Use
3779         mapc.  Remove redundant lambda.
3781         * international/mule-diag.el (list-non-iso-charset-chars)
3782         (describe-fontset): Remove redundant lambda.
3784         * emulation/crisp.el (brief-mode): New alias.
3786         * emacs-lisp/ring.el (ring-elements): New function.
3788         * emacs-lisp/easymenu.el (easy-menu-create-menu)
3789         (easy-menu-do-add-item): Use keywordp.
3791         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
3793         * replace.el: Doc and error message fixes.
3794         (replace-highlight): Use facep, not internal-find-face.
3796 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
3798         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
3800         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
3801         (log-edit-insert-changelog): Drop `:' as well.
3803         * log-view.el: Fix file description.
3804         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
3805         available.
3806         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
3807         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
3809         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
3810         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
3811         Print a status message if the toggle is called interactively.
3812         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
3813         for global minor modes and use `defcustom' for them.
3814         Use add-minor-mode.
3815         (easy-mmode-define-derived-mode): Remove.
3816         (define-derived-mode): Fancier default docstring.
3817         (easy-mmode-define-navigation): Signal an error rather than (ding).
3819         * newcomment.el (comment-styles): New `box-multi'.
3820         (comment-normalize-vars): Better default for comment-continue to
3821         avoid whitespace-only continuations.
3822         (comment-search-forward): Always move even in the no-syntax case.
3823         (comment-padright): Only obey N if it's only obeyed for padleft.
3824         (comment-make-extra-lines): Better handling of empty continuations.
3825         Use `=' for the filler if comment-start has only one character.
3826         (uncomment-region): Try handling the special `=' filler.
3827         (comment-region): Allow LINES even if MULTI is nil.
3828         (comment-box): Choose box style based on comment-style.
3830 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
3832         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
3833         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
3835 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
3837         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
3838         and insert, not subst-char-in-region.
3840         * international/mule-diag.el (list-character-sets-1): Handle
3841         charsets eight-bit-control and eight-bit-graphic.
3842         (list-iso-charset-chars): Likewise.
3843         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
3844         charactes as is.  Use indent-to to align characters.
3846         * international/mule-cmds.el (find-multibyte-characters): Never
3847         exclude charsets eight-bit-control and eight-bit-graphic.
3849 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
3851         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
3852         Don't quote lambdas.
3854         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
3856 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
3858         * gud.el (gud-jdb-directories): Doc fix.
3860 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
3862         * newcomment.el: New file.
3864 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
3866         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
3868 2000-05-18  Andreas Schwab  <schwab@suse.de>
3870         * dired.el (dired-between-files): Also skip lines beginning with
3871         `used'.
3873 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
3875         * msb.el (msb-menu-cond): Add choice `user'.
3877 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3879         * ps-print.el: Compatibility, customization and doc fix.
3880         (ps-printer-name-option): Replace defconst by defvar.
3881         (ps-postscript-code-directory): XEmacs compatibility.
3882         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
3883         fix.
3884         (ps-user-defined-prologue, ps-print-prologue-header)
3885         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
3886         compatibility and code fix.
3887         (ps-print-background-image, ps-print-background-text):
3888         Customization fix.
3889         (ps-line-number-start, ps-n-up-on): New vars.
3891 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
3893         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
3894         the indent-comment function to just return the appropriate indent.
3896 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
3898         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
3899         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
3900         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
3902 2000-05-18  Dave Love  <fx@gnu.org>
3904         * info.el (Info-fontify-node): Add intangible property as well as
3905         invisible.
3907         * calendar/appt.el (appt-make-list): Match all lines of entry.
3908         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
3910 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
3912         * international/mule-diag.el (describe-char-after): Call
3913         internal-char-font, not char-font.  If internal-char-font returns
3914         nil, display "-- none --".
3916 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
3918         * image.el (image-type-available-p): Don't reference image-types
3919         if it isn't bound.
3921 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
3923         * autoarg.el (autoarg-mode): Typo in the :set argument.
3925 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
3927         * startup.el (command-line-1): Don't signal an error if the
3928         directory for auto-save-list files does not yet exist.
3930 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
3932         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
3934 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
3936         * subr.el (remove-hook): `setq' hook-value, not `set'.
3938 2000-05-16  Sam Steingold  <sds@gnu.org>
3940         * info.el (debug-ignored-errors): More errors to ignore.
3942 2000-05-16  Dave Love  <fx@gnu.org>
3944         * cus-edit.el: Don't require cl or easymenu.
3945         (custom-variable-prompt): Test standard-value property, not
3946         user-variable-p.
3948 2000-05-16  Sam Steingold  <sds@gnu.org>
3950         * subr.el (add-hook): `setq' hook-value, not `set'.
3952 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
3954         * startup.el (command-line-1): Mention the FAQ in the startup
3955         message.
3957         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
3959         * progmodes/compile.el (compilation-parse-errors): Collect
3960         `nomessage' regexps last.
3962         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
3964         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
3965         to the function name.
3967 2000-05-15  Dave Love  <fx@gnu.org>
3969         * speedbar.el (speedbar-recenter): Typo.
3970         (speedbar-expand-line): Make arg optional.
3971         (speedbar-mode): Avoid a compiler warning.
3973 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
3975         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
3976         user-specified option string is empty.
3978         * mouse.el (mouse-yank-at-click): Doc fix.
3980 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
3982         * term/internal.el (IT-character-translations): More updates of
3983         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
3984         documents.
3986 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
3988         * env.el (getenv): New function, interactively callable.
3989         (setenv, getenv): Remove autoload cookies.
3991         * loadup.el: Load `env'.
3993         * progmodes/f90.el: Change author's mail address.
3995 2000-05-14  Dave Love  <fx@gnu.org>
3997         * mail/rmail.el (rmail-show-message-hook): Customize and offer
3998         goto-addr as an option.
4000         * help.el (help-xref-stack): Doc fix.
4001         (help-xref-following): New variable.
4002         (help-make-xrefs): Use it.
4003         (help-xref-go-back): Use position information from stack element.
4004         (help-follow): Make position in stack element a pair.  Use
4005         help-xref-following.
4007         * autoarg.el: New file.
4009         * faces.el: Declare more functions obsolete.
4011         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
4012         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
4013         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
4014         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
4015         Remove all the setup-...-environment functions.
4017 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
4019         * speedbar.el: Updated the commentary section.  xemacs20p now uses
4020         >= when detecting.  Require `defimage' safely.
4021         (speedbar-easymenu-definition-base): Add toggle for images.
4022         (speedbar-easymenu-definition-special): Add flush cache & expand.
4023         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
4024         (speedbar-reconfigure-keymaps-hook): New variable.
4025         (speedbar-frame-parameters): Updated documentation.
4026         (speedbar-use-imenu-flag): Updated custom tag
4027         (speedbar-dynamic-tags-function-list): New variable.
4028         (speedbar-tag-hierarchy-method): Updated doc & custom.
4029         (speedbar-indentation-width, speedbar-indentation-width) New
4030         variables.
4031         (speedbar-hide-button-brackets-flag): Customizable.
4032         (speedbar-vc-indicator): Doc update.
4033         (speedbar-ignored-path-expressions): Updated default value.
4034         (speedbar-supported-extension-expressions): Updated default value.
4035         (speedbar-syntax-table): Remove {} paren status.
4036         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
4037         as "+".  Added overlay aliases.
4038         (speedbar-mode): Use `speedbar-mode-line-update' instead of
4039         `force-mode-line-update'.
4040         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
4041         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
4042         `mouse-set-point'
4043         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
4044         (speedbar-item-info-tag-helper): Revamped to handle a wider range
4045         of arbitrary text, and new helper functions.
4046         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
4047         filename finder.
4048         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
4049         (speedbar-directory-buttons): Update path search/expansion.
4050         (speedbar-make-tag-line): Pay attention to
4051         `speedbar-indentation-width'.  Use more care w/ invisible
4052         properties.
4053         (speedbar-change-expand-button-char): Call
4054         `speedbar-insert-image-button-maybe'.
4055         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
4056         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
4057         (speedbar-trim-words-tag-hierarchy)
4058         (speedbar-simple-group-tag-hierarchy): New functions
4059         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
4060         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
4061         functions.
4062         (speedbar-mouse-set-point): New function
4063         (speedbar-power-click): Updated documentation.
4064         (speedbar-line-token, speedbar-goto-this-file): Handle more types
4065         of tag prefix text.
4066         (speedbar-expand-line, speedbar-contract-line): Make more robust
4067         to strange text.
4068         (speedbar-expand-line): Takes universal argument to flush the
4069         cache.
4070         (speedbar-flush-expand-line): New function.
4071         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
4072         Use new generator insertion method.
4073         (speedbar-fetch-dynamic-tags): New function.
4074         (speedbar-fetch-dynamic-imenu): Removed code now handled in
4075         `speedbar-fetch-dynamic-imenu'.
4076         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
4077         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
4078         "Revert Buffer" menu items.
4079         (speedbar-buffer-buttons-engine): Be smarter when creating a
4080         filename tag (for expansion purposes.).
4081         (speedbar-highlight-one-tag-line,
4082         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
4083         (speedbar-recenter): New functions.
4084         (defimage-speedbar): Image loading abstraction.
4085         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
4086         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
4087         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
4088         (speedbar-tag-type, speedbar-tag-mail): New images.
4089         (speedbar-expand-image-button-alist): New variable.
4090         (speedbar-insert-image-button-maybe): Insert an image over some
4091         buttons.
4093 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
4095         * international/mule-cmds.el (encode-coding-char): An ASCII
4096         character is always encodable.
4098         * international/mule-conf.el: Add more information in descriptions
4099         of character sets.
4101         * international/mule-diag.el (describe-char-after): New function.
4102         (describe-font-internal): Adjusted for the change of font-info.
4103         (describe-font): Likewise.
4104         (print-fontset): Rewritten for the new fontset implementation.
4105         (describe-fontset): Include fontset alias names in completion.
4106         (list-fontsets): Adjusted for the change of print-fontset.
4108         * simple.el (what-cursor-position): If DETAIL is non-nil, call
4109         describe-char-after instead of displaying the detail in the echo
4110         area.
4111         (syntax-code-table): Format changed.
4112         (string-to-syntax): Adjusted for the above change.
4114 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
4116         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
4118 2000-05-12  Dave Love  <fx@gnu.org>
4120         * calendar/todo-mode.el: Remove some compatibility stuff and CL
4121         dependence.  Use line-{beginning,end}-position, not
4122         point-at{b,e}ol.  Some doc fixes.
4123         (todo-position): New function.  Fix callers of position to use it.
4124         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
4126 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
4128         * time.el (display-time-mail-icon): Use `:ascent center'.
4130         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
4131         handling FTP security extensions.
4133 2000-05-11  Dave Love  <fx@gnu.org>
4135         * calendar/todo-mode.el: New file.
4137 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
4139         * comint.el (comint-read-input-ring): Move reference to
4140         comint-input-ring-size outside of the save-excursion.  It was
4141         causing the default value to be the only one ever seen.
4143         * font-lock.el: Update copyright.  Remove Simon Marshall's email
4144         address on request from him.
4146         * subr.el (substitute-key-definition): Add comment describing
4147         the meaning of PREFIX.
4149 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
4151         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
4153         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
4154         (add-minor-mode): Don't make the variable buffer-local and add a
4155         reference to define-minor-mode in the docstring.
4157         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
4158         HEADER/FOOTER and fix bug with trailing empty directory.
4159         (cvs-append-to-ignore): Use vc-editable-p if available.
4160         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
4161         (vc-do-command): Tweak advice to handle the new VC.
4163         * log-view.el (log-view-goto-rev): New function for the new VC.
4164         (log-view-minor-wrap): Use mark-active.
4166         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
4167         (log-edit-changelog-full-paragraphs): New var.
4168         (log-edit-insert-changelog): Remove a lonely leading `* file'.
4169         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
4170         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
4171         (log-edit-changelog-ours-p, log-edit-changelog-entries)
4172         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
4173         Replace the `cvs' prefix with `log-edit'.
4175         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
4177         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
4178         (diff-font-lock-defaults): Explicitly turn off multiline.
4179         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
4180         (diff-ediff-patch): Fix call to ediff-patch-file.
4181         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
4182         Handle comments.
4184         * frame.el (automatic-hscrolling): Typo.
4186         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
4188 2000-05-09  Sam Steingold  <sds@goems.com>
4190         * apropos.el (apropos-print): use `describe-face' instead of
4191         `customize-face-other-window'.
4193 2000-05-09  Dave Love  <fx@gnu.org>
4195         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
4197         * help.el (describe-variable): Have customize button pop the
4198         help-xref stack when invoked.
4199         (help-xref-symbol-regexp): Add `face'.
4200         (help-make-xrefs): Check for quoted face names and adapt regexp
4201         submatch numbers to cope.
4202         (help-xref-interned): Maybe insert face doc too.  Separate
4203         sections with a line of hyphens.
4205         * faces.el:  Some doc fixes.  Declare some functions obsolete.
4206         (describe-face): Add customize button.  Return the help
4207         text.  Fix prompt.
4209 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
4211         * term/internal.el (IT-character-translations): Fix last change.
4213 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
4215         * woman.el: New file
4216         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
4218 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
4220         * term/internal.el (IT-character-translations): Update ASCII
4221         simulations for greek-iso8859-7, add latin-iso8859-14 and
4222         latin-iso8859-15.
4224         * international/mule-cmds.el (set-language-info-alist): Call
4225         define-prefix-command with 3 arguments, to make the map suitable
4226         for a menu.
4228 2000-05-07  Dave Love  <fx@gnu.org>
4230         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4232 2000-05-05  Dave Love  <fx@gnu.org>
4234         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
4235         list in doc string.  Don't quote keyword symbols.
4236         * emacs-lisp/cl.el: Likewise
4237         * emacs-lisp/cl-seq.el: Likewise
4239 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
4241         * abbrev.el (abbrev-mode): Make ARG optional.
4243 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
4245         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
4247         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
4249         * subr.el (substitute-key-definition): Clarify documentation.
4251 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
4253         * glasses.el (glasses-convert-to-unreadable): Use
4254         `glasses-separator' instead of the hard-wired "_".
4255         (glasses-mode): Call `glasses-make-unreadable' only in a single
4256         place.
4258 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
4260         * term/internal.el (cjk-codepages-alist): Add associations for
4261         Chinese and Korean codepages.  Remove FIXME comment.
4263 2000-05-03  Dave Love  <fx@gnu.org>
4265         * time.el (display-time-mail-face, display-time-use-mail-icon):
4266         New option.
4267         (display-time-mail-icon): New variable.
4268         (display-time-string-forms): Use the above.  Fix the local-map.
4270 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
4272         * replace.el (query-replace-map): Add binding for `E'.
4273         (query-replace-help): Extend help text.
4274         (perform-replace): Allow editing the replacement string.
4276         * make-mode.el (makefile-mode-abbrev-table): New variable.
4277         (makefile-mode): Set local abbrev table to
4278         makefile-mode-abbrev-table.
4279         (makefile-font-lock-keywords): Fontify includes and conditionals.
4281         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
4282         set TOGGLE's value.
4284         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
4285         mail-interactive-insert-alias.
4286         (mail-abbrev-complete-alias): New command.
4287         (mail-mode-map): Bind it to `M-TAB'.
4289 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
4291         * language/lao-util.el (lao-compose-region): New function.
4293 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
4295         * files.el (recover-session): Make directories as necessary
4296         if they don't exist yet.
4298         * calendar/cal-french.el
4299         (french-calendar-multibyte-special-days-array)
4300         (french-calendar-special-days-array): Change French text.
4301         (calendar-french-date-string): Change output.
4302         (calendar-goto-french-date): Likewise.
4304 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
4306         * wid-edit.el (widget-default-active): Obey `:always-active'.
4307         (widget-documentation-string-value-create): Set `:always-active'.
4309 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
4311         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
4312         default prefix to `~/_emacs.d/auto-save.list/_s'.
4313         (normal-top-level): Create the directory for auto-save files, if
4314         it doesn't already exist (in the ms-dos case only).
4316 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
4318         * international/mule-cmds.el (set-language-environment): Don't
4319         concat an integer (dos-codepage), use format instead.
4321 2000-05-02  Dave Love  <fx@gnu.org>
4323         * help.el (help-xref-on-pp): Check for constant symbols.
4325 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
4327         * startup.el (normal-top-level): Put a condition-case around
4328         the code loading subdirs.el.
4330 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4332         * ps-print.el: Upside-down and face background color printing,
4333         line number step, doc fix.
4334         (ps-print-version): New version number (5.2).
4335         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
4336         (ps-face-attribute-list, ps-plot-with-face): Code fix.
4337         (ps-spool-config): Var fix.
4338         (ps-printer-name-option): Const fix.
4339         (ps-print-upside-down, ps-use-face-background)
4340         (ps-line-number-step): New vars.
4341         (ps-window-system, ps-lp-system): New consts.
4342         (ps-face-background): New fun.
4344 2000-04-28  Richard Stallman  <rms@gnu.org>
4346         * files.el (make-auto-save-file-name):
4347         Apply auto-save-file-name-transforms to visited file name
4348         before generating auto save file name.
4349         (auto-save-file-name-transforms): New variable.
4351         * files.el (backup-enable-predicate):
4352         Correctly test for a file under a temporary directory.
4354 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
4356         * subr.el (add-minor-mode): Rewritten.
4358 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
4360         * mail/sendmail.el (sendmail-send-it): Set
4361         buffer-file-coding-system to the selected coding system for MIME
4362         header.
4364 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
4366         * dired.el (dired-move-to-filename-regexp): Allow format where
4367         YYYY is followed by two spaces.
4369         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
4370         in the second character class of the regexp.
4372         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
4373         mh-etc, too.
4375         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
4376         nil.
4378         * subr.el (add-minor-mode): Use `set' instead of `setq'.
4380         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
4381         argument.
4383 2000-04-27  Sen Nagata <sen@eccosys.com>
4385         * emacs-lisp/crm.el (crm-completion-table): New variable.
4386         (crm-collection-fn, crm-test-completion)
4387         (completing-read-multiple): Use it.
4389 2000-04-27  Dave Love  <fx@gnu.org>
4391         * help.el (locate-library): Use mapc.
4392         (help-manyarg-func-alist): Add call-process-region.
4394 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
4396         * subr.el (add-minor-mode): Make argument MAP optional.
4398         * desktop.el (desktop-save): Save list of minor modes.
4399         (desktop-create-buffer): Restore minor modes.
4400         (desktop-minor-mode-table): New user-option.
4402         * subr.el (add-minor-mode): New function.
4404         * image.el (find-image): New function.
4405         (defimage): Rewritten to find image at load time.
4407         * startup.el (normal-top-level-add-to-load-path): Handle
4408         case that the default directory is not in load-path.
4410         * help.el: Old patch from Stefan Monnier.
4411         (help-xref-on-pp): New function.
4412         (describe-variable): Use it to display xrefs in a symbol's value.
4414 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
4416         * cus-edit.el (custom-face): Fix parenthesis.
4418 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
4420         * mail/rmail.el (rmail-expunge): When there are no deleted
4421         messages, do nothing.
4423 2000-04-26  Dave Love  <fx@gnu.org>
4425         * international/mule-cmds.el (locale-translation-file-name):
4426         Defvar to nil.
4427         (set-locale-environment): Set it here (at runtime).
4429 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
4431         * replace.el (perform-replace): Add parameters START and END.  Use
4432         them instead of the check for a region in Transient Mark mode.
4433         (query-replace-read-args): Return two more list elements for the
4434         start and end of the region in Transient Mark mode.
4435         (query-replace, query-replace-regexp, query-replace-regexp-eval)
4436         (map-query-replace-regexp, replace-string, replace-regexp): Add
4437         optional last arguments START and END and pass them to
4438         perform-replace.
4440         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
4441         form with additional arguments for perform-replace.
4443         * progmodes/etags.el (tags-query-replace): Add parameters START
4444         and END.  Construct a form with additional arguments for
4445         perform-replace.
4447         * simple.el (shell-command): Set default directory for "*Shell
4448         Command Output" buffer.
4450         * language/european.el (iso-latin-4): Fix typo.
4452         * emacs-lisp/crm.el: New file.
4454 2000-04-24  Dave Love  <fx@gnu.org>
4456         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
4457         (Custom-reset-saved, Custom-reset-standard)
4458         (custom-group-value-create, custom-group-set, custom-group-save)
4459         (custom-group-reset-current, custom-group-reset-saved)
4460         (custom-group-reset-standard): Use mapc.
4461         (custom-buffer-create-internal): Disable undo when creating items.
4462         Use mapc.
4463         (custom-face): Avoid redundant lambda.
4465 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
4467         * startup.el (auto-save-list-file-prefix): Set default to
4468         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
4470 2000-04-24  Sam Steingold  <sds@gnu.org>
4472         * time-stamp.el (time-stamp-string-preprocess): Always convert
4473         `field-result' to a string.
4475 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
4477         * frame.el (scrolling): New group.
4478         (automatic-hscrolling): New user-option.
4480         * startup.el (command-line-x-option-alist): Add `-lsp' and
4481         `--line-spacing'.
4483 2000-04-19  Dave Love  <fx@gnu.org>
4485         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
4486         (cl-mapc): Rename from mapc.  Fix the funcall.
4488 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
4490         * simple.el (clone-indirect-buffer-other-window): New command.
4491         (clone-indirect-buffer): Add optional arg NORECROD.
4492         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
4494         * help.el (resize-temp-buffer-window): Use count-screen-lines.
4496         * window.el (count-screen-lines): New function.
4497         (shrink-window-if-larger-than-buffer): Use count-screen-lines
4498         instead of window-buffer-height.
4500         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
4501         non-existing variable comint-input-sentinel.
4502         (inferior-lisp-args-to-list): Removed.
4503         (inferior-lisp): Use split-string instead of
4504         inferior-lisp-args-to-list.
4506         * hexl.el (hexl-insert-hex-string): New command.
4508         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
4509         instead of concat.
4511 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
4513         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
4514         at the start of an existing but empty folder.
4516 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4518         * ps-mule.el: Customization fix, doc fix.
4519         (ps-multibyte-buffer): Customization fix.
4521 2000-04-17  Richard M. Stallman  <rms@gnu.org>
4523         * subr.el (read-passwd): Use read-char-exclusive.
4525 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
4527         * textmodes/texinfo.el (texinfo-insert-@email)
4528         (texinfo-insert-@emph, texinfo-insert-@quotation)
4529         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
4530         (texinfo-mode-map): Add key bindings for them.
4532         * files.el (basic-save-buffer-2): Use a template with `$'
4533         instead of `#' for VMS.
4535         * simple.el (clone-indirect-buffer): New function.
4537 2000-04-16  Stephen Eglen  <stephen@gnu.org>
4539         * iswitchb.el (iswitchb-case): New function.  If the user input
4540         contains any upper-case characters, the search is made
4541         case-sensitive.
4543 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
4545         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
4546         comment-end.
4547         (texinfo-font-lock-syntactic-keywords): New var.
4548         (texinfo-font-lock-keywords): Remove comment regexp.
4549         (texinfo-insert-block): New function.
4550         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
4551         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
4552         and font-lock-defaults.  Use regexp-opt for outline-regexp.
4553         (texinfo-environments): New var.
4554         (texinfo-environment-regexp): Use regexp-opt and
4555         texinfo-environments.
4557         * textmodes/ispell.el (ispell-menu-map-needed): Check that
4558         ispell-process is bound since this might be eval'd before ispell
4559         is loaded.
4560         (ispell-message): Use a tiny bit less magic and a bit more hard
4561         data to figure out what kind of sc-cite-regexp to use.
4563         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
4565         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
4566         (insert-cyclic-diary-entry): Unquote the lambda.
4568         * gud.el (gud-jdb-build-source-files-list): Fix typo.
4570         * files.el (backup-enable-predicate): Unquote the lambda.
4572         * cus-edit.el (custom-face, face): Unquote the lambda.
4574 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4576         * ps-print.el: Check for line-beginning-position definition.
4578         * ps-print.el: Fix counting lines in a region.
4579         (ps-print-version): New version number (5.1.5).
4580         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
4581         (ps-printing-region): Fun code fix.
4583 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
4585         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
4586         to file-directory-p.
4588 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
4590         * gud.el (gud-jdb-build-source-files-list): Check that directory
4591         exists before calling directory-files.
4593 2000-04-13  Dave Love  <fx@gnu.org>
4595         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
4596         syntax.
4598         * emacs-lisp/cl-specs.el: Remove when, unless.
4600         * emacs-lisp/cl-extra.el: Don't quote keywords.
4601         (cl-old-mapc): New variable.
4602         (mapc): Use it.
4603         (cl-map-intervals): Use with-current-buffer.  Don't check for
4604         next-property-change.
4605         (cl-map-overlays): Use with-current-buffer.
4606         (cl-expt): Remove.
4607         (copy-tree, remprop): Define unconditionally.
4609         * emacs-lisp/cl-compat.el (keywordp): Remove.
4611         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
4612         to use keywordp.
4613         (edebug-spec): Enable keywordp.
4615         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
4616         string-lessp.
4618         * cus-start.el: Use keywordp.
4620 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4622         * diary-lib.el (include-other-diary-files): Fix the fix of
4623         2000-02-18 by doing a save-excursion.
4625 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4627         * ps-print.el: Customization fix, doc fix.
4628         (ps-print-version): New version number (5.1.4).
4629         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
4630         (ps-print-preprint): Adjust code.
4631         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
4632         (ps-print-prologue-header, ps-print-control-characters)
4633         (ps-spool-config): Customization fix.
4635 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
4637         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
4638         converted to the new menu-item format, names silightly changed,
4639         help strings added.
4641         Support for spelling without async subprocesses:
4643         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
4644         (ispell-session-buffer): New variables.
4645         (ispell-start-process, ispell-process-status,
4646         ispell-accept-output, ispell-send-string): New functions, for
4647         Ispell invocation when async subprocesses aren't supported.
4648         (ispell-word, ispell-pdict-save, ispell-command-loop,
4649         ispell-process-line, ispell-buffer-local-parsing): Replace calls
4650         to process-send-string with calls to ispell-send-string, and
4651         accept-process-output with ispell-accept-output.
4652         (ispell-init-process): Call ispell-process-status instead of
4653         process-status with.
4654         (ispell-init-process): Call ispell-start-process.  Call
4655         ispell-accept-output and ispell-send-string.  Don't call
4656         process-kill-without-query and kill-process if they are unbound.
4657         (ispell-async-processp): New function.
4659 2000-04-12  Dave Love  <fx@gnu.org>
4661         * info.el: Add debug-ignored-errors.
4662         (Info-mode-menu): Add some items.
4663         (Info-directory): Add autoload cookie.
4665         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
4666         Modify `truncate-lines'.  Make `describe-language-environment'
4667         always visible and add help.  Modify `describe-key' help.  Invoke
4668         Info-directory from `info'.  New entry `emacs-manual'.
4670 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
4672         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
4673         propertized-buffer-identification.
4674         (ebrowse-update-member-buffer-mode-line): Likewise.
4675         (ebrowse--mode-strings): Removed.
4676         (ebrowse--mode-line-props): Removed.
4678         * files.el (auto-mode-alist): Add `EBROWSE'.
4680         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
4681         space before testing for end of buffer.
4682         (ebrowse-load): Removed.
4683         (ebrowse-revert-tree-buffer-from-file): Rewritten.
4684         (ebrowse-create-tree-buffer): Rewritten.
4685         (ebrowse-tree-mode): Read tree from buffer.
4687         * progmodes/ebrowse-ffh.el: Removed.
4689 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
4691         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
4693 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
4695         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
4696         at the wrong place.
4698 2000-04-09  Dave Love  <fx@gnu.org>
4700         * files.el (backup-enable-predicate): Use
4701         temporary-file-directory, small-temporary-file-directory.
4702         (make-backup-file-name-function, backup-directory-alist): New
4703         variables.
4704         (make-backup-file-name-1): New function.
4705         (make-backup-file-name): Use it.
4706         (find-backup-file-name): Likewise.  Use format for clarity, not
4707         concat.
4708         (file-newest-backup): Use make-backup-file-name.
4710 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
4712         * progmodes/ebrowse-ffh.el: New file.
4714         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
4715         to ebrowse-ffh.el.
4716         (ebrowse-load): Add autoload.
4718         * finder.el (finder-commentary): Add autoload cookie.
4720         * mail/rfc2368.el: Correct author's email address.
4722         * progmodes/ebrowse.el: New file.
4724         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
4725         item help string.
4726         (easy-menu-do-add-item): Ditto.
4727         (easy-menu-define): Extend doc string.
4729         * jit-lock.el (with-buffer-unmodified): Use
4730         restore-buffer-modified-p.
4731         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
4732         (jit-lock-function, jit-lock-stealth-fontify): Don't use
4733         with-buffer-unmodified.
4735 2000-04-08  Dave Love  <fx@gnu.org>
4737         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
4738         unless, when.
4740 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
4742         * viper-util.el (viper-put-on-search-overlay): New subroutine.
4743         (viper-flash-search-pattern): No operation when using Emacs
4744         doesn't support face.
4745         Use `viper-put-on-search-overlay'.
4747 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
4749         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
4750         like C-r.
4752         * progmodes/make-mode.el: Some doc fixes.
4753         (makefile-mode-abbrev-table): New variable.
4754         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
4755         (makefile-font-lock-keywords): Fontify includes and conditionals.
4756         (toplevel): Require `dabbrev' and `add-log' when compiling.
4758         * replace.el (perform-replace): Don't move forward one char
4759         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
4760         to do that because it leaves point 1 position after the last
4761         replacement, after everything has been replaced.
4763         * jit-lock.el (with-buffer-unmodified): New macro.
4764         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
4765         modified state.
4766         (jit-lock-function-1): Extracted from jit-lock-function; not
4767         preserving buffer's modified state.
4768         (jit-lock-function, jit-lock-stealth-fontify): Call
4769         jit-lock-function-1.
4771         * mail/rfc2368.el: Remove supernumerary copyright line.
4773 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
4775         * glasses.el: Provide facilities for inserting space before left
4776         parentheses and uncapitalization of identifiers.
4777         (glasses-mode): Try to remove old overlays in all cases.
4779 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
4781         * progmodes/compile.el (compile-internal): Display the compilation
4782         buffer in a different frame, if it's already displayed there.
4784         * mail/rfc2368.el: New file.
4786         * simple.el (sendmail-user-agent-compose): Recognize a `body'
4787         header and insert its value as mail body.
4789         * subr.el (member-ignore-case): New function.
4791         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
4792         (dabbrev--find-expansion): Ignore buffers matching a regexp
4793         from dabbrev-ignored-regexps.
4795         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
4796         to extensions handled by gzip.
4798 2000-04-03  Richard M. Stallman  <rms@gnu.org>
4800         * files.el (insert-directory): List the total free space
4801         along with the used space.
4803         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
4804         line is followed by one that matches CITATION-REGEXP, end the
4805         paragraph.
4807 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
4809         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
4810         (rmail-make-basic-summary-line): Use that option.
4812 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
4814         * international/mule-cmds.el (encoded-string-description):
4815         Rewritten.   Try pretty description for ISO 2022 escape sequences
4816         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
4817         for hexadecimal format.
4819 2000-04-01  Dave Love  <fx@gnu.org>
4821         * cpp.el: Change customization group to `c' from `C'.
4823         * vcursor.el (vcursor-move): Use display-color-p.
4825         * international/mule-util.el: Provide mule-utils.
4826         (string-to-sequence): Simplify and speed up.
4828         * international/mule.el (make-coding-system): Purecopy doc-string.
4830         * international/mule-cmds.el: Various menu changes.
4831         (describe-specified-language-support): Handle `Default'.
4832         (set-language-info): Purecopy `info'.
4834 2000-03-31  Andrew Innes  <andrewi@gnu.org>
4836         * vc.el (vc-backend-diff): Return the correct status if we had to
4837         retry the rcsdiff command without the --brief option.
4839 2000-03-31  Dave Love  <fx@gnu.org>
4841         * help.el (help-manyarg-func-alist): Correct several omissions.
4843         * add-log.el: Don't require cl, fortran.
4844         (add-log-current-defun-function): Doc fix.
4845         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
4846         fix.
4847         (change-log-version-rcs): Function deleted.
4848         (change-log-version-number-search): Doc fix.  Use
4849         vc-workfile-version.  Avoid CL dolist.
4850         (add-change-log-entry): Just call add-log-current-defun to get
4851         defun.  Simplify somewhat.
4852         (change-log-get-method-definition-1): Likewise.
4853         (add-log-current-defun): Return nil if calling
4854         add-log-current-defun-function does so.  Move Fortran stuff to
4855         fortran.el.  Return string without properties.
4857         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
4858         and :alpha: char classes.
4860         * mail/supercite.el: Defvar curline when compiling.
4861         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
4862         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
4863         rather than a-zA-Z0-9 to allow non-ASCII characters.
4865 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
4867         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
4869         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4870         Re-enable new code.
4872         * lpr.el (print-region-1): Use -d to specify printer name for
4873         systems `usg-unix-v*, `dgux', `hpux', `irix'.
4875 2000-03-31  Dave Love  <fx@gnu.org>
4877         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
4878         for function definition in symbol's function value slot first
4879         instead of first consulting byte-compile-function-environment.
4881 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
4883         * language/european.el ("Polish"): New language environment.
4884         (setup-polish-environment): New function.
4886 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
4888         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4889         Disable new code.
4891         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
4892         trying to `load' the symbol of an autoload instead of the file
4893         recorded in the autoload.  Fix error messages.
4895 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4897         * ps-print.el: PostScript programming fix for ghostview, doc fix.
4898         (ps-print-version): New version number (5.1.3).
4899         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
4900         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
4901         (ps-generate-postscript-with-faces): Code fix.
4902         (ps-color-values): XEmacs compatibility.
4903         (ps-print-background-image, ps-print-background-text, ps-printer-name)
4904         (ps-default-fg, ps-default-bg): Adjust customization.
4905         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
4906         (ps-color-scale): Renaming old ps-color-value fun.
4907         (ps-print-headers): Replace ps-print-header group to avoid conflict
4908         with ps-print-header variable.
4909         (ps-print-miscellany): New group.
4910         (ps-format-color, ps-rgb-color): New funs.
4911         (ps-default-foreground): New var.
4912         (ps-printer-name-option): New const.
4914 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
4916         * net/net-utils.el:
4917         (network-connection-host, network-connection-service): New variables
4918         (network-connection-mode): New mode, derived from comint-mode
4919         (network-connection-mode-setup): New function, saves host and
4920         service information in local variables.
4922         * lisp/locate.el:
4923         (locate-word-at-point): Added this function
4924         (locate): Default to using locate-word-at-point as input
4925         Run dired-mode-hook
4927 2000-03-29  Dave Love  <fx@gnu.org>
4929         * calendar/appt.el: Doc fixes.
4930         (appt-check): Convert min-to-app to a string before passing to
4931         appt-disp-window-function or concat.
4932         (appt-delete-window): Remove test for frame-root-window.
4933         (appt-select-lowest-window, appt-convert-time): Simplify.
4935         * emacs-lisp/bytecomp.el: Doc fixes.
4936         (byte-compile-file-form-autoload): Update
4937         byte-compile-function-environment.
4939 2000-03-29  Andreas Schwab  <schwab@suse.de>
4941         * emacs-lisp/autoload.el: Also print defsubst doc string
4942         specially.
4944         * dired.el (dired-insert-directory): If dired-free-space-program
4945         failed just delete its output.
4947 2000-03-29  Dave Love  <fx@gnu.org>
4949         * international/iso-cvt.el: Move provide to end.  Doc fixes.
4950         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
4951         (iso-iso2sgml, iso-sgml2iso): New functions.
4952         (iso-cvt-define-menu): Fix some entries and use backquote for
4953         clarity.
4955         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
4957 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
4959         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
4960         ISO-DATE.  If non-nil, return date in ISO 8601 format.
4962 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
4964         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
4965         if it ever becomes used.
4966         (log-edit-mode-hook): Default to vc-log-mode-hook.
4967         (log-edit-mode): Fix the docstring.
4969         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
4970         the code.
4972 2000-03-26  Dave Love  <fx@gnu.org>
4974         * net/browse-url.el (browse-url): Re-fix case of
4975         browse-url-browser-function being an alist.
4976         (browse-url): Add :link to defgroup.
4978         * files.el: Doc fixes.
4979         (file-truename): Include `[' in wildcard characters.
4980         (automount-dir-prefix): Customize.
4981         (find-file-wildcards): Add :version.
4982         (find-file-noselect): Simplify a mapcar call.
4984         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
4985         compatible with inf-lisp version.
4986         (eval-defun-1): Fix custom-declare-variable case.
4988 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
4990         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
4992 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
4994         * Makefile (COMPILE_FIRST): New macro.
4995         (compile-files): Compile files from COMPILE_FIRST first.
4997         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
4998         code.
5000         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
5001         matching open parenthesis in column 0 to defun-prompt-regexp
5002         only if open-paren-in-column-0-is-defun-start is set.
5004         * sun-curs.el: Require CL at compile-time only.
5006         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
5007         instead of copy-list which is a function from CL.
5008         (msb--choose-menu, msb--mode-menu-cond)
5009         (msb--create-buffer-menu-2): Use dolist instead of mapc.
5010         (msb--init-file-alist): Use mapcar instead of mapcan.
5011         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
5012         `(' in column 0 in doc string.
5013         (msb--add-separators): Use mapcar instead of mapcan.
5015         * cus-dep.el: Require CL at compile-time only.
5017 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
5019         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5020         (byte-compile-warnings): New warning `noruntime'.
5021         (byte-compile-constants, byte-compile-variables): Fix docstring.
5022         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
5023         execute `eval-whenc-compile's body.
5024         (byte-compile-unresolved-functions): Fix docstring.
5025         (byte-compile-eval): New function.
5026         (byte-compile-callargs-warn): Check if the function will be available
5027         at runtime (via property `byte-compile-noruntime').
5028         (byte-compile-print-syms): New function.
5029         (byte-compile-warn-about-unresolved-functions): Also warn about
5030         `noruntime' functions (and use `byte-compile-print-syms').
5031         (byte-compile-file): Capitalize the message.
5033 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
5035         * mail/rmail.el (rmail-confirm-expunge): New user-option.
5036         (rmail-expunge): Ask for confirmation depending on the setting
5037         of rmail-confirm-expunge.
5039 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
5041         * Makefile (bootstrap-clean): If $(emacs) exists, build
5042         loaddefs.el first.  A loaddefs.el that's not up-to-date might
5043         cause a bootstrap failure because things don't autoload as
5044         expected.
5046 2000-03-23  Dave Love  <fx@gnu.org>
5048         * net/browse-url.el: Restore previous use of
5049         browse-url-maybe-new-window.
5051 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5053         * ps-print.el: Skip banner page fix.
5054         (ps-print-version): New version number (5.1.2).
5055         (ps-begin-file, ps-end-file, ps-generate): Code fix.
5057 2000-03-23  Dave Pearson  <davep@davep.org>
5059         * net/quickurl.el Changed the type of parameter passed to the
5060         function defined by `quickurl-format-function'. Before only the
5061         text of the URL was passed. Now the whole URL structure is passed
5062         and the function is responsible for extracting the parts it
5063         requires.  Changed the default of `quickurl-format-function'
5064         accordingly.
5065         (quickurl-insert): Changed the `funcall' of
5066         `quickurl-format-function' to match the above change.
5067         (quickurl-list-insert): Changed the `url' case so that it makes
5068         use of `quickurl-format-function', previous to this the format was
5069         hard wired.
5071 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
5073         * startup.el: Change some spellings for the X Window System.
5075 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
5077         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
5078         up the code and the regexp and make sure the cursor is temporarily
5079         moved to the suspicious line while querying the user.
5081 2000-03-22  Jason Rumney  <jasonr@gnu.org>
5083         * w32-fns.el (w32-charset-info-alist): Initialize.
5085 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5087         * ps-print.el: N-up last page fix.
5088         (ps-print-version): New version number (5.1.1).
5089         (ps-end-file, ps-end-job, ps-generate): Code fix.
5091 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
5093         * files.el (find-file-run-dired): Update docstring.
5094         (find-directory-functions): New hook.
5095         (find-file-noselect): Run find-directory-functions rather than
5096         calling dired directly.
5098         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
5100         * pcvs.el: Add a minimal leading commentary.
5101         (cvs-make-cvs-buffer): Change the header part by removing the startup
5102         message and adding a `Module' entry.  Also replace the FOOTER and
5103         HEADER special fileinfos with the new support in ewoc for updating
5104         its own footer and header.
5105         (cvs-update-header): Update to use the header/footer of the ewoc.
5106         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
5107         (cvs-is-within-p): New function.
5108         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
5109         to only examine some subset of the buffers.
5111         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
5112         `format' instead of our own ad-hoc functions.
5113         Remove HEADER and FOOTER cases, now handled in the EWOC.
5114         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
5116         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
5117         output to avoid scaring the user.
5118         (cvs-parse-table): Catch message for non-up-to-date commits.
5120         * pcvs-defs.el (cvs-startup-message): Remove.
5121         (cvs-global-menu): New autoloaded menu.
5123         * pcvs-util.el (cvs-string-fill): Remove.
5125         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
5126         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
5127         PP part of it and also make it work for footers and headers.
5128         (ewoc-create): Drop POS and BUFFER arguments.
5129         Use the DLL's dummy node to store the end-of-footer position.
5130         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
5131         (ewoc-refresh): Remove unused `header' variable.
5132         (ewoc-(get|set)-hf): New functions.
5134         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
5135         log-view-*-(message|file) and use easy-mmode-define-navigation.
5136         (log-view-message-re): Match SCCS format as well.
5137         And match the revision line rather than the dashed separator line.
5138         (log-view-mode): Use the new define-derived-mode.
5139         (log-view-current-tag): Fill in with an actual implementation.
5141         * cvs-status.el (cvs-status-(prev|next)): Rename from
5142         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
5143         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
5144         to let the output "breathe" a little more (more readable).
5145         (cvs-status-mode): Use the new define-derived-mode.
5147         * smerge-mode.el (smerge-auto-leave): New function and variable.
5148         (smerge-basic-map): Rename from smerge-basic-keymap.
5149         Change the bindings for smerge-diff-*.
5150         (smerge-*-map): Use easy-mmode-defmap.
5151         (smerge-(next|prev)): Use easy-mmode-define-navigation.
5152         (smerge-keep-*): Use smerge-auto-leave.
5154 2000-03-21  Jason Rumney  <jasonr@gnu.org>
5156         * cus-edit.el (custom-button-face): Use 3D look for w32.
5157         (custom-button-pressed-face): Likewise.
5159 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
5161         * progmodes/etags.el (tags-case-fold-search): New user-option.
5162         (tags-loop-eval): New function.  Bind case-fold-search around eval
5163         depending on the value of tags-case-fold-search.
5164         (tags-loop-continue): Use tags-loop-eval.
5165         (find-tag-in-order): Bind case-fold-search depending on the value
5166         of tags-case-fold-search.
5168 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
5170         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
5171         (diff-end-of-hunk): Return the end position for use in
5172         `easy-mmode-define-navigation'.
5173         (diff-recenter): Remove.
5174         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
5175         of `easy-mmode-define-navigation'.
5176         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
5177         previous renaming) and fix to use new names.
5178         (diff-merge-strings): Use \n as separator: simpler, faster.
5179         (diff-mode): Use `define-derived-mode'.
5181         * derived.el (define-derived-mode): Don't autoload anymore.
5182         Prefer the macro-only version provided by easy-mmode.el.
5184         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
5185         `easy-mmode-define-derived-mode'.
5186         Use `combine-run-hooks'.
5187         (easy-mmode-define-navigation): New macro.
5189         * subr.el (combine-run-hooks): New function.
5191 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
5193         * term/x-win.el: Fontsets related initialization is simplified.
5195         * international/mule-diag.el (describe-font): Don't refer to
5196         global-fontset-alist, instead call font-list.
5197         (describe-fontset, list-fontsets, mule-diag): Likewise.
5198         (print-fontset): Adjusted for the change of fontset
5199         implementation.
5201         * international/fontset.el (x-charset-registries): Variable
5202         removed, instead the corresponding data is stored in the default
5203         fontset.
5204         (register-alternate-fontnames): Function removed.
5205         (resolved-ascii-font): Variable removed.
5206         (x-compose-font-name): Ignore the second argument REDOCE.
5207         (x-complement-fontset-spec): Complement only an ASCII font and
5208         element for those charsets than can use that ASCII font.
5209         (generate-fontset-menu): Don't refer to global-fontset-alist,
5210         instead call fontset-list.
5211         (uninstantiated-fontset-alist): Variable removed.
5212         (x-style-funcs-alist): Likewise.
5213         (fontset-default-styles): Likewise.
5214         (x-modify-font-name): Function removed.
5215         (create-fontset-from-fontset-spec): Ignore the argument
5216         STYLE-VARIANT.
5217         (create-fontset-from-ascii-font): Docsting adjusted for the above
5218         change.
5219         (instantiate-fontset, resolve-fontset-name): Functions removed.
5220         (fontset-list): Now implemented by C code.
5222         * faces.el (read-face-font): Fix TABLE arg to completing-read.
5223         (describe-face): Include `font' attribute in the description.
5225 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
5227         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
5229 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
5231         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
5232         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
5233         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
5235         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
5236         about behavior of set-buffer-modified-p wrt redisplay.
5238 2000-03-19  Richard M. Stallman  <rms@gnu.org>
5240         * view.el (view-mode-disable): Kill local binding of view-read-only.
5242 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
5244         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
5245         is a string, convert it to a syntax cell using string-to-syntax.
5247         * simple.el (syntax-code-table, syntax-flag-table): New variables.
5248         (string-to-syntax): New function.
5250         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
5251         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
5252         try to use passive ftp mode.
5254 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
5256         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
5258         * simple.el (append-to-buffer): Update point of windows after
5259         insertion.
5261         * abbrev.el (inverse-add-abbrev): Identify word by first moving
5262         forward then moving backward.  Reindent.
5264         * frame.el (other-frame): Call x-focus-frame only if
5265         focus-follows-mouse is off.
5267 2000-03-17  Dave Love  <fx@gnu.org>
5269         * pcvs-util.el (cvs-strings->string): Rename
5270         replace-regexps-in-string.
5272 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
5274         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
5275         regexp for labels cannot span several lines.
5277         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
5278         `(setq :<key> ':<key>)' to the macro expansion.
5280 2000-03-16  Dave Love  <fx@gnu.org>
5282         * progmodes/f90.el (f90): Put custom group under `languages', not
5283         `fortran'.
5284         (f90-mode-hook): Customize.
5285         (f90-mode): Set add-log-current-defun-function.
5286         (f90-current-defun): New function.
5288 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
5290         * cus-edit.el (custom-variable-tag-face): Handle case that
5291         default face's height is not a number.
5292         (custom-face-tag-face, custom-group-tag-face-1)
5293         (custom-group-tag-face): Ditto.
5294         (custom-group-tag-face-1): Add :group.
5296         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
5298 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
5300         * pcvs-defs.el (toplevel): Remove autoload cookie for form
5301         requiring easymenu.
5303 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5305         * ps-print.el: PostScript user-defined prologue, PostScript error
5306         handler, doc fix.
5307         (ps-print-version): New version number (5.1).
5308         (ps-user-defined-prologue, ps-error-handler-message)
5309         (ps-print-prologue-0, ps-error-handler-alist): New vars.
5310         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
5311         (ps-insert-string): New function.
5313 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
5315         * international/ccl.el (ccl-compile-expression): Don't generate
5316         invalid self-assignment code.
5318 2000-03-14  Dave Love  <fx@gnu.org>
5320         * subr.el (replace-regexp-in-string): Renamed from
5321         replace-regexps-in-string.  Doc fix.
5323 2000-03-12  Dave Love  <fx@gnu.org>
5325         * cus-edit.el: Doc fixes.
5326         (customize-set-variable, customize-save-variable): Rename args for
5327         doc.
5328         (custom-variable-tag-face, custom-face-tag-face)
5329         (custom-group-tag-face-1, custom-group-tag-face): Modify from
5330         style which user identify as hyperlink.
5331         (hook): Don't add undefined functions to the hook.
5332         (debug-ignored-errors): Transfer message from bindings.el.
5334 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
5336         * recentf.el (recentf-keep-non-readable-files-p): Remove
5337         double/nested definition.
5339 2000-03-12  Dave Love  <fx@gnu.org>
5341         * facemenu.el (facemenu-get-face): Use display-color-p.
5342         * enriched.el (enriched-decode-foreground): Likewise.
5343         (enriched-decode-background): Likewise.
5344         * isearch.el (isearch-highlight): Likewise.
5345         * info-look.el (info-lookup): Likewise.
5346         * simple.el (completion-setup-function): Likewise.
5348         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
5349         :options.
5351         * bindings.el (mode-line-format): Fix line-number and
5352         column-number items.  Add help-echo for the background.
5353         (mode-line-mule-info): Modify help-echo.
5355         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
5356         defcustom.
5358         * files.el (load-file): Allow completion to .elc.
5360         * man.el: Doc fixes.
5361         (Man-init-defvars): Use display-color-p to set fontification.
5363         * play/hanoi.el (hanoi-internal): Don't use oddp.
5365 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
5367         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
5369         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
5371 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
5373         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
5374         Fix comment.
5376 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
5378         * font-lock.el (font-lock-keywords): Fix the doc now that
5379         regexp-opt-depth is unnecessary.
5380         (save-buffer-state): Set an edebug spec.
5381         (font-lock-fontify-anchored-keywords): Properly handle the case when
5382         the matcher goes past the limit.
5384         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
5385         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
5387         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
5388         dll.el and cookie.el (from Elib) with heavy renaming and other
5389         massaging.
5391         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
5392         Autoload the functions used.
5393         (easy-mmode-define-syntax): Fix CL typo.
5394         (easy-mmode-define-derived-mode): Improve the docstring generation.
5396 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
5398         * textmodes/texinfo.el (texinfo-version): Variable and function
5399         removed.
5401 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
5403         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
5404         allow more flexibility.
5405         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
5406         fns.
5407         (easy-mmode-defmap, easy-mmode-defsyntax)
5408         (easy-mmode-define-derived-mode): New macros.
5410 2000-03-09  Didier Verna  <didier@xemacs.org>
5412         * rect.el (replace-rectangle): New function.
5414 2000-03-09  Dave Love  <fx@gnu.org>
5416         * progmodes/fortran.el (fortran-comment-line-start): Define as
5417         "C".
5418         (fortran-comment-line-start-skip): Don't match cpp stuff.
5419         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
5420         (fortran-mode-map): Remove over-eager custom-menu-create for now.
5421         (fortran-mode): Don't set fortran-comment-line-start-skip,
5422         fortran-comment-line-start here.  Set comment-start,
5423         add-log-current-defun.
5424         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
5425         (fortran-current-defun): New function.
5427 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
5429         * emacs-lisp/re-builder.el: New file.
5431         * mouse.el (mouse-drag-region): Don't run up-event handler
5432         if hscroll has changed.
5434         * octave-mod.el (octave-font-lock-keywords): To font-lock the
5435         builtin operators, use `font-lock-builtin-face' for Emacs and
5436         `font-lock-preprocessor-face' otherwise.
5438         * font-lock.el (lisp-font-lock-keywords-1): Highlight
5439         `(defun (setf foo)' differently.
5441 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
5443         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
5444         (regexp-opt): Update comment and adapt the code the new meaning of
5445         the `paren' argument of regex-opt-group for shy-groups.
5446         (regexp-opt-depth): Handle shy groups as well as backslashed
5447         backslashes.
5448         (regexp-opt-group): Turn the leading comment into a docstring.
5449         Allow `paren' to be a string (the string to use to open a group).
5450         Remove open-presuf and close-presuf.  Instead of checking for `all
5451         one-char' and then later on check for `several one-char', handle
5452         both cases close together.  Also apply a more generic algorithm
5453         for suffixes (the mirror image of the algorithm used for
5454         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
5455         (regexp-opt-try-suffix): Removed.
5457         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
5458         from comint-mode-map, so we can just inherit from it.  Also, move
5459         the initialization into the `defvar' since there's no docstring
5460         anyway and it's fairly short.
5461         (inferior-scheme-mode): Define it as derived-mode: the code is
5462         shorter and this way we inherit from comint-mode-map rather than
5463         copying it.
5465         * subr.el (replace-regexps-in-string): Properly handle the case
5466         where we match an empty string.
5468         * comint.el (comint-exec-1): Add the current-dir to the exec-path
5469         when the command has a directory component (such as "./testml").
5470         Also fix a typo in the comment.
5472 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
5474         * Makefile (compile-files): Compile files one by one because
5475         that's the only way to ensure a clean compilation environment for
5476         each individual file.
5478         * frame.el (other-frame): Call x-focus-frame.
5480 2000-03-07  Dave Love  <fx@gnu.org>
5482         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
5483         :require to defcustom.
5485         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
5486         lists.
5488         * files.el (auto-mode-alist): Add configure.in.
5490         * progmodes/autoconf.el: New file.
5492 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
5494         * mail/mh-e.el: Change maintainer to `none'.
5496         * recentf.el (recentf-keep-non-readable-files-p): Quote args
5497         to remove-hook and add-hook.
5499 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
5501         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
5502         it as the default.
5503         (mail-send): Test mail-send-nonascii also for the new `mime' value.
5504         (sendmail-send-it): Conditionally add MIME headers specifying the
5505         used character set.
5507 2000-03-07  Dave Love  <fx@gnu.org>
5509         * winner.el: Fix keywords, autoload cookies.  Split
5510         eval-when-compile form to avoid compilation failure.
5512 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
5514         * international/mule.el: Modify comment about coding system
5515         property `coding-category'.
5516         (make-coding-system): New argument EOL-TYPE.  Pay attention to
5517         coding-category property of PROPERTIES.
5519         * international/mule-conf.el (coding-category-utf-8,
5520         coding-category-utf-16-be, coding-category-utf-16-le): New coding
5521         categories.  Include them in the argument for set-coding-priority.
5523         * international/mule-cmds.el (reset-language-environment): Include
5524         coding-category-utf-8, coding-category-utf-16-be, and
5525         coding-category-utf-16-le in the argument for set-coding-priority.
5526         (reset-language-environment): Initialize coding-category-utf-8,
5527         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
5529 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
5531         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
5532         code abstracted out of `bookmark-jump-noselect'.  Now tries info
5533         extensions as well as compression extensions.
5534         (bookmark-jump-noselect): Use above new func.
5536 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
5538         * strokes.el: Change maintainer's mail address.
5540 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
5542         * international/mule-diag.el (list-character-sets): Make help-echo
5543         string by substitute-command-keys.
5544         (list-character-sets): Likewise.
5545         (sort-listed-character-sets): Call help-setup-xref.
5547 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
5549         * time.el (display-time-mail-file): Add `none' to the list of
5550         choices.
5552 2000-03-01  Dave Love  <fx@gnu.org>
5554         * help.el (help-xref-go-back): Don't try to set position.
5556         * international/mule-diag.el (list-character-sets): Call
5557         help-setup-xref.  Add help-echo to xrefs.
5558         (list-character-sets-1): Add help-echo to xrefs.
5560 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
5562         * frame.el (blink-cursor-mode): Switch cursor on when turning
5563         the mode off.
5565         * add-log.el (add-log-current-defun): Add support for
5566         Autoconf mode.
5568         * mail/rmail.el (rmail-quit-hook): New variable.
5570 2000-03-01  Dave Love  <fx@gnu.org>
5572         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
5574         * help.el (help-xref-button): Add help-echo arg.
5575         (describe-function-1, describe-variable, help-make-xrefs): Use it.
5577         * faces.el (list-faces-display): Supply help-echo with
5578         help-make-xrefs.
5580         * facemenu.el (list-text-properties-at): Set help-xref-stack to
5581         nil.
5583 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
5585         * image.el (defimage): Look for image files in load-path.
5587         * frame.el (busy-cursor-delay-seconds): Change type to
5588         `number'.
5590 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
5592         * recentf.el (recentf): Added version tag to the defgroup of
5593         recentf.
5595 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
5597         * recentf.el (recentf-cleanup): Changed to remove excluded file
5598         too.
5599         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
5600         action to select/unselect a file.
5601         (recentf-edit-list): Code cleanup and improvement.
5602         (recentf-open-more-files-action): `recentf-open-more-files' button
5603         widget action to open a file.
5604         (recentf-open-more-files): No more use standard completion but
5605         widgets.
5606         (recentf-more-collection): Deleted.
5607         (recentf-more-history): Deleted.
5608         (recentf-setup-more-completion): Deleted.
5610 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
5612         * recentf.el (recentf-mode): No more needs that Emacs is running
5613         under a window-system.
5615 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
5617         * recentf.el (recentf-edit-list): New command to edit the recent
5618         list which allow the user to remove files.
5619         (recentf-edit-selected-items): New global variable, used by
5620         `recentf-edit-list' to hold the list of files to be removed from
5621         the recent list.
5622         (recentf-make-menu-items): Updated to display a "Edit list..."
5623         menu item.  Minor code cleanup.
5625 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
5627         * recentf.el (recentf-open-more-files): New command to open files
5628         that are not displayed in the menu.
5629         (recentf-more-collection): New global variable holding the set of
5630         permissible completions used by `recentf-open-more-files'.
5631         (recentf-more-history): New global variable holding the history list
5632         used by `recentf-open-more-files' completion.
5633         (recentf-setup-more-completion): New function to setup completion for
5634         `recentf-open-more-files'.
5635         (recentf-make-menu-items): Updated to display a "More..." menu item.
5637 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
5639         * recentf.el (recentf-menu-action): Doc fixed.
5641 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
5643         * recentf.el (recentf-menu-filter): Doc updated.
5644         (recentf-update-menu-hook): Allow menu filters to force menu update.
5645         (recentf-make-menu-items): New menu filter handling.
5646         (recentf-make-menu-item): New helper function.
5647         (recentf-menu-elements): New menu handling function.
5648         (recentf-sort-ascending): Updated to new menu filter handling.
5649         (recentf-sort-descending): Updated to new menu filter handling.
5650         (recentf-sort-basenames-ascending): New menu filter function.
5651         (recentf-sort-basenames-descending): New menu filter function.
5652         (recentf-show-basenames): New menu filter function.
5653         (recentf-show-basenames-ascending): New menu filter function.
5654         (recentf-show-basenames-descending): New menu filter function.
5656 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5658         * diary-lib.el (list-diary-entries): Don't try to go forward at
5659         the end of the buffer.
5661 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
5663         * international/mule-diag.el (list-character-sets): Completely
5664         rewritten.
5665         (sort-listed-character-sets): New function.
5666         (list-character-sets-1): Completely rewritten.
5667         (list-character-sets-2): New function.
5668         (non-iso-charset-alist): New variable.
5669         (decode-codepage-char): New function.
5670         (charset-history): New variable.
5671         (read-charset) (list-block-of-chars)
5672         (list-iso-charset-chars)
5673         (list-non-iso-charset-chars)
5674         (list-charset-chars): New functions.
5675         (mule-diag): Call list-character-sets-2, not
5676         list-character-sets-2.
5677         (dump-charsets): Likewise.
5679 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
5681         * dired-x.el (dired-filename-at-point): Add `@' to valid
5682         file name characters.
5683         (dired-filename-at-point): Handle ange-ftp file names.
5685         * frame.el (frame-notice-user-settings): Use assq-delete-all
5686         instead of assoc-delete-all.
5687         (frame-notice-user-settings): Ditto.
5689         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
5690         Don't copy alist.
5692 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
5694         * calculator.el (calculator-use-menu): New option.
5695         (calculator-initial-bindings): Changed some bindings to work as
5696         macros.
5697         (calculator-forced-input): Removed.
5698         (calculator-restart-other-mode): New variable.
5699         (calculator-mode-map): Set up menu.
5701 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
5703         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
5704         tags.
5706 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
5708         * viper-cmd.el (viper-envelop-ESC-key): added the option to
5709         translate all ESC key sequences.
5710         (viper-goto-mark-subr): restore markers for files for which
5711         they were saved.
5712         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
5713         * viper-util.el (viper-set-replace-overlay-glyphs,
5714         viper-set-replace-overlay): always check if the replacement
5715         overlay is live.
5716         * viper.el (viper-vi-state-mode-list): added major modes.
5717         * ediff-wind.el: minor comment changes.
5718         * ediff.el: copyright notice date fix.
5720 2000-02-27  Jason Rumney  <jasonr@gnu.org>
5722         * faces.el (face-font-family-alternatives): Add arial to helv.
5723         (mode-line, header-line, tool-bar): Same default as x for w32.
5724         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
5725         face-font-family-alternatives from working.
5726         * term/w32-win.el (mouse-set-font): Do not build fontset from
5727         chosen font.
5729 2000-02-25  Sam Steingold  <sds@goems.com>
5731         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
5732         properly.
5734 2000-02-25  Richard M. Stallman  <rms@gnu.org>
5736         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
5738 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
5740         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
5741         writable.
5743         * frame.el (busy-cursor-delay-seconds): New option.
5745 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
5747         * frame.el (show-cursor-in-non-selected-windows): New option.
5749 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5751         * diary-lib.el (include-other-diary-files): Undo the selective
5752         display in any included file and don't kill it.
5754 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
5756         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
5757         bar.  Menu items converted to (menu-item format, help strings
5758         added.
5759         [downcase, upcase]: Don't enable on MS-DOS.
5760         [symlink, symlinks]: Don't show if make-symbolic-link is not
5761         bound.
5762         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
5764 2000-02-23  Dave Love  <fx@gnu.org>
5766         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
5767         (backward-kill-word): Revert addition of * to interactive spec --
5768         it's a feature.
5770         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
5771         (backward-kill-sentence, kill-sentence): Likewise.
5773         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
5774         scratch buffer name.
5775         (gud-format-command): Use int-to-string in ?l case.  Simplify
5776         slightly.
5778         * term/w32-win.el (internal-face-interactive): Update prompt for
5779         new read-face-name.
5781         * mail/footnote.el (footnote): Add :version to defgroup.
5782         (footnote-section-tag-regexp): Customize.
5783         (footnote-start-tag, footnote-end-tag): New option.
5784         (footnote-latin-regexp): New variable.
5785         (Footnote-latin): New function.
5786         (footnote-style-alist): Add element for latin style.
5787         (footnote-style): Moved.
5788         (Footnote-goto-footnote): Use eq to test arg.
5790         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
5792         * emacs-lisp/byte-opt.el: Change old backquote syntax.
5793         (byte-compile-trueconstp): Include keywords.
5794         (byte-optimize-quote, byte-optimize-lapcode): Use
5795         byte-compile-const-symbol-p.
5796         (byte-optimize-char-before): New optimization.
5798         * emacs-lisp/bytecomp.el: Change old backquote syntax.
5799         (byte-compile-const-symbol-p): New function.
5800         (byte-compile-constp, byte-compile-out-toplevel)
5801         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
5802         Use it.
5804         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
5806 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
5808         * international/encoded-kb.el: Be sure to update minor-mode-alist
5809         and minor-mode-map-alist.
5810         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
5811         codes SS2 and SS3 correctly.
5812         (encoded-kbd-self-insert-ccl): New function.
5813         (encoded-kbd-setup-keymap): New function.
5814         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
5815         by calling encoded-kbd-setup-keymap.
5817         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
5818         characters.
5819         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
5820         locally.
5822 2000-02-22  Dave Love  <fx@gnu.org>
5824         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
5825         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
5826         defvar.
5827         (lisp-mode-syntax-table): Set up for #|...|# comments.
5828         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
5829         classes.  Match `defface'.
5830         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
5831         (eval-defun-1): Fix for defcustom.
5832         (lisp-indent-region): Doc fix.
5834         * subr.el (when, unless, split-string): Doc fix.
5835         (read-passwd): Move call of clear-this-command-keys to the right
5836         place.
5837         (replace-regexps-in-string): New function.
5839 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
5841         * help.el (describe-variable): Set syntax table to
5842         emacs-lisp-mode-syntax-table when moving forward over the
5843         symbol's name.
5845 2000-02-22  Dave Love  <fx@gnu.org>
5847         * xt-mouse.el: Doc fixes.
5848         (xterm-mouse-position-function): New function, replacing advice of
5849         mouse-position.
5850         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
5852         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
5854 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
5856         * format.el (format-annotate-single-property-change): Handle
5857         properties.with dotted-list values.
5858         (format-proper-list-p): New function.
5860         * enriched.el (enriched-face-ans): Handle '(foreground-color
5861         . COLOR) and (background-color . COLOR).
5863 2000-02-20  Dave Love  <fx@gnu.org>
5865         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
5866         and assignments to it.
5867         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
5868         current local map.
5869         (make-flyspell-overlay): Use it.
5870         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
5872         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
5873         (lm-get-header-re): Defun, not defsubst.
5874         (lm-get-package-name): Defun, not defsubst.  Simplify.
5875         (lm-version): Doc fix.  Simplify.
5876         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
5877         (lm-crack-address, lm-last-modified-date, lm-commentary)
5878         (lm-verify, lm-synopsis): Simplify.
5879         (lm-report-bug): Require emacsbug.  Use compose-mail.
5881 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
5883         * dired.el (dired-mode): Call propertized-buffer-identification
5884         to set mode-line-buffer-identification to something having
5885         the right text properties.
5887         * bindings.el (propertized-buffer-identification): New function.
5889 2000-02-20  Dave Love  <fx@gnu.org>
5891         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
5892         check for t-mouse too.
5894         * cus-start.el: Make echo-keystrokes `number'.
5896 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
5898         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
5899         Don't call ring-empty-p unless tags-location-ring is bound.
5900         From Noah Friedman <friedman@splode.com>.
5902 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
5904         * progmodes/hideshow.el (hs-flag-region): No longer use
5905         `intangible' overlay property.
5907         (hs-toggle-hiding): New command.
5908         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
5910         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
5911         Fix omission bug: Run `hs-minor-mode-hook' for both activation
5912         and deactivation.
5914 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
5916         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
5918 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
5920         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
5922         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
5923         of `*' to handle `(* ... *)' comments.
5925 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
5927         * faces.el (list-faces-display): Use display-mouse-p instead of
5928         window-system.
5930         * menu-bar.el (global-map): Menu-bar items converted to the new
5931         format (menu-item..., rearranged for better CUA compliance, and
5932         their names changed for better clarity.  Help strings added.
5934         * international/mule-cmds.el (mule-menu-keymap)
5935         (describe-language-environment-map, set-coding-system-map)
5936         (setup-language-environment-map): Convert to new (menu-item...
5937         form, add help strings.  Change names of menu items for better
5938         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
5939         submenu).
5941 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
5943         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
5944         within the code.
5946 2000-02-16  Dave Love  <fx@gnu.org>
5948         * faces.el: Don't require custom.  Add more specific :groups to
5949         various deffaces.
5950         (set-face-attribute): Purecopy args.
5951         (read-face-name): Default to name at point and use it in prompt.
5952         Remove colon from arg in all callers.
5953         (list-faces-display): Hyperlink to face descriptions and customize
5954         buffers.
5956 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5958         * wid-edit.el (widget-match-inline): An atom never matches a
5959         list.
5961 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5963         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
5964         at ':' characters by call to split-string.
5966 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5968         * textmodes/bibtex.el: Added RCS version identification.
5970 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5972         * textmodes/bibtex.el: Some temporary comments removed.
5973         (bibtex-field-name, bibtex-entry-type): Made the relationship
5974         explicit.
5975         (bibtex-field-const): Allow capital letters.
5976         (bibtex-start-of-string): Deleted because unused.
5978         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
5979         use the term 'reference' to describe a bibtex entry as a whole.
5980         Further, reference keys are no longer called 'labels'.
5981         (bibtex-keys): Renamed to bibtex-reference-keys.
5982         (bibtex-reformat-previous-labels): Renamed to
5983         bibtex-reformat-previous-reference-keys.
5984         (bibtex-reference-type): Renamed to bibtex-entry-type.
5985         (bibtex-reference-head): Renamed to bibtex-entry-head.
5986         (bibtex-reference-maybe-empty-head): Renamed to
5987         bibtex-entry-maybe-empty-head.
5988         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
5989         (bibtex-search-reference): Renamed to bibtex-search-entry.
5990         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
5991         bibtex-enclosing-entry-maybe-empty-head.
5992         (bibtex-entry-field-alist, bibtex-entry-head,
5993         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
5994         bibtex-map-entries, bibtex-search-entry,
5995         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
5996         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5997         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
5998         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
5999         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
6000         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
6001         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
6003 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6005         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
6006         comment.
6007         (bibtex-format-field-delimiters): New function, functionality
6008         extracted from bibtex-format-entry.
6009         (bibtex-autokey-get-yearfield-digits): New function, functionality
6010         extracted from bibtex-autokey-get-yearfield.
6012         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
6013         entries in order to avoid stack overflow in the regexp matcher if
6014         field contents become large.
6015         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
6016         bibtex-field-string-part-not-braced,
6017         bibtex-field-string-part-no-inner-braces,
6018         bibtex-field-string-part-1-inner-brace,
6019         bibtex-field-string-part-2-inner-braces,
6020         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
6021         bibtex-field-string-quoted, bibtex-field-string,
6022         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
6023         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
6024         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
6025         as parsing is now performed by the following functions.
6026         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
6027         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
6028         bibtex-parse-field-string, bibtex-search-forward-field-string,
6029         bibtex-parse-association, bibtex-field-name-for-parsing,
6030         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
6031         bibtex-search-forward-field, bibtex-search-backward-field,
6032         bibtex-start-of-field, bibtex-end-of-field,
6033         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
6034         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
6035         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
6036         bibtex-parse-string, bibtex-search-forward-string,
6037         bibtex-search-backward-string, bibtex-start-of-string,
6038         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
6039         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
6040         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
6041         entries.  Instead of reporting the results of the parsing by
6042         match-beginning or match-end, these functions return data structures
6043         that hold the corresponding positions.
6044         (bibtex-enclosing-field): Changed to also report field boundaries by
6045         return values rather than by match-beginning or match-end.  The
6046         following functions have been adapted to use the new parsing
6047         functions.
6048         (bibtex-skip-to-valid-entry, bibtex-search-reference,
6049         bibtex-enclosing-field, bibtex-format-entry,
6050         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
6051         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
6052         bibtex-print-help-message, bibtex-end-of-entry,
6053         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
6054         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
6055         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
6056         method for parsing.
6057         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
6058         bibtex-map-entries, bibtex-flash-head,
6059         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
6060         bibtex-autokey-change, bibtex-autokey-get-namefield,
6061         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
6062         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
6063         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
6064         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
6065         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
6066         order to make the new binding of case-fold-search immediately
6067         visible.
6069 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6071         * textmodes/bibtex.el: Copyright notice is up to date.
6072         Added constant 'bibtex-maintainer-salutation.
6074         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
6075         than make-temp-name, use match-string-no-properties and eliminate
6076         a quadratic behavior when building bibtex-strings.
6078         * bibtex.el (bibtex-reference-key): Accept string entries whose
6079         reference key contains upper case letters.
6081 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6083         * bibtex.el (bibtex-reference-head): Allow entries to start with
6084         a new line.
6086 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6088         * bibtex.el: Hiding of entry bodies is not longer provided by
6089         bibtex.el directly.  Instead the hideshow package can be used.
6090         Added a special bibtex entry to hs-special-modes-alist.
6091         (bibtex-hs-forward-sexp): Added for hideshow.el.
6093 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6095         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
6096         at ':' characters by call to split-string.
6098 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6100         * textmodes/bibtex.el: Added RCS version identification.
6102 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6104         * textmodes/bibtex.el: Some temporary comments removed.
6105         (bibtex-field-name, bibtex-entry-type): Made the relationship
6106         explicit.
6107         (bibtex-field-const): Allow capital letters.
6108         (bibtex-start-of-string): Deleted because unused.
6110         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
6111         use the term 'reference' to describe a bibtex entry as a whole.
6112         Further, reference keys are no longer called 'labels'.
6113         (bibtex-keys): Renamed to bibtex-reference-keys.
6114         (bibtex-reformat-previous-labels): Renamed to
6115         bibtex-reformat-previous-reference-keys.
6116         (bibtex-reference-type): Renamed to bibtex-entry-type.
6117         (bibtex-reference-head): Renamed to bibtex-entry-head.
6118         (bibtex-reference-maybe-empty-head): Renamed to
6119         bibtex-entry-maybe-empty-head.
6120         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
6121         (bibtex-search-reference): Renamed to bibtex-search-entry.
6122         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
6123         bibtex-enclosing-entry-maybe-empty-head.
6124         (bibtex-entry-field-alist, bibtex-entry-head,
6125         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
6126         bibtex-map-entries, bibtex-search-entry,
6127         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
6128         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
6129         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
6130         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
6131         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
6132         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
6133         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
6135 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6137         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
6138         comment.
6139         (bibtex-format-field-delimiters): New function, functionality
6140         extracted from bibtex-format-entry.
6141         (bibtex-autokey-get-yearfield-digits): New function, functionality
6142         extracted from bibtex-autokey-get-yearfield.
6144         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
6145         entries in order to avoid stack overflow in the regexp matcher if
6146         field contents become large.
6147         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
6148         bibtex-field-string-part-not-braced,
6149         bibtex-field-string-part-no-inner-braces,
6150         bibtex-field-string-part-1-inner-brace,
6151         bibtex-field-string-part-2-inner-braces,
6152         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
6153         bibtex-field-string-quoted, bibtex-field-string,
6154         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
6155         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
6156         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
6157         as parsing is now performed by the following functions.
6158         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
6159         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
6160         bibtex-parse-field-string, bibtex-search-forward-field-string,
6161         bibtex-parse-association, bibtex-field-name-for-parsing,
6162         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
6163         bibtex-search-forward-field, bibtex-search-backward-field,
6164         bibtex-start-of-field, bibtex-end-of-field,
6165         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
6166         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
6167         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
6168         bibtex-parse-string, bibtex-search-forward-string,
6169         bibtex-search-backward-string, bibtex-start-of-string,
6170         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
6171         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
6172         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
6173         entries.  Instead of reporting the results of the parsing by
6174         match-beginning or match-end, these functions return data structures
6175         that hold the corresponding positions.
6176         (bibtex-enclosing-field): Changed to also report field boundaries by
6177         return values rather than by match-beginning or match-end.  The
6178         following functions have been adapted to use the new parsing
6179         functions.
6180         (bibtex-skip-to-valid-entry, bibtex-search-reference,
6181         bibtex-enclosing-field, bibtex-format-entry,
6182         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
6183         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
6184         bibtex-print-help-message, bibtex-end-of-entry,
6185         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
6186         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
6187         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
6188         method for parsing.
6189         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
6190         bibtex-map-entries, bibtex-flash-head,
6191         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
6192         bibtex-autokey-change, bibtex-autokey-get-namefield,
6193         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
6194         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
6195         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
6196         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
6197         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
6198         order to make the new binding of case-fold-search immediately
6199         visible.
6201 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6203         * textmodes/bibtex.el: Copyright notice is up to date.
6204         Added constant 'bibtex-maintainer-salutation.
6206         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
6207         than make-temp-name, use match-string-no-properties and eliminate
6208         a quadratic behavior when building bibtex-strings.
6210         * bibtex.el (bibtex-reference-key): Accept string entries whose
6211         reference key contains upper case letters.
6213 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6215         * bibtex.el (bibtex-reference-head): Allow entries to start with
6216         a new line.
6218 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6220         * bibtex.el: Hiding of entry bodies is not longer provided by
6221         bibtex.el directly.  Instead the hideshow package can be used.
6222         Added a special bibtex entry to hs-special-modes-alist.
6223         (bibtex-hs-forward-sexp): Added for hideshow.el.
6225 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6227         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
6228         proceedings entry type (for cross referencing). Thanks to Wagner
6229         Toledo Correa for the suggestion.
6231         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
6233 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
6235         * international/characters.el: Setup case table for Vietnamese.
6237 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
6239         * uniquify.el (toplevel): Require CL at compile time.
6240         (uniquify-push): Removed.
6242         * shadowfile.el (shadow-when): Removed.
6244         * tempo.el (tempo-dolist, tempo-mapc): Removed.
6245         (tempo-process-and-insert-string): Use dolist instead of
6246         tempo-dolist.
6248         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
6249         regexp for paragraph-start.
6251         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
6252         commas as well.
6254 2000-02-10  Dave Love  <fx@gnu.org>
6256         * wid-edit.el: (widgets) [defgroup]: Remove url link.
6257         (widget-color-choice-list, widget-color-history, widget-mouse-help):
6258         Deleted.
6259         (widget-specify-field, widget-specify-button): Don't use
6260         widget-mouse-help as help-echo property.
6261         (default): Use #'ignore for :validate and :mouse-down-action.
6262         (checkbox): Add help-echo.
6263         (widget-sexp-validate): Rewritten to clarify error messages.
6264         (character): Use char-valid-p in :match function.
6265         (widget-color-complete): Use facemenu-color-alist.
6266         (widget-color-action): Use facemenu-read-color.
6268         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
6269         set up `caar' &c that we now have.
6271 2000-02-09  Ray Blaak  <blaak@gnu.org>
6273         * delphi.el: Make resourcestring a declaration region, like const
6274         and var.
6276 2000-02-09  Dave Love  <fx@gnu.org>
6278         * bindings.el (mode-line-input-method-map): New variable.
6279         (mode-line-mule-info): Use it; fix last change.
6280         (mode-line-mode-menu): Move definition.
6281         (mode-line-mouse-sensitive-p): Deleted.
6282         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
6283         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
6284         level.
6286         * startup.el (command-line-1): Don't call
6287         make-mode-line-mouse-sensitive.
6289 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6291         * mail/rmail.el (rmail-retry-failure): Use
6292         rmail-beginning-of-message before rmail-toggle-header, because the
6293         former toggles headers.
6295 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
6297         * diff-mode.el (diff-kill-junk): New interactive function.
6298         (diff-reverse-direction): Use delete-and-extract-region.
6299         (diff-post-command-hook): Restrict the area so that the hook also works
6300         outside of any diff hunk.  This is necessary for the minor-mode.
6301         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
6302         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
6304         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
6305         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
6306         so that it can be used more easily in <foo>-mode-hook.  Also make sure
6307         to avoid duplicate entries.
6308         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
6309         (font-lock-remove-keywords): Just as was done for `add', allow it to
6310         work even if font-lock-mode is nil.  Also make sure we don't modify
6311         any pre-existing list by forcing a copy-sequence.  Finally rename
6312         `major-mode' to `mode'.
6313         (font-lock-fontify-syntactic-anchored-keywords)
6314         (font-lock-fontify-anchored-keywords)
6315         (font-lock-fontify-keywords-region): Use line-end-position.
6316         Don't make `font-lock-multiline' local (it's now done in
6317         font-lock-set-defaults).
6318         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
6319         move the `font-lock-fontified' creation to inside the `unless'.
6321 2000-02-06  Andrew Innes  <andrewi@gnu.org>
6323         * term/w32-win.el (x-handle-args): Comment out call to message,
6324         which occurs before window system is initialized.
6326         * makefile.nt: Add support for recompiling lisp code.
6328 2000-02-04  Dave Love  <fx@gnu.org>
6330         * bindings.el (mode-line-mule-info): Fix/extend last change.
6332         * completion.el: Replace completion-dolist with dolist.
6334         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
6335         dotimes.
6337 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6339         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
6340         environment names before they go into the section regexp.
6342         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
6343         char class in regexp.
6345         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
6346         `case-fold-search' to nil.
6348         * progmodes/idlwave.el (idlwave-template): Respect
6349         `idlwave-abbrev-change-case'.
6350         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
6351         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
6352         idlwave-while): respect `idlwave-reserved-word-upcase'.
6353         (idlwave-rw-case): New function.
6354         (idlwave-statement-match): Fixed problem with assignment regexp.
6355         (idlwave-font-lock-keywords): Improved regexp for keyword
6356         parameters.
6357         (idlwave-surround): New argument LENGTH to support padding of
6358         operators longer than 1 char.
6360         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
6361         idlwave-shell-expression-overlay.  Implemented printing of
6362         expressions on higher levels of the calling stack.
6363         (idlwave-shell-display-level-in-calling-stack): Restore stack
6364         level.
6365         (idlwave-retrieve-expression-from-level): New function.
6366         (idlwave-shell-last-calling-stack): Variable removed.
6367         (idlwave-shell-reset): Argument action reversed (`visible' to
6368         `hidden').  Also remove stop-line overlay.
6369         (idlwave-shell-calling-stack-routine): New variable.
6370         (idlwave-shell-parse-stack-and-display): Messages now display
6371         negative level numbers.
6372         (idlwave-shell-mode): Set `modeline-format'.
6373         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
6374         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
6375         21.
6376         (idlwave-shell-print-expression-function): New option.
6378         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
6379         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
6380         `tool-bar' instead of `toolbar'.
6382 2000-02-02  Dave Love  <fx@gnu.org>
6384         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
6385         emacs-lisp-mode-hook.  Don't check for defalias being defined.
6387         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6388         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
6389         the new builtins directly.
6391         * whitespace.el (whitespace): Add :version to defgroup.
6393         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
6394         Doc fix.
6396         * thingatpt.el (sexp-at-point, symbol-at-point)
6397         (number-at-point, list-at-point): Add autoload cookie.
6399         * recentf.el (recentf): Add :version to defgroup.
6401         * quickurl.el (quickurl): Add :version to defgroup.
6403         * elide-head.el (elide-head): Use point-marker more.
6405         * bs.el (bs): Add :version to defgroup.
6407         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
6409         * progmodes/delphi.el (delphi): Add :version to defgroup.
6411 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
6413         * ange-ftp.el (ange-ftp-write-region): Handle case that
6414         succeeding process operation sets a different coding system.
6416         * calculator.el: New file.
6418 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
6420         * frame.el (frames-on-display-list, framep-on-display): New
6421         functions.
6422         (display-mouse-p, display-popup-menus-p, display-graphic-p)
6423         (display-selections-p, display-screens, display-pixel-width)
6424         (display-pixel-height, display-mm-width, display-mm-height)
6425         (display-backing-store, display-save-under, display-planes)
6426         (display-color-cells, display-visual-class): New functions.
6428         * term/tty-colors.el (tty-color-gray-shades): New function.
6430         * faces.el (display-color-p): Use framep-on-display.
6431         (display-grayscale-p): New function.
6433 2000-01-31  Dave Love  <fx@gnu.org>
6435         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
6436         (create-fontset-from-x-resource): Don't concat integers.
6438 2000-01-31  Inge Frick  <inge@nada.kth.se>
6440         * view.el: Some changes in documentation.  Removed some trailing
6441         whitespace. Changed some parameter names to agree with
6442         documentation.
6443         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
6444         window is not deleted.  Modifies change 1998-04-26.
6446 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
6448         * windmove.el: New file.
6450         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
6451         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
6452         progmodes/ebnf-yac.el: Update copyright and license info.
6454         * jit-lock.el (jit-lock-function): Widen before calculating end
6455         position.
6456         (jit-lock-stealth-chunk-start): Rewritten.
6458         * info.el (Info-title-face-alist): Removed.
6459         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
6460         faces.
6461         (Info-fontify-node): Use these faces.
6463 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
6465         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
6466         (cl-macro-list1): Recognize `&allow-other-keys' instead of
6467         `&allow-other-keywords'.
6469         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
6470         the list of directories scanned heuristically.
6472         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
6473         exist.
6475 2000-01-30  Jason Rumney  <jasonr@gnu.org>
6477         * w32-fns.el: Define w32-tty-standard-colors.
6479         * startup.el (command-line): Use w32-tty-standard-colors when in
6480         w32 console mode.
6482 2000-01-30  Dave Love  <fx@gnu.org>
6484         * jka-compr.el (jka-compr-load): Fix up load-history.
6486         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
6488         * emacs-lisp/cl-macs.el: Revert previous change.
6490 2000-01-29  Dave Love  <fx@gnu.org>
6492         * facemenu.el: Purecopy various strings.
6494         * timezone.el (timezone-fix-time): Window against 69 for two-digit
6495         years.  Deal with three-digit years.
6497         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
6498         defconst, purecopy.
6499         (help-back-label): Purecopy it.
6501 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
6503         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
6504         variable. If non-nil, order the buffer list according to the
6505         currently selected frame.
6506         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
6507         non-nil, pass the selected frame to function buffer-list.
6509 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6511         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
6513 2000-01-28  Dave Love  <fx@gnu.org>
6515         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
6517         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
6518         Don't use lisp-indent-hook property.
6519         (cl-abs): Remove.
6521         * subr.el: Move out indent and edebug specs for when and unless.
6523         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
6524         when, unless.
6526         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
6527         unless, when.
6529 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
6531         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
6532         `collecting' as synonym for `collect'.
6534         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
6535         for the case it contains spaces.
6537         * simple.el (what-cursor-position): Change formatting of
6538         messages.
6540         * frame.el (delete-other-frames): New function.
6541         (toplevel): Bind it to C-x 5 1.
6543         * sort.el (sort-numeric-base): New option.
6544         (sort-numeric-fields): If number starts with `0' or `0[xX[',
6545         interpret it as octal or hexadecimal.  Use sort-numeric-base
6546         as default base.
6548         * progmodes/glasses.el: New file.
6550 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
6552         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
6553         userids differently.
6555         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
6556         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
6557         progmodes/ebnf-yac.el: New files.
6559 2000-01-26  Dave Love  <fx@gnu.org>
6561         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
6562         on a function with an empty body.  [From Eric Ludlam.]
6564 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
6566         * vc.el (vc-version-diff): Make sure file name is expanded.
6568 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
6570         * scroll-bar.el (scroll-bar-timer): Variable removed.
6571         (scroll-bar-toolkit-scroll): Don't use a timer.
6573 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
6575         * language/thai-util.el (thai-composition-function): Delete
6576         superfluous `a'.
6578 2000-01-24  Dave Love  <fx@gnu.org>
6580         * fortran.el (fortran-mode): Use beginning-of-defun-function,
6581         end-of-defun-function.
6583         * font-lock.el (turn-on-font-lock): Don't depend on window-system
6584         &c.
6586 2000-01-22  Jason Rumney  <jasonr@gnu.org>
6588         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
6589         conflicts with new face support.
6591 2000-01-22  Richard M. Stallman  <rms@gnu.org>
6593         * replace.el (query-replace): Rename last arg to DELIMITED.
6594         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
6595         (query-replace-regexp): Likewise.
6597 2000-01-20  Richard M. Stallman  <rms@gnu.org>
6599         * subr.el (with-syntax-table): Use make-symbol, not gensym.
6601         * emacs-lisp/lisp.el (beginning-of-defun-function):
6602         Variable renamed from beginning-of-defun.
6603         Do not call make-variable-buffer-local.
6604         (beginning-of-defun-raw): Use new variable name; doc fix.
6605         (beginning-of-defun): Doc fix.
6606         (end-of-defun-function): Variable renamed from end-of-defun.
6607         Do not call make-variable-buffer-local.
6608         (end-of-defun): Use new variable name; doc fix.
6610         * subr.el (dolist, dotimes): Copied from cl-macs.el
6611         and made to work.
6613         * mail/undigest.el (rmail-digest-end-regexps):
6614         Variable replaces rmail-digest-end-regexp.
6615         Allows multiple regexps for detecting the end line.
6616         (undigestify-rmail-message): Corresponding changes.
6618 2000-01-19  Dave Love  <fx@gnu.org>
6620         * files.el (user-init-file): Don't declare here -- is primitive.
6622         * startup.el (command-line): Check for compiled user-init-file and
6623         set to uncompiled version if necessary.
6625 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
6627         * mail/undigest.el (rmail-digest-end-regexp): New user option.
6628         (undigestify-rmail-message): Use it.
6630         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
6632 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
6634         * tmm.el (tmm-goto-completions): Adapt to prompt being part
6635         of mini-buffer.
6637 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
6639         * emacs-lisp/copyright.el (copyright-update): Removed the
6640         requirement for a trailing space from `copyright-regexp', to
6641         support copyrights with owner specified on a separate line..
6643         * align.el: New file.
6645         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
6647         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
6649 2000-01-13  Dave Love  <fx@gnu.org>
6651         * ph.el: Removed.  (Obsoleted by EUDC.)
6653 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
6655         * net/eudc.el (toplevel): Remove autoloaded code installing
6656         menu with easymenu, because that causes build problems.
6658         * frame.el (frame-notice-user-settings): New variable.
6659         (frame-notice-user-settings): Don't modify frame parameters
6660         if called a second time.
6662 2000-01-13  Richard M. Stallman  <rms@gnu.org>
6664         * frame.el (frame-notice-user-settings):
6665         Notice default-frame-parameters even for non-window frames.
6667 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
6669         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
6670         for Emacs.
6671         (eudc-bob-can-display-inline-images): Extend for Emacs.
6672         (eudc-bob-toggle-inline-display): Ditto.
6673         (eudc-bob-display-jpeg): Ditto.
6675 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
6677         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
6678         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
6679         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
6681         * add-log.el (add-change-log-entry): Fix error trying an `(insert
6682         nil)'.
6684         * subdirs.el: Add `net' directory.
6686         * net: New directory.
6688         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
6689         eval-last-sexp.  Don't bind debug-on-error here.
6690         (eval-last-sexp): New function.  Bind debug-on-error if
6691         eval-expression-debug-on-error is non-nil.
6692         (eval-defun-2, eval-defun): Likewise.
6694         * simple.el (eval-expression): Don't bind debug-on-error if
6695         eval-expression-debug-on-error is nil.  Detect changed
6696         debug-on-error, and propagate new value to global binding, if
6697         eval-expression-debug-on-error is non-nil,
6698         (eval-expression-debug-on-error): Change doc string.
6700 2000-01-11  Richard M. Stallman  <rms@gnu.org>
6702         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
6704         * emacs-lisp/lisp-mode.el (with-syntax-table):
6705         Set up lisp-indent-function property.
6707         * subr.el (with-syntax-table): Moved from simple.el.
6709         * simple.el (with-syntax-table): Moved to subr.el.
6711 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
6713         * tmm.el (tmm-shortcut): Delete region after prompt instead
6714         of erasing buffer.
6716         * textmodes/fill.el (fill-common-string-prefix): New function.
6717         (fill-context-prefix): Use the longest common prefix of first
6718         and second line fill prefix, if there is one.
6720 2000-01-11  Richard M. Stallman  <rms@gnu.org>
6722         * array.el (array-mode): Don't use make-variable-buffer-local.
6723         Use make-local-variable for `truncate-lines'.
6725 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
6727         * add-log.el (add-log-current-defun): Handle user-defined
6728         add-log-current-function returning nil,
6730         * add-log.el (add-change-log-entry): Insert version number
6731         if having found a current function
6733         * add-log.el (add-log-current-defun): Call
6734         `add-log-current-defun-function'.  Try matches at level 0 and
6735         level 1.  Strip whitespace from defun found.
6737 2000-01-10  John Wiegley  <johnw@gnu.org>
6739         * allout.el (isearch-done/outline-provisions): Added `edit'
6740         argument to correspond with the current definition of
6741         `isearch-done'.
6743 2000-01-10  Dave Love  <fx@gnu.org>
6745         * elide-head.el (elide-head): Use point-marker, not point.
6747 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
6749         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
6750         before and after the year 2000.
6752         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
6753         Add ispell- prefix.
6755 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
6757         * ispell.el:  Only define dictionaries in menus when they exist.
6758         (version18p): New variable.
6759         (version20p): New variable.
6760         (xemacsp): New variable.
6761         (ispell-choices-win-default-height): Fix for XEmacs visibility.
6762         (ispell-dictionary-alist1): Added Brasileiro dictionary.
6763         (ispell-dictionary-alist6): Russian command lines no longer accept
6764         run-together words.
6765         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
6766         (ispell-dictionary-alist): Add koi8-r to customize definition.
6767         (check-ispell-version): Added documentation string.  Returns
6768         library path when called non-interactively.
6769         (ispell-menu-map-needed): Uses new variables.
6770         (ispell-library-path): New variable.
6771         (ispell-decode-string): XEmacs fix for bogus variable bindings.
6772         (ispell-word): Improved documentation string.  Test for valid
6773         character mappings.  Correctly check typed in word changes that can
6774         result in single words split into multiple words.  Returns
6775         replacement word.
6776         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
6777         replace in recursive query replace mode.  Help message for
6778         recursive edit mode.
6779         (ispell-show-choices): Protect against bad framepop bindings.
6780         (ispell-help): Fix to work with XEmacs.
6781         (ispell-highlight-spelling-error): Use new variables.
6782         (ispell-overlay-window): Fix to work with XEmacs.
6783         (ispell-parse-output): Passed and returns location information
6784         tracking spelling corrections.  Doesn't recheck same word on
6785         current line.
6786         (ispell-init-process): Protect against bogus XEmacs variable binding.
6787         Fix call to single argument in sleep-for.  Use new variables.
6788         (ispell-region): Passed and returns location information tracking
6789         spelling corrections.  Doesn't check same word on current line.
6790         Improved documentation string.  Doesn't resend a line already
6791         checked to the ispell process - fixes bug in LaTeX parsing.
6792         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
6793         (ispell-skip-region): No longer skips <TT> in SGML.
6794         (ispell-process-line): Tracks location information with spelling
6795         corrections.  Added documentation string.  Accounts for words
6796         already accepted on this line.  Don't allow query-replace on line
6797         starting with math characters.  Doesn't resend a line already sent
6798         to ispell process.  Fixes alignment error bug.
6800 2000-01-10  Richard M. Stallman  <rms@gnu.org>
6802         * dired-x.el (dired-guess-shell-alist-default):
6803         Suggest xloadimage, which is free, not xv, which isn't.
6805         * ange-ftp.el (ange-ftp-file-name-nondirectory):
6806         Don't ever include the host name or user name in the value.
6808 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
6810         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
6811         of a real newline.
6813 2000-01-09  Stephen Eglen  <stephen@gnu.org>
6815         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
6816         for .png files.
6818 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6820         * cus-edit.el (custom-hook-convert-widget): Fix comment.
6822 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
6824         * progmodes/cperl-mode.el: Replace ^F with ^L.
6826         * sendmail.el (toplevel): Provide `sendmail' when compiling
6827         before `require'ing rmail and mailalias to prevent infinite
6828         recursion.
6830 2000-01-08  Dave Love  <fx@gnu.org>
6832         * emacs-lisp/backquote.el: Remove inappropriate customization
6833         (allowing custom.el to use backquote).
6835 2000-01-07  Dave Love  <fx@gnu.org>
6837         * add-log.el (add-log-debugging): Deleted.
6838         (add-change-log-entry): Treat a backup FILE-NAME as its parent
6839         file.  Remove debugging code.
6840         (change-log-get-method-definition, change-log-name): Add doc.
6841         (change-log-sortable-date-at): New function.
6842         (change-log-merge): New command.
6844         * time.el (display-time-string-forms): Make the Mail string active.
6845         (display-time-update): Provide help-echo for load average.
6847         * bindings.el (make-mode-line-mouse2-map): New function.
6848         (mode-line-modified): Use it and simplify.
6849         (mode-line-mule-info): Provide help-echo info.
6850         (minor-mode-alist): Activate the strings.
6851         (make-mode-line-mouse-sensitive): Simplify for
6852         mode-line-buffer-identification.
6854 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
6856         * play/pong.el: New file.
6858 2000-01-06  Dave Love  <fx@gnu.org>
6860         * array.el: Assorted cleanups for compiler warnings, doc strings,
6861         `array-' prefix for symbols.
6863 2000-01-05  Dave Love  <fx@gnu.org>
6865         * textmodes/outline.el (outline-mode-menu-bar-map): Add
6866         outline-headers-as-kill.
6867         (outline-mode): Define imenu-generic-expression.
6868         (outline-headers-as-kill): New command.
6870         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
6871         from paragraph-start.
6872         (paragraph-indent-minor-mode): New command.
6874         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
6875         M-C-e, M-C-h, C-j, C-xnd, TAB.
6876         (fortran-mode): Set beginning-of-defun, end-of-defun.
6877         (fortran-column-ruler): Simplify.
6878         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
6879         (fortran-with-subprogram-narrowing): Likewise.
6880         (fortran-indent-subprogram): Call mark-defun.
6881         (fortran-check-for-matching-do): Change narrowing.
6883         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
6884         (cl-lucid-hash-tag): Delete.
6885         (cl-hash-table-p): Correct test for native table.
6886         (cl-hash-table-count): Use hash-table-count.
6888         * browse-url.el (browse-url): Fix case of
6889         browse-url-browser-function being an alist.
6891 2000-01-05  Carsten Dominik  <cd@gnu.org>
6893         * textmodes/reftex-vars.el (reftex-parse-file-extension)
6894         (reftex-index-phrase-file-extension): New options.
6896         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
6897         Use new option `reftex-index-phrase-file-extension'.
6899         * textmodes/reftex.el (reftex-access-parse-file): Use new option
6900         `reftex-parse-file-extension'.
6902 2000-01-05  Dave Love  <fx@gnu.org>
6904         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
6905         (beginning-of-defun-raw): Use it.
6906         (end-of-defun): New variable.
6907         (end-of-defun): Use it.
6908         (check-parens): New command.
6910 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
6912         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
6913         (hs-show-block): Don't use `mapcar' when not accumulating.
6915         Fix buglet in local variables initialization.
6917 2000-01-05  Andreas Schwab  <schwab@suse.de>
6919         * hscroll.el (hscroll): Doc fix.
6921 2000-01-05  Carsten Dominik  <cd@gnu.org>
6923         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
6924         idlw-toolbar.
6926         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
6927         file idlw-rinfo.el.
6928         (idlwave-customize): load must read file idlw-shell.el.
6929         (idlwave-create-customize-menu): load must read file idlw-shell.el.
6931 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
6933         * progmodes/idlw-shell.el: Also provide idlwave-shell
6934         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
6935         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
6937         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
6938         both reftex-dcr and reftex-vcr.
6940         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
6942 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6944         * ps-print.el: PostScript code now is in separate files, doc fix.
6945         (ps-print-version): New version number (5.0.3).
6946         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
6947         local.
6948         (ps-spool-config): Initialization fix.
6949         (ps-print-prologue-1, ps-print-prologue-2)
6950         (ps-print-duplex-feature): PostScript code moved to separated file.
6951         (ps-background-image): Little code reformating.
6952         (ps-begin-file, ps-begin-job): Fix code.
6953         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
6954         (ps-prologue-file): New fun.
6956 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6958         * ps-vars.el: Eliminated.
6960         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
6961         `;;;###autoload'.
6963         * ps-print.el: ps-vars eliminated, doc fix.
6964         (ps-print-version): New version number (5.0.2).
6965         (ps-spool-config): Initialization fix.
6966         (ps-print-customize): New fun.
6968 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
6970         * autorevert.el (auto-revert-mode): Return value of
6971         auto-revert-mode.
6973 2000-01-04  Dave Love  <fx@gnu.org>
6975         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
6976         menu items.
6978 2000-01-03  Dave Love  <fx@gnu.org>
6980         * elide-head.el (elide-head) [defgroup]: Add :version.
6982         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
6983         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
6984         `cl-hash-table-p', not `hash-table-p'.
6985         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
6987 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
6989         * faces.el (face-read-integer, read-face-attribute)
6990         (color-defined-p, color-values): unspecified-{f,b}g are now
6991         strings.
6993 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6995         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
6996         at comment end, and re-insert them after filling.
6998 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
7000         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
7001         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
7002         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
7004 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
7006         * term/x-win.el (xw-defined-colors): Call color-supported-p,
7007         the new name of face-color-supported-p.
7009         * term/w32-win.el (xw-defined-colors): Likewise.
7011 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
7013         * simple.el (completion-setup-function): Count completion-size
7014         from minibuffer-prompt-end, not from point-min.
7016 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
7018         * faces.el (read-face-attribute, defined-colors, color-defined-p):
7019         Pass the frame to tty-color-* functions.
7020         (display-color-p, frame-set-background-mode): Pass the frame to
7021         tty-display-color-p.
7023         * term/tty-colors.el (tty-defined-color-alist): Renamed from
7024         tty-color-alist.
7025         (tty-color-alist, tty-modify-color-alist): New functions.
7026         (tty-color-define,  tty-color-clear, tty-color-approximate)
7027         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
7028         an optional parameter FRAME.
7030 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
7032         * image.el (create-image, defimage): Don't assume image data is a
7033         string.
7035         * image.el (defimage): Handle specifications containing :data
7036         instead of :file.
7037         (image-type-from-data): New function.
7038         (image-type-from-file-header): Use it.
7039         (create-image): Add parameter DATA-P.
7041 See ChangeLog.8 for earlier changes.
7043 ;; Local Variables:
7044 ;; coding: iso-2022-7bit-unix
7045 ;; End: