(mapc): Use byte-compile-funarg.
[emacs.git] / lisp / ChangeLog
blob56c4d3bf2bf6781e3f803c146e96256b8976cf2f
1 2000-08-27  Dave Love  <fx@gnu.org>
3         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5 2000-08-27  Miles Bader  <miles@gnu.org>
7         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
11         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12         'ja-dic-cnv), not (require 'skkdic-cnv).
14 2000-08-26  Miles Bader  <miles@gnu.org>
16         * faces.el (face-x-resources): Add entry for :inherit.
17         * cus-face.el (custom-face-attributes): Add support for :inherit
18         attribute.  Add support for relative face heights.
19         (custom-face-attributes-get): Treat `nil' as being a default value
20         for :inherit (as well as `unspecified').
22         * faces.el (set-face-attribute): Update doc string.
23         (face-attribute-name-alist): Add :inherit.
24         (face-valid-attribute-values): Handle :inherit.
25         (face-read-string): Rephrase prompt to be less confusing.
26         Assume that DEFAULT is a string, since we must return a string.
27         (face-read-integer): Use `format' to turn DEFAULT into an
28         acceptable default for face-read-string.  Match NEW-VALUE against
29         the string "unspecified", not the symbol `unspecified', since
30         that's what face-read-string returns.
31         (read-face-attribute): Lookup a name for old-value in valid, and
32         use it as a default if we find one.  Treat all values from
33         face-read-string as strings.  If the default is used, don't do any
34         more processing on the value, just use the old value directly.
35         (read-face-and-attribute, modify-face): Tweak prompt.
36         (read-face-name): Don't assume prompt ends with a space.
38         * faces.el (describe-face): Add support for :inherit attribute.
40 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
42         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
43         concat doesn't accept interger.
45         * international/kkc.el: Remove SKK from Keywords.  Require
46         ja-dic-utl instead of skkdic-utl.
48         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
49         Provide ja-dic-cnv instead of skkdic-cnv.
50         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
51         (iso-2022-7bit-short): Add safe-charsets property.
52         (skkdic-convert-postfix): Search Japanese chou-on character in
53         addition to Hiragana character.
54         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
55         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
56         (batch-skkdic-convert): Likewise.
58         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
59         Provide ja-dic-utl instead of skkdic-utl.
60         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
62 2000-08-24  Dave Love  <fx@gnu.org>
64         * disp-table.el (standard-display-default): Make the test of `l'
65         useful.
67         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
68         mod sample text.
70         * international/iso-ascii.el: Make pilcrow convenient string
71         consistent with section.
72         (iso-ascii-display): Set up multibyte characters as well as
73         unibyte.
75 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
77         * international/mule-cmds.el (reset-language-environment): Set
78         default-process-coding-system to '(undecided . iso-latin-1), which
79         makes process I/O almost consistent with file I/O.   Call this
80         function when mule-cmds.el[c] is loaded.
82 2000-08-22  Andrew Innes  <andrewi@gnu.org>
84         * makefile.w32-in: New file.
86 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
88         * comint.el (comint-output-filter): Compare end of
89         comint-last-output-overlay with the start of the newly inserted
90         text, not the end, when deciding whether to extend it.
91         Set saved-point's insertion type to advance after insertion.  
93         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
94         since this is now done independently of font-lock mode.
96 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
98         * server.el (server-kill-new-buffers): New user option.
99         (server-existing-buffer): New buffer-local variable.
100         (server-visit-files): When using an existing buffer, set
101         server-existing-buffer to t.
102         (server-buffer-done): If server-kill-new-buffers is t, kill the
103         buffer, unless it was already present before visiting it with
104         Emacs server.
105         
106 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
108         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
109         even if the display doesn't support colors: some displays will
110         support bold/underline faces.
112 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
114         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
116         * startup.el (command-line): If user's init file had an error,
117         add explanatory text to *Messages*.
119 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
121         * man.el (Man-getpage-in-background): Decode the process output by
122         the system locale coding system.
124 2000-08-20  Dave Love  <fx@gnu.org>
126         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
127         Don't test x-popup-menu.
128         (function) <complete-function>: Complete only fbound symbols.
129         <validate, value>: New.
130         (variable) <complete-function>: Complete only bound symbols.
131         (coding-system): Add :base-only, :complete-function, :validate,
132         :value, :prompt-match.
133         (widget-coding-system-prompt-value): Use read-coding-system and
134         act on :base-only.
135         (editable-field): Add :help-echo.
136         (widget-push-button-gui, widget-push-button-cache)
137         (widget-gui-action, widget-editable-list-gui): COmment out, along
138         with uses.
139         (widget-at): Make arg optional.
140         (widget-echo-help): Adjust for current help-echo calling sequence.
141         (widget-specify-field, widget-specify-button)
142         (widget-specify-insert, widget-get-sibling, widget-image-find)
143         (widget-convert, widget-insert, widget-leave-text)
144         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
145         (widget-setup, widget-field-find, widget-before-change)
146         (widget-after-change, widget-default-complete)
147         (widget-default-create, widget-default-delete)
148         (widget-push-button-value-create, editable-field)
149         (widget-field-prompt-value, widget-field-validate)
150         (widget-choice-value-create, widget-choice-action)
151         (widget-choice-validate, widget-checklist-add-item)
152         (widget-radio-add-item, widget-radio-chosen)
153         (widget-radio-value-inline, widget-editable-list-value-create)
154         (widget-editable-list-entry-create)
155         (widget-documentation-link-add)
156         (widget-documentation-string-value-create)
157         (widget-regexp-validate, widget-file-complete)
158         (widget-sexp-validate, widget-plist-convert-widget)
159         (widget-plist-convert-widget, widget-alist-convert-widget)
160         (widget-alist-convert-widget, widget-color-complete): Simplify,
161         particularly to avoid bindings which aren't optimized out.
163         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
164         Doc fix.
165         (down-list, backward-up-list, up-list, kill-sexp)
166         (backward-kill-sexp, mark-sexp): Make arg optional.
167         (lisp-complete-symbol): Add optional arg PREDICATE.
169         * cus-start.el: Add display-buffer-reuse-frames,
170         file-coding-system-alist.
172 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
174         * startup.el (command-line): Clear realized faces after
175         modifying TTY color mappings.
177 2000-08-20  Miles Bader  <miles@gnu.org>
179         * faces.el (face-attr-match-p): Don't return true if ATTRS are
180         merely a subset of FACE's attributes.
182 2000-08-19  Miles Bader  <miles@gnu.org>
184         * comint.el (comint-output-filter): Save the point with a marker,
185         not just a buffer position.
187         * international/mule.el (set-buffer-process-coding-system): Make
188         interactive prompt less confusing.
190 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
192         * hilit-chg.el: General cleanup of doc strings, comments and
193         code formatting.
195 2000-08-19  Miles Bader  <miles@gnu.org>
197         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
198         Compiler macro removed; beginning-of-line is no longer always
199         equivalent to forward-line, in the presence of fields.
201         * comint.el (comint-output-filter): Remove ad-hoc saving of
202         restriction, and just use save-restriction, now that it works
203         correctly.  Don't adjust comint-last-input-start to account for
204         our insertion; it shouldn't have moved because we don't use
205         insert-before-markers anymore.  Comment out call to
206         `force-mode-line-update'; why is it here?
208         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
209         while checking for prompt to delete.  Use `forward-line 0'
210         instead of beginning-of-line.
211         (gud-filter): Temporarily widen gud comint buffer while
212         examining output.
214 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
216         * progmodes/sh-script.el: Big bag of typos.
218         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
219         check since ispell-process is not bound when ispell is not yet loaded.
221 2000-08-18  Dave Love  <fx@gnu.org>
223         * image.el (find-image): Copy `spec' before using plist-put.
225 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
227         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
228         `portugues'.
230         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
231         backward-kill-sexp, analogous to kill-sexp.
233         * progmodes/icon.el (icon-indent-line)
234         (icon-is-continuation-line): Handle comments specially.
236 2000-08-17  Ken Stevens <k.stevens@ieee.org>
238         * ispell.el: Set to standard author/maintainer/keyword fields.
239         Fine tuning to menu map appearance and operation, and added help.
240         Remove `start' and `end' error messages when compiling.
241         (ispell-choices-win-default-height): Fixed comment string.
242         (ispell-dictionary-alist-1): Fixed regexp in castellano and
243         castellano8 dictionaries.
244         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
245         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
246         dictionary, added italiano dictionary.
247         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
248         word character
249         (ispell-tex-skip-alists): Added psfig support.
250         (ispell-skip-html): Renamed from ispell-skip-sgml.
251         (ispell-begin-skip-region-regexp, ispell-skip-region)
252         (ispell-minor-check): Improved html skipping support to skip across
253         code, and recognize `&' commands without propper `;' syntax;
254         (ispell-process-line): Fix alignment error when manually
255         correcting spelling.
256         (ispell): Fix comment string.
257         (ispell-add-per-file-word-list): Always put word list on new line.
259 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
261         * format.el (format-encode-run-method): Fix error message to say
262         `encode' instead of `decode'.  Use save-window-excursion around
263         shell-command-on-region as in format-decode-run-method because
264         shell-command-on-region can display a buffer with error output.
265         (format-decode): Don't record undo information for the decoding.
266         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
267         that number part of the temporary buffer name so that more than
268         one decoding using a temporary buffer can happen safely.
270         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
271         of `A-z' in the regexp.
273         * hilit-chg.el: Fix typos in commentary.
275         * help.el (view-emacs-news): Rewritten for new naming scheme
276         for old NEWS files.
278         * startup.el (command-line): Pop to *Messages* in case an error
279         is signaled while loading user-init-file.
281 2000-08-17  Andreas Schwab  <schwab@suse.de>
283         * files.el (insert-directory): Don't lose original file name,
284         undoing an undocumented change.
286 2000-08-17  Alex Schroeder  <alex@gnu.org>
288         * sql.el (sql-magic-go): Use comint-bol.
289         (sql-copy-column): Use comint-line-beginning-position.
290         (comint-line-beginning-position): Define a replacement for
291         comint-line-beginning-position if it is not fboundp.
293 2000-08-17  Alex Schroeder  <alex@gnu.org>
295         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
296         it didn't have any effect anyway.
298 2000-08-17  Alex Schroeder  <alex@gnu.org>
300         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
301         --pset and pager=off instead of sending \\o|cat at the beginning
302         of the session.
304 2000-08-17  Miles Bader  <miles@gnu.org>
306         * progmodes/octave-inf.el: Add compatibility definition of
307         comint-line-beginning-position.
309 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
311         * startup.el (normal-top-level): Look in each dir in load-path for
312         a leim-list.el file too.  This assures of loading leim-list.el
313         that is created at Emacs installation time even if a user have his
314         own leim-list.el.
316 2000-08-17  Miles Bader  <miles@gnu.org>
318         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
319         foreground color to black if the background is dark.
321 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
323         * loadhist.el (unload-feature): Typo.
325         * finder.el (finder-compile-keywords): 
326         * cus-dep.el (custom-make-dependencies): Add local-variable settings
327         to the generated file.
329         * mail/mh-e.el (mh-make-local-vars):
330         Replace make-variable-buffer-local with make-local-variable.
332         * play/landmark.el:
333         * options.el (Edit-options-{set,toggle,t,nil}):
334         * mail/mailabbrev.el (mail-abbrevs-mode): 
335         * textmodes/tex-mode.el (tex-expand-files): 
336         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
338         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
340         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
341         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
342         Allow going past the last element.
343         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark) 
344         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
345         (cvs-mouse-toggle-mark): Don't move point.
346         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
348         * progmodes/compile.el (grep): Provide a default set of files.
349         (next-error): Docstring fix.
350         (compilation-find-file): Avoid find-file (fails in a dedicated window).
352         * emacs-lisp/easy-mmode.el (define-minor-mode):
353         Use `symbol-value' to keep the byte-compiler quiet.
355         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
356         (diff-find-source-location): New fun, extracted from diff-goto-source.
357         (diff-goto-source): Use it.
358         (diff-next-complex-hunk, diff-filter-lines): New function.
359         (diff-apply-hunk): New command.
361         * smerge-mode.el (smerge-mode-menu): Doc fix.
363         * msb.el (msb-mode): Define it in terms of define-minor-mode.
365 2000-08-16  Dave Love  <fx@gnu.org>
367         * windmove.el (windmove) <defgroup>: Add :version.
369         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
370         (goto-address-fontify-p, goto-address-highlight-p)
371         (goto-address-url-face, goto-address-url-mouse-face)
372         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
373         (goto-address-url-regexp): Use thing-at-point-url-regexp.
374         (goto-address-fontify, goto-address-at-mouse): Simplify,
375         (goto-address-at-point): browse-url-url-at-point,
376         goto-address-find-address-at-point can return nil.
377         (goto-address-find-address-at-point): Return nil on failure.
379         * align.el (align) <defgroup>: Add :version.
381         * calculator.el (calculator): Add :version.
382         (calculator): Use two lines for calculator window if `modeline'
383         face is boxed.
385         * play/5x5.el: Doc fixes.
386         (5x5) <defgroup>: Add :version.
388         * play/fortune.el (fortune) <defgroup>: Add :version.
389         (fortune-append): Fix error message.
390         (fortune-from-region): Doc fix.
392         * play/pong.el (pong): Doc fix.
394         * play/morse.el: Keywords, commentary, autoloads.
396 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
398         * desktop.el (desktop-save): Don't look at symbol-value of a
399         member of minor-mode-alist, unless it is boundp.
401 2000-08-16  Sam Steingold  <sds@gnu.org>
403         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
404         `while'; use `with-current-buffer' instead of `save-excursion'.
405         Removed unnecessary kludges now that "*Buffer List*" is excluded.
407 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
409         * international/ccl.el (declare-ccl-program): Docstring modified.
410         (ccl-execute-with-args): Likewise.
412 2000-08-16  Miles Bader  <miles@gnu.org>
414         * progmodes/sql.el: Add compatibility definition of
415         comint-line-beginning-position.
417 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
419         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
420         'buffer-menu' property.
421         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
422         fails.
423         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
424         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
425         wasn't killed.
427         * buff-menu.el (list-buffers-noselect): Don't display the
428         *Buffer List* buffer.
430         * font-lock.el: Require jit-lock to prevent a very late
431         `Loading jit-lock' message.
433         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
434         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
435         mail address.
437 2000-08-15  Miles Bader  <miles@gnu.org>
439         * textmodes/ispell.el (ispell-graphic-p): New constant.
440         (ispell-choices-win-default-height, ispell-help): Use
441         `ispell-graphic-p' instead of `xemacsp'.
443 2000-08-15  Dave Love  <fx@gnu.org>
445         * simple.el: Autoload widget-convert when compiling.
446         (mail-user-agent): Doc fix.
448         * help.el (function-called-at-point, variable-at-point): Use
449         with-syntax-table.
450         (help-manyarg-func-alist): Add insert-and-inherit.
452         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
454         * delsel.el (delsel-unload-hook): New function.
456         * find-file.el: Doc fixes.  Move provide to end.
457         (ff) <defgroup>: Add :link.
458         (ff-goto-click): Deleted.
459         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
460         Use mouse-set-point.
462         * textmodes/tildify.el: Doc fixes.
463         (tildify) <defgroup>: Add:version.
465         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
466         (glasses-custom-set): Use set-default, not set.
467         (minor-mode-alist): Propertize the lighter.
468         (glasses-mode): Provide optional arg.
470         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
471         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
472         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
473         option.  Provide :type.
474         (cwarn-configuration): Provide :type.
475         (cwarn-mode): Doc fix.
477         * add-log.el (change-log-merge): Doc fix.
478         (change-log-redate): New command.
480         * net/browse-url.el (browse-url-filename-alist): Add a clause for
481         Doze and Dog.
482         (browse-url): Use dolist, not mapcar.
483         (browse-url-at-point): Check for null url.
484         (browse-url-event-buffer, browse-url-event-point): Functions
485         deleted.
486         (browse-url-at-mouse, browse-url-netscape): Simplify.
488         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
489         modes.
490         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
491         Fix previous change to mapcan.
492         (msb--init-file-alist, msb--add-separators)
493         (msb--make-keymap-menu): Simplify.
494         (msb--choose-file-menu): Use copy-sequence.
495         (msb-mode-map): Add title to keymap.
496         (msb-unload-hook): New function.
498         * bs.el: Fix indentation.
499         (bs) <defgroup>: Add :links.
500         (bs-show): Doc fix.
501         (bs-apply-sort-faces): Don't use window-system.
502         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
504 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
506         * calendar/timeclock.el (timeclock-file): Run .timelog through
507         convert-standard-filename.
509 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
511         * emacs-lisp/authors.el: New file.
513         * paren.el (show-paren-priority): New user option.
514         (show-paren-function): Set overlay priorities to
515         show-paren-priority.
517 2000-08-14  Miles Bader  <miles@gnu.org>
519         * comint.el (comint-bol): Use `forward-line 0' instead of calling
520         beginning-of-line with inhibit-field-text-motion bound.
522 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
524         * calendar/timeclock.el: New file.
526 2000-08-14  David Ponce  <david@dponce.com>
528         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
529         `widget-button-click'. so that one can use left mouse button to
530         click on dialog buttons.
532 2000-08-14  Emmanuel Briot  <briot@gnat.com>
534         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
535         identifiers, since XML is case sensitive
537 2000-08-12  Miles Bader  <miles@gnu.org>
539         * comint.el (comint-output-filter): Don't bother frobbing
540         window-start, it doesn't seem to be necessary.
542         * comint.el (comint-send-string, comint-send-region): Make into
543         real functions.  Snapshot the prompt before sending.
545 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
547         * info.el (Info-find-emacs-command-nodes): Rewrite to use
548         technique similar to Info-index, instead of relying on specific
549         names of relevant Index nodes.
550         (Info-goto-emacs-command-node): Bind Info-history to nil when
551         going to the first node found by Info-find-emacs-command-nodes.
553 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
555         * menu-bar.el (menu-bar-help-menu): Add a :help string.
557 2000-08-10  Miles Bader  <miles@gnu.org>
559         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
561 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
563         * info.el (Info-file-list-for-emacs): More elements for the
564         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
565         and woman manuals.
567 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
569         * comint.el (comint-send-input): Make the newline boundary overlay
570         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
571         (comint-output-filter): Use `insert' instead of
572         `insert-before-markers'.  Extend comint-last-output-overlay when
573         necessary since we can't rely on insert-before-markers to do it.
574         * gud.el (gud-filter): Use `with-current-buffer' instead of
575         save-excursion when inserting the output, so that point gets
576         updated correctly; the old method relied on a rather dodgy
577         side-effect of comint-output-filter to avoid the effect of
578         save-excursion.
580 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
582         * files.el (recover-file): Call insert-directory instead of
583         invoking `ls' directly.
585 2000-08-10  Miles Bader  <miles@gnu.org>
587         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
588         (comint-last-prompt-overlay): New variables.
589         (comint-output-filter): Implement prompt highlighting.
590         (comint-snapshot-last-prompt): New function.
591         (comint-send-input): Snapshot the last prompt.
592         Use comint-highlight-input-face.
593         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
594         Use defface instead of defcustom.
595         (send-invisible, comint-send-eof): Snapshot the last prompt.
596         (comint-delchar-or-maybe-eof): Use comint-send-eof.
597         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
599 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
601         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
602         (regexp-opt-group): Use a list of chars for `letters'.
603         (regexp-opt-charset): `chars' is now a list of chars.
604         Use a char-table rather than a vector so it works for multibyte chars.
606         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
607         Set cvs-minor-current-files to the selected fileinfo.
608         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
609         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
611 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
613         * files.el (insert-directory): Don't call access-file on
614         directories on DOS and Windows.
616 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
618         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
619         longer if necessary.
620         (ccl-embed-code): Call ccl-embed-data to store CODE in
621         ccl-program-vector.
623 2000-08-09  Miles Bader  <miles@gnu.org>
625         * comint.el (comint-output-filter): Properly handle the case where
626         the text surrounded by comint-last-output-overlay was deleted.
628 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
630         * info.el (Info-insert-dir): Use Info-additional-directory-list if
631         non-nil.
632         (Info-file-list-for-emacs): Remove "info" from the list because
633         that leads to trying to use the documentation from file `info'
634         in various situations where it isn't appropriate, for instance
635         C-h C-k C-h i.
637         * ffap.el (ffap-read-file-or-url-internal): Handle case that
638         DIR and/or STRING are nil.
640         * progmodes/compile.el (compilation-setup): Make variable
641         compilation-error-screen-columns buffer-local, as some comment
642         in the code suggests it should be.
644         * files.el (auto-mode-interpreter-regexp): New variable.
645         (set-auto-mode): Use it.
647         * indent.el (indent-for-tab-command): Doc fix.
649         * mouse-sel.el (mouse-sel-mode): Doc fix.
651         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
652         labels.
654         * help.el (print-help-return-message): When
655         display-buffer-reuse-frames is set, let the help window been quit,
656         instead of deleting it, which might delete a reused frame.
658 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
660         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
661         rename a directory to a name that differs only by its letter case.
663 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
665         * international/quail.el (quail-define-rules): Handle Quail decode
666         map correctly.  Add code for supporting annotations.
667         (quail-install-decode-map): New function.
668         (quail-defrule-internal): New optional arguments decode-map and
669         props.
670         (quail-advice): New function.
672 2000-08-07  Sam Steingold  <sds@gnu.org>
674         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
675         `defconst', `define-condition', `with-slots'.
676         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
678 2000-08-03  Miles Bader  <miles@gnu.org>
680         * comint.el (comint-use-prompt-regexp-instead-of-fields):
681         New variable.
682         (comint-prompt-regexp, comint-get-old-input): Document dependence on
683         comint-use-prompt-regexp-instead-of-fields.
684         (comint-send-input): Add `input' field property to stuff we send to
685         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
686         (comint-output-filter): Add `output' field property to process
687         output, if comint-use-prompt-regexp-instead-of-fields is nil.
688         (comint-replace-by-expanded-history)
689         (comint-get-old-input-default, comint-show-output)
690         (comint-backward-matching-input, comint-forward-matching-input)
691         (comint-next-prompt, comint-previous-prompt):  Use field
692         properties if comint-use-prompt-regexp-instead-of-fields is nil.
693         (comint-line-beginning-position): New function.
694         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
695         (comint-replace-by-expanded-history-before-point): Use
696         comint-line-beginning-position and line-end-position.
697         (comint-last-output-overlay): New variable.
698         (comint-mode): Make `comint-last-output-overlay' buffer-local.
700         * shell.el (shell-prompt-pattern): Doc change.
701         (shell-backward-command): Use line-beginning-position.
703         * gud.el (gud-gdb-complete-command): Use
704         comint-line-beginning-position.
706         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
707         comint-bol doesn't actually go to the beginning of the line.
709         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
710         if comint-use-prompt-regexp-instead-of-fields is non-nil.
711         (try-expand-line-all-buffers): Likewise.
713         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
714         explicitly matching comint-prompt-regexp.
715         (sql-copy-column): Use comint-line-beginning-position instead of
716         explicitly matching comint-prompt-regexp.
718         * progmodes/octave-inf.el (inferior-octave-complete): Use
719         comint-line-beginning-position.
721         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
723         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
724         looking for a prompt, use `forward-line 0' instead of
725         `beginning-of-line', to avoid getting caught by an input field.
727 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
729         * files.el (shell-quote-wildcard-pattern): Make sure to return
730         PATTERN, in the Unix case.
732 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
734         * play/zone.el (zone): Discard any pending input before running
735         the randomly-chosen pgm.
737 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
739         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
740         checking the existence of any multibyte characters.
742 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
744         * help.el (describe-mode): Test minor-mode symbol for being
745         bound before testing its value for being nil.
747         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
748         `first', `second', and `third'.
750         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
751         (second): Make it an alias for `cadr'.
753 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
755         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
756         types of display support faces now.
758 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
760         * pcvs.el (require): Require `cl' during compilation, only.
762         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
763         (toplevel): Remove `remq' and `remove' from autoloads.
764         (cl-fake-autoloads): New variable.  If set, arrange for an error
765         when CL functions etc. are autoloaded.
767 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
769         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
771         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
772         popped up, but the user clicks outside the menu, return an empty
773         regexp (that causes unhighlight-regexp to have no effect).
775         * menu-bar.el (menu-bar-games-menu): Add Zone.
777         * hi-lock.el (toplevel): Require font-lock.
779 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
781         * ebnf2ps.el: Get around a bug on skip-chars-forward.
782         (ebnf-8-bit-chars): New var for bug fix.
783         (ebnf-string): Bug fix.
785 2000-08-03  Sam Steingold  <sds@gnu.org>
787         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
788         instead of `buffer-string'.
789         (require 'cl): Always, not just when compiling.
790         `ignore-errors' in `interactive', `list*', `defun*' &c make this
791         necessary.
793 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
795         * international/mule-cmds.el (select-safe-coding-system): Make
796         the message text about selecting a safe coding system more clear.
798 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
800         * hi-lock.el: New file.
802         * play/zone.el: New file.
804         * replace.el (occur): Set tab-width in the *Occur* buffer to the
805         value of tab-width in the original buffer.  Choose a line number
806         format that's a multiple of the original buffer's tab width, so
807         that lines appear right.
809         * textmodes/ispell.el (ispell): New function, replacing an alias.
810         Spell-check active region if in transient-mark-mode and mark
811         is active; otherwise spell-check buffer.
813 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
815         * ps-mule.el: Fix a customization problem on
816         ps-mule-font-info-database-default.
818 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
820         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
821         display-mouse-p instead of window-system.
822         (ebrowse-member-mode-map): Ditto.
824 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
826         * ebnf2ps.el: Update ps-print functions call.  Indentation fix.  Doc
827         fix.
828         (ebnf-version): New version number (3.2).
829         (ebnf-format-color, ebnf-begin-job): Code fix.
831 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
833         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
834         font lock support on window-system.
835         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
837         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
838         display-color-p, if fboundp, instead of window-system.
840 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
842         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
843         instead of window-system.
845         * wid-edit.el (widget-choose): Use display-mouse-p instead of
846         window-system.
847         (widget-choice-mouse-down-action): Use display-popup-menus-p
848         instead of window-system.
850         * strokes.el (strokes-file): Run the file name through
851         convert-standard-filename.
852         (strokes-mode): Call display-mouse-p instead of looking at
853         window-system.  Change the error message accordingly.
855         * progmodes/cpp.el (toplevel): Support faces on tty's.
857         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
858         (lm-plot-square, lm-init-display): Don't use window-system.
860         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
861         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
863         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
864         instead of looking at window-system.
866 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
868         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
869         of testing if iswitchb-prepost-hooks is bound, because the
870         latter will always be true when invoking a recursive minibuffer
871         from an active Iswitchb buffer.
873 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
875         * files.el (shell-quote-wildcard-pattern): New function.
876         (insert-directory): Call it.  Only prepend "\" to command on Unix
877         and GNU/Linux systems.
879 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
881         * eshell/esh-groups.el: Change custom :link file names
882         from `eshell.info' to `eshell'.
884 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
886         * dired.el (dired-build-subdir-alist): Expand subdirectory names
887         correctly in recursive ange-ftp listings.
889 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
891         * ps-print.el: Fix bug 1: if ps-font-size-internal,
892         ps-header-font-size-internal and
893         ps-header-title-font-size-internal variables are not set,
894         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
895         face text property is (foreground-color . COLOR) or
896         `(background-color . COLOR)', ps-print crashes.  Doc fix.
897         (ps-print-version): New version number (5.2.4).
898         (ps-plot-region): Code fix.
899         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
900         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
901         Bug fix 2.
903 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
905         * glasses.el (glasses-make-readable): Fix uncapitalization of
906         identifiers like `myXMLDocument'.
908 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
910         * mail/mail-hist.el (mail-hist-previous-input)
911         (mail-hist-next-input): Do the obvious code factorization.
912         (mail-hist-retrieve-and-insert): New func, contains common
913         code of above two.
914         If inserting a message body, leave point at top.
916 2000-07-28  Sam Steingold  <sds@gnu.org>
918         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
919         Use `<=', not `<' to compare times!
920         (ange-ftp-ls): Remove.
922 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
924         * play/cookie1.el: Add explanation of how to make cookie.el
925         compatible with strfile(1) to comment.
927         * subr.el (remove, remq): New functions.
929         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
930         escape `*' in regexps.
931         (midnight-find): Reverse order of arguments in the funcall of
932         TEST.
934         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
935         and `.class'.
937         * play/meese.el: Add Commentary section.
939 2000-07-27  Alex Schroeder  <alex@gnu.org>
941         * sql.el (sql-ms): Added autoload cookie.
942         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
943         (sql-oracle): Ditto.
944         (sql-help): Doc change.
946         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
947         types and exceptions.
949 2000-07-27  Alex Schroeder  <alex@gnu.org>
951         * sql.el (sql-placeholder-history): New variable.
952         (sql-query-placeholders-and-send): New function that will query
953         the user and replace placeholders with user input.
954         (sql-oracle): If running on NT, set comint-input-sender to
955         sql-query-placeholders-and-send.
957         (sql-stop): If in the SQLi buffer, insert stop notification, else
958         present it as a message.
960 2000-07-27  Alex Schroeder  <alex@gnu.org>
962         * sql.el (sql-input-ring-separator): Doc change.
963         (sql-input-ring-file-name): Doc change.
964         (sql-interactive-mode): Use `sql-input-ring-separator' and
965         `sql-input-ring-file-name' to set the comint-mode equivalents
966         without making them local variables.
967         (sql-stop): Don't bind `sql-input-ring-separator' and
968         `sql-input-ring-file-name' dynamically to their comint-mode
969         equivalents.
971 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
973         * international/mule.el (register-char-codings): New function.
974         (make-coding-system): Handle `safe-chars' specification in the arg
975         PROPERTY.
977         * international/mule-cmds.el
978         (find-coding-systems-region-subset-p): This function deleted.
979         (sort-coding-systems-predicate): New variable.
980         (sort-coding-systems): New function.
981         (find-coding-systems-region): Use
982         find-coding-systems-region-internal.
983         (find-coding-systems-string): Use find-coding-systems-region.
984         (find-coding-systems-for-charsets): Check
985         char-coding-system-table.
986         (select-safe-coding-system-accept-default-p): New variable.
987         (select-safe-coding-system): Mostly rewritten.  New argument
988         ACCEPT-DEFAULT-P.
989         (select-message-coding-system): Call select-safe-coding-system
990         with ACCEPT-DEFAULT-P arg.
991         (reset-language-environment): Reset default-sendmail-coding-system
992         to the default value iso-latin-1.
993         (set-language-environment): Don't set the obsolete variable
994         charset-origin-alist.
996         * international/codepage.el (cp-coding-system-for-codepage-1):
997         Give `safe-chars' property to make-coding-system.
999         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
1000         calling select-message-coding-system twice.
1002         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
1003         instead of `safe-charsets'.
1004         (cyrillic-alternativnyj): Likewise.
1005         (ccl-encode-alternativnyj): Don't check the charset
1006         cyrillic-iso8859-5.
1008 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
1010         * composite.el (compose-chars-after): Preserve match data.
1012 2000-07-26  Sam Steingold  <sds@gnu.org>
1014         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
1015         (ange-ftp-real-file-newer-than-file-p): New function.
1016         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
1017         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
1019         * tooltip.el (tooltip-float-time): Removed (use `float-time').
1020         * midnight.el (midnight-float-time): Ditto.
1022 2000-07-26  Andreas Schwab  <schwab@suse.de>
1024         * files.el (normal-backup-enable-predicate): Correct
1025         interpretation of the return value of compare-strings.
1027 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
1029         * isearch.el (isearch-resume): New function.
1030         (isearch-done): Add something to command-history to resume
1031         the search.
1032         (isearch-yank-line, isearch-yank-word): Use
1033         buffer-substring-no-properties instead of buffer-substring.
1035         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
1036         of flyspell-mouse-map.
1038         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
1039         duplicate definition.
1040         (makefile-mode): Remove duplicate setting of local-abbrev-table.
1042         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
1043         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
1045 2000-07-25  Sam Steingold  <sds@gnu.org>
1047         * net/ange-ftp.el: Get modtime over the net.
1048         (ange-ftp-file-modtime): New function.
1049         (ange-ftp-write-region, ange-ftp-insert-file-contents)
1050         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
1051         Use it.
1052         (ange-ftp-dot-to-slash): New function.
1053         (ange-ftp-fix-name-for-vms): Use it.
1055         * midnight.el (midnight-buffer-display-time): Use
1056         `with-current-buffer'.
1058 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
1060         * find-dired.el: Update copyright notice.
1061         (find-dired): Offer to kill a running `find'.
1063         * enriched.el (enriched-face-ans): For a `foreground-color'
1064         property, return '(("x-color" COLOR))' so that COLOR will be
1065         output as a parameter of the x-color annotation.  Likewise for the
1066         `background-color' property.  In the case of normal face
1067         properties, don't return annotations for unspecified foreground
1068         and background face attributes.
1070 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
1072         * language/japan-util.el (japanese-katakana-region): Fix handling
1073         HANKAKU argument.
1075 2000-07-25  Miles Bader  <miles@gnu.org>
1077         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
1078         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
1079         constrain-to-field.
1081 2000-07-24  Andrew Innes  <andrewi@gnu.org>
1083         * timer.el (timer-activate-when-idle): Add optional parameter
1084         DONT-WAIT.  Update docstring.
1085         (run-with-idle-timer): Specify extra parameter to
1086         timer-activate-when-idle, so that timer will be activated
1087         immediately if Emacs is already idle.
1089         * w32-fns.el (w32-using-nt): Fix docstring.
1091 2000-07-24  Dave Love  <fx@gnu.org>
1093         * mouse.el (popup-menu): Set last-command-event.
1094         (mouse-major-mode-menu-prefix): Declare.
1096 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
1098         * textmodes/flyspell.el: Update to author's version 1.5d.
1100         * progmodes/hideshow.el: Update copyright notice.
1102         * vcursor.el: Set maintainer to FSF, since author cannot
1103         be reached.
1105 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
1107         * info.el (Info-goto-emacs-key-command-node): Leave a space after
1108         the prompt.
1110         * mouse.el (popup-menu): Run the keymap through indirect-function,
1111         in case it was defined with define-prefix-key.  If the menu is a
1112         list of keymaps, look up the binding of user's choice in each one
1113         of the keymaps.
1114         (mouse-popup-menubar): If the global and local menu-bar keymaps
1115         don't have a prompt string, create one and insert it into the
1116         keymap.  Don't barf if current-local-map returns nil.
1118 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
1120         * dired.el (dired-sort-R-check): Added to allow recursive listing
1121         to be undone.
1122         (dired-sort-other): Use it.
1124 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1126         * Release of cc-mode 5.27
1128 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1130         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
1131         c-beginning-of-statement-1 that caused a bad case of recursion
1132         which could consume a lot of CPU in large classes in languages
1133         that have in-expression classes (i.e. Java and Pike).
1135         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
1136         statements before top level constructs (i.e. case 6 is moved
1137         before case 5 and is now case 4) to catch in-expression
1138         classes in top level expressions correctly.
1140 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1142         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
1143         objc-method-intro. Case 4 removed and case 5I added.
1145         * cc-langs.el (c-append-paragraph-start): New variable used by
1146         c-common-init to get paragraph-start correct.
1147         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
1148         initialize paragraph-start to make it correct both with and
1149         without the javadoc special case.
1151         * cc-mode.el (java-mode): Use c-append-paragraph-start to
1152         initialize paragraph-start for javadoc markup.
1154         * cc-vars.el (c-style-variables-are-local-p): Incompatible
1155         change by defaulting this to t.  It's motivated by the
1156         confusing behavior that otherwise arise from the style system
1157         when editing both java and non-java files at the same time
1158         (see the comments about style setting in c-common-init).
1160 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1162         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
1163         similar to the one in c-fill-paragraph to check the fill
1164         prefix from the adaptive fill function for sanity.
1166 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1168         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
1169         defun block.
1171 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1173         * cc-mode.texi Documented the change of cpp-macro.
1175 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1177         * cc-align.el (c-lineup-multi-inher): Handle lines with
1178         leading comma nicely. Extended to handle member initializers
1179         too.
1181         * cc-engine.el: (c-beginning-of-inheritance-list,
1182         c-guess-basic-syntax): Fixed recognition of inheritance lists
1183         when the lines begins with a comma.
1185         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
1187         * cc-vars.el (c-offsets-alist): Changed default for
1188         member-init-cont to c-lineup-multi-inher since it now handles
1189         member initializers and indents better for leading commas.
1191 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1193         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
1194         handling that caused class open lines to be recognized as
1195         statement-conts in some cases.
1197         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
1198         guessed by the adaptive fill function unless point is on the
1199         first line of a block comment.
1201         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
1202         when the buffer ends with a macro continuation char.
1204         * cc-engine.el (c-guess-basic-syntax): Added support for
1205         function definitions as statements in Pike.  The first
1206         statement in a lambda block is now labeled defun-block-intro
1207         instead of statement-block-intro.
1209         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
1210         so that the class surrounding point is selected, not the one
1211         innermost in the state.
1213         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
1214         recognition of switch labels having hanging multiline
1215         statements.
1217         * cc-engine.el (c-beginning-of-member-init-list): Broke out
1218         some code in c-guess-basic-syntax to a separate function.
1219         * cc-engine.el (c-just-after-func-arglist-p): Fixed
1220         recognition of member inits with multiple line arglists.
1221         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
1222         member-init-cont when the commas are in funny places.
1224 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1226         * cc-defs.el (c-auto-newline): Removed this macro since it's
1227         not used anymore.
1229         * cc-engine.el (c-looking-at-bos): New helper function.
1230         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
1231         inexpr and toplevel classes apart in Pike.
1233         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
1234         of case 9A.
1236         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
1237         constant, since "class" can introduce an in-expression class
1238         in Pike nowadays.
1240 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1242         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
1243         indentation on cpp-macro lines.
1245         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
1246         a syntax modifier like comment-intro, to make it possible to
1247         get syntactic indentation for preprocessor directives.  It's
1248         incompatible wrt to lineup functions on cpp-macro, but it has
1249         no observable effect in the 99.9% common case where cpp-macro
1250         is set to -1000.
1252 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1254         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
1255         member-init-cont when the preceding arglist is several lines.
1257 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1259         * cc-styles.el (c-style-alist): The basic offset for the BSD
1260         style corrected to 8.
1262 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1264         * cc-styles.el (c-style-alist): Adjusted the indentation of
1265         brace list openers in the gnu style.
1267 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1269         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
1271         * cc-cmds.el (c-electric-brace, c-electric-slash,
1272         c-electric-star, c-electric-semi&comma, c-electric-colon,
1273         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
1274         when c-syntactic-indentation is nil.
1276         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
1277         we were left at comments preceding the first statement when
1278         reaching the beginning of the buffer.
1280         * cc-vars.el (c-syntactic-indentation): New variable to turn
1281         off all syntactic indentation.
1283 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1285         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
1286         between the text and the block comment ender when it hangs,
1287         depending on how many there are before the fill.
1289 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1291         * cc-engine.el (c-beginning-of-closest-statement): New helper
1292         function to go back to the closest preceding statement start,
1293         which could be inside a conditional statement.
1294         * cc-engine.el (c-guess-basic-syntax): Use
1295         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
1297         * cc-engine.el (c-guess-basic-syntax): Better handling of
1298         arglist-intro, arglist-cont-nonempty and arglist-close when
1299         the arglist is nested inside parens.  Cases 7A, 7C and 7F
1300         changed.
1302         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
1303         up-to-date with javadoc 1.2.
1305 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1307         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
1308         multiline Pike type decls.
1310 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1312         * cc-cmds.el (c-indent-new-comment-line): Always break
1313         multiline comments in multiline mode, regardless of
1314         comment-multi-line.
1316 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1318         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
1319         fully::qualified::names in C++ member init lists.  Preamble in
1320         case 5D changed.
1322 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1324         * cc-langs.el (c-common-init): Handling of obsolete variables
1325         moved to c-initialize-cc-mode.  More compatible style override
1326         when using global style variables.
1327         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
1328         variables moved here.
1330         * cc-mode.texi: Documented the special behavior of
1331         c-special-indent-hook as a style variable.  Don't talk about
1332         doing (c-make-styles-buffer-local t) in a mode hook, since
1333         that's already too late to work right.
1335         * cc-styles.el (c-make-styles-buffer-local): Flag style
1336         variable localness in c-style-variables-are-local-p to make
1337         the compatibility measure in c-common-init work well.
1339         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
1340         longer contain set-from-style.
1341         * cc-styles.el (c-initialize-builtin-style): Don't check for
1342         set-from-style on c-special-indent-hook.
1343         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
1344         copy-alist is sufficient now.
1346         * cc-styles.el (c-set-style, c-set-style-1,
1347         c-get-style-variables): Fixes to variable initialization so
1348         that duplicate entries in styles have the same effect
1349         regardless of DONT-OVERRIDE.
1351         * cc-styles.el (c-set-style-2): Fixed bug where the
1352         initialization of inheriting styles failed when the
1353         dont-override flag is set.
1355         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
1356         on this.
1358 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1360         * cc-defs.el (c-forward-comment): Removed the workaround
1361         introduced in 5.38 since it had worse side-effects.  If a line
1362         contains the string "//\"", it regarded the // as a comment
1363         start since the \ temporarily doesn't have escape syntax.
1365 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
1367         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
1368         ada-xref.el before ada-prj.el, so that the Project menu is created
1369         when ada-prj tries to add to it.
1370         (ada-activate-keys-for-case): Suppress the characters that are not
1371         part of the Ada syntax. Better compatibility with else-mode
1372         (ada-adjust-case-interactive): When auto-casing is not active,
1373         correctly insert newlines (used to insert only ^M).  Prevent the
1374         syntax table from being changed in case of an error
1375         (or '_' becomes part of a word and some commands are confused).
1376         Do nothing if ada-auto-case is nil.
1377         (ada-after-keyword-p): Ignore keywords that are also attributes
1378         (ada-batch-reformat): Update usage comment
1379         (ada-call-from-contextual-menu): New function
1380         (ada-case-read-exceptions): Reinitialize the casing exception list
1381         first to nil first, so that the casing exception file can be
1382         shared.
1383         (ada-check-defun-name): Handles "configure" keyword for gnatdist
1384         files.
1385         (ada-compile-goto-error): Fix regexp used to detect a file:line
1386         anywhere in the error message
1387         (ada-contextual-menu-last-point): New variable
1388         (ada-create-keymap): If the variable delete-key-deletes-forward is
1389         t on XEmacs, it means that DEL should delete one character
1390         forward.
1391         (ada-create-menu): Use :included instead of :visible for XEmacs.
1392         New submenu "Options".
1393         (ada-end-stmt-re): Correctly indent "select ... then abort"
1394         statements.
1395         (ada-fill-comment-paragraph): Correctly delete all leading '--'
1396         even if they don't match ada-fill-comment-prefix Fix handling of
1397         paragraphs on the first or last line of a file.
1398         (ada-format-paramlist): Fix handling of default parameter values.
1399         (ada-get-body-name): New function.
1400         (ada-get-current-indent): Optimized by searchling directly for an
1401         existing generic part or a statement outside of it.  Handle
1402         ada-indent-align-comments when indenting comments Replaced some
1403         regexps by testing directly the next character. This results in a
1404         huge speedup on some files.  New indentation scheme for renames
1405         statements.  Stop looking for the 'while' or 'for' associated with
1406         a 'loop' at the first semicolon encountered.  A "return" can also
1407         match an anonymous access subprogram declaration.
1408         (ada-get-indent-noindent): Ignore strings and comments when
1409         looking for the keywords "record" and "private".
1410         (ada-goto-matching-decl-start): When matching "if", make sure we
1411         are not in fact seeing "end if".  Ignore "when" statements except
1412         when initial keyword was "begin".  Fix handling of nested
1413         procedures.  Add a recursive call to this function to skip over
1414         other 'end' statmts.  Fix indentation for "when .. => begin"
1415         (ada-in-open-paren-p): Fix indentation for complex boolean
1416         expressions, where 'and then', 'or else' and parenthesis
1417         statements are mixed up.
1418         (ada-in-paramlist-p): Skip comments while searching for the
1419         beginning Fix handling of operator declarations.
1420         (ada-indent-align-comments): New variable
1421         (ada-indent-current): Change the syntax table only in the
1422         protected section, so that we are sure it is restored correctly.
1423         (ada-indent-on-previous-lines): Use ada-use-indent and
1424         ada-with-indent Correctly indent "select ... then"
1425         (ada-indent-region): Slight speedup.
1426         (ada-indent-renames): New variable.
1427         (ada-last-which-function-subprog, ada-last-which-function-line):
1428         New variables
1429         (ada-looking-at-semi-private): Correctly indent the 'private'
1430         keyword when it is the first word in a package declaration.
1431         (ada-loose-case-word): Stop searching if at the end of the buffer.
1432         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
1433         even if point is not initially at the end of the word.
1434         (ada-matching-decl-start-re): Add "when".
1435         (ada-mode): Add support for abbrev-mode, outline-mode and
1436         which-func-mode Override the old find-file.el entry in
1437         ff-special-constructs since it is using the obsolete
1438         ada-spec-suffix variable
1439         (ada-no-auto-case): New function
1440         (ada-scan-paramlist): When parsing the argument type, accept
1441         spaces (as in "X 'Class", generated by Rational Rose).
1442         (ada-other-file-name): No longer loads the other file.
1443         (ada-popup-menu): Save and restore the current buffer and cursor
1444         position before and after displaying the menu.
1445         (ada-search-ignore-complex-boolean): New function.
1446         (ada-uncomment-region): Emacs21 already knows how to delete
1447         comments not starting in the first column.
1448         (ada-use-indent): New variable
1449         (ada-which-function): New function.
1450         (ada-with-indent): New variable
1451         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
1452         can be batch-compiled from the command line.
1454         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
1455         Add to the menu when the file is loaded, not in ada-mode-hook.
1456         Add -toolbar to the default ddd command Switches moved from
1457         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
1458         ada-prj-default-comp-opt
1459         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
1460         Reference Manual to the menu
1461         (ada-check-current): rewritten as a call to ada-compile-current
1462         (ada-compile): Removed.
1463         (ada-compile-application, ada-compile-current, ada-check-current):
1464         Set the compilation-search-path so that compile.el automatically
1465         finds the sources in src_dir.  Automatic scrollong of the
1466         compilation buffer.  C-uC-cC-c asks for confirmation before
1467         compiling
1468         (ada-compile-current): New parameter, prj-field
1469         (ada-complete-identifier): Load the .ali file before doing
1470         processing
1471         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
1472         conform to gnatmake's behavior.
1473         (ada-find-file-in-dir): New function
1474         (ada-find-references): Set the environment variables for gnatfind
1475         (ada-find-src-file-in-dir): New function.
1476         (ada-first-non-nil): Removed
1477         (ada-gdb-application): Add support for jdb, the java debugger.
1478         (ada-get-ada-file-name): Load the original-file first if not done
1479         yet.
1480         (ada-get-all-references): Handles the new ali syntax (parent types
1481         are found between <>).
1482         (ada-initialize-runtime-library): New function
1483         (ada-mode-hook): Always load a project file when a file is opened,
1484         so that the casing exceptions are correctly read.
1485         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
1486         (ada-parse-prj-file): Use find-file-noselect instead of find-file
1487         to open the project file, since the latter does not work with
1488         speedbar Get default values before loading the prj file, or the
1489         default executable file name is wrong.  Use the absolute value of
1490         src_dir to initialize ada-search-directories and
1491         compilation-search-path,...  Add the standard runtime library to
1492         the search path for find-file.
1493         (ada-prj-default-debugger): Was missing an opening '{'
1494         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
1495         variables.
1496         (ada-prj-default-gnatmake-opt): New variable
1497         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
1498         buffers, the project file is the default one Save the windows
1499         configuration before displaying the menu.
1500         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
1501         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
1502         ...)  regexp-quote identifiers names to support operators +,
1503         -,... in regexps.
1504         (ada-remote): New function.
1505         (ada-run-application): Erase the output buffer before starting the
1506         run Support remote execution of the application.  Use
1507         call-process, or the arguments are incorrectly parsed
1508         (ada-set-default-project-file): Reread the content of the active
1509         project file, not the one from the current buffer When a project
1510         file is set as the default project, all directories are
1511         automatically associated with it.
1512         (ada-set-environment): New function
1513         (ada-treat-cmd-string): New special variable ${current}
1514         (ada-treat-cmd-string): Revised.  The substitution is now done for
1515         any ${...} substring
1516         (ada-xref-current): If no body was found, compiles the spec
1517         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
1518         compiler to get rid of command line length limitations.
1519         (ada-xref-get-project-field): New function
1520         (ada-xref-project-files): New variable
1521         (ada-xref-runtime-library-specs-path)
1522         (ada-xref-runtime-library-ali-path): New variables
1523         (ada-xref-set-default-prj-values): Default run command now does a
1524         cd to the build directory.  New field: main_unit Provide a default
1525         file name even if the current buffer has no prj file.
1527         * ada-prj.el:
1528         Rewritten to show a tabbed-dialog.
1529         (ada-prj-add-ada-menu): Remove the map and name parameters.
1530         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
1531         New function
1532         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
1533         (ada-prj-load-from-file): New function
1534         (ada-prj-save): Always save fields that depend on the current buffer
1535         (ada-prj-show-value): New function
1537         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
1538         Ada mode. This will allow us to display the Ada menu in any buffer
1539         we want (for project items).
1540         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
1541         number of spaces in the header.
1543 2000-07-24  Dave Love  <fx@gnu.org>
1545         * ediff-init.el (ediff-region-help-echo): Bind face-help.
1547 2000-07-23  Noah Friedman  <friedman@splode.com>
1549         * type-break.el (type-break): perform autosave.
1550         Suggested by Stephen Gildea <gildea@intouchsys.com>.
1551         (type-break-do-query): Cancel query schedule while performing
1552         actual query, to avoid possibility of a second query being made
1553         while first one is already in progress.
1554         (type-break-time-stamp-format): New variable.
1555         (type-break-time-stamp): New function.
1556         (type-break-time-warning): Use it.
1557         (type-break-keystroke-warning): Use it.
1558         (type-break-noninteractive-query): Use it.
1560         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
1561         cookie.
1562         Use add-minor-mode to set minor-mode-alist, if available.
1563         (eldoc-echo-area-use-multiline-p): New user option.
1564         (eldoc-echo-area-multiline-supported-p): New variable.
1565         (eldoc-docstring-format-sym-doc): Use them.
1566         (eldoc-mode): If not using idle timers, append to local post and
1567         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
1568         (eldoc-display-message-no-interference-p): Don't interfere with
1569         edebug.
1570         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
1571         (eldoc-function-arglist): New function.
1572         (eldoc-function-argstring): Use it.
1574         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
1575         auto save directory exists before calling directory-files.
1577 2000-07-23  Dave Love  <fx@gnu.org>
1579         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
1580         ^o, ^u.
1582 2000-07-21  Dave Love  <fx@gnu.org>
1584         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
1585         now passed to the function.  It now works properly.
1587         * smerge-mode.el (smerge-mode-menu): Fill it out.
1589 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
1591         * info-look.el (info-lookup): If *info* is shown in another frame
1592         on the same display, select that frame, instead of switching to
1593         the Info buffer in another window of the selected frame.
1595         * simple.el (universal-argument-map): Bind numeric keypad keys
1596         kp-0 to kp-9 and kp-subtract.
1597         (digit-argument): Handle these keys.
1599 2000-07-20  Dave Love  <fx@gnu.org>
1601         * net/goto-addr.el (goto-address-fontify): Don't bother with
1602         buffer-modified and read-only stuff -- irrelevant with overlays.
1603         Put an extra property on the overlays and use it to clean up in
1604         case goto-address is re-run.
1606 2000-07-19  Richard M. Stallman  <rms@gnu.org>
1608         * timer.el (run-with-idle-timer): Doc fix.
1610         * mail/mail-utils.el (mail-strip-quoted-names):
1611         Handle case where <...> appears inside "...".
1612         Use replace-match to edit the string more simply.
1613         (rmail-dont-reply-to): Cope with an unmatched ".
1615 2000-07-19  Dave Love  <fx@gnu.org>
1617         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
1618         implementation.
1620         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
1621         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
1622         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
1624 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
1626         * textmodes/refer.el: Correct maintainer's email address.
1628         * progmodes/hideif.el: Correct author's email address.
1629         Fix typo in comment.
1631         * xml.el: New file.
1633         * mail/mailheader.el: Correct author's mail address.
1635         * gnus/parse-time.el: Correct author's mail address.
1637 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
1639         * comint.el (comint-highlight-input, comint-highlight-face):
1640         New user options.
1641         (comint-input-ring-file-name): Change custom type.
1642         (comint-mode-map): Bind mouse-2.
1643         (comint-insert-clicked-input): New function.
1644         (comint-send-input): Handle input highlighting.
1646 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
1648         * mouse.el (popup-menu): New function.
1649         (mouse-major-mode-menu): Use it.
1651 2000-07-18  Dave Love  <fx@gnu.org>
1653         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
1654         improvements.
1656 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
1658         * faces.el (face-font-selection-order)
1659         (face-font-family-alternatives): Add custom type.
1661 2000-07-18  Dave Love  <fx@gnu.org>
1663         * cus-edit.el (custom-variable-reset-saved)
1664         (custom-variable-reset-standard): Remove unused bindings.
1666         * rect.el (open-rectangle-line): Remove unused let.
1668         * hl-line.el (hl-line-highlight): Check hl-line-mode.
1670 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
1672         * cdl.el: Fix `Maintainer' keyword.
1674         * play/pong.el: Add author's email address.
1676 2000-07-17  Sam Steingold  <sds@gnu.org>
1678         * files.el (insert-directory): Call `split-string' instead of
1679         re-implementing it.
1681 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
1683         * mail/vms-pmail.el: Change maintainer to FSF.
1685         * net/goto-addr.el: Change maintainer to FSF.
1687         * recentf.el: Update from author.
1689         * info.el (Info-title-face-alist): Removed.
1691 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
1693         * eshell/eshell.el (eshell): Replace links to eshell.info with
1694         links to eshell, to avoid problems on systems where the manual is
1695         installed as `eshell'.
1696         * eshell/esh-cmd.el (eshell-cmd): Ditto.
1697         * eshell/em-smart.el (eshell-smart): Ditto.
1698         * eshell/em-banner.el (eshell-banner): Ditto.
1699         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
1701         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
1702         same-file check in the MS-DOS version (it does support inodes).
1704         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
1706         * eshell/eshell.el (eshell-directory-name):
1707         Run default directory name through convert-standard-filename.
1709 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
1711         * international/mule-cmds.el (select-safe-coding-system):
1712         Fix typo in the comment.
1714         * language/european.el (compound-text):
1715         Force katakana-jisx0201 to be designated to G1.
1717         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
1718         Don't translate some national variant characters of latin-jisx0201.
1719         (x-ctext): Force katakana-jisx0201 to be designated to G1.
1721         * international/kkc.el (kkc-after-update-conversion-functions):
1722         New variable.
1723         (kkc-update-conversion): Run functions in it at the tail.
1725 2000-07-16  John Wiegley  <johnw@gnu.org>
1727         * lisp/align.el (align-newline-and-indent):
1728         Adding new function.  for auto-aligning blocks of code on RET.
1729         (align-region): Fixed badly formatted minibuffer message.
1731 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
1733         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
1734         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
1735         the conversion list at first if appropriate.
1736         (kkc-next): Don't update kkc-next-count here.
1737         (kkc-prev): Don't update kkc-prev-count here.
1738         (kkc-show-conversion-list-update): Fix setting up of conversion
1739         list message.
1741 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
1743         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
1745 2000-07-16  Dave Love  <fx@gnu.org>
1747         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
1748         function to be more specific.
1750         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
1751         non-string help-echo.
1752         (widget-types-convert-widget): Defsubst it.
1753         (widget-echo-help): Try to cope with a help-echo function of two
1754         possible sorts.
1756 2000-07-15  Jason Rumney  <jasonr@gnu.org>
1758         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1759         Declare as obsolete.
1761         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
1763 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
1765         * hilit-chg.el: Fix typo.
1767 2000-07-14  Dave Love  <fx@gnu.org>
1769         * info.el (Info-mode-menu): Fix use of :help, :enable.
1771 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
1773         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
1775 2000-07-13  Dave Love  <fx@gnu.org>
1777         * emacs-lisp/easymenu.el: Doc fixes.
1778         (easy-menu-remove): Defalias to ignore.
1780         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
1781         Call throw correctly.
1783 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
1785         * faces.el (frame-background-mode): Doc fix.
1787         * simple.el (eval-expression-print-length): Change custom type to
1788         allow entering nil as value.
1790 2000-07-13  Dave Love  <fx@gnu.org>
1792         * progmodes/fortran.el (fortran-imenu-generic-expression):
1793         Change definition layout.
1794         (fortran-mode-menu): Reinstate customize entries.
1796         * cus-edit.el (custom-group-menu-create, customize-menu-create):
1797         Use :filter, per old XEmacs code.
1799 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
1801         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
1802         event when deciding what to send to the terminal.
1804 2000-07-12  Dave Love  <fx@gnu.org>
1806         * cus-start.el: Add optional version as 4th element of specs and
1807         use it for several things new in v21.  Remove load-path.  Fix type
1808         of line-number-display-limit.
1810 2000-07-11  Dave Love  <fx@gnu.org>
1812         * progmodes/fortran.el: Don't require easymenu.
1813         Use repeat counts in various regexps.
1814         (fortran-mode-syntax-table): Defvar directly.
1815         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
1816         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
1817         Use defvar, not defconst.
1818         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
1819         (fortran-mode): Set fortran-comment-line-start-skip,
1820         fortran-comment-line-start-skip, dabbrev-case-fold-search.
1821         (fortran-comment-indent): Use defsubst.
1822         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
1823         Use fortran-comment-indent, not fortran-comment-indent-function.
1824         (fortran-comment-region, fortran-electric-line-number): Simplify.
1825         (fortran-auto-fill): New function.
1826         (fortran-do-auto-fill): Deleted.
1827         (fortran-find-comment-start-skip):
1828         Check for non-null comment-start-skip.
1829         (fortran-auto-fill-mode, fortran-fill-statement):
1830         Use fortran-auto-fill.
1831         (fortran-fill): Use fortran-auto-fill.  Check for null
1832         comment-start-skip.  Simplify final clause and use end-of-line finally.
1834         * widget.el (widget-plist-member): New alias.
1836 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
1838         * eshell/esh-module.el (toplevel): Reference
1839         byte-compile-current-file only if it is bound.
1841 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
1843         * dired.el: Don't require `dired-aux'.
1845 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
1847         * dired-aux.el (dired-show-file-type): New function.
1848         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
1849         (dired-show-file-type): Add autoload.
1851 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
1853         * international/mule-diag.el (describe-font): Adjusted for the
1854         change of fontset-info.
1855         (print-fontset): Likewise.
1857 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
1859         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
1861 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
1863         * bindings.el: Bind `[delete]' to delete-char.
1865         * dired.el (dired-find-alternate-file): New function.
1866         (dired-mode-map): Bind `a' to dired-find-alternate-file.
1867         (toplevel): Require dired-aux when compiling.
1868         (dired-buffers): Move defvar within file to avoid compiler warning.
1870         * info.el (Info-last-search): Variable removed.
1871         (Info-search-history): New variable.
1872         (Info-search): New Info-search-history.
1874         * battery.el, info-look.el: Change author's mail address.
1876 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
1878         * mail/rmail.el (rmail-clear-headers): Don't throw an error
1879         if rmail-ignored-headers is nil.
1880         (rmail-retry-failure): Bind rmail-ignored-headers and
1881         rmail-displayed-headers to nil.
1883 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
1885         * lpr.el (lpr-page-header-switches): Add `-h' switch.
1886         (print-region-1): Don't hard code `-h' here.
1888         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
1890 2000-07-01  Francesco Potorti`  <pot@gnu.org>
1892         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
1893         exim can use "your message" instead of "the message".
1895 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
1897         * facemenu.el: Docstrings fixes.
1898         (facemenu-get-face): Don't use internal-find-face.
1899         (facemenu-iterate): Rename arg to match the docstring.
1901         * newcomment.el (uncomment-region): Be more careful when skipping
1902         backwards over `=' not to bump into BOBP.
1904 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
1906         * ediff-diff.el (ediff-wordify): Use syntax table.
1907         * ediff-init.el (ediff-has-face-support-p): Use
1908         ediff-color-display-p.
1909         (ediff-color-display-p): Use display-color-p, changed to defun
1910         from defsubst.
1911         Got rid of special cases for NeXT and OS/2.
1912         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
1913         face.
1915 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
1917         * emacs-lisp/lucid.el: Require CL.
1918         (copy-tree, remprop): Remove, it's provided by CL.
1919         (map-keymap): Define in terms of cl-map-keymap.
1920         (extent-property, set-extent-end-glyph): New functions.
1922         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
1924 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
1926         * Makefile.in (DONTCOMPILE): Add comment that the name may
1927         not be changed without changing the make-dist script.
1929         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
1930         (cl-mapc): Use mapc instead of cl-old-mapc.
1932 2000-07-05  Andrew Innes  <andrewi@gnu.org>
1934         * makefile.nt: Add support for `bootstrap' and related targets.
1936 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
1938         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
1939         (easy-menu-do-define): Use `menu-item' format.
1940         Handle case where easy-menu-create-menu returns a symbol.
1941         Manually call the potential top-level filter in the function binding.
1942         (easy-menu-filter-return): New arg NAME.
1943         Convert to a keymap if MENU is an XEmacs menu.
1944         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
1945         (easy-menu-converted-items-table, easy-menu-convert-item):
1946         New var and fun to memoize easy-menu-convert-item-1.
1947         (easy-menu-do-add-item): Use it.
1948         (easy-menu-create-menu): Use easy-menu-convert-item.
1949         Wrap easy-menu-filter-return around any :filter specification.
1950         Don't convert the menu if a filter was specified.
1951         Tell easy-menu-make-symbol not to check for MENU being an expression.
1952         (easy-menu-make-symbol): New arg NOEXP.
1954 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
1956         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
1957         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
1958         (eval-defun): If called with prefix arg, instrument code for
1959         Edebug.
1961         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
1962         similar to that of eval-defun.
1964 2000-07-04  Dave Love  <fx@gnu.org>
1966         * hl-line.el (hl-line-overlay): Make it permanent-local.
1968         * calendar/todo-mode.el: Replaced with a working version, based on
1969         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
1971 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
1973         * paths.el (prune-directory-list): New function.
1974         (Info-default-directory-list): Rewritten to more methodically
1975         enumerate a big list of possible info directories (based on the
1976         list used by the standalone info reader).
1978         * info.el (info-initialize): Use prune-directory-list to remove
1979         non-existent directories from Info-directory-list.
1981         * paths.el (Info-default-directory-list): Try a list of possible
1982         info-directories instead of a single one.  Add the possible
1983         info directory "/usr/share/info".
1985         * woman.el (woman-man.conf-path): Explicitly include the debian
1986         man-db config file "/etc/manpath.config".
1987         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
1988         are present in `manpath.config'.
1989         (woman-manpath): Include "/usr/share/man".
1991 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
1993         * frame.el (blink-cursor-mode): Don't hide cursor initially.
1995         * startup.el (command-line): Initialize blink-cursor based
1996         on window-system.
1998         * frame.el (blink-cursor): Default to nil if not running under
1999         a window-system.
2001         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
2002         (face-x-resources): Remove duplicate entry for :font.
2004         * textmodes/refer.el (refer-find-entry-internal): Use some-window
2005         instead of cycling through windows with next-window.
2007         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
2008         of cycling through windows with next-window.
2010         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
2011         of cycling through windows with next-window.
2013         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
2014         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
2015         instead of cycling through windows with next-window.
2017         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
2018         instead of cycling through windows with next-window.
2020         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
2021         of cycling through windows with next-window.
2023         * terminal.el (te-process-output): Use walk-windows instead of
2024         cycling through windows with next-window.
2026         * server.el (server-switch-buffer): Use some-window instead of
2027         cycling through windows with next-window.
2029         * window.el (some-window): New function.
2030         (walk-windows): Remove reference to walk-windows-start.
2032         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
2034 2000-07-03  Richard Stallman  <rms@gnu.org>
2036         * window.el (walk-windows): Guarantee termination by keeping a list
2037         of all the windows already handled.
2039 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
2041         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
2042         window-system.
2044         * man.el (Man-notify-when-ready): Don't use window-system.  If
2045         Man-notify-method is newframe, and the display is not
2046         multi-frame, select the frame created for the man page.
2047         (Man-init-defvars): Doc fix.
2049 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
2051         * faces.el (region): Change background color for light background.
2053         * ediff-wind.el (ediff-setup-control-frame): Remove :box
2054         attribute from mode-line face of Ediff control frame.
2056         * replace.el (query-replace-map): Bind `e' like `E'.
2058 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
2060         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
2061         Change name to "Select All".
2063         * dos-fns.el (convert-standard-filename): Fix last change.
2065 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
2067         * help.el (describe-variable): Don't insert a second `'s' in front
2068         of the string `value is shown below'.  Since the syntax-table is
2069         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
2070         an existing `'s', so that this won't be deleted.
2072         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
2073         * pcmpl-unix.el: New files.
2075 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
2077         * wid-edit.el (widget-member): Use the new plist-member.
2079 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
2081         * replace.el (perform-replace): Undo change of 2000-04-04.
2082         Instead, move backward 1 character at the end of the loop when
2083         necessary.
2085         * faces.el (fringe): Change face for different backgrounds.
2087         * eshell/esh-module.el (toplevel): Load defgroup's differently;
2088         patch from John.
2090         * eshell/*.el: Change spelling of the Free Software Foundation.
2092         * eshell/esh-toggle.el: Removed.
2094         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
2096         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
2097         interactively.
2099 2000-06-26  Alex Schroeder  <alex@gnu.org>
2101         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
2102         `define-key'; instead of checking `(emacs-version)' check for
2103         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
2104         for `;' and `o' which might be electric.
2106         (sql-electric-stuff): New user option.
2107         (sql-magic-go): New function which uses `sql-electric-stuff'.
2108         (sql-magic-semicolon): New function which uses
2109         `sql-electric-stuff'.
2111         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
2112         is not fboundp.
2114         (sql-oracle-options): New variable.
2115         (sql-oracle): Use it.
2117         (sql-imenu-generic-expression): Doc change.
2118         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
2119         is used.
2121         (sql-informix): Added command line parameter "-" to force
2122         sql-informix-program to use stdout.
2124 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
2126         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
2127         (cp864-decode-table): Doc fix.
2128         (cp720-decode-table): New variable, supports the Arabic OEM
2129         codepage used by Windows.
2130         (cp737-decode-table): New, Greek OEM codepage used by Windows.
2132 2000-06-23  Dave Love  <fx@gnu.org>
2134         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
2135         (font-lock-fontify-anchored-keywords): Use
2136         line-beginning-position.
2137         (global-font-lock-mode): Use mapc.
2139 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
2141         * eshell/esh-module.el: Require CL when compiling.
2143 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
2145         * comint.el (comint-substitute-in-file-name): Call replace-match
2146         with second and third arg t.
2148         * cus-edit.el (custom-button-face, custom-button-pressed-face):
2149         Specify foreground color.
2151         * faces.el (tool-bar, mode-line, header-line): Specify foreground
2152         color.
2154         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
2156         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
2157         cddr instead of cdddr.
2159         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
2160         instead of copy-list.
2162         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
2163         of copy-list.
2165         * subdirs.el: Add eshell subdirectory.
2167         * eshell: New subdirectory containing the Eshell package.
2169         * pcomplete.el: New file.
2171 2000-06-23  Paul Eggert  <eggert@twinsun.com>
2173         * mail/mailpost.el (post-mail-send-it): Make sure file has
2174         proper permissions from birth.
2176         * files.el (basic-save-buffer-2): When temporarily setting
2177         file modes, set them to current modes plus 0200, not to 0777.
2179         * emerge.el (emerge-make-temp-file): Make sure file has proper
2180         permissions from birth.
2182 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
2184         * files.el (make-backup-file-name-1): On DOS/Windows, run the
2185         backup file name through convert-standard-filename.
2187         * dos-fns.el (convert-standard-filename): Convert leading
2188         directories as well.  When long file names are supported, convert
2189         characters that are invalid in Windows file names.
2191 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2193         * ps-print.el: Fix bug: if ^L is the very first buffer character,
2194         ps-print crashes.  New feature: page selection for printing.  Create
2195         raw-text-unix coding system for XEmacs.  Doc fix.
2196         (ps-print-version): New version number (5.2.3).
2197         (ps-plot-region): Bug fix.
2198         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
2199         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
2200         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
2201         funs.
2202         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
2203         (ps-last-page): New vars.
2205 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
2207         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
2208         empty option string.
2210 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
2212         * man.el (man): Doc fix.
2214 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
2216         * international/mule-cmds.el (set-language-info-alist): Docstring
2217         fixed.
2219 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
2221         * version.el (emacs-version): Use ISO date format.
2223         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
2224         instead of `M-backspace'.
2226         * simple.el (turn-off-auto-fill): New function.
2228 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
2230         * jit-lock.el (with-buffer-prepared-for-jit-lock):
2231         Renamed from with-buffer-prepared-for-font-lock and use
2232         inhibit-modification-hooks rather than setting *-change-functions.
2233         Update all functions to use the new name.
2234         (jit-lock-first-unfontify-pos): New semantics (and doc).
2235         (jit-lock-mode): Make non-interactive.
2236         Don't automatically turn on font-lock.
2237         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
2238         Always use jit-lock-after-change.
2239         Remove and restore font-lock-after-change-function.
2240         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
2241         (jit-lock-after-unfontify-buffer): Remove.
2242         (jit-lock-stealth-fontify):
2243         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
2244         (jit-lock-after-change): Set the `fontified' text-prop to nil.
2246 2000-06-20  Sam Steingold  <sds@gnu.org>
2248         * emacs-lisp/cl-indent.el (toplevel): Indent
2249         `print-unreadable-object' properly.  Untabify.
2251 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2253         * textmodes/reftex.el (reftex-find-citation-regexp-format):
2254         Support for bibentry.
2255         (reftex-compile-variables): Fixed problem with end of section-re.
2257         * texmodes/reftex-dcr.el (reftex-view-crossref,
2258         reftex-view-crossref-from-bibtex):
2259         Deal with changed `reftex-find-citation-regexp-format'.
2260         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
2261         Replaced `remprop' with `put'.
2262         (reftex-view-crossref, reftex-view-crossref-when-idle):
2263         Support for bibentry.
2265         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2266         New entry for bibentry package.
2268         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
2269         Regexp also matches "\nobibliography".
2271         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
2272         Call `reftex-ensure-write-access' before doing anything.
2273         (reftex-ensure-write-access): New function.
2275 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2277         * progmodes/idlwave.el: File re-installed (update to version 4.2)
2279         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
2281         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
2283         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
2286 2000-06-20  Dave Love  <fx@gnu.org>
2288         * faces.el (frame-background-mode): Use set-default, not set, in
2289         setter.
2290         (frame-update-faces, frame-update-face-colors): Define with
2291         defalias.
2293         * enriched.el (enriched-decode-foreground)
2294         (enriched-decode-background): Don't use internal-find-face.
2296         * apropos.el: Doc fixes.
2298         * cus-edit.el (customize-changed-options): Check arg.
2299         (customize-version-lessp): Don't require decimal point.
2301         * custom.el (defcustom, defgroup): Doc fix.
2303         * newcomment.el (comment) <defgroup>: Add :version.
2304         (comment-multi-line): Doc fix.
2306         * emulation/mlsupport.el (define-hooked-local-abbrev,
2307         define-hooked-global-abbrev): Fix, using define-abbrev.
2309 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
2311         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
2312         the whole buffer.
2314 2000-06-19  Dave Love  <fx@gnu.org>
2316         * menu-bar.el (menu-bar-options-save): New function.
2317         (menu-bar-options-menu): Use it.
2318         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
2319         Simplify.
2321 2000-06-19  Andreas Schwab  <schwab@suse.de>
2323         * progmodes/etags.el (tags-query-replace): Put new parameters
2324         START and END at the end, for backward compatibility.
2326 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
2328         * international/codepage.el:
2329         (cp-coding-system-for-codepage-1): Delete special codes for
2330         generating xxx-dos coding system because now a CCL based coding
2331         system can handle EOL conversion by default.
2333         * international/mule.el (make-coding-system): Generate subsidiary
2334         coding systems for EOL handling variants even for a CCL based
2335         coding system.
2337 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
2339         * international/isearch-x.el (isearch-minibuffer-input-method)
2340         (isearch-minibuffer-input-method-function): These variables
2341         deleted.
2342         (isearch-with-input-method): Don't use the above variables.
2343         (isearch-process-search-multibyte-characters): Likewise.  Call
2344         read-string with the arg INHERIT-INPUT-METHOD t.
2346 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
2348         * font-lock.el (font-lock-after-fontify-buffer)
2349         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
2351         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
2352         Use consistent make-local-variable style for font-lock-fontified.
2353         (jit-lock-fontify-buffer):
2354         Don't bother checking for font-lock-mode and jit-lock-mode.
2356         * time.el: Remove trailing ^M that prevent CVS-merging.
2358 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
2360         * Makefile.in (distclean): New target.
2362 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
2364         * Makefile.in (srcdir): Define for update-subdirs.
2366 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
2368         * find-lisp.el: New file.
2370 2000-06-16  Andrew Innes  <andrewi@gnu.org>
2372         * time.el (display-time-mail-function): New variable, to allow
2373         external packages to indicate when new mail is available.
2374         (display-time-update): Use it.
2376 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
2378         * international/mule.el (mule-version): Change version name to
2379         SAKAKI.  AOI has already been used by Meadow.
2381         * international/quail.el (quail-show-guidance-buf): To find the
2382         bottom window (but minibuffer), pay attention to the height of
2383         minibuffer.
2385 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
2387         * arc-mode.el (archive-mode-map): Use the new menu-item format for
2388         menu-bar menus.  Add help strings.  Don't remove the Edit menu
2389         from the menu bar, as the menu bar has enough space now.
2391         * Makefile.in (SHELL): Make sure /bin/sh is used.
2393         * woman.el (woman-man-buffer): Fix bold and underlined CJK
2394         characters, which use series of two ^H characters instead of one.
2396 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
2398         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
2399         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
2400         functions.
2401         (Info-find-node-2): Try a case-sensitive search first, then
2402         do a case-insensitive search.
2404         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
2405         tutorials.
2407         * complete.el (PC-env-vars-alist): New variable.
2408         (PC-complete-as-file-name): New function.
2409         (partial-completion-mode): Initialize PC-env-vars-alist from
2410         process-environment.
2411         (PC-do-completion): Handle completion of env vars.
2413         * info.el (Info-set-mode-line): Show file name in mode line,
2414         use `*Info*' instead of `Info:'.
2416         * startup.el (command-line-1): Change copyright messages to year
2417         2000.
2419 2000-06-15  Dave Love  <fx@gnu.org>
2421         * net/goto-addr.el (goto-address-fontify): Use keymap property,
2422         not local-map.
2424 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
2426         * international/mule.el (set-buffer-file-coding-system): Almost
2427         rewritten to handle `undecided' as no-op.
2429 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
2431         * Makefile.in: New file.
2433         * Makefile: Removed.
2435         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
2436         (goto-address-highlight-keymap): Bind C-c RET.
2438 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
2440         * mail/sendmail.el (sendmail-send-it): The temporary buffer
2441         inherits buffer-file-coding-system of the current buffer.
2443         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
2444         0.  Give correct argument to set-auto-coding-function.
2445         (tar-expunge): For goto-char, use (point-min), not 0.
2446         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
2447         (tar-subfile-save-buffer): Likewize.
2449         * international/mule.el
2450         (after-insert-file-set-buffer-file-coding-system): Call
2451         set-buffer-file-coding-system with the arg FORCE t.
2453 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
2455         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
2456         nil.  Contemporary sendmails issue an X-Authentication-Warning if
2457         the sender is set with `-f'.
2459 2000-06-13  Dave Love  <fx@gnu.org>
2461         * help.el (describe-function-1): Kluge around cases of functions
2462         fset to subrs whose doc doesn't match their symbol-name.
2464         * image.el (insert-image): Default STRING to a space.
2466         * info.el Doc fixes.
2467         (Info-build-node-completions): Match Ref tags.
2469 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
2471         * frame.el (display-multi-frame-p, display-multi-font-p): New
2472         defaliases for display-graphic-p.
2474         * hl-line.el: Fixed a typo in commentary.
2476 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
2478         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
2479         fixed.
2481 2000-06-12  Dave Love  <fx@gnu.org>
2483         * image.el (insert-image): Save a little consing.
2485 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
2487         * language/tibet-util.el: Convert all tibetan-1-column characters
2488         to the corresponding tibetan characters.
2489         (tibetan-add-components): Delete code for the special treatment of
2490         'a chung.
2492         * language/tibetan.el (tibetan-composable-pattern): Fix previous
2493         change.
2494         (tibetan-vowel-transcription-alist): More rules added.
2495         (tibetan-composite-vowel-alist): New variable.
2496         (tibetan-precomposition-rule-alist): More rules added.
2498 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
2500         * startup.el (command-line): Only call menu-bar-mode if interactive.
2502         * thingatpt.el (toplevel symbol-properties):
2503         * textmodes/makeinfo.el (makeinfo-compile):
2504         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
2505         * progmodes/hideif.el (hif-compress-define-list)
2506         (hide-ifdef-use-define-alist):
2507         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
2508         (ange-ftp-vms-add-file-entry):
2509         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
2510         * man.el (Man-build-man-command):
2511         * mail/rnewspost.el (news-reply-header-hook):
2512         * info.el (Info-insert-dir):
2513         * emulation/mlconvert.el (backward-word, forward-word, setq):
2514         * emacs-lisp/gulp.el (gulp-send-requests):
2515         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
2516         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
2517         (byte-optimize-apply, end of file):
2518         * emacs-lisp/advice.el (ad-advice-class-completion-table)
2519         (ad-make-freeze-definition):
2520         * startup.el (command-line, command-line-1): Don't quote lambdas.
2522         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
2523         (cvs-cleanup-removed): New function.
2524         (cvs-cleanup-functions): New var.
2525         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
2526         some flexibility in specifying additional entries to auto-cleanup.
2527         (cvs-quickdir): New function.
2528         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
2529         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
2530         (cvs-mode-find-file): Check that we are on a filename or dirname
2531         when invoked through a mouse-click.
2532         (cvs-full-path): Remove.
2533         (cvs-dired-action): Re-introduced.
2534         (cvs-dired-noselect): Use it.
2535         (vc-post-command-functions): use this new hook if available.
2537         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
2538         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
2539         (cvs-filename-map, cvs-dirname-map): Remove.
2540         (cvs-default-action): Remove.
2541         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
2542         if the arg is really a keymap.
2543         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
2544         Don't hardcode the mapping from state (aka type) to face, but check
2545         the var cvs-fi-<type>-face instead.
2546         (cvs-fileinfo-from-entries): New function.
2548         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
2549         Docstring fix.
2550         (cvs-find-file-and-jump): Change default to be safer.
2551         (cvs-mode-diff-map): Define it as a function as well.
2552         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
2553         Bind mouse-2 in this global map rather than with text-properties.
2555         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
2556         file to resolve the ambiguity between C(conflict) and C(need-merge).
2558 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
2560         * international/mule.el (set-buffer-file-coding-system): If
2561         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
2562         unconditionally.
2564 2000-06-12  Dave Love  <fx@gnu.org>
2566         * wid-edit.el (widget-specify-button): Really suppress the face if
2567         required.
2569 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
2571         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
2573 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
2575         * imenu.el (imenu-generic-expression): Docstring fix.
2577         * composite.el (composition-function-table): Move the `put'
2578         below the autoload cookie so we can load the file before loaddefs.
2580         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
2582         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
2583         Handle easy-mmode-define-global-mode.
2584         For complex macros like define-minor-mode that can generate
2585         several autoload entries, try to autoload entries in the
2586         macroexpanded code.
2588         * emacs-lisp/easy-mmode.el (define-minor-mode):
2589         If KEYMAP is a symbol, just use it.
2590         Use byte-compile-current-file and load-file-name to infer the
2591         proper :require to pass to defcustom.
2592         Wrap the hook var into `progn' so as not to autoload it.
2593         Add a :autoload-end cookie.
2594         Be more careful about the evaluation of KEYMAP.
2595         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
2596         (define-derived-mode): Move define-abbrev-table outside of defvar.
2598 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
2600         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
2601         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
2602         (backup-compiled-files): Ignore errors during `tar'.
2603         (bootstrap): Make autoloads before elc files.
2605 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
2607         * international/mule.el (set-buffer-file-coding-system): If one of
2608         undecided-XXX is specified, change only EOL conversion.
2610         * international/mule-conf.el (unix): New alias for the coding
2611         system undecided-unix.
2613 2000-06-09  Dave Love  <fx@gnu.org>
2615         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
2617         * progmodes/executable.el: Byte compile dynamic.
2618         (executable-insert): Change custom type.
2619         (executable-find): Add autoload cookie.
2620         (executable-make-buffer-file-executable-if-script-p): New
2621         function.  After Noah Friedman.
2623         * files.el (after-save-hook): Customize, with
2624         executable-make-buffer-file-executable-if-script-p as an option.
2626 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
2628         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
2629         "tib24p-mule.bdf" for Tibetan.
2631         * composite.el (decompose-composite-char): Declare it as obsolete.
2633         * man.el (Man-fontify-manpage): Pay attention to underline and
2634         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
2636 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
2638         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
2639         Set maintainer to FSF since author isn't reachable.
2641 2000-06-08  Dave Love  <fx@gnu.org>
2643         * international/mule-cmds.el (select-safe-coding-system): If
2644         DEFAULT-CODING-SYSTEM is not specified, also check the most
2645         preferred coding-system if buffer-file-coding-system is
2646         `undecided'.  From Handa.
2648 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
2650         * international/mule.el
2651         (after-insert-file-set-buffer-file-coding-system): If the buffer
2652         size is greater than INSERTED, judget that we are not visiting.
2654 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
2656         * whitespace.el (defgroup whitespace): Comment out `:version'.
2657         XEmacs 20.4 has problems defining the group with this present.
2658         We'll have this commented out till get resolve the problem.
2660 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
2662         * align.el: Update from author.
2664 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
2666         * apropos.el (apropos-mode-hook): New user variable.
2667         (apropos-mode): Run apropos-mode-hook.
2669 2000-06-07  David Ponce  <david@dponce.com>
2671         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
2672         commands.  Require `wid-edit' at run-time.
2674 2000-06-07  David Ponce  <david@dponce.com>
2676         * recentf.el: Added some "Commentary".
2677         (recentf-open-more-files, recentf-edit-list): Minor changes to
2678         move the point at the top of the file list.  This behaviour is
2679         consistent with the menu one when the list contains a lot of
2680         files.
2681         (recentf-cleanup): Now displays the number of items removed from
2682         the list.
2683         (recentf-relative-filter) New menu filter to show filenames
2684         relative to `default-directory'.
2686 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2688         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
2689         with/without giving an error if PostScript printer doesn't have this
2690         kind of page size.  Zebra Stripe continues or restarts on next page.
2691         Manual/automatic paper feeding.  Switch or not the header.
2692         (ps-print-version): New version number (5.2.2).
2693         (ps-windows-system): Include emx as a Windows system.
2694         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
2695         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
2696         (ps-background-text): Code fix.
2697         (ps-error-handler-message, ps-user-defined-prologue)
2698         (ps-print-prologue-header, ps-printer-name)
2699         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
2700         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
2701         (ps-use-face-background): Customization fix.
2702         (ps-n-up-database): Data fix.
2703         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
2704         (ps-switch-header): New vars.
2705         (ps-xemacs-color-name, ps-face-foreground-name)
2706         (ps-face-background-name, ps-boolean-constant): New funs.
2708 2000-06-07  Dave Love  <fx@gnu.org>
2710         * allout.el: New version from Manheimer.
2712 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
2714         * textmodes/fill.el (fill-find-break-point): Check the validity of
2715         charset.
2717 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
2719         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2720         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2721         Call display-color-p and display-mouse-p instead of looking at
2722         window-system.
2724 2000-06-06  Dave Love  <fx@gnu.org>
2726         * image.el (find-image): Doc fix.  Return nil if image not found.
2727         (put-image, insert-image): Make STRING arg optional.
2729 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
2731         * language/vietnamese.el: Remove eval-when-compile.
2732         (viet-viscii-nonascii-translation-table): Define it as a
2733         translation table made from viet-viscii-decode-table.
2734         (viet-viscii-encode-table): Define it as a translation table made
2735         from the reverse map of above.
2736         (viet-vscii-nonascii-translation-table): Define it as a
2737         translation table made from viet-vscii-decode-table.
2738         (viet-vscii-encode-table): Define it as a translation table made
2739         from the reverse map of above.
2740         (ccl-decode-viscii): Use translate-character.
2741         (ccl-encode-viscii, ccl-encode-viscii-font)
2742         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
2743         Likewize.
2745         * language/cyrillic.el: Remove eval-when-compile.
2746         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
2747         translation table made from cyrillic-koi8-r-decode-table.
2748         (cyrillic-koi8-r-encode-table): Define it as a translation table
2749         made from the reverse map of above.
2750         (ccl-decode-koi8): Use translate-character.
2751         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
2752         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
2753         a translation table made from cyrillic-alternativnyj-decode-table.
2754         (cyrillic-alternativnyj-encode-table): Define it as a translation
2755         table made from the reverse map of above.
2756         (ccl-decode-alternativnyj): Use translate-character.
2757         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
2758         Likewize
2760         * international/mule-diag.el (non-iso-charset-alist): Specify
2761         translation table symbol instead of translation table itself.
2762         (list-block-of-chars): CHARSET may be a translation table symbol.
2764         * international/mule.el (make-coding-system): If CODING-SYSTEM
2765         already exists, override it.
2767         * international/fontset.el: Use family `proportional' for Tibetan
2768         fonts.
2770         * international/ccl.el (ccl-compile-translate-character): Don't
2771         check if Rrr has property translation-table.
2772         (ccl-compile-map-multiple): Modified to avoid compiler warning.
2774 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
2776         * info.el: Bind case-fold-search to t when searching in case
2777         a user sets it to nil in a hook.
2779 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
2781         * autoarg.el (autoarg-mode, autoarg-kp-mode):
2782         * hl-line.el (hl-line-mode): Use the new :global key argument.
2784         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
2785         (tar-clip-time-string): Prepend a space.
2786         (tar-grind-file-mode): Construct a string rather than modifying one.
2787         (tar-header-block-summarize): Fix docstring.
2788         Use `format' rather than an error-prone set of copy-loops.
2790         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
2791         (diff-goto-source, diff-unified->context, diff-context->unified)
2792         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
2793         understand the format output by the `-p' argument to diff.
2795         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
2796         (sh-re-done): Use defconst.
2797         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
2798         (sh-help-string-for-variable, sh-guess-basic-offset):
2799         Don't quote lambdas.
2800         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
2801         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
2803         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
2804         (mh-letter-mode): Derive from text-mode.
2805         This implicitly means that it now calls kill-all-local-variables.
2806         Also remove the Emacs-18 compatibility code.
2808         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
2809         Make use of symbol-property doc-string-elt.
2810         Use memq rather than a sequence of eq.
2811         (doc-string-elt): Fix the wrong or missing previously unused values.
2812         (autoload-print-form): New function extracted from
2813         generate-file-autoloads to allow recursion when handling progn
2814         so that defvar's and defun's docstrings are properly printed.
2815         (generate-file-autoloads): Use it.
2817         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
2818         Use find-file-hooks in the minor-mode function.
2819         Be careful not to loop indefinitely in the post-command-hook function.
2821 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
2823         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
2824         tty's.
2825         * ediff-diff.el (ediff-exec-process): Use --binary for fine
2826         differences whenever appropriate.
2827         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
2828         * viper.el (find-file, find-file-other-window): Get viper to do
2829         wildcards.
2831 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
2833         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
2834         (jit-lock-fontify-buffer): New function for JIT refontification.
2835         (jit-lock-mode): Fix docstring.
2836         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
2837         Remove jit-lock-after-change from the _local_ hook.
2838         (jit-lock-function-1): Fix docstring.
2840         * info.el (Info-on-current-buffer): Initialize info.
2842         * newcomment.el (comment-indent): Ignore comment-indent-hook.
2844         * progmodes/tcl.el (tcl-indent-for-comment):
2845         Ignore comment-indent-hook.
2847         * emacs-lisp/easy-mmode.el: Require CL during compilation.
2848         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
2849         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
2850         and improve to use the lighter to guess the capitalization.
2851         (define-minor-mode): Inline code from easy-mmode-define-toggle.
2852         Add keyword arguments to specify global-ness or the custom group.
2853         Add local-map and help-echo properties to the lighter.
2854         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
2855         (easy-mmode-define-global-mode): New macro.
2857 2000-06-02  Dave Love  <fx@gnu.org>
2859         * wid-edit.el: byte-compile-dynamic since we typically don't use
2860         all the widgets.  Don't require cl or widget.  Remove
2861         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
2862         (widget-read-event): Removed.  Callers changed to use read-event.
2863         (widget-button-release-event-p): Renamed from
2864         button-release-event-p.
2865         (widget-field-add-space, widget-field-use-before-change):
2866         Uncustomize.
2867         (widget-specify-field): Use keymap property, not local-map.
2868         (widget-specify-button): Obey :suppress-face.
2869         (widget-specify-insert): Use modern backquote syntax.
2870         (widget-image-directory): Renamed from widget-glyph-directory.
2871         (widget-image-enable): Renamed from widget-glyph-enable.
2872         (widget-image-find): Replaces widget-glyph-find.
2873         (widget-button-pressed-face): Move defvar.
2874         (widget-image-insert): Replaces widget-glyph-insert.
2875         (widget-convert): Use keywordp.
2876         (widget-leave-text, widget-children-value-delete): Use mapc.
2877         (widget-keymap): Remove XEmacs stuff.
2878         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
2879         (widget-button-click): Don't set point at the click, but re-centre
2880         if we scroll out of window.  Rewritten for images v. glyphs &c.
2881         (widget-tabable-at): Use POS arg, not point.
2882         (widget-beginning-of-line, widget-end-of-line)
2883         (widget-item-value-create, widget-sublist, widget-princ-to-string)
2884         (widget-sexp-prompt-value, widget-echo-help): Simplify.
2885         (widget-default-create): Use widget-image-insert; some rewriting.
2886         (widget-visibility-value-create)
2887         (widget-push-button-value-create, widget-toggle-value-create): Use
2888         widget-image-insert.
2889         (checkbox): Create on and off images dynamically.
2890         (documentation-link): Change :help-echo.
2891         (widget-documentation-link-echo-help): Remove.
2893 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
2895         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
2897         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
2898         (easy-mmode-define-toggle, define-minor-mode): Use it.
2899         (easy-mmode-define-keymap): Docstring fix.
2900         (define-derived-mode): Default PARENT to fundamental-mode.
2901         Add the derived-mode-parent symbol-property.
2902         (easy-mmode-derived-mode-p): New function.
2904 2000-06-02  Dave Love  <fx@gnu.org>
2906         * files.el (convert-standard-filename): Doc fix.
2907         (normal-backup-enable-predicate): New function.
2908         (backup-enable-predicate): Use it to replace the lambda form.
2910         * calendar/todo-mode.el: [This needs more work on the outline
2911         stuff.]  Doc fixes.
2912         (todo) <defgroup>: Add :version.
2913         (todo-add-category): Don't use pushnew.
2914         (todo-cmd-raise): Fix typo.
2915         (todo-top-priorities): Change temp buffer name.
2916         (todo-category-alist): Avoid redundant lambda.
2917         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
2918         Use outline-next-heading.
2920         * autoarg.el: Rewritten to use define-minor-mode.
2921         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
2922         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
2924 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
2926         * isearch.el (isearch-other-meta-char): Fix previous change.
2928 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
2930         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
2931         (log-edit-done): Only add the comment to the ring if it's different
2932         from the last comment entered.
2934         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
2936 2000-06-01  Dave Love  <fx@gnu.org>
2938         * hl-line.el: Rewritten using define-minor-mode.
2940         * help.el (describe-function-1): Distinguish special form from
2941         builtin function.  Sanity-check presence of arglist for builtins.
2943 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
2945         * international/characters.el: Fix syntax/category setting of
2946         Tibetan characters.
2948         * language/tibet-util.el (tibetan-add-components): Fixes for new
2949         encoding of Tibetan characters.
2950         (tibetan-decompose-precomposition-alist): New variable.
2951         (tibetan-decompose-region): Convert precomposed characters to
2952         non-precomposed characters.
2953         (tibetan-decompose-string): Likewise.
2954         (tibetan-composition-function): Fix args to
2955         thibetan-compose-string.
2957         * language/tibetan.el (tibetan-composable-pattern): More
2958         characters included.
2959         (tibetan-consonant-transcription-alist): Rule for "R" added.
2960         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
2961         "+R" added.
2962         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
2964         * language/lao-util.el (lao-composition-function): Fix args to
2965         compose-string.
2967         * language/thai-util.el (thai-composition-function): Fix args to
2968         compose-string.
2970         * isearch.el (isearch-update): Set disable-point-adjustment to t
2971         to prevent the point moving to the end of a composition when a
2972         part of a composition is searched.
2973         (isearch-other-meta-char): If the key invoking this command can be
2974         mapped by function-key-map to a printing char, call
2975         isearch-process-search-char directly.
2977 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
2979         * emacs-lisp/bytecomp.el:
2980         * frame.el:
2981         * international/mule-cmds.el:
2982         * international/mule-util.el:
2983         * international/mule.el:
2984         * mouse.el:
2985         * subr.el:
2986         * faces.el: Update calls to make-obsolete with a WHEN argument.
2988         * byte-run.el (make-obsolete, make-obsolete-variable):
2989         Add an optional WHEN argument and change the format of the
2990         symbol-property information.
2991         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
2992         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
2993         new obsolete-symbol-property format and print WHEN if it is provided.
2995 2000-05-31  Dave Love  <fx@gnu.org>
2997         * loadhist.el (loadhist-hook-functions): Remove
2998         before-change-function, after-change-function.
2999         (unload-feature): Deal with symbols which are both bound and
3000         fbound.
3002         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
3003         before-change-function, after-change-function.
3005         * simple.el (newline): Don't bind before-change-function,
3006         after-change-function.
3008 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
3010         * whitespace.el (whitespace-rescan-timer-time): Update interval
3011         set to 600 seconds (10 minutes) instead of 60 seconds since
3012         a large number of whitespace buffers causes emacs to `freeze'
3013         for a considerable amount of time.
3015         * whitespace.el: Updated email address
3017 2000-05-31  Dave Love  <fx@gnu.org>
3019         * add-log.el (change-log-font-lock-keywords) <function>: Add
3020         pattern for function of change.
3021         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
3022         acknowledgements patterns.
3024 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
3026         * isearch.el (isearch-printing-char): If keyboard coding system is
3027         being used, call isearch-process-search-multibyte-characters.
3029         * international/isearch-x.el: Mostly rewritten.
3031         * international/quail.el (quail-start-conversion): Don't include
3032         unhandled events in the returned events, but set them in
3033         unread-command-events.  Exit if all inputs are deleted.
3035 2000-05-30  Jason Rumney  <jasonr@gnu.org>
3037         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
3039         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
3040         Reenable code to create initial fontsets.
3041         Use set-fontset-font in place of put-charset-property.
3043 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
3045         * progmodes/perl-mode.el (perl-indent-line): When looking for a
3046         label, ensure that the first colon isn't followed by another.
3048         * paths.el (Info-default-directory-list): Doc fix.
3050         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
3051         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
3052         send a query containing USER only, not USER@HOST.
3054         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
3055         and rmail-msgend to compute the restriction at the end, instead of
3056         computing it.
3058 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
3060         * dabbrev.el (dabbrev-expand): Don't display messages in the
3061         echo area if the minibuffer window is active.
3063         * jit-lock.el (jit-lock-mode): Add after change function to
3064         local hook.
3066 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3068         * antlr-mode.el: New commands: hide/unhide actions,
3069         upcase/downcase literals.
3070         (antlr-tiny-action-length): New user option.
3071         (antlr-hide-actions): New command.  Suggested by
3072         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
3073         (antlr-mode-map): New binding [C-c C-v].
3074         (antlr-mode-menu): New entries.
3075         (antlr-downcase-literals): New command.
3076         (antlr-upcase-literals): Ditto.
3078         * antlr-mode.el: Minor changes: indendation, mode-name.
3079         (antlr-indent-line): Indent cpp directive at column 0.
3080         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
3082         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
3083         (antlr-font-lock-additional-keywords): Workaround for intentional
3084         bug in XEmacs version of font-lock.
3085         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
3086         be used by a smarter version of `buffers-menu-grouping-function'.
3088 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
3090         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
3091         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
3093 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
3095         * international/encoded-kb.el
3096         (encoded-kbd-iso2022-designation-map): Pay attention to that
3097         charset-iso-final-char return -1 for eight-bit-control and
3098         eight-bit-graphic.
3100 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
3102         * speedbar.el (speedbar-use-images, speedbar-update-flag)
3103         (speedbar-easymenu-definition-base): Use display-graphic-p where
3104         available, instead of window-system.
3106 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
3108         * international/codepage.el (cp-coding-system-for-codepage-1): Add
3109         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
3110         coding systems.
3112 2000-05-26  Dave Love  <fx@gnu.org>
3114         * disp-table.el (standard-display-underline): Don't use
3115         internal-find-face.
3117         * mail/reporter.el: Maintainer change.  Doc fixes.
3118         (reporter-version): Deleted.
3120         * emacs-lisp/elp.el: Maintainer change.
3121         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
3123 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
3125         * add-log.el (add-change-log-entry): Merge the current entry with the
3126         previous one if the previous one is empty.
3128 2000-05-26  Dave Love  <fx@gnu.org>
3130         * loadhist.el (unload-feature): Fix interactive spec [from
3131         lijnzaad@ebi.ac.uk].
3133         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
3134         subr-arity to check primitives.
3135         (byte-compile-flush-pending, byte-compile-file-form-progn)
3136         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
3137         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
3138         mapcar.
3140 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
3142         * international/fontset.el: Set family names of non-latin charsets
3143         in default fontset to "*".
3145         * international/mule-diag.el (print-fontset): Combine family part
3146         and registry part of the fontname by "-*-" instead of "-".
3148         * international/mule-cmds.el (encode-coding-char): Make strings
3149         multibyte before calling encode-coding-string.
3151 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
3153         * derived.el: Fix keywords.
3154         (define-derived-mode): Only define if needed.
3156         * simple.el (fill-comment, comment-column, comment-start)
3157         (comment-start-skip, comment-end, comment-indent-function)
3158         (block-comment-start, block-comment-end, indent-for-comment)
3159         (set-comment-column, kill-comment, comment-padding, comment-region)
3160         (comment-multi-line, indent-new-comment-line): Remove.
3162         * bindings.el (esc-map): Change ; to comment-dwim and use the new
3163         function names for comment operations.
3165         * newcomment.el: Add abundant autoload cookies.
3166         (comment-style): Don't depend on runtime data at compile-time.
3167         (comment-indent-hook): Remove.
3168         (comment-indent): Check if comment-indent-hook is bound.
3169         (comment-region): Docstring fix.
3171 2000-05-25  Dave Love  <fx@gnu.org>
3173         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
3174         byte-code-function-p.
3176         * mail/rmailsum.el: Add provide.
3178         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
3180         * smerge-mode.el (smerge-diff-switches): Don't use list* in
3181         defcustom.
3183 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
3185         * ediff-diff.el (ediff-exec-process): delete --binary option from
3186         non-buffer ediff jobs.
3188 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
3190         * hilit-chg.el (highlight-changes-mode): Ask about color or
3191         grayscale support, not about window-system.
3193         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
3194         window-system.
3195         (ffap-highlight): Always default to t.
3197         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
3198         display-popup-menus-p instead of looking at window-system.
3200         * disp-table.el (standard-display-g1, standard-display-graphic):
3201         Only refuse to use string glyphs on X and MS-Windows.
3203         * avoid.el: Remove window-system from commentary, suggest to use
3204         display-*-p instead.
3206         * apropos.el (apropos-print): Use display-mouse-p instead of
3207         window-system.
3209 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
3211         * international/codepage.el (cp-decoding-vector-for-codepage):
3212         Fill up unsupported characters with their own codes.  From Kenichi
3213         Handa.
3215 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
3217         * international/mule-diag.el (describe-char-after): Use
3218         display-graphic-p instead of window-system, so that this function
3219         works on MS-DOS.
3221 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
3223         * international/codepage.el (cp-make-coding-systems-for-codepage):
3224         Remove the eight-bit-graphic and eight-bit-control charsets from
3225         the list of charsets which we convert into `?'.
3227 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
3229         * international/mule-conf.el: Specify CHARSET-ID explicitely for
3230         private charsets.
3231         (mule-unicode-0100-24ff, japanese-jisx0213-1,
3232         japanese-jisx0213-2): New charsets.
3234         * international/fontset.el: Setup default fontset for new charsets.
3236 2000-05-24  Dave Love  <fx@gnu.org>
3238         * info.el (Info-find-node-2): Restructure [following "Vadim
3239         S. Solomin" <sovs@uic.nnov.ru>].
3241         * icomplete.el: Fix header for Finder.
3243 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
3245         * rmailout.el (rmail-output-to-rmail-file): Added optional param
3246         STAY.
3248         * rmail.el (rmail-automatic-folder-directives): New user variable.
3249         (rmail-show-message): Add call to `rmail-auto-file' during
3250         display.
3251         (rmail-auto-file): New function.
3253 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
3255         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
3256         account.
3257         (ediff-test-utility,ediff-diff-mandatory-option)
3258         (ediff-reset-diff-options): Utilities for proper initialization of
3259         ediff-diff-options and ediff-diff3-options on Windows.
3261         * ediff-init.el (ediff-merge-filename-prefix): New customizable
3262         variable.
3264         * ediff-mult.el (ediff-filegroup-action): Use
3265         ediff-merge-filename-prefix.
3267 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
3269         * viper-ex.el (ex-write): Set selective display to nil.
3271 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
3273         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
3274         aliases for hebrew-iso-8bit.
3276 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
3278         * woman.el: New version from Francis J. Wright
3279         <F.J.Wright@Maths.QMW.ac.uk>.
3280         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
3281         names in environment variables regardless of the path separator.
3282         (woman-topic-all-completions-1): Don't call file-name-directory-p
3283         on all files, since woman-file-regexp already filters out any
3284         directories.
3286 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
3288         * international/quail.el (quail-start-translation): Don't change
3289         modified-p of the current buffer.
3290         (quail-start-conversion): Likewise.
3292         * international/kkc.el (kkc-region): Don't change modified-p of
3293         the current buffer.
3295         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
3296         conform to RFC1468.
3297         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
3299 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
3301         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
3302         (speedbar-insert-button): Invisible text property fix.
3303         (speedbar-directory-plus): Renamed from speedbar-directory-+
3304         (speedbar-directory-minus): Renamed from speedbar-directory--
3305         (speedbar-page-plus): Renamed from speedbar-file-+
3306         (speedbar-page-minus): Renamed from speedbar-file--
3307         (speedbar-page): Renamed from speedbar-file-
3308         (speedbar-tag): Renamed from speedbar-tag-
3309         (speedbar-tag-plus): Renamed from speedbar-tag-+
3310         (speedbar-tag-minus): Renamed from speedbar-tag--
3311         (speedbar-expand-image-button-alist): Use above renames.
3313         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
3314         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
3315         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
3316         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
3317         * sb-pg.xpm: Renamed from sb-file.xpm
3318         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
3319         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
3321 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
3323         * international/quail.el (quail-show-guidance-buf): Set
3324         current-input-method of the guidance buffer to the name of the
3325         curren input method.
3327 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
3329         * progmodes/compile.el (compile-internal): Style typo.
3331         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
3332         quote vars and functions in the docstring.
3334         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
3336         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
3337         Don't quote lambdas.
3339         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
3341 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
3343         * startup.el (command-line): Determine source file of compiled
3344         user init file differently.  Warn if compiled user init file
3345         is older than its source file.
3347         * ffap.el (ffap-url-regexp): Add `https'.
3349 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
3351         * files.el (make-backup-file-name-1): Replace slashes with `!'
3352         rather than `|' (which is not allowed on Windows).  Replace the
3353         drive letters with a string "drive_X".
3355 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
3357         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
3359         * files.el (interpreter-mode-alist): Add `bash2'.
3361 2000-05-22  Dave Love  <fx@gnu.org>
3363         * loadhist.el (feature-symbols, file-provides, file-requires): Use
3364         mapc.
3365         (feature-file): Avoid calling symbol-name.  Doc fix.
3366         (file-set-intersect, file-dependents): Use dolist, not mapcar.
3367         (loadhist-hook-functions): Add mouse-position-function.
3368         (unload-feature): Change uses of mapcar.
3370         * files.el (parse-colon-path): Doc fix.
3371         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
3372         (set-auto-mode): Use mapc.
3374         * complete.el (PC-look-for-include-file): Use :alnum: character
3375         class.
3376         (partial-completion-mode): Add autoload cookie.
3378 2000-05-22  Sam Steingold  <sds@gnu.org>
3380         * info.el (Info-fontify-node): Fixed the call to
3381         `add-text-properties' (bug introduced on 2000-05-18).
3383 2000-05-22  Dave Love  <fx@gnu.org>
3385         * bindings.el: Remove debug-ignored-errors set in other files.
3387         * progmodes/etags.el: Add to debug-ignored-errors.
3388         (visit-tags-table-buffer): Clear out buffers holding old tables
3389         when making a new list.
3390         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
3391         mapc.
3393         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
3394         quote keywords.
3395         (cmpl-string-case-type): Use character classes.
3397         * comint.el:
3398         * textmodes/ispell.el:
3399         * imenu.el:
3400         * mail/mh-e.el:
3401         * progmodes/compile.el: Add to debug-ignored-errors.
3403         * dabbrev.el: Add to debug-ignored-errors.
3404         (dabbrev-completion): Use mapc.
3406 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
3408         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
3409         (woman-mapcan, woman-parse-man.conf)
3410         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
3411         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
3412         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
3413         path syntax better.
3414         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
3415         (woman-manpath): Call woman-parse-man.conf.
3416         (woman-emulation): New defcustom, defaults to nroff.
3417         (woman-font-support): New defconst.
3418         (woman-use-symbol-font): New defcustom.
3419         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
3420         "Emulation".
3421         Many functions: Doc fix.
3423 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
3425         * international/quail.el (quail-simple-translation-keymap): Map
3426         128..255 to quail-self-insert-command.
3427         (quail-keyboard-layout-alist): Add definition for "pc102-de".
3429 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
3431         * help.el (help-manyarg-func-alist): Typo.
3433         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
3434         intervals which makes it heaps simpler.
3436         * newcomment.el (comment-region-internal): Go back to BEG after quoting
3437         the nested comment markers.
3439         * subr.el (remove-hook): Don't turn the hook's value into a list.
3441 2000-05-21  Dave Love  <fx@gnu.org>
3443         * edmacro.el (edmacro-parse-keys): Return vector if any elements
3444         are invalid characters.
3446         * international/mule-util.el (detect-coding-with-priority): Use
3447         mapc.  Remove redundant lambda.
3449         * international/mule-diag.el (list-non-iso-charset-chars)
3450         (describe-fontset): Remove redundant lambda.
3452         * emulation/crisp.el (brief-mode): New alias.
3454         * emacs-lisp/ring.el (ring-elements): New function.
3456         * emacs-lisp/easymenu.el (easy-menu-create-menu)
3457         (easy-menu-do-add-item): Use keywordp.
3459         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
3461         * replace.el: Doc and error message fixes.
3462         (replace-highlight): Use facep, not internal-find-face.
3464 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
3466         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
3468         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
3469         (log-edit-insert-changelog): Drop `:' as well.
3471         * log-view.el: Fix file description.
3472         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
3473         available.
3474         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
3475         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
3477         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
3478         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
3479         Print a status message if the toggle is called interactively.
3480         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
3481         for global minor modes and use `defcustom' for them.
3482         Use add-minor-mode.
3483         (easy-mmode-define-derived-mode): Remove.
3484         (define-derived-mode): Fancier default docstring.
3485         (easy-mmode-define-navigation): Signal an error rather than (ding).
3487         * newcomment.el (comment-styles): New `box-multi'.
3488         (comment-normalize-vars): Better default for comment-continue to
3489         avoid whitespace-only continuations.
3490         (comment-search-forward): Always move even in the no-syntax case.
3491         (comment-padright): Only obey N if it's only obeyed for padleft.
3492         (comment-make-extra-lines): Better handling of empty continuations.
3493         Use `=' for the filler if comment-start has only one character.
3494         (uncomment-region): Try handling the special `=' filler.
3495         (comment-region): Allow LINES even if MULTI is nil.
3496         (comment-box): Choose box style based on comment-style.
3498 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
3500         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
3501         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
3503 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
3505         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
3506         and insert, not subst-char-in-region.
3508         * international/mule-diag.el (list-character-sets-1): Handle
3509         charsets eight-bit-control and eight-bit-graphic.
3510         (list-iso-charset-chars): Likewise.
3511         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
3512         charactes as is.  Use indent-to to align characters.
3514         * international/mule-cmds.el (find-multibyte-characters): Never
3515         exclude charsets eight-bit-control and eight-bit-graphic.
3517 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
3519         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
3520         Don't quote lambdas.
3522         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
3524 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
3526         * gud.el (gud-jdb-directories): Doc fix.
3528 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
3530         * newcomment.el: New file.
3532 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
3534         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
3536 2000-05-18  Andreas Schwab  <schwab@suse.de>
3538         * dired.el (dired-between-files): Also skip lines beginning with
3539         `used'.
3541 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
3543         * msb.el (msb-menu-cond): Add choice `user'.
3545 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3547         * ps-print.el: Compatibility, customization and doc fix.
3548         (ps-printer-name-option): Replace defconst by defvar.
3549         (ps-postscript-code-directory): XEmacs compatibility.
3550         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
3551         fix.
3552         (ps-user-defined-prologue, ps-print-prologue-header)
3553         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
3554         compatibility and code fix.
3555         (ps-print-background-image, ps-print-background-text):
3556         Customization fix.
3557         (ps-line-number-start, ps-n-up-on): New vars.
3559 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
3561         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
3562         the indent-comment function to just return the appropriate indent.
3564 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
3566         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
3567         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
3568         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
3570 2000-05-18  Dave Love  <fx@gnu.org>
3572         * info.el (Info-fontify-node): Add intangible property as well as
3573         invisible.
3575         * calendar/appt.el (appt-make-list): Match all lines of entry.
3576         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
3578 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
3580         * international/mule-diag.el (describe-char-after): Call
3581         internal-char-font, not char-font.  If internal-char-font returns
3582         nil, display "-- none --".
3584 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
3586         * image.el (image-type-available-p): Don't reference image-types
3587         if it isn't bound.
3589 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
3591         * autoarg.el (autoarg-mode): Typo in the :set argument.
3593 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
3595         * startup.el (command-line-1): Don't signal an error if the
3596         directory for auto-save-list files does not yet exist.
3598 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
3600         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
3602 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
3604         * subr.el (remove-hook): `setq' hook-value, not `set'.
3606 2000-05-16  Sam Steingold  <sds@gnu.org>
3608         * info.el (debug-ignored-errors): More errors to ignore.
3610 2000-05-16  Dave Love  <fx@gnu.org>
3612         * cus-edit.el: Don't require cl or easymenu.
3613         (custom-variable-prompt): Test standard-value property, not
3614         user-variable-p.
3616 2000-05-16  Sam Steingold  <sds@gnu.org>
3618         * subr.el (add-hook): `setq' hook-value, not `set'.
3620 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
3622         * startup.el (command-line-1): Mention the FAQ in the startup
3623         message.
3625         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
3627         * progmodes/compile.el (compilation-parse-errors): Collect
3628         `nomessage' regexps last.
3630         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
3632         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
3633         to the function name.
3635 2000-05-15  Dave Love  <fx@gnu.org>
3637         * speedbar.el (speedbar-recenter): Typo.
3638         (speedbar-expand-line): Make arg optional.
3639         (speedbar-mode): Avoid a compiler warning.
3641 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
3643         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
3644         user-specified option string is empty.
3646         * mouse.el (mouse-yank-at-click): Doc fix.
3648 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
3650         * term/internal.el (IT-character-translations): More updates of
3651         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
3652         documents.
3654 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
3656         * env.el (getenv): New function, interactively callable.
3657         (setenv, getenv): Remove autoload cookies.
3659         * loadup.el: Load `env'.
3661         * progmodes/f90.el: Change author's mail address.
3663 2000-05-14  Dave Love  <fx@gnu.org>
3665         * mail/rmail.el (rmail-show-message-hook): Customize and offer
3666         goto-addr as an option.
3668         * help.el (help-xref-stack): Doc fix.
3669         (help-xref-following): New variable.
3670         (help-make-xrefs): Use it.
3671         (help-xref-go-back): Use position information from stack element.
3672         (help-follow): Make position in stack element a pair.  Use
3673         help-xref-following.
3675         * autoarg.el: New file.
3677         * faces.el: Declare more functions obsolete.
3679         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
3680         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
3681         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
3682         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
3683         Remove all the setup-...-environment functions.
3685 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
3687         * speedbar.el: Updated the commentary section.  xemacs20p now uses
3688         >= when detecting.  Require `defimage' safely.
3689         (speedbar-easymenu-definition-base): Add toggle for images.
3690         (speedbar-easymenu-definition-special): Add flush cache & expand.
3691         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
3692         (speedbar-reconfigure-keymaps-hook): New variable.
3693         (speedbar-frame-parameters): Updated documentation.
3694         (speedbar-use-imenu-flag): Updated custom tag
3695         (speedbar-dynamic-tags-function-list): New variable.
3696         (speedbar-tag-hierarchy-method): Updated doc & custom.
3697         (speedbar-indentation-width, speedbar-indentation-width) New
3698         variables.
3699         (speedbar-hide-button-brackets-flag): Customizable.
3700         (speedbar-vc-indicator): Doc update.
3701         (speedbar-ignored-path-expressions): Updated default value.
3702         (speedbar-supported-extension-expressions): Updated default value.
3703         (speedbar-syntax-table): Remove {} paren status.
3704         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
3705         as "+".  Added overlay aliases.
3706         (speedbar-mode): Use `speedbar-mode-line-update' instead of
3707         `force-mode-line-update'.
3708         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
3709         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
3710         `mouse-set-point'
3711         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
3712         (speedbar-item-info-tag-helper): Revamped to handle a wider range
3713         of arbitrary text, and new helper functions.
3714         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
3715         filename finder.
3716         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
3717         (speedbar-directory-buttons): Update path search/expansion.
3718         (speedbar-make-tag-line): Pay attention to
3719         `speedbar-indentation-width'.  Use more care w/ invisible
3720         properties.
3721         (speedbar-change-expand-button-char): Call
3722         `speedbar-insert-image-button-maybe'.
3723         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
3724         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
3725         (speedbar-trim-words-tag-hierarchy)
3726         (speedbar-simple-group-tag-hierarchy): New functions
3727         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
3728         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
3729         functions.
3730         (speedbar-mouse-set-point): New function
3731         (speedbar-power-click): Updated documentation.
3732         (speedbar-line-token, speedbar-goto-this-file): Handle more types
3733         of tag prefix text.
3734         (speedbar-expand-line, speedbar-contract-line): Make more robust
3735         to strange text.
3736         (speedbar-expand-line): Takes universal argument to flush the
3737         cache.
3738         (speedbar-flush-expand-line): New function.
3739         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
3740         Use new generator insertion method.
3741         (speedbar-fetch-dynamic-tags): New function.
3742         (speedbar-fetch-dynamic-imenu): Removed code now handled in
3743         `speedbar-fetch-dynamic-imenu'.
3744         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
3745         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
3746         "Revert Buffer" menu items.
3747         (speedbar-buffer-buttons-engine): Be smarter when creating a
3748         filename tag (for expansion purposes.).
3749         (speedbar-highlight-one-tag-line,
3750         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
3751         (speedbar-recenter): New functions.
3752         (defimage-speedbar): Image loading abstraction.
3753         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
3754         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
3755         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
3756         (speedbar-tag-type, speedbar-tag-mail): New images.
3757         (speedbar-expand-image-button-alist): New variable.
3758         (speedbar-insert-image-button-maybe): Insert an image over some
3759         buttons.
3761 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
3763         * international/mule-cmds.el (encode-coding-char): An ASCII
3764         character is always encodable.
3766         * international/mule-conf.el: Add more information in descriptions
3767         of character sets.
3769         * international/mule-diag.el (describe-char-after): New function.
3770         (describe-font-internal): Adjusted for the change of font-info.
3771         (describe-font): Likewise.
3772         (print-fontset): Rewritten for the new fontset implementation.
3773         (describe-fontset): Include fontset alias names in completion.
3774         (list-fontsets): Adjusted for the change of print-fontset.
3776         * simple.el (what-cursor-position): If DETAIL is non-nil, call
3777         describe-char-after instead of displaying the detail in the echo
3778         area.
3779         (syntax-code-table): Format changed.
3780         (string-to-syntax): Adjusted for the above change.
3782 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
3784         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
3786 2000-05-12  Dave Love  <fx@gnu.org>
3788         * calendar/todo-mode.el: Remove some compatibility stuff and CL
3789         dependence.  Use line-{beginning,end}-position, not
3790         point-at{b,e}ol.  Some doc fixes.
3791         (todo-position): New function.  Fix callers of position to use it.
3792         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
3794 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
3796         * time.el (display-time-mail-icon): Use `:ascent center'.
3798         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
3799         handling FTP security extensions.
3801 2000-05-11  Dave Love  <fx@gnu.org>
3803         * calendar/todo-mode.el: New file.
3805 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
3807         * comint.el (comint-read-input-ring): Move reference to
3808         comint-input-ring-size outside of the save-excursion.  It was
3809         causing the default value to be the only one ever seen.
3811         * font-lock.el: Update copyright.  Remove Simon Marshall's email
3812         address on request from him.
3814         * subr.el (substitute-key-definition): Add comment describing
3815         the meaning of PREFIX.
3817 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
3819         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
3821         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
3822         (add-minor-mode): Don't make the variable buffer-local and add a
3823         reference to define-minor-mode in the docstring.
3825         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
3826         HEADER/FOOTER and fix bug with trailing empty directory.
3827         (cvs-append-to-ignore): Use vc-editable-p if available.
3828         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
3829         (vc-do-command): Tweak advice to handle the new VC.
3831         * log-view.el (log-view-goto-rev): New function for the new VC.
3832         (log-view-minor-wrap): Use mark-active.
3834         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
3835         (log-edit-changelog-full-paragraphs): New var.
3836         (log-edit-insert-changelog): Remove a lonely leading `* file'.
3837         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
3838         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
3839         (log-edit-changelog-ours-p, log-edit-changelog-entries)
3840         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
3841         Replace the `cvs' prefix with `log-edit'.
3843         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
3845         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
3846         (diff-font-lock-defaults): Explicitly turn off multiline.
3847         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
3848         (diff-ediff-patch): Fix call to ediff-patch-file.
3849         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
3850         Handle comments.
3852         * frame.el (automatic-hscrolling): Typo.
3854         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
3856 2000-05-09  Sam Steingold  <sds@goems.com>
3858         * apropos.el (apropos-print): use `describe-face' instead of
3859         `customize-face-other-window'.
3861 2000-05-09  Dave Love  <fx@gnu.org>
3863         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
3865         * help.el (describe-variable): Have customize button pop the
3866         help-xref stack when invoked.
3867         (help-xref-symbol-regexp): Add `face'.
3868         (help-make-xrefs): Check for quoted face names and adapt regexp
3869         submatch numbers to cope.
3870         (help-xref-interned): Maybe insert face doc too.  Separate
3871         sections with a line of hyphens.
3873         * faces.el:  Some doc fixes.  Declare some functions obsolete.
3874         (describe-face): Add customize button.  Return the help
3875         text.  Fix prompt.
3877 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
3879         * term/internal.el (IT-character-translations): Fix last change.
3881 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
3883         * woman.el: New file
3884         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
3886 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
3888         * term/internal.el (IT-character-translations): Update ASCII
3889         simulations for greek-iso8859-7, add latin-iso8859-14 and
3890         latin-iso8859-15.
3892         * international/mule-cmds.el (set-language-info-alist): Call
3893         define-prefix-command with 3 arguments, to make the map suitable
3894         for a menu.
3896 2000-05-07  Dave Love  <fx@gnu.org>
3898         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
3900 2000-05-05  Dave Love  <fx@gnu.org>
3902         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
3903         list in doc string.  Don't quote keyword symbols.
3904         * emacs-lisp/cl.el: Likewise
3905         * emacs-lisp/cl-seq.el: Likewise
3907 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
3909         * abbrev.el (abbrev-mode): Make ARG optional.
3911 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
3913         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
3915         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
3917         * subr.el (substitute-key-definition): Clarify documentation.
3919 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
3921         * glasses.el (glasses-convert-to-unreadable): Use
3922         `glasses-separator' instead of the hard-wired "_".
3923         (glasses-mode): Call `glasses-make-unreadable' only in a single
3924         place.
3926 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
3928         * term/internal.el (cjk-codepages-alist): Add associations for
3929         Chinese and Korean codepages.  Remove FIXME comment.
3931 2000-05-03  Dave Love  <fx@gnu.org>
3933         * time.el (display-time-mail-face, display-time-use-mail-icon):
3934         New option.
3935         (display-time-mail-icon): New variable.
3936         (display-time-string-forms): Use the above.  Fix the local-map.
3938 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
3940         * replace.el (query-replace-map): Add binding for `E'.
3941         (query-replace-help): Extend help text.
3942         (perform-replace): Allow editing the replacement string.
3944         * make-mode.el (makefile-mode-abbrev-table): New variable.
3945         (makefile-mode): Set local abbrev table to
3946         makefile-mode-abbrev-table.
3947         (makefile-font-lock-keywords): Fontify includes and conditionals.
3949         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
3950         set TOGGLE's value.
3952         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
3953         mail-interactive-insert-alias.
3954         (mail-abbrev-complete-alias): New command.
3955         (mail-mode-map): Bind it to `M-TAB'.
3957 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
3959         * language/lao-util.el (lao-compose-region): New function.
3961 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
3963         * files.el (recover-session): Make directories as necessary
3964         if they don't exist yet.
3966         * calendar/cal-french.el
3967         (french-calendar-multibyte-special-days-array)
3968         (french-calendar-special-days-array): Change French text.
3969         (calendar-french-date-string): Change output.
3970         (calendar-goto-french-date): Likewise.
3972 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
3974         * wid-edit.el (widget-default-active): Obey `:always-active'.
3975         (widget-documentation-string-value-create): Set `:always-active'.
3977 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
3979         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
3980         default prefix to `~/_emacs.d/auto-save.list/_s'.
3981         (normal-top-level): Create the directory for auto-save files, if
3982         it doesn't already exist (in the ms-dos case only).
3984 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
3986         * international/mule-cmds.el (set-language-environment): Don't
3987         concat an integer (dos-codepage), use format instead.
3989 2000-05-02  Dave Love  <fx@gnu.org>
3991         * help.el (help-xref-on-pp): Check for constant symbols.
3993 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
3995         * startup.el (normal-top-level): Put a condition-case around
3996         the code loading subdirs.el.
3998 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4000         * ps-print.el: Upside-down and face background color printing,
4001         line number step, doc fix.
4002         (ps-print-version): New version number (5.2).
4003         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
4004         (ps-face-attribute-list, ps-plot-with-face): Code fix.
4005         (ps-spool-config): Var fix.
4006         (ps-printer-name-option): Const fix.
4007         (ps-print-upside-down, ps-use-face-background)
4008         (ps-line-number-step): New vars.
4009         (ps-window-system, ps-lp-system): New consts.
4010         (ps-face-background): New fun.
4012 2000-04-28  Richard Stallman  <rms@gnu.org>
4014         * files.el (make-auto-save-file-name):
4015         Apply auto-save-file-name-transforms to visited file name
4016         before generating auto save file name.
4017         (auto-save-file-name-transforms): New variable.
4019         * files.el (backup-enable-predicate):
4020         Correctly test for a file under a temporary directory.
4022 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
4024         * subr.el (add-minor-mode): Rewritten.
4026 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
4028         * mail/sendmail.el (sendmail-send-it): Set
4029         buffer-file-coding-system to the selected coding system for MIME
4030         header.
4032 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
4034         * dired.el (dired-move-to-filename-regexp): Allow format where
4035         YYYY is followed by two spaces.
4037         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
4038         in the second character class of the regexp.
4040         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
4041         mh-etc, too.
4043         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
4044         nil.
4046         * subr.el (add-minor-mode): Use `set' instead of `setq'.
4048         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
4049         argument.
4051 2000-04-27  Sen Nagata <sen@eccosys.com>
4053         * emacs-lisp/crm.el (crm-completion-table): New variable.
4054         (crm-collection-fn, crm-test-completion)
4055         (completing-read-multiple): Use it.
4057 2000-04-27  Dave Love  <fx@gnu.org>
4059         * help.el (locate-library): Use mapc.
4060         (help-manyarg-func-alist): Add call-process-region.
4062 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
4064         * subr.el (add-minor-mode): Make argument MAP optional.
4066         * desktop.el (desktop-save): Save list of minor modes.
4067         (desktop-create-buffer): Restore minor modes.
4068         (desktop-minor-mode-table): New user-option.
4070         * subr.el (add-minor-mode): New function.
4072         * image.el (find-image): New function.
4073         (defimage): Rewritten to find image at load time.
4075         * startup.el (normal-top-level-add-to-load-path): Handle
4076         case that the default directory is not in load-path.
4078         * help.el: Old patch from Stefan Monnier.
4079         (help-xref-on-pp): New function.
4080         (describe-variable): Use it to display xrefs in a symbol's value.
4082 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
4084         * cus-edit.el (custom-face): Fix parenthesis.
4086 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
4088         * mail/rmail.el (rmail-expunge): When there are no deleted
4089         messages, do nothing.
4091 2000-04-26  Dave Love  <fx@gnu.org>
4093         * international/mule-cmds.el (locale-translation-file-name):
4094         Defvar to nil.
4095         (set-locale-environment): Set it here (at runtime).
4097 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
4099         * replace.el (perform-replace): Add parameters START and END.  Use
4100         them instead of the check for a region in Transient Mark mode.
4101         (query-replace-read-args): Return two more list elements for the
4102         start and end of the region in Transient Mark mode.
4103         (query-replace, query-replace-regexp, query-replace-regexp-eval)
4104         (map-query-replace-regexp, replace-string, replace-regexp): Add
4105         optional last arguments START and END and pass them to
4106         perform-replace.
4108         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
4109         form with additional arguments for perform-replace.
4111         * progmodes/etags.el (tags-query-replace): Add parameters START
4112         and END.  Construct a form with additional arguments for
4113         perform-replace.
4115         * simple.el (shell-command): Set default directory for "*Shell
4116         Command Output" buffer.
4118         * language/european.el (iso-latin-4): Fix typo.
4120         * emacs-lisp/crm.el: New file.
4122 2000-04-24  Dave Love  <fx@gnu.org>
4124         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
4125         (Custom-reset-saved, Custom-reset-standard)
4126         (custom-group-value-create, custom-group-set, custom-group-save)
4127         (custom-group-reset-current, custom-group-reset-saved)
4128         (custom-group-reset-standard): Use mapc.
4129         (custom-buffer-create-internal): Disable undo when creating items.
4130         Use mapc.
4131         (custom-face): Avoid redundant lambda.
4133 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
4135         * startup.el (auto-save-list-file-prefix): Set default to
4136         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
4138 2000-04-24  Sam Steingold  <sds@gnu.org>
4140         * time-stamp.el (time-stamp-string-preprocess): Always convert
4141         `field-result' to a string.
4143 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
4145         * frame.el (scrolling): New group.
4146         (automatic-hscrolling): New user-option.
4148         * startup.el (command-line-x-option-alist): Add `-lsp' and
4149         `--line-spacing'.
4151 2000-04-19  Dave Love  <fx@gnu.org>
4153         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
4154         (cl-mapc): Rename from mapc.  Fix the funcall.
4156 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
4158         * simple.el (clone-indirect-buffer-other-window): New command.
4159         (clone-indirect-buffer): Add optional arg NORECROD.
4160         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
4162         * help.el (resize-temp-buffer-window): Use count-screen-lines.
4164         * window.el (count-screen-lines): New function.
4165         (shrink-window-if-larger-than-buffer): Use count-screen-lines
4166         instead of window-buffer-height.
4168         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
4169         non-existing variable comint-input-sentinel.
4170         (inferior-lisp-args-to-list): Removed.
4171         (inferior-lisp): Use split-string instead of
4172         inferior-lisp-args-to-list.
4174         * hexl.el (hexl-insert-hex-string): New command.
4176         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
4177         instead of concat.
4179 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
4181         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
4182         at the start of an existing but empty folder.
4184 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4186         * ps-mule.el: Customization fix, doc fix.
4187         (ps-multibyte-buffer): Customization fix.
4189 2000-04-17  Richard M. Stallman  <rms@gnu.org>
4191         * subr.el (read-passwd): Use read-char-exclusive.
4193 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
4195         * textmodes/texinfo.el (texinfo-insert-@email)
4196         (texinfo-insert-@emph, texinfo-insert-@quotation)
4197         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
4198         (texinfo-mode-map): Add key bindings for them.
4200         * files.el (basic-save-buffer-2): Use a template with `$'
4201         instead of `#' for VMS.
4203         * simple.el (clone-indirect-buffer): New function.
4205 2000-04-16  Stephen Eglen  <stephen@gnu.org>
4207         * iswitchb.el (iswitchb-case): New function.  If the user input
4208         contains any upper-case characters, the search is made
4209         case-sensitive.
4211 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
4213         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
4214         comment-end.
4215         (texinfo-font-lock-syntactic-keywords): New var.
4216         (texinfo-font-lock-keywords): Remove comment regexp.
4217         (texinfo-insert-block): New function.
4218         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
4219         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
4220         and font-lock-defaults.  Use regexp-opt for outline-regexp.
4221         (texinfo-environments): New var.
4222         (texinfo-environment-regexp): Use regexp-opt and
4223         texinfo-environments.
4225         * textmodes/ispell.el (ispell-menu-map-needed): Check that
4226         ispell-process is bound since this might be eval'd before ispell
4227         is loaded.
4228         (ispell-message): Use a tiny bit less magic and a bit more hard
4229         data to figure out what kind of sc-cite-regexp to use.
4231         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
4233         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
4234         (insert-cyclic-diary-entry): Unquote the lambda.
4236         * gud.el (gud-jdb-build-source-files-list): Fix typo.
4238         * files.el (backup-enable-predicate): Unquote the lambda.
4240         * cus-edit.el (custom-face, face): Unquote the lambda.
4242 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4244         * ps-print.el: Check for line-beginning-position definition.
4246         * ps-print.el: Fix counting lines in a region.
4247         (ps-print-version): New version number (5.1.5).
4248         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
4249         (ps-printing-region): Fun code fix.
4251 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
4253         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
4254         to file-directory-p.
4256 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
4258         * gud.el (gud-jdb-build-source-files-list): Check that directory
4259         exists before calling directory-files.
4261 2000-04-13  Dave Love  <fx@gnu.org>
4263         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
4264         syntax.
4266         * emacs-lisp/cl-specs.el: Remove when, unless.
4268         * emacs-lisp/cl-extra.el: Don't quote keywords.
4269         (cl-old-mapc): New variable.
4270         (mapc): Use it.
4271         (cl-map-intervals): Use with-current-buffer.  Don't check for
4272         next-property-change.
4273         (cl-map-overlays): Use with-current-buffer.
4274         (cl-expt): Remove.
4275         (copy-tree, remprop): Define unconditionally.
4277         * emacs-lisp/cl-compat.el (keywordp): Remove.
4279         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
4280         to use keywordp.
4281         (edebug-spec): Enable keywordp.
4283         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
4284         string-lessp.
4286         * cus-start.el: Use keywordp.
4288 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4290         * diary-lib.el (include-other-diary-files): Fix the fix of
4291         2000-02-18 by doing a save-excursion.
4293 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4295         * ps-print.el: Customization fix, doc fix.
4296         (ps-print-version): New version number (5.1.4).
4297         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
4298         (ps-print-preprint): Adjust code.
4299         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
4300         (ps-print-prologue-header, ps-print-control-characters)
4301         (ps-spool-config): Customization fix.
4303 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
4305         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
4306         converted to the new menu-item format, names silightly changed,
4307         help strings added.
4309         Support for spelling without async subprocesses:
4311         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
4312         (ispell-session-buffer): New variables.
4313         (ispell-start-process, ispell-process-status,
4314         ispell-accept-output, ispell-send-string): New functions, for
4315         Ispell invocation when async subprocesses aren't supported.
4316         (ispell-word, ispell-pdict-save, ispell-command-loop,
4317         ispell-process-line, ispell-buffer-local-parsing): Replace calls
4318         to process-send-string with calls to ispell-send-string, and
4319         accept-process-output with ispell-accept-output.
4320         (ispell-init-process): Call ispell-process-status instead of
4321         process-status with.
4322         (ispell-init-process): Call ispell-start-process.  Call
4323         ispell-accept-output and ispell-send-string.  Don't call
4324         process-kill-without-query and kill-process if they are unbound.
4325         (ispell-async-processp): New function.
4327 2000-04-12  Dave Love  <fx@gnu.org>
4329         * info.el: Add debug-ignored-errors.
4330         (Info-mode-menu): Add some items.
4331         (Info-directory): Add autoload cookie.
4333         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
4334         Modify `truncate-lines'.  Make `describe-language-environment'
4335         always visible and add help.  Modify `describe-key' help.  Invoke
4336         Info-directory from `info'.  New entry `emacs-manual'.
4338 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
4340         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
4341         propertized-buffer-identification.
4342         (ebrowse-update-member-buffer-mode-line): Likewise.
4343         (ebrowse--mode-strings): Removed.
4344         (ebrowse--mode-line-props): Removed.
4346         * files.el (auto-mode-alist): Add `EBROWSE'.
4348         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
4349         space before testing for end of buffer.
4350         (ebrowse-load): Removed.
4351         (ebrowse-revert-tree-buffer-from-file): Rewritten.
4352         (ebrowse-create-tree-buffer): Rewritten.
4353         (ebrowse-tree-mode): Read tree from buffer.
4355         * progmodes/ebrowse-ffh.el: Removed.
4357 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
4359         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
4361 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
4363         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
4364         at the wrong place.
4366 2000-04-09  Dave Love  <fx@gnu.org>
4368         * files.el (backup-enable-predicate): Use
4369         temporary-file-directory, small-temporary-file-directory.
4370         (make-backup-file-name-function, backup-directory-alist): New
4371         variables.
4372         (make-backup-file-name-1): New function.
4373         (make-backup-file-name): Use it.
4374         (find-backup-file-name): Likewise.  Use format for clarity, not
4375         concat.
4376         (file-newest-backup): Use make-backup-file-name.
4378 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
4380         * progmodes/ebrowse-ffh.el: New file.
4382         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
4383         to ebrowse-ffh.el.
4384         (ebrowse-load): Add autoload.
4386         * finder.el (finder-commentary): Add autoload cookie.
4388         * mail/rfc2368.el: Correct author's email address.
4390         * progmodes/ebrowse.el: New file.
4392         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
4393         item help string.
4394         (easy-menu-do-add-item): Ditto.
4395         (easy-menu-define): Extend doc string.
4397         * jit-lock.el (with-buffer-unmodified): Use
4398         restore-buffer-modified-p.
4399         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
4400         (jit-lock-function, jit-lock-stealth-fontify): Don't use
4401         with-buffer-unmodified.
4403 2000-04-08  Dave Love  <fx@gnu.org>
4405         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
4406         unless, when.
4408 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
4410         * viper-util.el (viper-put-on-search-overlay): New subroutine.
4411         (viper-flash-search-pattern): No operation when using Emacs
4412         doesn't support face.
4413         Use `viper-put-on-search-overlay'.
4415 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
4417         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
4418         like C-r.
4420         * progmodes/make-mode.el: Some doc fixes.
4421         (makefile-mode-abbrev-table): New variable.
4422         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
4423         (makefile-font-lock-keywords): Fontify includes and conditionals.
4424         (toplevel): Require `dabbrev' and `add-log' when compiling.
4426         * replace.el (perform-replace): Don't move forward one char
4427         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
4428         to do that because it leaves point 1 position after the last
4429         replacement, after everything has been replaced.
4431         * jit-lock.el (with-buffer-unmodified): New macro.
4432         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
4433         modified state.
4434         (jit-lock-function-1): Extracted from jit-lock-function; not
4435         preserving buffer's modified state.
4436         (jit-lock-function, jit-lock-stealth-fontify): Call
4437         jit-lock-function-1.
4439         * mail/rfc2368.el: Remove supernumerary copyright line.
4441 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
4443         * glasses.el: Provide facilities for inserting space before left
4444         parentheses and uncapitalization of identifiers.
4445         (glasses-mode): Try to remove old overlays in all cases.
4447 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
4449         * progmodes/compile.el (compile-internal): Display the compilation
4450         buffer in a different frame, if it's already displayed there.
4452         * mail/rfc2368.el: New file.
4454         * simple.el (sendmail-user-agent-compose): Recognize a `body'
4455         header and insert its value as mail body.
4457         * subr.el (member-ignore-case): New function.
4459         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
4460         (dabbrev--find-expansion): Ignore buffers matching a regexp
4461         from dabbrev-ignored-regexps.
4463         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
4464         to extensions handled by gzip.
4466 2000-04-03  Richard M. Stallman  <rms@gnu.org>
4468         * files.el (insert-directory): List the total free space
4469         along with the used space.
4471         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
4472         line is followed by one that matches CITATION-REGEXP, end the
4473         paragraph.
4475 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
4477         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
4478         (rmail-make-basic-summary-line): Use that option.
4480 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
4482         * international/mule-cmds.el (encoded-string-description):
4483         Rewritten.   Try pretty description for ISO 2022 escape sequences
4484         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
4485         for hexadecimal format.
4487 2000-04-01  Dave Love  <fx@gnu.org>
4489         * cpp.el: Change customization group to `c' from `C'.
4491         * vcursor.el (vcursor-move): Use display-color-p.
4493         * international/mule-util.el: Provide mule-utils.
4494         (string-to-sequence): Simplify and speed up.
4496         * international/mule.el (make-coding-system): Purecopy doc-string.
4498         * international/mule-cmds.el: Various menu changes.
4499         (describe-specified-language-support): Handle `Default'.
4500         (set-language-info): Purecopy `info'.
4502 2000-03-31  Andrew Innes  <andrewi@gnu.org>
4504         * vc.el (vc-backend-diff): Return the correct status if we had to
4505         retry the rcsdiff command without the --brief option.
4507 2000-03-31  Dave Love  <fx@gnu.org>
4509         * help.el (help-manyarg-func-alist): Correct several omissions.
4511         * add-log.el: Don't require cl, fortran.
4512         (add-log-current-defun-function): Doc fix.
4513         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
4514         fix.
4515         (change-log-version-rcs): Function deleted.
4516         (change-log-version-number-search): Doc fix.  Use
4517         vc-workfile-version.  Avoid CL dolist.
4518         (add-change-log-entry): Just call add-log-current-defun to get
4519         defun.  Simplify somewhat.
4520         (change-log-get-method-definition-1): Likewise.
4521         (add-log-current-defun): Return nil if calling
4522         add-log-current-defun-function does so.  Move Fortran stuff to
4523         fortran.el.  Return string without properties.
4525         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
4526         and :alpha: char classes.
4528         * mail/supercite.el: Defvar curline when compiling.
4529         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
4530         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
4531         rather than a-zA-Z0-9 to allow non-ASCII characters.
4533 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
4535         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
4537         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4538         Re-enable new code.
4540         * lpr.el (print-region-1): Use -d to specify printer name for
4541         systems `usg-unix-v*, `dgux', `hpux', `irix'.
4543 2000-03-31  Dave Love  <fx@gnu.org>
4545         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
4546         for function definition in symbol's function value slot first
4547         instead of first consulting byte-compile-function-environment.
4549 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
4551         * language/european.el ("Polish"): New language environment.
4552         (setup-polish-environment): New function.
4554 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
4556         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4557         Disable new code.
4559         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
4560         trying to `load' the symbol of an autoload instead of the file
4561         recorded in the autoload.  Fix error messages.
4563 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4565         * ps-print.el: PostScript programming fix for ghostview, doc fix.
4566         (ps-print-version): New version number (5.1.3).
4567         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
4568         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
4569         (ps-generate-postscript-with-faces): Code fix.
4570         (ps-color-values): XEmacs compatibility.
4571         (ps-print-background-image, ps-print-background-text, ps-printer-name)
4572         (ps-default-fg, ps-default-bg): Adjust customization.
4573         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
4574         (ps-color-scale): Renaming old ps-color-value fun.
4575         (ps-print-headers): Replace ps-print-header group to avoid conflict
4576         with ps-print-header variable.
4577         (ps-print-miscellany): New group.
4578         (ps-format-color, ps-rgb-color): New funs.
4579         (ps-default-foreground): New var.
4580         (ps-printer-name-option): New const.
4582 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
4584         * net/net-utils.el:
4585         (network-connection-host, network-connection-service): New variables
4586         (network-connection-mode): New mode, derived from comint-mode
4587         (network-connection-mode-setup): New function, saves host and
4588         service information in local variables.
4590         * lisp/locate.el:
4591         (locate-word-at-point): Added this function
4592         (locate): Default to using locate-word-at-point as input
4593         Run dired-mode-hook
4595 2000-03-29  Dave Love  <fx@gnu.org>
4597         * calendar/appt.el: Doc fixes.
4598         (appt-check): Convert min-to-app to a string before passing to
4599         appt-disp-window-function or concat.
4600         (appt-delete-window): Remove test for frame-root-window.
4601         (appt-select-lowest-window, appt-convert-time): Simplify.
4603         * emacs-lisp/bytecomp.el: Doc fixes.
4604         (byte-compile-file-form-autoload): Update
4605         byte-compile-function-environment.
4607 2000-03-29  Andreas Schwab  <schwab@suse.de>
4609         * emacs-lisp/autoload.el: Also print defsubst doc string
4610         specially.
4612         * dired.el (dired-insert-directory): If dired-free-space-program
4613         failed just delete its output.
4615 2000-03-29  Dave Love  <fx@gnu.org>
4617         * international/iso-cvt.el: Move provide to end.  Doc fixes.
4618         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
4619         (iso-iso2sgml, iso-sgml2iso): New functions.
4620         (iso-cvt-define-menu): Fix some entries and use backquote for
4621         clarity.
4623         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
4625 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
4627         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
4628         ISO-DATE.  If non-nil, return date in ISO 8601 format.
4630 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
4632         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
4633         if it ever becomes used.
4634         (log-edit-mode-hook): Default to vc-log-mode-hook.
4635         (log-edit-mode): Fix the docstring.
4637         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
4638         the code.
4640 2000-03-26  Dave Love  <fx@gnu.org>
4642         * net/browse-url.el (browse-url): Re-fix case of
4643         browse-url-browser-function being an alist.
4644         (browse-url): Add :link to defgroup.
4646         * files.el: Doc fixes.
4647         (file-truename): Include `[' in wildcard characters.
4648         (automount-dir-prefix): Customize.
4649         (find-file-wildcards): Add :version.
4650         (find-file-noselect): Simplify a mapcar call.
4652         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
4653         compatible with inf-lisp version.
4654         (eval-defun-1): Fix custom-declare-variable case.
4656 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
4658         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
4660 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
4662         * Makefile (COMPILE_FIRST): New macro.
4663         (compile-files): Compile files from COMPILE_FIRST first.
4665         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
4666         code.
4668         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
4669         matching open parenthesis in column 0 to defun-prompt-regexp
4670         only if open-paren-in-column-0-is-defun-start is set.
4672         * sun-curs.el: Require CL at compile-time only.
4674         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
4675         instead of copy-list which is a function from CL.
4676         (msb--choose-menu, msb--mode-menu-cond)
4677         (msb--create-buffer-menu-2): Use dolist instead of mapc.
4678         (msb--init-file-alist): Use mapcar instead of mapcan.
4679         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
4680         `(' in column 0 in doc string.
4681         (msb--add-separators): Use mapcar instead of mapcan.
4683         * cus-dep.el: Require CL at compile-time only.
4685 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
4687         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4688         (byte-compile-warnings): New warning `noruntime'.
4689         (byte-compile-constants, byte-compile-variables): Fix docstring.
4690         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
4691         execute `eval-whenc-compile's body.
4692         (byte-compile-unresolved-functions): Fix docstring.
4693         (byte-compile-eval): New function.
4694         (byte-compile-callargs-warn): Check if the function will be available
4695         at runtime (via property `byte-compile-noruntime').
4696         (byte-compile-print-syms): New function.
4697         (byte-compile-warn-about-unresolved-functions): Also warn about
4698         `noruntime' functions (and use `byte-compile-print-syms').
4699         (byte-compile-file): Capitalize the message.
4701 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
4703         * mail/rmail.el (rmail-confirm-expunge): New user-option.
4704         (rmail-expunge): Ask for confirmation depending on the setting
4705         of rmail-confirm-expunge.
4707 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
4709         * Makefile (bootstrap-clean): If $(emacs) exists, build
4710         loaddefs.el first.  A loaddefs.el that's not up-to-date might
4711         cause a bootstrap failure because things don't autoload as
4712         expected.
4714 2000-03-23  Dave Love  <fx@gnu.org>
4716         * net/browse-url.el: Restore previous use of
4717         browse-url-maybe-new-window.
4719 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4721         * ps-print.el: Skip banner page fix.
4722         (ps-print-version): New version number (5.1.2).
4723         (ps-begin-file, ps-end-file, ps-generate): Code fix.
4725 2000-03-23  Dave Pearson  <davep@davep.org>
4727         * net/quickurl.el Changed the type of parameter passed to the
4728         function defined by `quickurl-format-function'. Before only the
4729         text of the URL was passed. Now the whole URL structure is passed
4730         and the function is responsible for extracting the parts it
4731         requires.  Changed the default of `quickurl-format-function'
4732         accordingly.
4733         (quickurl-insert): Changed the `funcall' of
4734         `quickurl-format-function' to match the above change.
4735         (quickurl-list-insert): Changed the `url' case so that it makes
4736         use of `quickurl-format-function', previous to this the format was
4737         hard wired.
4739 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
4741         * startup.el: Change some spellings for the X Window System.
4743 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
4745         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
4746         up the code and the regexp and make sure the cursor is temporarily
4747         moved to the suspicious line while querying the user.
4749 2000-03-22  Jason Rumney  <jasonr@gnu.org>
4751         * w32-fns.el (w32-charset-info-alist): Initialize.
4753 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4755         * ps-print.el: N-up last page fix.
4756         (ps-print-version): New version number (5.1.1).
4757         (ps-end-file, ps-end-job, ps-generate): Code fix.
4759 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
4761         * files.el (find-file-run-dired): Update docstring.
4762         (find-directory-functions): New hook.
4763         (find-file-noselect): Run find-directory-functions rather than
4764         calling dired directly.
4766         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
4768         * pcvs.el: Add a minimal leading commentary.
4769         (cvs-make-cvs-buffer): Change the header part by removing the startup
4770         message and adding a `Module' entry.  Also replace the FOOTER and
4771         HEADER special fileinfos with the new support in ewoc for updating
4772         its own footer and header.
4773         (cvs-update-header): Update to use the header/footer of the ewoc.
4774         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
4775         (cvs-is-within-p): New function.
4776         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
4777         to only examine some subset of the buffers.
4779         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
4780         `format' instead of our own ad-hoc functions.
4781         Remove HEADER and FOOTER cases, now handled in the EWOC.
4782         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
4784         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
4785         output to avoid scaring the user.
4786         (cvs-parse-table): Catch message for non-up-to-date commits.
4788         * pcvs-defs.el (cvs-startup-message): Remove.
4789         (cvs-global-menu): New autoloaded menu.
4791         * pcvs-util.el (cvs-string-fill): Remove.
4793         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
4794         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
4795         PP part of it and also make it work for footers and headers.
4796         (ewoc-create): Drop POS and BUFFER arguments.
4797         Use the DLL's dummy node to store the end-of-footer position.
4798         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
4799         (ewoc-refresh): Remove unused `header' variable.
4800         (ewoc-(get|set)-hf): New functions.
4802         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
4803         log-view-*-(message|file) and use easy-mmode-define-navigation.
4804         (log-view-message-re): Match SCCS format as well.
4805         And match the revision line rather than the dashed separator line.
4806         (log-view-mode): Use the new define-derived-mode.
4807         (log-view-current-tag): Fill in with an actual implementation.
4809         * cvs-status.el (cvs-status-(prev|next)): Rename from
4810         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
4811         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
4812         to let the output "breathe" a little more (more readable).
4813         (cvs-status-mode): Use the new define-derived-mode.
4815         * smerge-mode.el (smerge-auto-leave): New function and variable.
4816         (smerge-basic-map): Rename from smerge-basic-keymap.
4817         Change the bindings for smerge-diff-*.
4818         (smerge-*-map): Use easy-mmode-defmap.
4819         (smerge-(next|prev)): Use easy-mmode-define-navigation.
4820         (smerge-keep-*): Use smerge-auto-leave.
4822 2000-03-21  Jason Rumney  <jasonr@gnu.org>
4824         * cus-edit.el (custom-button-face): Use 3D look for w32.
4825         (custom-button-pressed-face): Likewise.
4827 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
4829         * progmodes/etags.el (tags-case-fold-search): New user-option.
4830         (tags-loop-eval): New function.  Bind case-fold-search around eval
4831         depending on the value of tags-case-fold-search.
4832         (tags-loop-continue): Use tags-loop-eval.
4833         (find-tag-in-order): Bind case-fold-search depending on the value
4834         of tags-case-fold-search.
4836 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
4838         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
4839         (diff-end-of-hunk): Return the end position for use in
4840         `easy-mmode-define-navigation'.
4841         (diff-recenter): Remove.
4842         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
4843         of `easy-mmode-define-navigation'.
4844         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
4845         previous renaming) and fix to use new names.
4846         (diff-merge-strings): Use \n as separator: simpler, faster.
4847         (diff-mode): Use `define-derived-mode'.
4849         * derived.el (define-derived-mode): Don't autoload anymore.
4850         Prefer the macro-only version provided by easy-mmode.el.
4852         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
4853         `easy-mmode-define-derived-mode'.
4854         Use `combine-run-hooks'.
4855         (easy-mmode-define-navigation): New macro.
4857         * subr.el (combine-run-hooks): New function.
4859 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
4861         * term/x-win.el: Fontsets related initialization is simplified.
4863         * international/mule-diag.el (describe-font): Don't refer to
4864         global-fontset-alist, instead call font-list.
4865         (describe-fontset, list-fontsets, mule-diag): Likewise.
4866         (print-fontset): Adjusted for the change of fontset
4867         implementation.
4869         * international/fontset.el (x-charset-registries): Variable
4870         removed, instead the corresponding data is stored in the default
4871         fontset.
4872         (register-alternate-fontnames): Function removed.
4873         (resolved-ascii-font): Variable removed.
4874         (x-compose-font-name): Ignore the second argument REDOCE.
4875         (x-complement-fontset-spec): Complement only an ASCII font and
4876         element for those charsets than can use that ASCII font.
4877         (generate-fontset-menu): Don't refer to global-fontset-alist,
4878         instead call fontset-list.
4879         (uninstantiated-fontset-alist): Variable removed.
4880         (x-style-funcs-alist): Likewise.
4881         (fontset-default-styles): Likewise.
4882         (x-modify-font-name): Function removed.
4883         (create-fontset-from-fontset-spec): Ignore the argument
4884         STYLE-VARIANT.
4885         (create-fontset-from-ascii-font): Docsting adjusted for the above
4886         change.
4887         (instantiate-fontset, resolve-fontset-name): Functions removed.
4888         (fontset-list): Now implemented by C code.
4890         * faces.el (read-face-font): Fix TABLE arg to completing-read.
4891         (describe-face): Include `font' attribute in the description.
4893 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
4895         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
4897 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
4899         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
4900         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
4901         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
4903         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
4904         about behavior of set-buffer-modified-p wrt redisplay.
4906 2000-03-19  Richard M. Stallman  <rms@gnu.org>
4908         * view.el (view-mode-disable): Kill local binding of view-read-only.
4910 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
4912         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
4913         is a string, convert it to a syntax cell using string-to-syntax.
4915         * simple.el (syntax-code-table, syntax-flag-table): New variables.
4916         (string-to-syntax): New function.
4918         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
4919         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
4920         try to use passive ftp mode.
4922 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
4924         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
4926         * simple.el (append-to-buffer): Update point of windows after
4927         insertion.
4929         * abbrev.el (inverse-add-abbrev): Identify word by first moving
4930         forward then moving backward.  Reindent.
4932         * frame.el (other-frame): Call x-focus-frame only if
4933         focus-follows-mouse is off.
4935 2000-03-17  Dave Love  <fx@gnu.org>
4937         * pcvs-util.el (cvs-strings->string): Rename
4938         replace-regexps-in-string.
4940 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
4942         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
4943         regexp for labels cannot span several lines.
4945         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
4946         `(setq :<key> ':<key>)' to the macro expansion.
4948 2000-03-16  Dave Love  <fx@gnu.org>
4950         * progmodes/f90.el (f90): Put custom group under `languages', not
4951         `fortran'.
4952         (f90-mode-hook): Customize.
4953         (f90-mode): Set add-log-current-defun-function.
4954         (f90-current-defun): New function.
4956 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
4958         * cus-edit.el (custom-variable-tag-face): Handle case that
4959         default face's height is not a number.
4960         (custom-face-tag-face, custom-group-tag-face-1)
4961         (custom-group-tag-face): Ditto.
4962         (custom-group-tag-face-1): Add :group.
4964         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
4966 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
4968         * pcvs-defs.el (toplevel): Remove autoload cookie for form
4969         requiring easymenu.
4971 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4973         * ps-print.el: PostScript user-defined prologue, PostScript error
4974         handler, doc fix.
4975         (ps-print-version): New version number (5.1).
4976         (ps-user-defined-prologue, ps-error-handler-message)
4977         (ps-print-prologue-0, ps-error-handler-alist): New vars.
4978         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
4979         (ps-insert-string): New function.
4981 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
4983         * international/ccl.el (ccl-compile-expression): Don't generate
4984         invalid self-assignment code.
4986 2000-03-14  Dave Love  <fx@gnu.org>
4988         * subr.el (replace-regexp-in-string): Renamed from
4989         replace-regexps-in-string.  Doc fix.
4991 2000-03-12  Dave Love  <fx@gnu.org>
4993         * cus-edit.el: Doc fixes.
4994         (customize-set-variable, customize-save-variable): Rename args for
4995         doc.
4996         (custom-variable-tag-face, custom-face-tag-face)
4997         (custom-group-tag-face-1, custom-group-tag-face): Modify from
4998         style which user identify as hyperlink.
4999         (hook): Don't add undefined functions to the hook.
5000         (debug-ignored-errors): Transfer message from bindings.el.
5002 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
5004         * recentf.el (recentf-keep-non-readable-files-p): Remove
5005         double/nested definition.
5007 2000-03-12  Dave Love  <fx@gnu.org>
5009         * facemenu.el (facemenu-get-face): Use display-color-p.
5010         * enriched.el (enriched-decode-foreground): Likewise.
5011         (enriched-decode-background): Likewise.
5012         * isearch.el (isearch-highlight): Likewise.
5013         * info-look.el (info-lookup): Likewise.
5014         * simple.el (completion-setup-function): Likewise.
5016         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
5017         :options.
5019         * bindings.el (mode-line-format): Fix line-number and
5020         column-number items.  Add help-echo for the background.
5021         (mode-line-mule-info): Modify help-echo.
5023         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
5024         defcustom.
5026         * files.el (load-file): Allow completion to .elc.
5028         * man.el: Doc fixes.
5029         (Man-init-defvars): Use display-color-p to set fontification.
5031         * play/hanoi.el (hanoi-internal): Don't use oddp.
5033 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
5035         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
5037         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
5039 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
5041         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
5042         Fix comment.
5044 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
5046         * font-lock.el (font-lock-keywords): Fix the doc now that
5047         regexp-opt-depth is unnecessary.
5048         (save-buffer-state): Set an edebug spec.
5049         (font-lock-fontify-anchored-keywords): Properly handle the case when
5050         the matcher goes past the limit.
5052         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
5053         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
5055         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
5056         dll.el and cookie.el (from Elib) with heavy renaming and other
5057         massaging.
5059         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
5060         Autoload the functions used.
5061         (easy-mmode-define-syntax): Fix CL typo.
5062         (easy-mmode-define-derived-mode): Improve the docstring generation.
5064 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
5066         * textmodes/texinfo.el (texinfo-version): Variable and function
5067         removed.
5069 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
5071         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
5072         allow more flexibility.
5073         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
5074         fns.
5075         (easy-mmode-defmap, easy-mmode-defsyntax)
5076         (easy-mmode-define-derived-mode): New macros.
5078 2000-03-09  Didier Verna  <didier@xemacs.org>
5080         * rect.el (replace-rectangle): New function.
5082 2000-03-09  Dave Love  <fx@gnu.org>
5084         * progmodes/fortran.el (fortran-comment-line-start): Define as
5085         "C".
5086         (fortran-comment-line-start-skip): Don't match cpp stuff.
5087         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
5088         (fortran-mode-map): Remove over-eager custom-menu-create for now.
5089         (fortran-mode): Don't set fortran-comment-line-start-skip,
5090         fortran-comment-line-start here.  Set comment-start,
5091         add-log-current-defun.
5092         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
5093         (fortran-current-defun): New function.
5095 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
5097         * emacs-lisp/re-builder.el: New file.
5099         * mouse.el (mouse-drag-region): Don't run up-event handler
5100         if hscroll has changed.
5102         * octave-mod.el (octave-font-lock-keywords): To font-lock the
5103         builtin operators, use `font-lock-builtin-face' for Emacs and
5104         `font-lock-preprocessor-face' otherwise.
5106         * font-lock.el (lisp-font-lock-keywords-1): Highlight
5107         `(defun (setf foo)' differently.
5109 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
5111         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
5112         (regexp-opt): Update comment and adapt the code the new meaning of
5113         the `paren' argument of regex-opt-group for shy-groups.
5114         (regexp-opt-depth): Handle shy groups as well as backslashed
5115         backslashes.
5116         (regexp-opt-group): Turn the leading comment into a docstring.
5117         Allow `paren' to be a string (the string to use to open a group).
5118         Remove open-presuf and close-presuf.  Instead of checking for `all
5119         one-char' and then later on check for `several one-char', handle
5120         both cases close together.  Also apply a more generic algorithm
5121         for suffixes (the mirror image of the algorithm used for
5122         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
5123         (regexp-opt-try-suffix): Removed.
5125         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
5126         from comint-mode-map, so we can just inherit from it.  Also, move
5127         the initialization into the `defvar' since there's no docstring
5128         anyway and it's fairly short.
5129         (inferior-scheme-mode): Define it as derived-mode: the code is
5130         shorter and this way we inherit from comint-mode-map rather than
5131         copying it.
5133         * subr.el (replace-regexps-in-string): Properly handle the case
5134         where we match an empty string.
5136         * comint.el (comint-exec-1): Add the current-dir to the exec-path
5137         when the command has a directory component (such as "./testml").
5138         Also fix a typo in the comment.
5140 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
5142         * Makefile (compile-files): Compile files one by one because
5143         that's the only way to ensure a clean compilation environment for
5144         each individual file.
5146         * frame.el (other-frame): Call x-focus-frame.
5148 2000-03-07  Dave Love  <fx@gnu.org>
5150         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
5151         :require to defcustom.
5153         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
5154         lists.
5156         * files.el (auto-mode-alist): Add configure.in.
5158         * progmodes/autoconf.el: New file.
5160 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
5162         * mail/mh-e.el: Change maintainer to `none'.
5164         * recentf.el (recentf-keep-non-readable-files-p): Quote args
5165         to remove-hook and add-hook.
5167 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
5169         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
5170         it as the default.
5171         (mail-send): Test mail-send-nonascii also for the new `mime' value.
5172         (sendmail-send-it): Conditionally add MIME headers specifying the
5173         used character set.
5175 2000-03-07  Dave Love  <fx@gnu.org>
5177         * winner.el: Fix keywords, autoload cookies.  Split
5178         eval-when-compile form to avoid compilation failure.
5180 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
5182         * international/mule.el: Modify comment about coding system
5183         property `coding-category'.
5184         (make-coding-system): New argument EOL-TYPE.  Pay attention to
5185         coding-category property of PROPERTIES.
5187         * international/mule-conf.el (coding-category-utf-8,
5188         coding-category-utf-16-be, coding-category-utf-16-le): New coding
5189         categories.  Include them in the argument for set-coding-priority.
5191         * international/mule-cmds.el (reset-language-environment): Include
5192         coding-category-utf-8, coding-category-utf-16-be, and
5193         coding-category-utf-16-le in the argument for set-coding-priority.
5194         (reset-language-environment): Initialize coding-category-utf-8,
5195         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
5197 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
5199         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
5200         code abstracted out of `bookmark-jump-noselect'.  Now tries info
5201         extensions as well as compression extensions.
5202         (bookmark-jump-noselect): Use above new func.
5204 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
5206         * strokes.el: Change maintainer's mail address.
5208 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
5210         * international/mule-diag.el (list-character-sets): Make help-echo
5211         string by substitute-command-keys.
5212         (list-character-sets): Likewise.
5213         (sort-listed-character-sets): Call help-setup-xref.
5215 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
5217         * time.el (display-time-mail-file): Add `none' to the list of
5218         choices.
5220 2000-03-01  Dave Love  <fx@gnu.org>
5222         * help.el (help-xref-go-back): Don't try to set position.
5224         * international/mule-diag.el (list-character-sets): Call
5225         help-setup-xref.  Add help-echo to xrefs.
5226         (list-character-sets-1): Add help-echo to xrefs.
5228 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
5230         * frame.el (blink-cursor-mode): Switch cursor on when turning
5231         the mode off.
5233         * add-log.el (add-log-current-defun): Add support for
5234         Autoconf mode.
5236         * mail/rmail.el (rmail-quit-hook): New variable.
5238 2000-03-01  Dave Love  <fx@gnu.org>
5240         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
5242         * help.el (help-xref-button): Add help-echo arg.
5243         (describe-function-1, describe-variable, help-make-xrefs): Use it.
5245         * faces.el (list-faces-display): Supply help-echo with
5246         help-make-xrefs.
5248         * facemenu.el (list-text-properties-at): Set help-xref-stack to
5249         nil.
5251 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
5253         * image.el (defimage): Look for image files in load-path.
5255         * frame.el (busy-cursor-delay-seconds): Change type to
5256         `number'.
5258 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
5260         * recentf.el (recentf): Added version tag to the defgroup of
5261         recentf.
5263 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
5265         * recentf.el (recentf-cleanup): Changed to remove excluded file
5266         too.
5267         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
5268         action to select/unselect a file.
5269         (recentf-edit-list): Code cleanup and improvement.
5270         (recentf-open-more-files-action): `recentf-open-more-files' button
5271         widget action to open a file.
5272         (recentf-open-more-files): No more use standard completion but
5273         widgets.
5274         (recentf-more-collection): Deleted.
5275         (recentf-more-history): Deleted.
5276         (recentf-setup-more-completion): Deleted.
5278 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
5280         * recentf.el (recentf-mode): No more needs that Emacs is running
5281         under a window-system.
5283 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
5285         * recentf.el (recentf-edit-list): New command to edit the recent
5286         list which allow the user to remove files.
5287         (recentf-edit-selected-items): New global variable, used by
5288         `recentf-edit-list' to hold the list of files to be removed from
5289         the recent list.
5290         (recentf-make-menu-items): Updated to display a "Edit list..."
5291         menu item.  Minor code cleanup.
5293 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
5295         * recentf.el (recentf-open-more-files): New command to open files
5296         that are not displayed in the menu.
5297         (recentf-more-collection): New global variable holding the set of
5298         permissible completions used by `recentf-open-more-files'.
5299         (recentf-more-history): New global variable holding the history list
5300         used by `recentf-open-more-files' completion.
5301         (recentf-setup-more-completion): New function to setup completion for
5302         `recentf-open-more-files'.
5303         (recentf-make-menu-items): Updated to display a "More..." menu item.
5305 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
5307         * recentf.el (recentf-menu-action): Doc fixed.
5309 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
5311         * recentf.el (recentf-menu-filter): Doc updated.
5312         (recentf-update-menu-hook): Allow menu filters to force menu update.
5313         (recentf-make-menu-items): New menu filter handling.
5314         (recentf-make-menu-item): New helper function.
5315         (recentf-menu-elements): New menu handling function.
5316         (recentf-sort-ascending): Updated to new menu filter handling.
5317         (recentf-sort-descending): Updated to new menu filter handling.
5318         (recentf-sort-basenames-ascending): New menu filter function.
5319         (recentf-sort-basenames-descending): New menu filter function.
5320         (recentf-show-basenames): New menu filter function.
5321         (recentf-show-basenames-ascending): New menu filter function.
5322         (recentf-show-basenames-descending): New menu filter function.
5324 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5326         * diary-lib.el (list-diary-entries): Don't try to go forward at
5327         the end of the buffer.
5329 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
5331         * international/mule-diag.el (list-character-sets): Completely
5332         rewritten.
5333         (sort-listed-character-sets): New function.
5334         (list-character-sets-1): Completely rewritten.
5335         (list-character-sets-2): New function.
5336         (non-iso-charset-alist): New variable.
5337         (decode-codepage-char): New function.
5338         (charset-history): New variable.
5339         (read-charset) (list-block-of-chars)
5340         (list-iso-charset-chars)
5341         (list-non-iso-charset-chars)
5342         (list-charset-chars): New functions.
5343         (mule-diag): Call list-character-sets-2, not
5344         list-character-sets-2.
5345         (dump-charsets): Likewise.
5347 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
5349         * dired-x.el (dired-filename-at-point): Add `@' to valid
5350         file name characters.
5351         (dired-filename-at-point): Handle ange-ftp file names.
5353         * frame.el (frame-notice-user-settings): Use assq-delete-all
5354         instead of assoc-delete-all.
5355         (frame-notice-user-settings): Ditto.
5357         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
5358         Don't copy alist.
5360 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
5362         * calculator.el (calculator-use-menu): New option.
5363         (calculator-initial-bindings): Changed some bindings to work as
5364         macros.
5365         (calculator-forced-input): Removed.
5366         (calculator-restart-other-mode): New variable.
5367         (calculator-mode-map): Set up menu.
5369 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
5371         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
5372         tags.
5374 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
5376         * viper-cmd.el (viper-envelop-ESC-key): added the option to
5377         translate all ESC key sequences.
5378         (viper-goto-mark-subr): restore markers for files for which
5379         they were saved.
5380         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
5381         * viper-util.el (viper-set-replace-overlay-glyphs,
5382         viper-set-replace-overlay): always check if the replacement
5383         overlay is live.
5384         * viper.el (viper-vi-state-mode-list): added major modes.
5385         * ediff-wind.el: minor comment changes.
5386         * ediff.el: copyright notice date fix.
5388 2000-02-27  Jason Rumney  <jasonr@gnu.org>
5390         * faces.el (face-font-family-alternatives): Add arial to helv.
5391         (mode-line, header-line, tool-bar): Same default as x for w32.
5392         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
5393         face-font-family-alternatives from working.
5394         * term/w32-win.el (mouse-set-font): Do not build fontset from
5395         chosen font.
5397 2000-02-25  Sam Steingold  <sds@goems.com>
5399         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
5400         properly.
5402 2000-02-25  Richard M. Stallman  <rms@gnu.org>
5404         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
5406 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
5408         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
5409         writable.
5411         * frame.el (busy-cursor-delay-seconds): New option.
5413 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
5415         * frame.el (show-cursor-in-non-selected-windows): New option.
5417 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5419         * diary-lib.el (include-other-diary-files): Undo the selective
5420         display in any included file and don't kill it.
5422 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
5424         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
5425         bar.  Menu items converted to (menu-item format, help strings
5426         added.
5427         [downcase, upcase]: Don't enable on MS-DOS.
5428         [symlink, symlinks]: Don't show if make-symbolic-link is not
5429         bound.
5430         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
5432 2000-02-23  Dave Love  <fx@gnu.org>
5434         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
5435         (backward-kill-word): Revert addition of * to interactive spec --
5436         it's a feature.
5438         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
5439         (backward-kill-sentence, kill-sentence): Likewise.
5441         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
5442         scratch buffer name.
5443         (gud-format-command): Use int-to-string in ?l case.  Simplify
5444         slightly.
5446         * term/w32-win.el (internal-face-interactive): Update prompt for
5447         new read-face-name.
5449         * mail/footnote.el (footnote): Add :version to defgroup.
5450         (footnote-section-tag-regexp): Customize.
5451         (footnote-start-tag, footnote-end-tag): New option.
5452         (footnote-latin-regexp): New variable.
5453         (Footnote-latin): New function.
5454         (footnote-style-alist): Add element for latin style.
5455         (footnote-style): Moved.
5456         (Footnote-goto-footnote): Use eq to test arg.
5458         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
5460         * emacs-lisp/byte-opt.el: Change old backquote syntax.
5461         (byte-compile-trueconstp): Include keywords.
5462         (byte-optimize-quote, byte-optimize-lapcode): Use
5463         byte-compile-const-symbol-p.
5464         (byte-optimize-char-before): New optimization.
5466         * emacs-lisp/bytecomp.el: Change old backquote syntax.
5467         (byte-compile-const-symbol-p): New function.
5468         (byte-compile-constp, byte-compile-out-toplevel)
5469         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
5470         Use it.
5472         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
5474 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
5476         * international/encoded-kb.el: Be sure to update minor-mode-alist
5477         and minor-mode-map-alist.
5478         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
5479         codes SS2 and SS3 correctly.
5480         (encoded-kbd-self-insert-ccl): New function.
5481         (encoded-kbd-setup-keymap): New function.
5482         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
5483         by calling encoded-kbd-setup-keymap.
5485         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
5486         characters.
5487         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
5488         locally.
5490 2000-02-22  Dave Love  <fx@gnu.org>
5492         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
5493         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
5494         defvar.
5495         (lisp-mode-syntax-table): Set up for #|...|# comments.
5496         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
5497         classes.  Match `defface'.
5498         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
5499         (eval-defun-1): Fix for defcustom.
5500         (lisp-indent-region): Doc fix.
5502         * subr.el (when, unless, split-string): Doc fix.
5503         (read-passwd): Move call of clear-this-command-keys to the right
5504         place.
5505         (replace-regexps-in-string): New function.
5507 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
5509         * help.el (describe-variable): Set syntax table to
5510         emacs-lisp-mode-syntax-table when moving forward over the
5511         symbol's name.
5513 2000-02-22  Dave Love  <fx@gnu.org>
5515         * xt-mouse.el: Doc fixes.
5516         (xterm-mouse-position-function): New function, replacing advice of
5517         mouse-position.
5518         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
5520         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
5522 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
5524         * format.el (format-annotate-single-property-change): Handle
5525         properties.with dotted-list values.
5526         (format-proper-list-p): New function.
5528         * enriched.el (enriched-face-ans): Handle '(foreground-color
5529         . COLOR) and (background-color . COLOR).
5531 2000-02-20  Dave Love  <fx@gnu.org>
5533         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
5534         and assignments to it.
5535         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
5536         current local map.
5537         (make-flyspell-overlay): Use it.
5538         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
5540         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
5541         (lm-get-header-re): Defun, not defsubst.
5542         (lm-get-package-name): Defun, not defsubst.  Simplify.
5543         (lm-version): Doc fix.  Simplify.
5544         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
5545         (lm-crack-address, lm-last-modified-date, lm-commentary)
5546         (lm-verify, lm-synopsis): Simplify.
5547         (lm-report-bug): Require emacsbug.  Use compose-mail.
5549 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
5551         * dired.el (dired-mode): Call propertized-buffer-identification
5552         to set mode-line-buffer-identification to something having
5553         the right text properties.
5555         * bindings.el (propertized-buffer-identification): New function.
5557 2000-02-20  Dave Love  <fx@gnu.org>
5559         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
5560         check for t-mouse too.
5562         * cus-start.el: Make echo-keystrokes `number'.
5564 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
5566         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
5567         Don't call ring-empty-p unless tags-location-ring is bound.
5568         From Noah Friedman <friedman@splode.com>.
5570 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
5572         * progmodes/hideshow.el (hs-flag-region): No longer use
5573         `intangible' overlay property.
5575         (hs-toggle-hiding): New command.
5576         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
5578         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
5579         Fix omission bug: Run `hs-minor-mode-hook' for both activation
5580         and deactivation.
5582 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
5584         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
5586 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
5588         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
5590         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
5591         of `*' to handle `(* ... *)' comments.
5593 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
5595         * faces.el (list-faces-display): Use display-mouse-p instead of
5596         window-system.
5598         * menu-bar.el (global-map): Menu-bar items converted to the new
5599         format (menu-item..., rearranged for better CUA compliance, and
5600         their names changed for better clarity.  Help strings added.
5602         * international/mule-cmds.el (mule-menu-keymap)
5603         (describe-language-environment-map, set-coding-system-map)
5604         (setup-language-environment-map): Convert to new (menu-item...
5605         form, add help strings.  Change names of menu items for better
5606         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
5607         submenu).
5609 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
5611         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
5612         within the code.
5614 2000-02-16  Dave Love  <fx@gnu.org>
5616         * faces.el: Don't require custom.  Add more specific :groups to
5617         various deffaces.
5618         (set-face-attribute): Purecopy args.
5619         (read-face-name): Default to name at point and use it in prompt.
5620         Remove colon from arg in all callers.
5621         (list-faces-display): Hyperlink to face descriptions and customize
5622         buffers.
5624 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5626         * wid-edit.el (widget-match-inline): An atom never matches a
5627         list.
5629 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5631         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
5632         at ':' characters by call to split-string.
5634 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5636         * textmodes/bibtex.el: Added RCS version identification.
5638 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5640         * textmodes/bibtex.el: Some temporary comments removed.
5641         (bibtex-field-name, bibtex-entry-type): Made the relationship
5642         explicit.
5643         (bibtex-field-const): Allow capital letters.
5644         (bibtex-start-of-string): Deleted because unused.
5646         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
5647         use the term 'reference' to describe a bibtex entry as a whole.
5648         Further, reference keys are no longer called 'labels'.
5649         (bibtex-keys): Renamed to bibtex-reference-keys.
5650         (bibtex-reformat-previous-labels): Renamed to
5651         bibtex-reformat-previous-reference-keys.
5652         (bibtex-reference-type): Renamed to bibtex-entry-type.
5653         (bibtex-reference-head): Renamed to bibtex-entry-head.
5654         (bibtex-reference-maybe-empty-head): Renamed to
5655         bibtex-entry-maybe-empty-head.
5656         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
5657         (bibtex-search-reference): Renamed to bibtex-search-entry.
5658         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
5659         bibtex-enclosing-entry-maybe-empty-head.
5660         (bibtex-entry-field-alist, bibtex-entry-head,
5661         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
5662         bibtex-map-entries, bibtex-search-entry,
5663         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
5664         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5665         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
5666         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
5667         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
5668         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
5669         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
5671 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5673         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
5674         comment.
5675         (bibtex-format-field-delimiters): New function, functionality
5676         extracted from bibtex-format-entry.
5677         (bibtex-autokey-get-yearfield-digits): New function, functionality
5678         extracted from bibtex-autokey-get-yearfield.
5680         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
5681         entries in order to avoid stack overflow in the regexp matcher if
5682         field contents become large.
5683         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
5684         bibtex-field-string-part-not-braced,
5685         bibtex-field-string-part-no-inner-braces,
5686         bibtex-field-string-part-1-inner-brace,
5687         bibtex-field-string-part-2-inner-braces,
5688         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
5689         bibtex-field-string-quoted, bibtex-field-string,
5690         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
5691         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
5692         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
5693         as parsing is now performed by the following functions.
5694         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
5695         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
5696         bibtex-parse-field-string, bibtex-search-forward-field-string,
5697         bibtex-parse-association, bibtex-field-name-for-parsing,
5698         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
5699         bibtex-search-forward-field, bibtex-search-backward-field,
5700         bibtex-start-of-field, bibtex-end-of-field,
5701         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
5702         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
5703         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
5704         bibtex-parse-string, bibtex-search-forward-string,
5705         bibtex-search-backward-string, bibtex-start-of-string,
5706         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
5707         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
5708         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
5709         entries.  Instead of reporting the results of the parsing by
5710         match-beginning or match-end, these functions return data structures
5711         that hold the corresponding positions.
5712         (bibtex-enclosing-field): Changed to also report field boundaries by
5713         return values rather than by match-beginning or match-end.  The
5714         following functions have been adapted to use the new parsing
5715         functions.
5716         (bibtex-skip-to-valid-entry, bibtex-search-reference,
5717         bibtex-enclosing-field, bibtex-format-entry,
5718         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
5719         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
5720         bibtex-print-help-message, bibtex-end-of-entry,
5721         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
5722         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5723         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
5724         method for parsing.
5725         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
5726         bibtex-map-entries, bibtex-flash-head,
5727         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
5728         bibtex-autokey-change, bibtex-autokey-get-namefield,
5729         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
5730         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5731         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
5732         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5733         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
5734         order to make the new binding of case-fold-search immediately
5735         visible.
5737 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5739         * textmodes/bibtex.el: Copyright notice is up to date.
5740         Added constant 'bibtex-maintainer-salutation.
5742         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
5743         than make-temp-name, use match-string-no-properties and eliminate
5744         a quadratic behavior when building bibtex-strings.
5746         * bibtex.el (bibtex-reference-key): Accept string entries whose
5747         reference key contains upper case letters.
5749 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5751         * bibtex.el (bibtex-reference-head): Allow entries to start with
5752         a new line.
5754 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5756         * bibtex.el: Hiding of entry bodies is not longer provided by
5757         bibtex.el directly.  Instead the hideshow package can be used.
5758         Added a special bibtex entry to hs-special-modes-alist.
5759         (bibtex-hs-forward-sexp): Added for hideshow.el.
5761 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5763         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
5764         at ':' characters by call to split-string.
5766 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5768         * textmodes/bibtex.el: Added RCS version identification.
5770 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5772         * textmodes/bibtex.el: Some temporary comments removed.
5773         (bibtex-field-name, bibtex-entry-type): Made the relationship
5774         explicit.
5775         (bibtex-field-const): Allow capital letters.
5776         (bibtex-start-of-string): Deleted because unused.
5778         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
5779         use the term 'reference' to describe a bibtex entry as a whole.
5780         Further, reference keys are no longer called 'labels'.
5781         (bibtex-keys): Renamed to bibtex-reference-keys.
5782         (bibtex-reformat-previous-labels): Renamed to
5783         bibtex-reformat-previous-reference-keys.
5784         (bibtex-reference-type): Renamed to bibtex-entry-type.
5785         (bibtex-reference-head): Renamed to bibtex-entry-head.
5786         (bibtex-reference-maybe-empty-head): Renamed to
5787         bibtex-entry-maybe-empty-head.
5788         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
5789         (bibtex-search-reference): Renamed to bibtex-search-entry.
5790         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
5791         bibtex-enclosing-entry-maybe-empty-head.
5792         (bibtex-entry-field-alist, bibtex-entry-head,
5793         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
5794         bibtex-map-entries, bibtex-search-entry,
5795         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
5796         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5797         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
5798         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
5799         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
5800         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
5801         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
5803 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5805         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
5806         comment.
5807         (bibtex-format-field-delimiters): New function, functionality
5808         extracted from bibtex-format-entry.
5809         (bibtex-autokey-get-yearfield-digits): New function, functionality
5810         extracted from bibtex-autokey-get-yearfield.
5812         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
5813         entries in order to avoid stack overflow in the regexp matcher if
5814         field contents become large.
5815         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
5816         bibtex-field-string-part-not-braced,
5817         bibtex-field-string-part-no-inner-braces,
5818         bibtex-field-string-part-1-inner-brace,
5819         bibtex-field-string-part-2-inner-braces,
5820         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
5821         bibtex-field-string-quoted, bibtex-field-string,
5822         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
5823         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
5824         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
5825         as parsing is now performed by the following functions.
5826         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
5827         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
5828         bibtex-parse-field-string, bibtex-search-forward-field-string,
5829         bibtex-parse-association, bibtex-field-name-for-parsing,
5830         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
5831         bibtex-search-forward-field, bibtex-search-backward-field,
5832         bibtex-start-of-field, bibtex-end-of-field,
5833         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
5834         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
5835         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
5836         bibtex-parse-string, bibtex-search-forward-string,
5837         bibtex-search-backward-string, bibtex-start-of-string,
5838         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
5839         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
5840         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
5841         entries.  Instead of reporting the results of the parsing by
5842         match-beginning or match-end, these functions return data structures
5843         that hold the corresponding positions.
5844         (bibtex-enclosing-field): Changed to also report field boundaries by
5845         return values rather than by match-beginning or match-end.  The
5846         following functions have been adapted to use the new parsing
5847         functions.
5848         (bibtex-skip-to-valid-entry, bibtex-search-reference,
5849         bibtex-enclosing-field, bibtex-format-entry,
5850         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
5851         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
5852         bibtex-print-help-message, bibtex-end-of-entry,
5853         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
5854         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5855         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
5856         method for parsing.
5857         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
5858         bibtex-map-entries, bibtex-flash-head,
5859         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
5860         bibtex-autokey-change, bibtex-autokey-get-namefield,
5861         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
5862         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5863         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
5864         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5865         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
5866         order to make the new binding of case-fold-search immediately
5867         visible.
5869 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5871         * textmodes/bibtex.el: Copyright notice is up to date.
5872         Added constant 'bibtex-maintainer-salutation.
5874         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
5875         than make-temp-name, use match-string-no-properties and eliminate
5876         a quadratic behavior when building bibtex-strings.
5878         * bibtex.el (bibtex-reference-key): Accept string entries whose
5879         reference key contains upper case letters.
5881 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5883         * bibtex.el (bibtex-reference-head): Allow entries to start with
5884         a new line.
5886 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5888         * bibtex.el: Hiding of entry bodies is not longer provided by
5889         bibtex.el directly.  Instead the hideshow package can be used.
5890         Added a special bibtex entry to hs-special-modes-alist.
5891         (bibtex-hs-forward-sexp): Added for hideshow.el.
5893 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5895         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
5896         proceedings entry type (for cross referencing). Thanks to Wagner
5897         Toledo Correa for the suggestion.
5899         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
5901 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
5903         * international/characters.el: Setup case table for Vietnamese.
5905 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
5907         * uniquify.el (toplevel): Require CL at compile time.
5908         (uniquify-push): Removed.
5910         * shadowfile.el (shadow-when): Removed.
5912         * tempo.el (tempo-dolist, tempo-mapc): Removed.
5913         (tempo-process-and-insert-string): Use dolist instead of
5914         tempo-dolist.
5916         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
5917         regexp for paragraph-start.
5919         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
5920         commas as well.
5922 2000-02-10  Dave Love  <fx@gnu.org>
5924         * wid-edit.el: (widgets) [defgroup]: Remove url link.
5925         (widget-color-choice-list, widget-color-history, widget-mouse-help):
5926         Deleted.
5927         (widget-specify-field, widget-specify-button): Don't use
5928         widget-mouse-help as help-echo property.
5929         (default): Use #'ignore for :validate and :mouse-down-action.
5930         (checkbox): Add help-echo.
5931         (widget-sexp-validate): Rewritten to clarify error messages.
5932         (character): Use char-valid-p in :match function.
5933         (widget-color-complete): Use facemenu-color-alist.
5934         (widget-color-action): Use facemenu-read-color.
5936         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
5937         set up `caar' &c that we now have.
5939 2000-02-09  Ray Blaak  <blaak@gnu.org>
5941         * delphi.el: Make resourcestring a declaration region, like const
5942         and var.
5944 2000-02-09  Dave Love  <fx@gnu.org>
5946         * bindings.el (mode-line-input-method-map): New variable.
5947         (mode-line-mule-info): Use it; fix last change.
5948         (mode-line-mode-menu): Move definition.
5949         (mode-line-mouse-sensitive-p): Deleted.
5950         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
5951         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
5952         level.
5954         * startup.el (command-line-1): Don't call
5955         make-mode-line-mouse-sensitive.
5957 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
5959         * mail/rmail.el (rmail-retry-failure): Use
5960         rmail-beginning-of-message before rmail-toggle-header, because the
5961         former toggles headers.
5963 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
5965         * diff-mode.el (diff-kill-junk): New interactive function.
5966         (diff-reverse-direction): Use delete-and-extract-region.
5967         (diff-post-command-hook): Restrict the area so that the hook also works
5968         outside of any diff hunk.  This is necessary for the minor-mode.
5969         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
5970         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
5972         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
5973         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
5974         so that it can be used more easily in <foo>-mode-hook.  Also make sure
5975         to avoid duplicate entries.
5976         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
5977         (font-lock-remove-keywords): Just as was done for `add', allow it to
5978         work even if font-lock-mode is nil.  Also make sure we don't modify
5979         any pre-existing list by forcing a copy-sequence.  Finally rename
5980         `major-mode' to `mode'.
5981         (font-lock-fontify-syntactic-anchored-keywords)
5982         (font-lock-fontify-anchored-keywords)
5983         (font-lock-fontify-keywords-region): Use line-end-position.
5984         Don't make `font-lock-multiline' local (it's now done in
5985         font-lock-set-defaults).
5986         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
5987         move the `font-lock-fontified' creation to inside the `unless'.
5989 2000-02-06  Andrew Innes  <andrewi@gnu.org>
5991         * term/w32-win.el (x-handle-args): Comment out call to message,
5992         which occurs before window system is initialized.
5994         * makefile.nt: Add support for recompiling lisp code.
5996 2000-02-04  Dave Love  <fx@gnu.org>
5998         * bindings.el (mode-line-mule-info): Fix/extend last change.
6000         * completion.el: Replace completion-dolist with dolist.
6002         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
6003         dotimes.
6005 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6007         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
6008         environment names before they go into the section regexp.
6010         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
6011         char class in regexp.
6013         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
6014         `case-fold-search' to nil.
6016         * progmodes/idlwave.el (idlwave-template): Respect
6017         `idlwave-abbrev-change-case'.
6018         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
6019         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
6020         idlwave-while): respect `idlwave-reserved-word-upcase'.
6021         (idlwave-rw-case): New function.
6022         (idlwave-statement-match): Fixed problem with assignment regexp.
6023         (idlwave-font-lock-keywords): Improved regexp for keyword
6024         parameters.
6025         (idlwave-surround): New argument LENGTH to support padding of
6026         operators longer than 1 char.
6028         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
6029         idlwave-shell-expression-overlay.  Implemented printing of
6030         expressions on higher levels of the calling stack.
6031         (idlwave-shell-display-level-in-calling-stack): Restore stack
6032         level.
6033         (idlwave-retrieve-expression-from-level): New function.
6034         (idlwave-shell-last-calling-stack): Variable removed.
6035         (idlwave-shell-reset): Argument action reversed (`visible' to
6036         `hidden').  Also remove stop-line overlay.
6037         (idlwave-shell-calling-stack-routine): New variable.
6038         (idlwave-shell-parse-stack-and-display): Messages now display
6039         negative level numbers.
6040         (idlwave-shell-mode): Set `modeline-format'.
6041         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
6042         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
6043         21.
6044         (idlwave-shell-print-expression-function): New option.
6046         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
6047         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
6048         `tool-bar' instead of `toolbar'.
6050 2000-02-02  Dave Love  <fx@gnu.org>
6052         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
6053         emacs-lisp-mode-hook.  Don't check for defalias being defined.
6055         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6056         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
6057         the new builtins directly.
6059         * whitespace.el (whitespace): Add :version to defgroup.
6061         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
6062         Doc fix.
6064         * thingatpt.el (sexp-at-point, symbol-at-point)
6065         (number-at-point, list-at-point): Add autoload cookie.
6067         * recentf.el (recentf): Add :version to defgroup.
6069         * quickurl.el (quickurl): Add :version to defgroup.
6071         * elide-head.el (elide-head): Use point-marker more.
6073         * bs.el (bs): Add :version to defgroup.
6075         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
6077         * progmodes/delphi.el (delphi): Add :version to defgroup.
6079 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
6081         * ange-ftp.el (ange-ftp-write-region): Handle case that
6082         succeeding process operation sets a different coding system.
6084         * calculator.el: New file.
6086 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
6088         * frame.el (frames-on-display-list, framep-on-display): New
6089         functions.
6090         (display-mouse-p, display-popup-menus-p, display-graphic-p)
6091         (display-selections-p, display-screens, display-pixel-width)
6092         (display-pixel-height, display-mm-width, display-mm-height)
6093         (display-backing-store, display-save-under, display-planes)
6094         (display-color-cells, display-visual-class): New functions.
6096         * term/tty-colors.el (tty-color-gray-shades): New function.
6098         * faces.el (display-color-p): Use framep-on-display.
6099         (display-grayscale-p): New function.
6101 2000-01-31  Dave Love  <fx@gnu.org>
6103         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
6104         (create-fontset-from-x-resource): Don't concat integers.
6106 2000-01-31  Inge Frick  <inge@nada.kth.se>
6108         * view.el: Some changes in documentation.  Removed some trailing
6109         whitespace. Changed some parameter names to agree with
6110         documentation.
6111         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
6112         window is not deleted.  Modifies change 1998-04-26.
6114 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
6116         * windmove.el: New file.
6118         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
6119         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
6120         progmodes/ebnf-yac.el: Update copyright and license info.
6122         * jit-lock.el (jit-lock-function): Widen before calculating end
6123         position.
6124         (jit-lock-stealth-chunk-start): Rewritten.
6126         * info.el (Info-title-face-alist): Removed.
6127         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
6128         faces.
6129         (Info-fontify-node): Use these faces.
6131 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
6133         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
6134         (cl-macro-list1): Recognize `&allow-other-keys' instead of
6135         `&allow-other-keywords'.
6137         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
6138         the list of directories scanned heuristically.
6140         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
6141         exist.
6143 2000-01-30  Jason Rumney  <jasonr@gnu.org>
6145         * w32-fns.el: Define w32-tty-standard-colors.
6147         * startup.el (command-line): Use w32-tty-standard-colors when in
6148         w32 console mode.
6150 2000-01-30  Dave Love  <fx@gnu.org>
6152         * jka-compr.el (jka-compr-load): Fix up load-history.
6154         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
6156         * emacs-lisp/cl-macs.el: Revert previous change.
6158 2000-01-29  Dave Love  <fx@gnu.org>
6160         * facemenu.el: Purecopy various strings.
6162         * timezone.el (timezone-fix-time): Window against 69 for two-digit
6163         years.  Deal with three-digit years.
6165         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
6166         defconst, purecopy.
6167         (help-back-label): Purecopy it.
6169 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
6171         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
6172         variable. If non-nil, order the buffer list according to the
6173         currently selected frame.
6174         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
6175         non-nil, pass the selected frame to function buffer-list.
6177 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6179         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
6181 2000-01-28  Dave Love  <fx@gnu.org>
6183         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
6185         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
6186         Don't use lisp-indent-hook property.
6187         (cl-abs): Remove.
6189         * subr.el: Move out indent and edebug specs for when and unless.
6191         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
6192         when, unless.
6194         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
6195         unless, when.
6197 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
6199         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
6200         `collecting' as synonym for `collect'.
6202         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
6203         for the case it contains spaces.
6205         * simple.el (what-cursor-position): Change formatting of
6206         messages.
6208         * frame.el (delete-other-frames): New function.
6209         (toplevel): Bind it to C-x 5 1.
6211         * sort.el (sort-numeric-base): New option.
6212         (sort-numeric-fields): If number starts with `0' or `0[xX[',
6213         interpret it as octal or hexadecimal.  Use sort-numeric-base
6214         as default base.
6216         * progmodes/glasses.el: New file.
6218 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
6220         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
6221         userids differently.
6223         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
6224         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
6225         progmodes/ebnf-yac.el: New files.
6227 2000-01-26  Dave Love  <fx@gnu.org>
6229         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
6230         on a function with an empty body.  [From Eric Ludlam.]
6232 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
6234         * vc.el (vc-version-diff): Make sure file name is expanded.
6236 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
6238         * scroll-bar.el (scroll-bar-timer): Variable removed.
6239         (scroll-bar-toolkit-scroll): Don't use a timer.
6241 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
6243         * language/thai-util.el (thai-composition-function): Delete
6244         superfluous `a'.
6246 2000-01-24  Dave Love  <fx@gnu.org>
6248         * fortran.el (fortran-mode): Use beginning-of-defun-function,
6249         end-of-defun-function.
6251         * font-lock.el (turn-on-font-lock): Don't depend on window-system
6252         &c.
6254 2000-01-22  Jason Rumney  <jasonr@gnu.org>
6256         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
6257         conflicts with new face support.
6259 2000-01-22  Richard M. Stallman  <rms@gnu.org>
6261         * replace.el (query-replace): Rename last arg to DELIMITED.
6262         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
6263         (query-replace-regexp): Likewise.
6265 2000-01-20  Richard M. Stallman  <rms@gnu.org>
6267         * subr.el (with-syntax-table): Use make-symbol, not gensym.
6269         * emacs-lisp/lisp.el (beginning-of-defun-function):
6270         Variable renamed from beginning-of-defun.
6271         Do not call make-variable-buffer-local.
6272         (beginning-of-defun-raw): Use new variable name; doc fix.
6273         (beginning-of-defun): Doc fix.
6274         (end-of-defun-function): Variable renamed from end-of-defun.
6275         Do not call make-variable-buffer-local.
6276         (end-of-defun): Use new variable name; doc fix.
6278         * subr.el (dolist, dotimes): Copied from cl-macs.el
6279         and made to work.
6281         * mail/undigest.el (rmail-digest-end-regexps):
6282         Variable replaces rmail-digest-end-regexp.
6283         Allows multiple regexps for detecting the end line.
6284         (undigestify-rmail-message): Corresponding changes.
6286 2000-01-19  Dave Love  <fx@gnu.org>
6288         * files.el (user-init-file): Don't declare here -- is primitive.
6290         * startup.el (command-line): Check for compiled user-init-file and
6291         set to uncompiled version if necessary.
6293 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
6295         * mail/undigest.el (rmail-digest-end-regexp): New user option.
6296         (undigestify-rmail-message): Use it.
6298         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
6300 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
6302         * tmm.el (tmm-goto-completions): Adapt to prompt being part
6303         of mini-buffer.
6305 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
6307         * emacs-lisp/copyright.el (copyright-update): Removed the
6308         requirement for a trailing space from `copyright-regexp', to
6309         support copyrights with owner specified on a separate line..
6311         * align.el: New file.
6313         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
6315         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
6317 2000-01-13  Dave Love  <fx@gnu.org>
6319         * ph.el: Removed.  (Obsoleted by EUDC.)
6321 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
6323         * net/eudc.el (toplevel): Remove autoloaded code installing
6324         menu with easymenu, because that causes build problems.
6326         * frame.el (frame-notice-user-settings): New variable.
6327         (frame-notice-user-settings): Don't modify frame parameters
6328         if called a second time.
6330 2000-01-13  Richard M. Stallman  <rms@gnu.org>
6332         * frame.el (frame-notice-user-settings):
6333         Notice default-frame-parameters even for non-window frames.
6335 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
6337         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
6338         for Emacs.
6339         (eudc-bob-can-display-inline-images): Extend for Emacs.
6340         (eudc-bob-toggle-inline-display): Ditto.
6341         (eudc-bob-display-jpeg): Ditto.
6343 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
6345         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
6346         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
6347         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
6349         * add-log.el (add-change-log-entry): Fix error trying an `(insert
6350         nil)'.
6352         * subdirs.el: Add `net' directory.
6354         * net: New directory.
6356         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
6357         eval-last-sexp.  Don't bind debug-on-error here.
6358         (eval-last-sexp): New function.  Bind debug-on-error if
6359         eval-expression-debug-on-error is non-nil.
6360         (eval-defun-2, eval-defun): Likewise.
6362         * simple.el (eval-expression): Don't bind debug-on-error if
6363         eval-expression-debug-on-error is nil.  Detect changed
6364         debug-on-error, and propagate new value to global binding, if
6365         eval-expression-debug-on-error is non-nil,
6366         (eval-expression-debug-on-error): Change doc string.
6368 2000-01-11  Richard M. Stallman  <rms@gnu.org>
6370         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
6372         * emacs-lisp/lisp-mode.el (with-syntax-table):
6373         Set up lisp-indent-function property.
6375         * subr.el (with-syntax-table): Moved from simple.el.
6377         * simple.el (with-syntax-table): Moved to subr.el.
6379 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
6381         * tmm.el (tmm-shortcut): Delete region after prompt instead
6382         of erasing buffer.
6384         * textmodes/fill.el (fill-common-string-prefix): New function.
6385         (fill-context-prefix): Use the longest common prefix of first
6386         and second line fill prefix, if there is one.
6388 2000-01-11  Richard M. Stallman  <rms@gnu.org>
6390         * array.el (array-mode): Don't use make-variable-buffer-local.
6391         Use make-local-variable for `truncate-lines'.
6393 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
6395         * add-log.el (add-log-current-defun): Handle user-defined
6396         add-log-current-function returning nil,
6398         * add-log.el (add-change-log-entry): Insert version number
6399         if having found a current function
6401         * add-log.el (add-log-current-defun): Call
6402         `add-log-current-defun-function'.  Try matches at level 0 and
6403         level 1.  Strip whitespace from defun found.
6405 2000-01-10  John Wiegley  <johnw@gnu.org>
6407         * allout.el (isearch-done/outline-provisions): Added `edit'
6408         argument to correspond with the current definition of
6409         `isearch-done'.
6411 2000-01-10  Dave Love  <fx@gnu.org>
6413         * elide-head.el (elide-head): Use point-marker, not point.
6415 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
6417         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
6418         before and after the year 2000.
6420         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
6421         Add ispell- prefix.
6423 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
6425         * ispell.el:  Only define dictionaries in menus when they exist.
6426         (version18p): New variable.
6427         (version20p): New variable.
6428         (xemacsp): New variable.
6429         (ispell-choices-win-default-height): Fix for XEmacs visibility.
6430         (ispell-dictionary-alist1): Added Brasileiro dictionary.
6431         (ispell-dictionary-alist6): Russian command lines no longer accept
6432         run-together words.
6433         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
6434         (ispell-dictionary-alist): Add koi8-r to customize definition.
6435         (check-ispell-version): Added documentation string.  Returns
6436         library path when called non-interactively.
6437         (ispell-menu-map-needed): Uses new variables.
6438         (ispell-library-path): New variable.
6439         (ispell-decode-string): XEmacs fix for bogus variable bindings.
6440         (ispell-word): Improved documentation string.  Test for valid
6441         character mappings.  Correctly check typed in word changes that can
6442         result in single words split into multiple words.  Returns
6443         replacement word.
6444         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
6445         replace in recursive query replace mode.  Help message for
6446         recursive edit mode.
6447         (ispell-show-choices): Protect against bad framepop bindings.
6448         (ispell-help): Fix to work with XEmacs.
6449         (ispell-highlight-spelling-error): Use new variables.
6450         (ispell-overlay-window): Fix to work with XEmacs.
6451         (ispell-parse-output): Passed and returns location information
6452         tracking spelling corrections.  Doesn't recheck same word on
6453         current line.
6454         (ispell-init-process): Protect against bogus XEmacs variable binding.
6455         Fix call to single argument in sleep-for.  Use new variables.
6456         (ispell-region): Passed and returns location information tracking
6457         spelling corrections.  Doesn't check same word on current line.
6458         Improved documentation string.  Doesn't resend a line already
6459         checked to the ispell process - fixes bug in LaTeX parsing.
6460         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
6461         (ispell-skip-region): No longer skips <TT> in SGML.
6462         (ispell-process-line): Tracks location information with spelling
6463         corrections.  Added documentation string.  Accounts for words
6464         already accepted on this line.  Don't allow query-replace on line
6465         starting with math characters.  Doesn't resend a line already sent
6466         to ispell process.  Fixes alignment error bug.
6468 2000-01-10  Richard M. Stallman  <rms@gnu.org>
6470         * dired-x.el (dired-guess-shell-alist-default):
6471         Suggest xloadimage, which is free, not xv, which isn't.
6473         * ange-ftp.el (ange-ftp-file-name-nondirectory):
6474         Don't ever include the host name or user name in the value.
6476 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
6478         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
6479         of a real newline.
6481 2000-01-09  Stephen Eglen  <stephen@gnu.org>
6483         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
6484         for .png files.
6486 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6488         * cus-edit.el (custom-hook-convert-widget): Fix comment.
6490 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
6492         * progmodes/cperl-mode.el: Replace ^F with ^L.
6494         * sendmail.el (toplevel): Provide `sendmail' when compiling
6495         before `require'ing rmail and mailalias to prevent infinite
6496         recursion.
6498 2000-01-08  Dave Love  <fx@gnu.org>
6500         * emacs-lisp/backquote.el: Remove inappropriate customization
6501         (allowing custom.el to use backquote).
6503 2000-01-07  Dave Love  <fx@gnu.org>
6505         * add-log.el (add-log-debugging): Deleted.
6506         (add-change-log-entry): Treat a backup FILE-NAME as its parent
6507         file.  Remove debugging code.
6508         (change-log-get-method-definition, change-log-name): Add doc.
6509         (change-log-sortable-date-at): New function.
6510         (change-log-merge): New command.
6512         * time.el (display-time-string-forms): Make the Mail string active.
6513         (display-time-update): Provide help-echo for load average.
6515         * bindings.el (make-mode-line-mouse2-map): New function.
6516         (mode-line-modified): Use it and simplify.
6517         (mode-line-mule-info): Provide help-echo info.
6518         (minor-mode-alist): Activate the strings.
6519         (make-mode-line-mouse-sensitive): Simplify for
6520         mode-line-buffer-identification.
6522 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
6524         * play/pong.el: New file.
6526 2000-01-06  Dave Love  <fx@gnu.org>
6528         * array.el: Assorted cleanups for compiler warnings, doc strings,
6529         `array-' prefix for symbols.
6531 2000-01-05  Dave Love  <fx@gnu.org>
6533         * textmodes/outline.el (outline-mode-menu-bar-map): Add
6534         outline-headers-as-kill.
6535         (outline-mode): Define imenu-generic-expression.
6536         (outline-headers-as-kill): New command.
6538         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
6539         from paragraph-start.
6540         (paragraph-indent-minor-mode): New command.
6542         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
6543         M-C-e, M-C-h, C-j, C-xnd, TAB.
6544         (fortran-mode): Set beginning-of-defun, end-of-defun.
6545         (fortran-column-ruler): Simplify.
6546         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
6547         (fortran-with-subprogram-narrowing): Likewise.
6548         (fortran-indent-subprogram): Call mark-defun.
6549         (fortran-check-for-matching-do): Change narrowing.
6551         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
6552         (cl-lucid-hash-tag): Delete.
6553         (cl-hash-table-p): Correct test for native table.
6554         (cl-hash-table-count): Use hash-table-count.
6556         * browse-url.el (browse-url): Fix case of
6557         browse-url-browser-function being an alist.
6559 2000-01-05  Carsten Dominik  <cd@gnu.org>
6561         * textmodes/reftex-vars.el (reftex-parse-file-extension)
6562         (reftex-index-phrase-file-extension): New options.
6564         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
6565         Use new option `reftex-index-phrase-file-extension'.
6567         * textmodes/reftex.el (reftex-access-parse-file): Use new option
6568         `reftex-parse-file-extension'.
6570 2000-01-05  Dave Love  <fx@gnu.org>
6572         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
6573         (beginning-of-defun-raw): Use it.
6574         (end-of-defun): New variable.
6575         (end-of-defun): Use it.
6576         (check-parens): New command.
6578 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
6580         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
6581         (hs-show-block): Don't use `mapcar' when not accumulating.
6583         Fix buglet in local variables initialization.
6585 2000-01-05  Andreas Schwab  <schwab@suse.de>
6587         * hscroll.el (hscroll): Doc fix.
6589 2000-01-05  Carsten Dominik  <cd@gnu.org>
6591         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
6592         idlw-toolbar.
6594         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
6595         file idlw-rinfo.el.
6596         (idlwave-customize): load must read file idlw-shell.el.
6597         (idlwave-create-customize-menu): load must read file idlw-shell.el.
6599 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
6601         * progmodes/idlw-shell.el: Also provide idlwave-shell
6602         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
6603         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
6605         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
6606         both reftex-dcr and reftex-vcr.
6608         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
6610 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6612         * ps-print.el: PostScript code now is in separate files, doc fix.
6613         (ps-print-version): New version number (5.0.3).
6614         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
6615         local.
6616         (ps-spool-config): Initialization fix.
6617         (ps-print-prologue-1, ps-print-prologue-2)
6618         (ps-print-duplex-feature): PostScript code moved to separated file.
6619         (ps-background-image): Little code reformating.
6620         (ps-begin-file, ps-begin-job): Fix code.
6621         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
6622         (ps-prologue-file): New fun.
6624 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6626         * ps-vars.el: Eliminated.
6628         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
6629         `;;;###autoload'.
6631         * ps-print.el: ps-vars eliminated, doc fix.
6632         (ps-print-version): New version number (5.0.2).
6633         (ps-spool-config): Initialization fix.
6634         (ps-print-customize): New fun.
6636 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
6638         * autorevert.el (auto-revert-mode): Return value of
6639         auto-revert-mode.
6641 2000-01-04  Dave Love  <fx@gnu.org>
6643         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
6644         menu items.
6646 2000-01-03  Dave Love  <fx@gnu.org>
6648         * elide-head.el (elide-head) [defgroup]: Add :version.
6650         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
6651         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
6652         `cl-hash-table-p', not `hash-table-p'.
6653         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
6655 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
6657         * faces.el (face-read-integer, read-face-attribute)
6658         (color-defined-p, color-values): unspecified-{f,b}g are now
6659         strings.
6661 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6663         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
6664         at comment end, and re-insert them after filling.
6666 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
6668         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
6669         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
6670         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
6672 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
6674         * term/x-win.el (xw-defined-colors): Call color-supported-p,
6675         the new name of face-color-supported-p.
6677         * term/w32-win.el (xw-defined-colors): Likewise.
6679 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
6681         * simple.el (completion-setup-function): Count completion-size
6682         from minibuffer-prompt-end, not from point-min.
6684 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
6686         * faces.el (read-face-attribute, defined-colors, color-defined-p):
6687         Pass the frame to tty-color-* functions.
6688         (display-color-p, frame-set-background-mode): Pass the frame to
6689         tty-display-color-p.
6691         * term/tty-colors.el (tty-defined-color-alist): Renamed from
6692         tty-color-alist.
6693         (tty-color-alist, tty-modify-color-alist): New functions.
6694         (tty-color-define,  tty-color-clear, tty-color-approximate)
6695         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
6696         an optional parameter FRAME.
6698 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
6700         * image.el (create-image, defimage): Don't assume image data is a
6701         string.
6703         * image.el (defimage): Handle specifications containing :data
6704         instead of :file.
6705         (image-type-from-data): New function.
6706         (image-type-from-file-header): Use it.
6707         (create-image): Add parameter DATA-P.
6709 See ChangeLog.8 for earlier changes.
6711 ;; Local Variables:
6712 ;; coding: iso-2022-7bit
6713 ;; End: