*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob90a1dd7ee62bd6f039820ee12d731eeacc5f941b
1 2000-08-24  Dave Love  <fx@gnu.org>
3         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4         mod sample text.
6         * international/iso-ascii.el: Make pilcrow convenient string
7         consistent with section.
8         (iso-ascii-display): Set up multibyte characters as well as
9         unibyte.
11 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
13         * international/mule-cmds.el (reset-language-environment): Set
14         default-process-coding-system to '(undecided . iso-latin-1), which
15         makes process I/O almost consistent with file I/O.   Call this
16         function when mule-cmds.el[c] is loaded.
18 2000-08-22  Andrew Innes  <andrewi@gnu.org>
20         * makefile.w32-in: New file.
22 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
24         * comint.el (comint-output-filter): Compare end of
25         comint-last-output-overlay with the start of the newly inserted
26         text, not the end, when deciding whether to extend it.
27         Set saved-point's insertion type to advance after insertion.  
29         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
30         since this is now done independently of font-lock mode.
32 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
34         * server.el (server-kill-new-buffers): New user option.
35         (server-existing-buffer): New buffer-local variable.
36         (server-visit-files): When using an existing buffer, set
37         server-existing-buffer to t.
38         (server-buffer-done): If server-kill-new-buffers is t, kill the
39         buffer, unless it was already present before visiting it with
40         Emacs server.
41         
42 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
44         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
45         even if the display doesn't support colors: some displays will
46         support bold/underline faces.
48 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
50         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
52         * startup.el (command-line): If user's init file had an error,
53         add explanatory text to *Messages*.
55 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
57         * man.el (Man-getpage-in-background): Decode the process output by
58         the system locale coding system.
60 2000-08-20  Dave Love  <fx@gnu.org>
62         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
63         Don't test x-popup-menu.
64         (function) <complete-function>: Complete only fbound symbols.
65         <validate, value>: New.
66         (variable) <complete-function>: Complete only bound symbols.
67         (coding-system): Add :base-only, :complete-function, :validate,
68         :value, :prompt-match.
69         (widget-coding-system-prompt-value): Use read-coding-system and
70         act on :base-only.
71         (editable-field): Add :help-echo.
72         (widget-push-button-gui, widget-push-button-cache)
73         (widget-gui-action, widget-editable-list-gui): COmment out, along
74         with uses.
75         (widget-at): Make arg optional.
76         (widget-echo-help): Adjust for current help-echo calling sequence.
77         (widget-specify-field, widget-specify-button)
78         (widget-specify-insert, widget-get-sibling, widget-image-find)
79         (widget-convert, widget-insert, widget-leave-text)
80         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
81         (widget-setup, widget-field-find, widget-before-change)
82         (widget-after-change, widget-default-complete)
83         (widget-default-create, widget-default-delete)
84         (widget-push-button-value-create, editable-field)
85         (widget-field-prompt-value, widget-field-validate)
86         (widget-choice-value-create, widget-choice-action)
87         (widget-choice-validate, widget-checklist-add-item)
88         (widget-radio-add-item, widget-radio-chosen)
89         (widget-radio-value-inline, widget-editable-list-value-create)
90         (widget-editable-list-entry-create)
91         (widget-documentation-link-add)
92         (widget-documentation-string-value-create)
93         (widget-regexp-validate, widget-file-complete)
94         (widget-sexp-validate, widget-plist-convert-widget)
95         (widget-plist-convert-widget, widget-alist-convert-widget)
96         (widget-alist-convert-widget, widget-color-complete): Simplify,
97         particularly to avoid bindings which aren't optimized out.
99         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
100         Doc fix.
101         (down-list, backward-up-list, up-list, kill-sexp)
102         (backward-kill-sexp, mark-sexp): Make arg optional.
103         (lisp-complete-symbol): Add optional arg PREDICATE.
105         * cus-start.el: Add display-buffer-reuse-frames,
106         file-coding-system-alist.
108 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
110         * startup.el (command-line): Clear realized faces after
111         modifying TTY color mappings.
113 2000-08-20  Miles Bader  <miles@gnu.org>
115         * faces.el (face-attr-match-p): Don't return true if ATTRS are
116         merely a subset of FACE's attributes.
118 2000-08-19  Miles Bader  <miles@gnu.org>
120         * comint.el (comint-output-filter): Save the point with a marker,
121         not just a buffer position.
123         * international/mule.el (set-buffer-process-coding-system): Make
124         interactive prompt less confusing.
126 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
128         * hilit-chg.el: General cleanup of doc strings, comments and
129         code formatting.
131 2000-08-19  Miles Bader  <miles@gnu.org>
133         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
134         Compiler macro removed; beginning-of-line is no longer always
135         equivalent to forward-line, in the presence of fields.
137         * comint.el (comint-output-filter): Remove ad-hoc saving of
138         restriction, and just use save-restriction, now that it works
139         correctly.  Don't adjust comint-last-input-start to account for
140         our insertion; it shouldn't have moved because we don't use
141         insert-before-markers anymore.  Comment out call to
142         `force-mode-line-update'; why is it here?
144         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
145         while checking for prompt to delete.  Use `forward-line 0'
146         instead of beginning-of-line.
147         (gud-filter): Temporarily widen gud comint buffer while
148         examining output.
150 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
152         * progmodes/sh-script.el: Big bag of typos.
154         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
155         check since ispell-process is not bound when ispell is not yet loaded.
157 2000-08-18  Dave Love  <fx@gnu.org>
159         * image.el (find-image): Copy `spec' before using plist-put.
161 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
163         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
164         `portugues'.
166         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
167         backward-kill-sexp, analogous to kill-sexp.
169         * progmodes/icon.el (icon-indent-line)
170         (icon-is-continuation-line): Handle comments specially.
172 2000-08-17  Ken Stevens <k.stevens@ieee.org>
174         * ispell.el: Set to standard author/maintainer/keyword fields.
175         Fine tuning to menu map appearance and operation, and added help.
176         Remove `start' and `end' error messages when compiling.
177         (ispell-choices-win-default-height): Fixed comment string.
178         (ispell-dictionary-alist-1): Fixed regexp in castellano and
179         castellano8 dictionaries.
180         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
181         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
182         dictionary, added italiano dictionary.
183         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
184         word character
185         (ispell-tex-skip-alists): Added psfig support.
186         (ispell-skip-html): Renamed from ispell-skip-sgml.
187         (ispell-begin-skip-region-regexp, ispell-skip-region)
188         (ispell-minor-check): Improved html skipping support to skip across
189         code, and recognize `&' commands without propper `;' syntax;
190         (ispell-process-line): Fix alignment error when manually
191         correcting spelling.
192         (ispell): Fix comment string.
193         (ispell-add-per-file-word-list): Always put word list on new line.
195 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
197         * format.el (format-encode-run-method): Fix error message to say
198         `encode' instead of `decode'.  Use save-window-excursion around
199         shell-command-on-region as in format-decode-run-method because
200         shell-command-on-region can display a buffer with error output.
201         (format-decode): Don't record undo information for the decoding.
202         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
203         that number part of the temporary buffer name so that more than
204         one decoding using a temporary buffer can happen safely.
206         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
207         of `A-z' in the regexp.
209         * hilit-chg.el: Fix typos in commentary.
211         * help.el (view-emacs-news): Rewritten for new naming scheme
212         for old NEWS files.
214         * startup.el (command-line): Pop to *Messages* in case an error
215         is signaled while loading user-init-file.
217 2000-08-17  Andreas Schwab  <schwab@suse.de>
219         * files.el (insert-directory): Don't lose original file name,
220         undoing an undocumented change.
222 2000-08-17  Alex Schroeder  <alex@gnu.org>
224         * sql.el (sql-magic-go): Use comint-bol.
225         (sql-copy-column): Use comint-line-beginning-position.
226         (comint-line-beginning-position): Define a replacement for
227         comint-line-beginning-position if it is not fboundp.
229 2000-08-17  Alex Schroeder  <alex@gnu.org>
231         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
232         it didn't have any effect anyway.
234 2000-08-17  Alex Schroeder  <alex@gnu.org>
236         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
237         --pset and pager=off instead of sending \\o|cat at the beginning
238         of the session.
240 2000-08-17  Miles Bader  <miles@gnu.org>
242         * progmodes/octave-inf.el: Add compatibility definition of
243         comint-line-beginning-position.
245 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
247         * startup.el (normal-top-level): Look in each dir in load-path for
248         a leim-list.el file too.  This assures of loading leim-list.el
249         that is created at Emacs installation time even if a user have his
250         own leim-list.el.
252 2000-08-17  Miles Bader  <miles@gnu.org>
254         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
255         foreground color to black if the background is dark.
257 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
259         * loadhist.el (unload-feature): Typo.
261         * finder.el (finder-compile-keywords): 
262         * cus-dep.el (custom-make-dependencies): Add local-variable settings
263         to the generated file.
265         * mail/mh-e.el (mh-make-local-vars):
266         Replace make-variable-buffer-local with make-local-variable.
268         * play/landmark.el:
269         * options.el (Edit-options-{set,toggle,t,nil}):
270         * mail/mailabbrev.el (mail-abbrevs-mode): 
271         * textmodes/tex-mode.el (tex-expand-files): 
272         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
274         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
276         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
277         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
278         Allow going past the last element.
279         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark) 
280         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
281         (cvs-mouse-toggle-mark): Don't move point.
282         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
284         * progmodes/compile.el (grep): Provide a default set of files.
285         (next-error): Docstring fix.
286         (compilation-find-file): Avoid find-file (fails in a dedicated window).
288         * emacs-lisp/easy-mmode.el (define-minor-mode):
289         Use `symbol-value' to keep the byte-compiler quiet.
291         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
292         (diff-find-source-location): New fun, extracted from diff-goto-source.
293         (diff-goto-source): Use it.
294         (diff-next-complex-hunk, diff-filter-lines): New function.
295         (diff-apply-hunk): New command.
297         * smerge-mode.el (smerge-mode-menu): Doc fix.
299         * msb.el (msb-mode): Define it in terms of define-minor-mode.
301 2000-08-16  Dave Love  <fx@gnu.org>
303         * windmove.el (windmove) <defgroup>: Add :version.
305         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
306         (goto-address-fontify-p, goto-address-highlight-p)
307         (goto-address-url-face, goto-address-url-mouse-face)
308         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
309         (goto-address-url-regexp): Use thing-at-point-url-regexp.
310         (goto-address-fontify, goto-address-at-mouse): Simplify,
311         (goto-address-at-point): browse-url-url-at-point,
312         goto-address-find-address-at-point can return nil.
313         (goto-address-find-address-at-point): Return nil on failure.
315         * align.el (align) <defgroup>: Add :version.
317         * calculator.el (calculator): Add :version.
318         (calculator): Use two lines for calculator window if `modeline'
319         face is boxed.
321         * play/5x5.el: Doc fixes.
322         (5x5) <defgroup>: Add :version.
324         * play/fortune.el (fortune) <defgroup>: Add :version.
325         (fortune-append): Fix error message.
326         (fortune-from-region): Doc fix.
328         * play/pong.el (pong): Doc fix.
330         * play/morse.el: Keywords, commentary, autoloads.
332 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
334         * desktop.el (desktop-save): Don't look at symbol-value of a
335         member of minor-mode-alist, unless it is boundp.
337 2000-08-16  Sam Steingold  <sds@gnu.org>
339         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
340         `while'; use `with-current-buffer' instead of `save-excursion'.
341         Removed unnecessary kludges now that "*Buffer List*" is excluded.
343 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
345         * international/ccl.el (declare-ccl-program): Docstring modified.
346         (ccl-execute-with-args): Likewise.
348 2000-08-16  Miles Bader  <miles@gnu.org>
350         * progmodes/sql.el: Add compatibility definition of
351         comint-line-beginning-position.
353 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
355         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
356         'buffer-menu' property.
357         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
358         fails.
359         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
360         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
361         wasn't killed.
363         * buff-menu.el (list-buffers-noselect): Don't display the
364         *Buffer List* buffer.
366         * font-lock.el: Require jit-lock to prevent a very late
367         `Loading jit-lock' message.
369         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
370         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
371         mail address.
373 2000-08-15  Miles Bader  <miles@gnu.org>
375         * textmodes/ispell.el (ispell-graphic-p): New constant.
376         (ispell-choices-win-default-height, ispell-help): Use
377         `ispell-graphic-p' instead of `xemacsp'.
379 2000-08-15  Dave Love  <fx@gnu.org>
381         * simple.el: Autoload widget-convert when compiling.
382         (mail-user-agent): Doc fix.
384         * help.el (function-called-at-point, variable-at-point): Use
385         with-syntax-table.
386         (help-manyarg-func-alist): Add insert-and-inherit.
388         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
390         * delsel.el (delsel-unload-hook): New function.
392         * find-file.el: Doc fixes.  Move provide to end.
393         (ff) <defgroup>: Add :link.
394         (ff-goto-click): Deleted.
395         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
396         Use mouse-set-point.
398         * textmodes/tildify.el: Doc fixes.
399         (tildify) <defgroup>: Add:version.
401         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
402         (glasses-custom-set): Use set-default, not set.
403         (minor-mode-alist): Propertize the lighter.
404         (glasses-mode): Provide optional arg.
406         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
407         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
408         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
409         option.  Provide :type.
410         (cwarn-configuration): Provide :type.
411         (cwarn-mode): Doc fix.
413         * add-log.el (change-log-merge): Doc fix.
414         (change-log-redate): New command.
416         * net/browse-url.el (browse-url-filename-alist): Add a clause for
417         Doze and Dog.
418         (browse-url): Use dolist, not mapcar.
419         (browse-url-at-point): Check for null url.
420         (browse-url-event-buffer, browse-url-event-point): Functions
421         deleted.
422         (browse-url-at-mouse, browse-url-netscape): Simplify.
424         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
425         modes.
426         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
427         Fix previous change to mapcan.
428         (msb--init-file-alist, msb--add-separators)
429         (msb--make-keymap-menu): Simplify.
430         (msb--choose-file-menu): Use copy-sequence.
431         (msb-mode-map): Add title to keymap.
432         (msb-unload-hook): New function.
434         * bs.el: Fix indentation.
435         (bs) <defgroup>: Add :links.
436         (bs-show): Doc fix.
437         (bs-apply-sort-faces): Don't use window-system.
438         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
440 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
442         * calendar/timeclock.el (timeclock-file): Run .timelog through
443         convert-standard-filename.
445 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
447         * emacs-lisp/authors.el: New file.
449         * paren.el (show-paren-priority): New user option.
450         (show-paren-function): Set overlay priorities to
451         show-paren-priority.
453 2000-08-14  Miles Bader  <miles@gnu.org>
455         * comint.el (comint-bol): Use `forward-line 0' instead of calling
456         beginning-of-line with inhibit-field-text-motion bound.
458 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
460         * calendar/timeclock.el: New file.
462 2000-08-14  David Ponce  <david@dponce.com>
464         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
465         `widget-button-click'. so that one can use left mouse button to
466         click on dialog buttons.
468 2000-08-14  Emmanuel Briot  <briot@gnat.com>
470         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
471         identifiers, since XML is case sensitive
473 2000-08-12  Miles Bader  <miles@gnu.org>
475         * comint.el (comint-output-filter): Don't bother frobbing
476         window-start, it doesn't seem to be necessary.
478         * comint.el (comint-send-string, comint-send-region): Make into
479         real functions.  Snapshot the prompt before sending.
481 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
483         * info.el (Info-find-emacs-command-nodes): Rewrite to use
484         technique similar to Info-index, instead of relying on specific
485         names of relevant Index nodes.
486         (Info-goto-emacs-command-node): Bind Info-history to nil when
487         going to the first node found by Info-find-emacs-command-nodes.
489 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
491         * menu-bar.el (menu-bar-help-menu): Add a :help string.
493 2000-08-10  Miles Bader  <miles@gnu.org>
495         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
497 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
499         * info.el (Info-file-list-for-emacs): More elements for the
500         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
501         and woman manuals.
503 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
505         * comint.el (comint-send-input): Make the newline boundary overlay
506         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
507         (comint-output-filter): Use `insert' instead of
508         `insert-before-markers'.  Extend comint-last-output-overlay when
509         necessary since we can't rely on insert-before-markers to do it.
510         * gud.el (gud-filter): Use `with-current-buffer' instead of
511         save-excursion when inserting the output, so that point gets
512         updated correctly; the old method relied on a rather dodgy
513         side-effect of comint-output-filter to avoid the effect of
514         save-excursion.
516 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
518         * files.el (recover-file): Call insert-directory instead of
519         invoking `ls' directly.
521 2000-08-10  Miles Bader  <miles@gnu.org>
523         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
524         (comint-last-prompt-overlay): New variables.
525         (comint-output-filter): Implement prompt highlighting.
526         (comint-snapshot-last-prompt): New function.
527         (comint-send-input): Snapshot the last prompt.
528         Use comint-highlight-input-face.
529         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
530         Use defface instead of defcustom.
531         (send-invisible, comint-send-eof): Snapshot the last prompt.
532         (comint-delchar-or-maybe-eof): Use comint-send-eof.
533         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
535 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
537         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
538         (regexp-opt-group): Use a list of chars for `letters'.
539         (regexp-opt-charset): `chars' is now a list of chars.
540         Use a char-table rather than a vector so it works for multibyte chars.
542         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
543         Set cvs-minor-current-files to the selected fileinfo.
544         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
545         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
547 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
549         * files.el (insert-directory): Don't call access-file on
550         directories on DOS and Windows.
552 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
554         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
555         longer if necessary.
556         (ccl-embed-code): Call ccl-embed-data to store CODE in
557         ccl-program-vector.
559 2000-08-09  Miles Bader  <miles@gnu.org>
561         * comint.el (comint-output-filter): Properly handle the case where
562         the text surrounded by comint-last-output-overlay was deleted.
564 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
566         * info.el (Info-insert-dir): Use Info-additional-directory-list if
567         non-nil.
568         (Info-file-list-for-emacs): Remove "info" from the list because
569         that leads to trying to use the documentation from file `info'
570         in various situations where it isn't appropriate, for instance
571         C-h C-k C-h i.
573         * ffap.el (ffap-read-file-or-url-internal): Handle case that
574         DIR and/or STRING are nil.
576         * progmodes/compile.el (compilation-setup): Make variable
577         compilation-error-screen-columns buffer-local, as some comment
578         in the code suggests it should be.
580         * files.el (auto-mode-interpreter-regexp): New variable.
581         (set-auto-mode): Use it.
583         * indent.el (indent-for-tab-command): Doc fix.
585         * mouse-sel.el (mouse-sel-mode): Doc fix.
587         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
588         labels.
590         * help.el (print-help-return-message): When
591         display-buffer-reuse-frames is set, let the help window been quit,
592         instead of deleting it, which might delete a reused frame.
594 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
596         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
597         rename a directory to a name that differs only by its letter case.
599 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
601         * international/quail.el (quail-define-rules): Handle Quail decode
602         map correctly.  Add code for supporting annotations.
603         (quail-install-decode-map): New function.
604         (quail-defrule-internal): New optional arguments decode-map and
605         props.
606         (quail-advice): New function.
608 2000-08-07  Sam Steingold  <sds@gnu.org>
610         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
611         `defconst', `define-condition', `with-slots'.
612         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
614 2000-08-03  Miles Bader  <miles@gnu.org>
616         * comint.el (comint-use-prompt-regexp-instead-of-fields):
617         New variable.
618         (comint-prompt-regexp, comint-get-old-input): Document dependence on
619         comint-use-prompt-regexp-instead-of-fields.
620         (comint-send-input): Add `input' field property to stuff we send to
621         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
622         (comint-output-filter): Add `output' field property to process
623         output, if comint-use-prompt-regexp-instead-of-fields is nil.
624         (comint-replace-by-expanded-history)
625         (comint-get-old-input-default, comint-show-output)
626         (comint-backward-matching-input, comint-forward-matching-input)
627         (comint-next-prompt, comint-previous-prompt):  Use field
628         properties if comint-use-prompt-regexp-instead-of-fields is nil.
629         (comint-line-beginning-position): New function.
630         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
631         (comint-replace-by-expanded-history-before-point): Use
632         comint-line-beginning-position and line-end-position.
633         (comint-last-output-overlay): New variable.
634         (comint-mode): Make `comint-last-output-overlay' buffer-local.
636         * shell.el (shell-prompt-pattern): Doc change.
637         (shell-backward-command): Use line-beginning-position.
639         * gud.el (gud-gdb-complete-command): Use
640         comint-line-beginning-position.
642         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
643         comint-bol doesn't actually go to the beginning of the line.
645         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
646         if comint-use-prompt-regexp-instead-of-fields is non-nil.
647         (try-expand-line-all-buffers): Likewise.
649         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
650         explicitly matching comint-prompt-regexp.
651         (sql-copy-column): Use comint-line-beginning-position instead of
652         explicitly matching comint-prompt-regexp.
654         * progmodes/octave-inf.el (inferior-octave-complete): Use
655         comint-line-beginning-position.
657         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
659         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
660         looking for a prompt, use `forward-line 0' instead of
661         `beginning-of-line', to avoid getting caught by an input field.
663 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
665         * files.el (shell-quote-wildcard-pattern): Make sure to return
666         PATTERN, in the Unix case.
668 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
670         * play/zone.el (zone): Discard any pending input before running
671         the randomly-chosen pgm.
673 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
675         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
676         checking the existence of any multibyte characters.
678 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
680         * help.el (describe-mode): Test minor-mode symbol for being
681         bound before testing its value for being nil.
683         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
684         `first', `second', and `third'.
686         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
687         (second): Make it an alias for `cadr'.
689 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
691         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
692         types of display support faces now.
694 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
696         * pcvs.el (require): Require `cl' during compilation, only.
698         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
699         (toplevel): Remove `remq' and `remove' from autoloads.
700         (cl-fake-autoloads): New variable.  If set, arrange for an error
701         when CL functions etc. are autoloaded.
703 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
705         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
707         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
708         popped up, but the user clicks outside the menu, return an empty
709         regexp (that causes unhighlight-regexp to have no effect).
711         * menu-bar.el (menu-bar-games-menu): Add Zone.
713         * hi-lock.el (toplevel): Require font-lock.
715 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
717         * ebnf2ps.el: Get around a bug on skip-chars-forward.
718         (ebnf-8-bit-chars): New var for bug fix.
719         (ebnf-string): Bug fix.
721 2000-08-03  Sam Steingold  <sds@gnu.org>
723         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
724         instead of `buffer-string'.
725         (require 'cl): Always, not just when compiling.
726         `ignore-errors' in `interactive', `list*', `defun*' &c make this
727         necessary.
729 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
731         * international/mule-cmds.el (select-safe-coding-system): Make
732         the message text about selecting a safe coding system more clear.
734 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
736         * hi-lock.el: New file.
738         * play/zone.el: New file.
740         * replace.el (occur): Set tab-width in the *Occur* buffer to the
741         value of tab-width in the original buffer.  Choose a line number
742         format that's a multiple of the original buffer's tab width, so
743         that lines appear right.
745         * textmodes/ispell.el (ispell): New function, replacing an alias.
746         Spell-check active region if in transient-mark-mode and mark
747         is active; otherwise spell-check buffer.
749 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
751         * ps-mule.el: Fix a customization problem on
752         ps-mule-font-info-database-default.
754 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
756         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
757         display-mouse-p instead of window-system.
758         (ebrowse-member-mode-map): Ditto.
760 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
762         * ebnf2ps.el: Update ps-print functions call.  Indentation fix.  Doc
763         fix.
764         (ebnf-version): New version number (3.2).
765         (ebnf-format-color, ebnf-begin-job): Code fix.
767 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
769         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
770         font lock support on window-system.
771         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
773         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
774         display-color-p, if fboundp, instead of window-system.
776 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
778         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
779         instead of window-system.
781         * wid-edit.el (widget-choose): Use display-mouse-p instead of
782         window-system.
783         (widget-choice-mouse-down-action): Use display-popup-menus-p
784         instead of window-system.
786         * strokes.el (strokes-file): Run the file name through
787         convert-standard-filename.
788         (strokes-mode): Call display-mouse-p instead of looking at
789         window-system.  Change the error message accordingly.
791         * progmodes/cpp.el (toplevel): Support faces on tty's.
793         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
794         (lm-plot-square, lm-init-display): Don't use window-system.
796         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
797         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
799         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
800         instead of looking at window-system.
802 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
804         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
805         of testing if iswitchb-prepost-hooks is bound, because the
806         latter will always be true when invoking a recursive minibuffer
807         from an active Iswitchb buffer.
809 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
811         * files.el (shell-quote-wildcard-pattern): New function.
812         (insert-directory): Call it.  Only prepend "\" to command on Unix
813         and GNU/Linux systems.
815 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
817         * eshell/esh-groups.el: Change custom :link file names
818         from `eshell.info' to `eshell'.
820 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
822         * dired.el (dired-build-subdir-alist): Expand subdirectory names
823         correctly in recursive ange-ftp listings.
825 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
827         * ps-print.el: Fix bug 1: if ps-font-size-internal,
828         ps-header-font-size-internal and
829         ps-header-title-font-size-internal variables are not set,
830         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
831         face text property is (foreground-color . COLOR) or
832         `(background-color . COLOR)', ps-print crashes.  Doc fix.
833         (ps-print-version): New version number (5.2.4).
834         (ps-plot-region): Code fix.
835         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
836         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
837         Bug fix 2.
839 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
841         * glasses.el (glasses-make-readable): Fix uncapitalization of
842         identifiers like `myXMLDocument'.
844 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
846         * mail/mail-hist.el (mail-hist-previous-input)
847         (mail-hist-next-input): Do the obvious code factorization.
848         (mail-hist-retrieve-and-insert): New func, contains common
849         code of above two.
850         If inserting a message body, leave point at top.
852 2000-07-28  Sam Steingold  <sds@gnu.org>
854         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
855         Use `<=', not `<' to compare times!
856         (ange-ftp-ls): Remove.
858 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
860         * play/cookie1.el: Add explanation of how to make cookie.el
861         compatible with strfile(1) to comment.
863         * subr.el (remove, remq): New functions.
865         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
866         escape `*' in regexps.
867         (midnight-find): Reverse order of arguments in the funcall of
868         TEST.
870         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
871         and `.class'.
873         * play/meese.el: Add Commentary section.
875 2000-07-27  Alex Schroeder  <alex@gnu.org>
877         * sql.el (sql-ms): Added autoload cookie.
878         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
879         (sql-oracle): Ditto.
880         (sql-help): Doc change.
882         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
883         types and exceptions.
885 2000-07-27  Alex Schroeder  <alex@gnu.org>
887         * sql.el (sql-placeholder-history): New variable.
888         (sql-query-placeholders-and-send): New function that will query
889         the user and replace placeholders with user input.
890         (sql-oracle): If running on NT, set comint-input-sender to
891         sql-query-placeholders-and-send.
893         (sql-stop): If in the SQLi buffer, insert stop notification, else
894         present it as a message.
896 2000-07-27  Alex Schroeder  <alex@gnu.org>
898         * sql.el (sql-input-ring-separator): Doc change.
899         (sql-input-ring-file-name): Doc change.
900         (sql-interactive-mode): Use `sql-input-ring-separator' and
901         `sql-input-ring-file-name' to set the comint-mode equivalents
902         without making them local variables.
903         (sql-stop): Don't bind `sql-input-ring-separator' and
904         `sql-input-ring-file-name' dynamically to their comint-mode
905         equivalents.
907 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
909         * international/mule.el (register-char-codings): New function.
910         (make-coding-system): Handle `safe-chars' specification in the arg
911         PROPERTY.
913         * international/mule-cmds.el
914         (find-coding-systems-region-subset-p): This function deleted.
915         (sort-coding-systems-predicate): New variable.
916         (sort-coding-systems): New function.
917         (find-coding-systems-region): Use
918         find-coding-systems-region-internal.
919         (find-coding-systems-string): Use find-coding-systems-region.
920         (find-coding-systems-for-charsets): Check
921         char-coding-system-table.
922         (select-safe-coding-system-accept-default-p): New variable.
923         (select-safe-coding-system): Mostly rewritten.  New argument
924         ACCEPT-DEFAULT-P.
925         (select-message-coding-system): Call select-safe-coding-system
926         with ACCEPT-DEFAULT-P arg.
927         (reset-language-environment): Reset default-sendmail-coding-system
928         to the default value iso-latin-1.
929         (set-language-environment): Don't set the obsolete variable
930         charset-origin-alist.
932         * international/codepage.el (cp-coding-system-for-codepage-1):
933         Give `safe-chars' property to make-coding-system.
935         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
936         calling select-message-coding-system twice.
938         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
939         instead of `safe-charsets'.
940         (cyrillic-alternativnyj): Likewise.
941         (ccl-encode-alternativnyj): Don't check the charset
942         cyrillic-iso8859-5.
944 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
946         * composite.el (compose-chars-after): Preserve match data.
948 2000-07-26  Sam Steingold  <sds@gnu.org>
950         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
951         (ange-ftp-real-file-newer-than-file-p): New function.
952         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
953         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
955         * tooltip.el (tooltip-float-time): Removed (use `float-time').
956         * midnight.el (midnight-float-time): Ditto.
958 2000-07-26  Andreas Schwab  <schwab@suse.de>
960         * files.el (normal-backup-enable-predicate): Correct
961         interpretation of the return value of compare-strings.
963 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
965         * isearch.el (isearch-resume): New function.
966         (isearch-done): Add something to command-history to resume
967         the search.
968         (isearch-yank-line, isearch-yank-word): Use
969         buffer-substring-no-properties instead of buffer-substring.
971         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
972         of flyspell-mouse-map.
974         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
975         duplicate definition.
976         (makefile-mode): Remove duplicate setting of local-abbrev-table.
978         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
979         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
981 2000-07-25  Sam Steingold  <sds@gnu.org>
983         * net/ange-ftp.el: Get modtime over the net.
984         (ange-ftp-file-modtime): New function.
985         (ange-ftp-write-region, ange-ftp-insert-file-contents)
986         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
987         Use it.
988         (ange-ftp-dot-to-slash): New function.
989         (ange-ftp-fix-name-for-vms): Use it.
991         * midnight.el (midnight-buffer-display-time): Use
992         `with-current-buffer'.
994 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
996         * find-dired.el: Update copyright notice.
997         (find-dired): Offer to kill a running `find'.
999         * enriched.el (enriched-face-ans): For a `foreground-color'
1000         property, return '(("x-color" COLOR))' so that COLOR will be
1001         output as a parameter of the x-color annotation.  Likewise for the
1002         `background-color' property.  In the case of normal face
1003         properties, don't return annotations for unspecified foreground
1004         and background face attributes.
1006 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
1008         * language/japan-util.el (japanese-katakana-region): Fix handling
1009         HANKAKU argument.
1011 2000-07-25  Miles Bader  <miles@gnu.org>
1013         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
1014         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
1015         constrain-to-field.
1017 2000-07-24  Andrew Innes  <andrewi@gnu.org>
1019         * timer.el (timer-activate-when-idle): Add optional parameter
1020         DONT-WAIT.  Update docstring.
1021         (run-with-idle-timer): Specify extra parameter to
1022         timer-activate-when-idle, so that timer will be activated
1023         immediately if Emacs is already idle.
1025         * w32-fns.el (w32-using-nt): Fix docstring.
1027 2000-07-24  Dave Love  <fx@gnu.org>
1029         * mouse.el (popup-menu): Set last-command-event.
1030         (mouse-major-mode-menu-prefix): Declare.
1032 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
1034         * textmodes/flyspell.el: Update to author's version 1.5d.
1036         * progmodes/hideshow.el: Update copyright notice.
1038         * vcursor.el: Set maintainer to FSF, since author cannot
1039         be reached.
1041 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
1043         * info.el (Info-goto-emacs-key-command-node): Leave a space after
1044         the prompt.
1046         * mouse.el (popup-menu): Run the keymap through indirect-function,
1047         in case it was defined with define-prefix-key.  If the menu is a
1048         list of keymaps, look up the binding of user's choice in each one
1049         of the keymaps.
1050         (mouse-popup-menubar): If the global and local menu-bar keymaps
1051         don't have a prompt string, create one and insert it into the
1052         keymap.  Don't barf if current-local-map returns nil.
1054 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
1056         * dired.el (dired-sort-R-check): Added to allow recursive listing
1057         to be undone.
1058         (dired-sort-other): Use it.
1060 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1062         * Release of cc-mode 5.27
1064 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1066         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
1067         c-beginning-of-statement-1 that caused a bad case of recursion
1068         which could consume a lot of CPU in large classes in languages
1069         that have in-expression classes (i.e. Java and Pike).
1071         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
1072         statements before top level constructs (i.e. case 6 is moved
1073         before case 5 and is now case 4) to catch in-expression
1074         classes in top level expressions correctly.
1076 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1078         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
1079         objc-method-intro. Case 4 removed and case 5I added.
1081         * cc-langs.el (c-append-paragraph-start): New variable used by
1082         c-common-init to get paragraph-start correct.
1083         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
1084         initialize paragraph-start to make it correct both with and
1085         without the javadoc special case.
1087         * cc-mode.el (java-mode): Use c-append-paragraph-start to
1088         initialize paragraph-start for javadoc markup.
1090         * cc-vars.el (c-style-variables-are-local-p): Incompatible
1091         change by defaulting this to t.  It's motivated by the
1092         confusing behavior that otherwise arise from the style system
1093         when editing both java and non-java files at the same time
1094         (see the comments about style setting in c-common-init).
1096 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1098         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
1099         similar to the one in c-fill-paragraph to check the fill
1100         prefix from the adaptive fill function for sanity.
1102 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1104         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
1105         defun block.
1107 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1109         * cc-mode.texi Documented the change of cpp-macro.
1111 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1113         * cc-align.el (c-lineup-multi-inher): Handle lines with
1114         leading comma nicely. Extended to handle member initializers
1115         too.
1117         * cc-engine.el: (c-beginning-of-inheritance-list,
1118         c-guess-basic-syntax): Fixed recognition of inheritance lists
1119         when the lines begins with a comma.
1121         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
1123         * cc-vars.el (c-offsets-alist): Changed default for
1124         member-init-cont to c-lineup-multi-inher since it now handles
1125         member initializers and indents better for leading commas.
1127 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1129         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
1130         handling that caused class open lines to be recognized as
1131         statement-conts in some cases.
1133         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
1134         guessed by the adaptive fill function unless point is on the
1135         first line of a block comment.
1137         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
1138         when the buffer ends with a macro continuation char.
1140         * cc-engine.el (c-guess-basic-syntax): Added support for
1141         function definitions as statements in Pike.  The first
1142         statement in a lambda block is now labeled defun-block-intro
1143         instead of statement-block-intro.
1145         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
1146         so that the class surrounding point is selected, not the one
1147         innermost in the state.
1149         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
1150         recognition of switch labels having hanging multiline
1151         statements.
1153         * cc-engine.el (c-beginning-of-member-init-list): Broke out
1154         some code in c-guess-basic-syntax to a separate function.
1155         * cc-engine.el (c-just-after-func-arglist-p): Fixed
1156         recognition of member inits with multiple line arglists.
1157         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
1158         member-init-cont when the commas are in funny places.
1160 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1162         * cc-defs.el (c-auto-newline): Removed this macro since it's
1163         not used anymore.
1165         * cc-engine.el (c-looking-at-bos): New helper function.
1166         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
1167         inexpr and toplevel classes apart in Pike.
1169         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
1170         of case 9A.
1172         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
1173         constant, since "class" can introduce an in-expression class
1174         in Pike nowadays.
1176 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1178         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
1179         indentation on cpp-macro lines.
1181         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
1182         a syntax modifier like comment-intro, to make it possible to
1183         get syntactic indentation for preprocessor directives.  It's
1184         incompatible wrt to lineup functions on cpp-macro, but it has
1185         no observable effect in the 99.9% common case where cpp-macro
1186         is set to -1000.
1188 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1190         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
1191         member-init-cont when the preceding arglist is several lines.
1193 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1195         * cc-styles.el (c-style-alist): The basic offset for the BSD
1196         style corrected to 8.
1198 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1200         * cc-styles.el (c-style-alist): Adjusted the indentation of
1201         brace list openers in the gnu style.
1203 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1205         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
1207         * cc-cmds.el (c-electric-brace, c-electric-slash,
1208         c-electric-star, c-electric-semi&comma, c-electric-colon,
1209         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
1210         when c-syntactic-indentation is nil.
1212         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
1213         we were left at comments preceding the first statement when
1214         reaching the beginning of the buffer.
1216         * cc-vars.el (c-syntactic-indentation): New variable to turn
1217         off all syntactic indentation.
1219 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1221         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
1222         between the text and the block comment ender when it hangs,
1223         depending on how many there are before the fill.
1225 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1227         * cc-engine.el (c-beginning-of-closest-statement): New helper
1228         function to go back to the closest preceding statement start,
1229         which could be inside a conditional statement.
1230         * cc-engine.el (c-guess-basic-syntax): Use
1231         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
1233         * cc-engine.el (c-guess-basic-syntax): Better handling of
1234         arglist-intro, arglist-cont-nonempty and arglist-close when
1235         the arglist is nested inside parens.  Cases 7A, 7C and 7F
1236         changed.
1238         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
1239         up-to-date with javadoc 1.2.
1241 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1243         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
1244         multiline Pike type decls.
1246 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1248         * cc-cmds.el (c-indent-new-comment-line): Always break
1249         multiline comments in multiline mode, regardless of
1250         comment-multi-line.
1252 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1254         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
1255         fully::qualified::names in C++ member init lists.  Preamble in
1256         case 5D changed.
1258 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1260         * cc-langs.el (c-common-init): Handling of obsolete variables
1261         moved to c-initialize-cc-mode.  More compatible style override
1262         when using global style variables.
1263         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
1264         variables moved here.
1266         * cc-mode.texi: Documented the special behavior of
1267         c-special-indent-hook as a style variable.  Don't talk about
1268         doing (c-make-styles-buffer-local t) in a mode hook, since
1269         that's already too late to work right.
1271         * cc-styles.el (c-make-styles-buffer-local): Flag style
1272         variable localness in c-style-variables-are-local-p to make
1273         the compatibility measure in c-common-init work well.
1275         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
1276         longer contain set-from-style.
1277         * cc-styles.el (c-initialize-builtin-style): Don't check for
1278         set-from-style on c-special-indent-hook.
1279         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
1280         copy-alist is sufficient now.
1282         * cc-styles.el (c-set-style, c-set-style-1,
1283         c-get-style-variables): Fixes to variable initialization so
1284         that duplicate entries in styles have the same effect
1285         regardless of DONT-OVERRIDE.
1287         * cc-styles.el (c-set-style-2): Fixed bug where the
1288         initialization of inheriting styles failed when the
1289         dont-override flag is set.
1291         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
1292         on this.
1294 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1296         * cc-defs.el (c-forward-comment): Removed the workaround
1297         introduced in 5.38 since it had worse side-effects.  If a line
1298         contains the string "//\"", it regarded the // as a comment
1299         start since the \ temporarily doesn't have escape syntax.
1301 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
1303         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
1304         ada-xref.el before ada-prj.el, so that the Project menu is created
1305         when ada-prj tries to add to it.
1306         (ada-activate-keys-for-case): Suppress the characters that are not
1307         part of the Ada syntax. Better compatibility with else-mode
1308         (ada-adjust-case-interactive): When auto-casing is not active,
1309         correctly insert newlines (used to insert only ^M).  Prevent the
1310         syntax table from being changed in case of an error
1311         (or '_' becomes part of a word and some commands are confused).
1312         Do nothing if ada-auto-case is nil.
1313         (ada-after-keyword-p): Ignore keywords that are also attributes
1314         (ada-batch-reformat): Update usage comment
1315         (ada-call-from-contextual-menu): New function
1316         (ada-case-read-exceptions): Reinitialize the casing exception list
1317         first to nil first, so that the casing exception file can be
1318         shared.
1319         (ada-check-defun-name): Handles "configure" keyword for gnatdist
1320         files.
1321         (ada-compile-goto-error): Fix regexp used to detect a file:line
1322         anywhere in the error message
1323         (ada-contextual-menu-last-point): New variable
1324         (ada-create-keymap): If the variable delete-key-deletes-forward is
1325         t on XEmacs, it means that DEL should delete one character
1326         forward.
1327         (ada-create-menu): Use :included instead of :visible for XEmacs.
1328         New submenu "Options".
1329         (ada-end-stmt-re): Correctly indent "select ... then abort"
1330         statements.
1331         (ada-fill-comment-paragraph): Correctly delete all leading '--'
1332         even if they don't match ada-fill-comment-prefix Fix handling of
1333         paragraphs on the first or last line of a file.
1334         (ada-format-paramlist): Fix handling of default parameter values.
1335         (ada-get-body-name): New function.
1336         (ada-get-current-indent): Optimized by searchling directly for an
1337         existing generic part or a statement outside of it.  Handle
1338         ada-indent-align-comments when indenting comments Replaced some
1339         regexps by testing directly the next character. This results in a
1340         huge speedup on some files.  New indentation scheme for renames
1341         statements.  Stop looking for the 'while' or 'for' associated with
1342         a 'loop' at the first semicolon encountered.  A "return" can also
1343         match an anonymous access subprogram declaration.
1344         (ada-get-indent-noindent): Ignore strings and comments when
1345         looking for the keywords "record" and "private".
1346         (ada-goto-matching-decl-start): When matching "if", make sure we
1347         are not in fact seeing "end if".  Ignore "when" statements except
1348         when initial keyword was "begin".  Fix handling of nested
1349         procedures.  Add a recursive call to this function to skip over
1350         other 'end' statmts.  Fix indentation for "when .. => begin"
1351         (ada-in-open-paren-p): Fix indentation for complex boolean
1352         expressions, where 'and then', 'or else' and parenthesis
1353         statements are mixed up.
1354         (ada-in-paramlist-p): Skip comments while searching for the
1355         beginning Fix handling of operator declarations.
1356         (ada-indent-align-comments): New variable
1357         (ada-indent-current): Change the syntax table only in the
1358         protected section, so that we are sure it is restored correctly.
1359         (ada-indent-on-previous-lines): Use ada-use-indent and
1360         ada-with-indent Correctly indent "select ... then"
1361         (ada-indent-region): Slight speedup.
1362         (ada-indent-renames): New variable.
1363         (ada-last-which-function-subprog, ada-last-which-function-line):
1364         New variables
1365         (ada-looking-at-semi-private): Correctly indent the 'private'
1366         keyword when it is the first word in a package declaration.
1367         (ada-loose-case-word): Stop searching if at the end of the buffer.
1368         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
1369         even if point is not initially at the end of the word.
1370         (ada-matching-decl-start-re): Add "when".
1371         (ada-mode): Add support for abbrev-mode, outline-mode and
1372         which-func-mode Override the old find-file.el entry in
1373         ff-special-constructs since it is using the obsolete
1374         ada-spec-suffix variable
1375         (ada-no-auto-case): New function
1376         (ada-scan-paramlist): When parsing the argument type, accept
1377         spaces (as in "X 'Class", generated by Rational Rose).
1378         (ada-other-file-name): No longer loads the other file.
1379         (ada-popup-menu): Save and restore the current buffer and cursor
1380         position before and after displaying the menu.
1381         (ada-search-ignore-complex-boolean): New function.
1382         (ada-uncomment-region): Emacs21 already knows how to delete
1383         comments not starting in the first column.
1384         (ada-use-indent): New variable
1385         (ada-which-function): New function.
1386         (ada-with-indent): New variable
1387         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
1388         can be batch-compiled from the command line.
1390         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
1391         Add to the menu when the file is loaded, not in ada-mode-hook.
1392         Add -toolbar to the default ddd command Switches moved from
1393         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
1394         ada-prj-default-comp-opt
1395         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
1396         Reference Manual to the menu
1397         (ada-check-current): rewritten as a call to ada-compile-current
1398         (ada-compile): Removed.
1399         (ada-compile-application, ada-compile-current, ada-check-current):
1400         Set the compilation-search-path so that compile.el automatically
1401         finds the sources in src_dir.  Automatic scrollong of the
1402         compilation buffer.  C-uC-cC-c asks for confirmation before
1403         compiling
1404         (ada-compile-current): New parameter, prj-field
1405         (ada-complete-identifier): Load the .ali file before doing
1406         processing
1407         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
1408         conform to gnatmake's behavior.
1409         (ada-find-file-in-dir): New function
1410         (ada-find-references): Set the environment variables for gnatfind
1411         (ada-find-src-file-in-dir): New function.
1412         (ada-first-non-nil): Removed
1413         (ada-gdb-application): Add support for jdb, the java debugger.
1414         (ada-get-ada-file-name): Load the original-file first if not done
1415         yet.
1416         (ada-get-all-references): Handles the new ali syntax (parent types
1417         are found between <>).
1418         (ada-initialize-runtime-library): New function
1419         (ada-mode-hook): Always load a project file when a file is opened,
1420         so that the casing exceptions are correctly read.
1421         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
1422         (ada-parse-prj-file): Use find-file-noselect instead of find-file
1423         to open the project file, since the latter does not work with
1424         speedbar Get default values before loading the prj file, or the
1425         default executable file name is wrong.  Use the absolute value of
1426         src_dir to initialize ada-search-directories and
1427         compilation-search-path,...  Add the standard runtime library to
1428         the search path for find-file.
1429         (ada-prj-default-debugger): Was missing an opening '{'
1430         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
1431         variables.
1432         (ada-prj-default-gnatmake-opt): New variable
1433         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
1434         buffers, the project file is the default one Save the windows
1435         configuration before displaying the menu.
1436         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
1437         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
1438         ...)  regexp-quote identifiers names to support operators +,
1439         -,... in regexps.
1440         (ada-remote): New function.
1441         (ada-run-application): Erase the output buffer before starting the
1442         run Support remote execution of the application.  Use
1443         call-process, or the arguments are incorrectly parsed
1444         (ada-set-default-project-file): Reread the content of the active
1445         project file, not the one from the current buffer When a project
1446         file is set as the default project, all directories are
1447         automatically associated with it.
1448         (ada-set-environment): New function
1449         (ada-treat-cmd-string): New special variable ${current}
1450         (ada-treat-cmd-string): Revised.  The substitution is now done for
1451         any ${...} substring
1452         (ada-xref-current): If no body was found, compiles the spec
1453         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
1454         compiler to get rid of command line length limitations.
1455         (ada-xref-get-project-field): New function
1456         (ada-xref-project-files): New variable
1457         (ada-xref-runtime-library-specs-path)
1458         (ada-xref-runtime-library-ali-path): New variables
1459         (ada-xref-set-default-prj-values): Default run command now does a
1460         cd to the build directory.  New field: main_unit Provide a default
1461         file name even if the current buffer has no prj file.
1463         * ada-prj.el:
1464         Rewritten to show a tabbed-dialog.
1465         (ada-prj-add-ada-menu): Remove the map and name parameters.
1466         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
1467         New function
1468         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
1469         (ada-prj-load-from-file): New function
1470         (ada-prj-save): Always save fields that depend on the current buffer
1471         (ada-prj-show-value): New function
1473         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
1474         Ada mode. This will allow us to display the Ada menu in any buffer
1475         we want (for project items).
1476         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
1477         number of spaces in the header.
1479 2000-07-24  Dave Love  <fx@gnu.org>
1481         * ediff-init.el (ediff-region-help-echo): Bind face-help.
1483 2000-07-23  Noah Friedman  <friedman@splode.com>
1485         * type-break.el (type-break): perform autosave.
1486         Suggested by Stephen Gildea <gildea@intouchsys.com>.
1487         (type-break-do-query): Cancel query schedule while performing
1488         actual query, to avoid possibility of a second query being made
1489         while first one is already in progress.
1490         (type-break-time-stamp-format): New variable.
1491         (type-break-time-stamp): New function.
1492         (type-break-time-warning): Use it.
1493         (type-break-keystroke-warning): Use it.
1494         (type-break-noninteractive-query): Use it.
1496         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
1497         cookie.
1498         Use add-minor-mode to set minor-mode-alist, if available.
1499         (eldoc-echo-area-use-multiline-p): New user option.
1500         (eldoc-echo-area-multiline-supported-p): New variable.
1501         (eldoc-docstring-format-sym-doc): Use them.
1502         (eldoc-mode): If not using idle timers, append to local post and
1503         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
1504         (eldoc-display-message-no-interference-p): Don't interfere with
1505         edebug.
1506         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
1507         (eldoc-function-arglist): New function.
1508         (eldoc-function-argstring): Use it.
1510         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
1511         auto save directory exists before calling directory-files.
1513 2000-07-23  Dave Love  <fx@gnu.org>
1515         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
1516         ^o, ^u.
1518 2000-07-21  Dave Love  <fx@gnu.org>
1520         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
1521         now passed to the function.  It now works properly.
1523         * smerge-mode.el (smerge-mode-menu): Fill it out.
1525 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
1527         * info-look.el (info-lookup): If *info* is shown in another frame
1528         on the same display, select that frame, instead of switching to
1529         the Info buffer in another window of the selected frame.
1531         * simple.el (universal-argument-map): Bind numeric keypad keys
1532         kp-0 to kp-9 and kp-subtract.
1533         (digit-argument): Handle these keys.
1535 2000-07-20  Dave Love  <fx@gnu.org>
1537         * net/goto-addr.el (goto-address-fontify): Don't bother with
1538         buffer-modified and read-only stuff -- irrelevant with overlays.
1539         Put an extra property on the overlays and use it to clean up in
1540         case goto-address is re-run.
1542 2000-07-19  Richard M. Stallman  <rms@gnu.org>
1544         * timer.el (run-with-idle-timer): Doc fix.
1546         * mail/mail-utils.el (mail-strip-quoted-names):
1547         Handle case where <...> appears inside "...".
1548         Use replace-match to edit the string more simply.
1549         (rmail-dont-reply-to): Cope with an unmatched ".
1551 2000-07-19  Dave Love  <fx@gnu.org>
1553         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
1554         implementation.
1556         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
1557         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
1558         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
1560 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
1562         * textmodes/refer.el: Correct maintainer's email address.
1564         * progmodes/hideif.el: Correct author's email address.
1565         Fix typo in comment.
1567         * xml.el: New file.
1569         * mail/mailheader.el: Correct author's mail address.
1571         * gnus/parse-time.el: Correct author's mail address.
1573 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
1575         * comint.el (comint-highlight-input, comint-highlight-face):
1576         New user options.
1577         (comint-input-ring-file-name): Change custom type.
1578         (comint-mode-map): Bind mouse-2.
1579         (comint-insert-clicked-input): New function.
1580         (comint-send-input): Handle input highlighting.
1582 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
1584         * mouse.el (popup-menu): New function.
1585         (mouse-major-mode-menu): Use it.
1587 2000-07-18  Dave Love  <fx@gnu.org>
1589         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
1590         improvements.
1592 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
1594         * faces.el (face-font-selection-order)
1595         (face-font-family-alternatives): Add custom type.
1597 2000-07-18  Dave Love  <fx@gnu.org>
1599         * cus-edit.el (custom-variable-reset-saved)
1600         (custom-variable-reset-standard): Remove unused bindings.
1602         * rect.el (open-rectangle-line): Remove unused let.
1604         * hl-line.el (hl-line-highlight): Check hl-line-mode.
1606 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
1608         * cdl.el: Fix `Maintainer' keyword.
1610         * play/pong.el: Add author's email address.
1612 2000-07-17  Sam Steingold  <sds@gnu.org>
1614         * files.el (insert-directory): Call `split-string' instead of
1615         re-implementing it.
1617 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
1619         * mail/vms-pmail.el: Change maintainer to FSF.
1621         * net/goto-addr.el: Change maintainer to FSF.
1623         * recentf.el: Update from author.
1625         * info.el (Info-title-face-alist): Removed.
1627 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
1629         * eshell/eshell.el (eshell): Replace links to eshell.info with
1630         links to eshell, to avoid problems on systems where the manual is
1631         installed as `eshell'.
1632         * eshell/esh-cmd.el (eshell-cmd): Ditto.
1633         * eshell/em-smart.el (eshell-smart): Ditto.
1634         * eshell/em-banner.el (eshell-banner): Ditto.
1635         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
1637         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
1638         same-file check in the MS-DOS version (it does support inodes).
1640         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
1642         * eshell/eshell.el (eshell-directory-name):
1643         Run default directory name through convert-standard-filename.
1645 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
1647         * international/mule-cmds.el (select-safe-coding-system):
1648         Fix typo in the comment.
1650         * language/european.el (compound-text):
1651         Force katakana-jisx0201 to be designated to G1.
1653         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
1654         Don't translate some national variant characters of latin-jisx0201.
1655         (x-ctext): Force katakana-jisx0201 to be designated to G1.
1657         * international/kkc.el (kkc-after-update-conversion-functions):
1658         New variable.
1659         (kkc-update-conversion): Run functions in it at the tail.
1661 2000-07-16  John Wiegley  <johnw@gnu.org>
1663         * lisp/align.el (align-newline-and-indent):
1664         Adding new function.  for auto-aligning blocks of code on RET.
1665         (align-region): Fixed badly formatted minibuffer message.
1667 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
1669         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
1670         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
1671         the conversion list at first if appropriate.
1672         (kkc-next): Don't update kkc-next-count here.
1673         (kkc-prev): Don't update kkc-prev-count here.
1674         (kkc-show-conversion-list-update): Fix setting up of conversion
1675         list message.
1677 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
1679         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
1681 2000-07-16  Dave Love  <fx@gnu.org>
1683         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
1684         function to be more specific.
1686         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
1687         non-string help-echo.
1688         (widget-types-convert-widget): Defsubst it.
1689         (widget-echo-help): Try to cope with a help-echo function of two
1690         possible sorts.
1692 2000-07-15  Jason Rumney  <jasonr@gnu.org>
1694         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1695         Declare as obsolete.
1697         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
1699 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
1701         * hilit-chg.el: Fix typo.
1703 2000-07-14  Dave Love  <fx@gnu.org>
1705         * info.el (Info-mode-menu): Fix use of :help, :enable.
1707 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
1709         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
1711 2000-07-13  Dave Love  <fx@gnu.org>
1713         * emacs-lisp/easymenu.el: Doc fixes.
1714         (easy-menu-remove): Defalias to ignore.
1716         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
1717         Call throw correctly.
1719 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
1721         * faces.el (frame-background-mode): Doc fix.
1723         * simple.el (eval-expression-print-length): Change custom type to
1724         allow entering nil as value.
1726 2000-07-13  Dave Love  <fx@gnu.org>
1728         * progmodes/fortran.el (fortran-imenu-generic-expression):
1729         Change definition layout.
1730         (fortran-mode-menu): Reinstate customize entries.
1732         * cus-edit.el (custom-group-menu-create, customize-menu-create):
1733         Use :filter, per old XEmacs code.
1735 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
1737         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
1738         event when deciding what to send to the terminal.
1740 2000-07-12  Dave Love  <fx@gnu.org>
1742         * cus-start.el: Add optional version as 4th element of specs and
1743         use it for several things new in v21.  Remove load-path.  Fix type
1744         of line-number-display-limit.
1746 2000-07-11  Dave Love  <fx@gnu.org>
1748         * progmodes/fortran.el: Don't require easymenu.
1749         Use repeat counts in various regexps.
1750         (fortran-mode-syntax-table): Defvar directly.
1751         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
1752         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
1753         Use defvar, not defconst.
1754         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
1755         (fortran-mode): Set fortran-comment-line-start-skip,
1756         fortran-comment-line-start-skip, dabbrev-case-fold-search.
1757         (fortran-comment-indent): Use defsubst.
1758         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
1759         Use fortran-comment-indent, not fortran-comment-indent-function.
1760         (fortran-comment-region, fortran-electric-line-number): Simplify.
1761         (fortran-auto-fill): New function.
1762         (fortran-do-auto-fill): Deleted.
1763         (fortran-find-comment-start-skip):
1764         Check for non-null comment-start-skip.
1765         (fortran-auto-fill-mode, fortran-fill-statement):
1766         Use fortran-auto-fill.
1767         (fortran-fill): Use fortran-auto-fill.  Check for null
1768         comment-start-skip.  Simplify final clause and use end-of-line finally.
1770         * widget.el (widget-plist-member): New alias.
1772 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
1774         * eshell/esh-module.el (toplevel): Reference
1775         byte-compile-current-file only if it is bound.
1777 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
1779         * dired.el: Don't require `dired-aux'.
1781 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
1783         * dired-aux.el (dired-show-file-type): New function.
1784         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
1785         (dired-show-file-type): Add autoload.
1787 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
1789         * international/mule-diag.el (describe-font): Adjusted for the
1790         change of fontset-info.
1791         (print-fontset): Likewise.
1793 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
1795         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
1797 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
1799         * bindings.el: Bind `[delete]' to delete-char.
1801         * dired.el (dired-find-alternate-file): New function.
1802         (dired-mode-map): Bind `a' to dired-find-alternate-file.
1803         (toplevel): Require dired-aux when compiling.
1804         (dired-buffers): Move defvar within file to avoid compiler warning.
1806         * info.el (Info-last-search): Variable removed.
1807         (Info-search-history): New variable.
1808         (Info-search): New Info-search-history.
1810         * battery.el, info-look.el: Change author's mail address.
1812 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
1814         * mail/rmail.el (rmail-clear-headers): Don't throw an error
1815         if rmail-ignored-headers is nil.
1816         (rmail-retry-failure): Bind rmail-ignored-headers and
1817         rmail-displayed-headers to nil.
1819 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
1821         * lpr.el (lpr-page-header-switches): Add `-h' switch.
1822         (print-region-1): Don't hard code `-h' here.
1824         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
1826 2000-07-01  Francesco Potorti`  <pot@gnu.org>
1828         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
1829         exim can use "your message" instead of "the message".
1831 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
1833         * facemenu.el: Docstrings fixes.
1834         (facemenu-get-face): Don't use internal-find-face.
1835         (facemenu-iterate): Rename arg to match the docstring.
1837         * newcomment.el (uncomment-region): Be more careful when skipping
1838         backwards over `=' not to bump into BOBP.
1840 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
1842         * ediff-diff.el (ediff-wordify): Use syntax table.
1843         * ediff-init.el (ediff-has-face-support-p): Use
1844         ediff-color-display-p.
1845         (ediff-color-display-p): Use display-color-p, changed to defun
1846         from defsubst.
1847         Got rid of special cases for NeXT and OS/2.
1848         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
1849         face.
1851 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
1853         * emacs-lisp/lucid.el: Require CL.
1854         (copy-tree, remprop): Remove, it's provided by CL.
1855         (map-keymap): Define in terms of cl-map-keymap.
1856         (extent-property, set-extent-end-glyph): New functions.
1858         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
1860 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
1862         * Makefile.in (DONTCOMPILE): Add comment that the name may
1863         not be changed without changing the make-dist script.
1865         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
1866         (cl-mapc): Use mapc instead of cl-old-mapc.
1868 2000-07-05  Andrew Innes  <andrewi@gnu.org>
1870         * makefile.nt: Add support for `bootstrap' and related targets.
1872 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
1874         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
1875         (easy-menu-do-define): Use `menu-item' format.
1876         Handle case where easy-menu-create-menu returns a symbol.
1877         Manually call the potential top-level filter in the function binding.
1878         (easy-menu-filter-return): New arg NAME.
1879         Convert to a keymap if MENU is an XEmacs menu.
1880         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
1881         (easy-menu-converted-items-table, easy-menu-convert-item):
1882         New var and fun to memoize easy-menu-convert-item-1.
1883         (easy-menu-do-add-item): Use it.
1884         (easy-menu-create-menu): Use easy-menu-convert-item.
1885         Wrap easy-menu-filter-return around any :filter specification.
1886         Don't convert the menu if a filter was specified.
1887         Tell easy-menu-make-symbol not to check for MENU being an expression.
1888         (easy-menu-make-symbol): New arg NOEXP.
1890 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
1892         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
1893         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
1894         (eval-defun): If called with prefix arg, instrument code for
1895         Edebug.
1897         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
1898         similar to that of eval-defun.
1900 2000-07-04  Dave Love  <fx@gnu.org>
1902         * hl-line.el (hl-line-overlay): Make it permanent-local.
1904         * calendar/todo-mode.el: Replaced with a working version, based on
1905         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
1907 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
1909         * paths.el (prune-directory-list): New function.
1910         (Info-default-directory-list): Rewritten to more methodically
1911         enumerate a big list of possible info directories (based on the
1912         list used by the standalone info reader).
1914         * info.el (info-initialize): Use prune-directory-list to remove
1915         non-existent directories from Info-directory-list.
1917         * paths.el (Info-default-directory-list): Try a list of possible
1918         info-directories instead of a single one.  Add the possible
1919         info directory "/usr/share/info".
1921         * woman.el (woman-man.conf-path): Explicitly include the debian
1922         man-db config file "/etc/manpath.config".
1923         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
1924         are present in `manpath.config'.
1925         (woman-manpath): Include "/usr/share/man".
1927 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
1929         * frame.el (blink-cursor-mode): Don't hide cursor initially.
1931         * startup.el (command-line): Initialize blink-cursor based
1932         on window-system.
1934         * frame.el (blink-cursor): Default to nil if not running under
1935         a window-system.
1937         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
1938         (face-x-resources): Remove duplicate entry for :font.
1940         * textmodes/refer.el (refer-find-entry-internal): Use some-window
1941         instead of cycling through windows with next-window.
1943         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
1944         of cycling through windows with next-window.
1946         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
1947         of cycling through windows with next-window.
1949         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
1950         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
1951         instead of cycling through windows with next-window.
1953         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
1954         instead of cycling through windows with next-window.
1956         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
1957         of cycling through windows with next-window.
1959         * terminal.el (te-process-output): Use walk-windows instead of
1960         cycling through windows with next-window.
1962         * server.el (server-switch-buffer): Use some-window instead of
1963         cycling through windows with next-window.
1965         * window.el (some-window): New function.
1966         (walk-windows): Remove reference to walk-windows-start.
1968         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
1970 2000-07-03  Richard Stallman  <rms@gnu.org>
1972         * window.el (walk-windows): Guarantee termination by keeping a list
1973         of all the windows already handled.
1975 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
1977         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
1978         window-system.
1980         * man.el (Man-notify-when-ready): Don't use window-system.  If
1981         Man-notify-method is newframe, and the display is not
1982         multi-frame, select the frame created for the man page.
1983         (Man-init-defvars): Doc fix.
1985 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
1987         * faces.el (region): Change background color for light background.
1989         * ediff-wind.el (ediff-setup-control-frame): Remove :box
1990         attribute from mode-line face of Ediff control frame.
1992         * replace.el (query-replace-map): Bind `e' like `E'.
1994 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
1996         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
1997         Change name to "Select All".
1999         * dos-fns.el (convert-standard-filename): Fix last change.
2001 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
2003         * help.el (describe-variable): Don't insert a second `'s' in front
2004         of the string `value is shown below'.  Since the syntax-table is
2005         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
2006         an existing `'s', so that this won't be deleted.
2008         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
2009         * pcmpl-unix.el: New files.
2011 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
2013         * wid-edit.el (widget-member): Use the new plist-member.
2015 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
2017         * replace.el (perform-replace): Undo change of 2000-04-04.
2018         Instead, move backward 1 character at the end of the loop when
2019         necessary.
2021         * faces.el (fringe): Change face for different backgrounds.
2023         * eshell/esh-module.el (toplevel): Load defgroup's differently;
2024         patch from John.
2026         * eshell/*.el: Change spelling of the Free Software Foundation.
2028         * eshell/esh-toggle.el: Removed.
2030         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
2032         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
2033         interactively.
2035 2000-06-26  Alex Schroeder  <alex@gnu.org>
2037         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
2038         `define-key'; instead of checking `(emacs-version)' check for
2039         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
2040         for `;' and `o' which might be electric.
2042         (sql-electric-stuff): New user option.
2043         (sql-magic-go): New function which uses `sql-electric-stuff'.
2044         (sql-magic-semicolon): New function which uses
2045         `sql-electric-stuff'.
2047         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
2048         is not fboundp.
2050         (sql-oracle-options): New variable.
2051         (sql-oracle): Use it.
2053         (sql-imenu-generic-expression): Doc change.
2054         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
2055         is used.
2057         (sql-informix): Added command line parameter "-" to force
2058         sql-informix-program to use stdout.
2060 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
2062         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
2063         (cp864-decode-table): Doc fix.
2064         (cp720-decode-table): New variable, supports the Arabic OEM
2065         codepage used by Windows.
2066         (cp737-decode-table): New, Greek OEM codepage used by Windows.
2068 2000-06-23  Dave Love  <fx@gnu.org>
2070         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
2071         (font-lock-fontify-anchored-keywords): Use
2072         line-beginning-position.
2073         (global-font-lock-mode): Use mapc.
2075 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
2077         * eshell/esh-module.el: Require CL when compiling.
2079 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
2081         * comint.el (comint-substitute-in-file-name): Call replace-match
2082         with second and third arg t.
2084         * cus-edit.el (custom-button-face, custom-button-pressed-face):
2085         Specify foreground color.
2087         * faces.el (tool-bar, mode-line, header-line): Specify foreground
2088         color.
2090         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
2092         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
2093         cddr instead of cdddr.
2095         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
2096         instead of copy-list.
2098         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
2099         of copy-list.
2101         * subdirs.el: Add eshell subdirectory.
2103         * eshell: New subdirectory containing the Eshell package.
2105         * pcomplete.el: New file.
2107 2000-06-23  Paul Eggert  <eggert@twinsun.com>
2109         * mail/mailpost.el (post-mail-send-it): Make sure file has
2110         proper permissions from birth.
2112         * files.el (basic-save-buffer-2): When temporarily setting
2113         file modes, set them to current modes plus 0200, not to 0777.
2115         * emerge.el (emerge-make-temp-file): Make sure file has proper
2116         permissions from birth.
2118 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
2120         * files.el (make-backup-file-name-1): On DOS/Windows, run the
2121         backup file name through convert-standard-filename.
2123         * dos-fns.el (convert-standard-filename): Convert leading
2124         directories as well.  When long file names are supported, convert
2125         characters that are invalid in Windows file names.
2127 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2129         * ps-print.el: Fix bug: if ^L is the very first buffer character,
2130         ps-print crashes.  New feature: page selection for printing.  Create
2131         raw-text-unix coding system for XEmacs.  Doc fix.
2132         (ps-print-version): New version number (5.2.3).
2133         (ps-plot-region): Bug fix.
2134         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
2135         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
2136         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
2137         funs.
2138         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
2139         (ps-last-page): New vars.
2141 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
2143         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
2144         empty option string.
2146 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
2148         * man.el (man): Doc fix.
2150 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
2152         * international/mule-cmds.el (set-language-info-alist): Docstring
2153         fixed.
2155 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
2157         * version.el (emacs-version): Use ISO date format.
2159         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
2160         instead of `M-backspace'.
2162         * simple.el (turn-off-auto-fill): New function.
2164 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
2166         * jit-lock.el (with-buffer-prepared-for-jit-lock):
2167         Renamed from with-buffer-prepared-for-font-lock and use
2168         inhibit-modification-hooks rather than setting *-change-functions.
2169         Update all functions to use the new name.
2170         (jit-lock-first-unfontify-pos): New semantics (and doc).
2171         (jit-lock-mode): Make non-interactive.
2172         Don't automatically turn on font-lock.
2173         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
2174         Always use jit-lock-after-change.
2175         Remove and restore font-lock-after-change-function.
2176         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
2177         (jit-lock-after-unfontify-buffer): Remove.
2178         (jit-lock-stealth-fontify):
2179         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
2180         (jit-lock-after-change): Set the `fontified' text-prop to nil.
2182 2000-06-20  Sam Steingold  <sds@gnu.org>
2184         * emacs-lisp/cl-indent.el (toplevel): Indent
2185         `print-unreadable-object' properly.  Untabify.
2187 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2189         * textmodes/reftex.el (reftex-find-citation-regexp-format):
2190         Support for bibentry.
2191         (reftex-compile-variables): Fixed problem with end of section-re.
2193         * texmodes/reftex-dcr.el (reftex-view-crossref,
2194         reftex-view-crossref-from-bibtex):
2195         Deal with changed `reftex-find-citation-regexp-format'.
2196         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
2197         Replaced `remprop' with `put'.
2198         (reftex-view-crossref, reftex-view-crossref-when-idle):
2199         Support for bibentry.
2201         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2202         New entry for bibentry package.
2204         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
2205         Regexp also matches "\nobibliography".
2207         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
2208         Call `reftex-ensure-write-access' before doing anything.
2209         (reftex-ensure-write-access): New function.
2211 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2213         * progmodes/idlwave.el: File re-installed (update to version 4.2)
2215         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
2217         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
2219         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
2222 2000-06-20  Dave Love  <fx@gnu.org>
2224         * faces.el (frame-background-mode): Use set-default, not set, in
2225         setter.
2226         (frame-update-faces, frame-update-face-colors): Define with
2227         defalias.
2229         * enriched.el (enriched-decode-foreground)
2230         (enriched-decode-background): Don't use internal-find-face.
2232         * apropos.el: Doc fixes.
2234         * cus-edit.el (customize-changed-options): Check arg.
2235         (customize-version-lessp): Don't require decimal point.
2237         * custom.el (defcustom, defgroup): Doc fix.
2239         * newcomment.el (comment) <defgroup>: Add :version.
2240         (comment-multi-line): Doc fix.
2242         * emulation/mlsupport.el (define-hooked-local-abbrev,
2243         define-hooked-global-abbrev): Fix, using define-abbrev.
2245 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
2247         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
2248         the whole buffer.
2250 2000-06-19  Dave Love  <fx@gnu.org>
2252         * menu-bar.el (menu-bar-options-save): New function.
2253         (menu-bar-options-menu): Use it.
2254         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
2255         Simplify.
2257 2000-06-19  Andreas Schwab  <schwab@suse.de>
2259         * progmodes/etags.el (tags-query-replace): Put new parameters
2260         START and END at the end, for backward compatibility.
2262 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
2264         * international/codepage.el:
2265         (cp-coding-system-for-codepage-1): Delete special codes for
2266         generating xxx-dos coding system because now a CCL based coding
2267         system can handle EOL conversion by default.
2269         * international/mule.el (make-coding-system): Generate subsidiary
2270         coding systems for EOL handling variants even for a CCL based
2271         coding system.
2273 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
2275         * international/isearch-x.el (isearch-minibuffer-input-method)
2276         (isearch-minibuffer-input-method-function): These variables
2277         deleted.
2278         (isearch-with-input-method): Don't use the above variables.
2279         (isearch-process-search-multibyte-characters): Likewise.  Call
2280         read-string with the arg INHERIT-INPUT-METHOD t.
2282 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
2284         * font-lock.el (font-lock-after-fontify-buffer)
2285         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
2287         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
2288         Use consistent make-local-variable style for font-lock-fontified.
2289         (jit-lock-fontify-buffer):
2290         Don't bother checking for font-lock-mode and jit-lock-mode.
2292         * time.el: Remove trailing ^M that prevent CVS-merging.
2294 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
2296         * Makefile.in (distclean): New target.
2298 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
2300         * Makefile.in (srcdir): Define for update-subdirs.
2302 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
2304         * find-lisp.el: New file.
2306 2000-06-16  Andrew Innes  <andrewi@gnu.org>
2308         * time.el (display-time-mail-function): New variable, to allow
2309         external packages to indicate when new mail is available.
2310         (display-time-update): Use it.
2312 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
2314         * international/mule.el (mule-version): Change version name to
2315         SAKAKI.  AOI has already been used by Meadow.
2317         * international/quail.el (quail-show-guidance-buf): To find the
2318         bottom window (but minibuffer), pay attention to the height of
2319         minibuffer.
2321 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
2323         * arc-mode.el (archive-mode-map): Use the new menu-item format for
2324         menu-bar menus.  Add help strings.  Don't remove the Edit menu
2325         from the menu bar, as the menu bar has enough space now.
2327         * Makefile.in (SHELL): Make sure /bin/sh is used.
2329         * woman.el (woman-man-buffer): Fix bold and underlined CJK
2330         characters, which use series of two ^H characters instead of one.
2332 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
2334         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
2335         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
2336         functions.
2337         (Info-find-node-2): Try a case-sensitive search first, then
2338         do a case-insensitive search.
2340         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
2341         tutorials.
2343         * complete.el (PC-env-vars-alist): New variable.
2344         (PC-complete-as-file-name): New function.
2345         (partial-completion-mode): Initialize PC-env-vars-alist from
2346         process-environment.
2347         (PC-do-completion): Handle completion of env vars.
2349         * info.el (Info-set-mode-line): Show file name in mode line,
2350         use `*Info*' instead of `Info:'.
2352         * startup.el (command-line-1): Change copyright messages to year
2353         2000.
2355 2000-06-15  Dave Love  <fx@gnu.org>
2357         * net/goto-addr.el (goto-address-fontify): Use keymap property,
2358         not local-map.
2360 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
2362         * international/mule.el (set-buffer-file-coding-system): Almost
2363         rewritten to handle `undecided' as no-op.
2365 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
2367         * Makefile.in: New file.
2369         * Makefile: Removed.
2371         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
2372         (goto-address-highlight-keymap): Bind C-c RET.
2374 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
2376         * mail/sendmail.el (sendmail-send-it): The temporary buffer
2377         inherits buffer-file-coding-system of the current buffer.
2379         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
2380         0.  Give correct argument to set-auto-coding-function.
2381         (tar-expunge): For goto-char, use (point-min), not 0.
2382         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
2383         (tar-subfile-save-buffer): Likewize.
2385         * international/mule.el
2386         (after-insert-file-set-buffer-file-coding-system): Call
2387         set-buffer-file-coding-system with the arg FORCE t.
2389 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
2391         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
2392         nil.  Contemporary sendmails issue an X-Authentication-Warning if
2393         the sender is set with `-f'.
2395 2000-06-13  Dave Love  <fx@gnu.org>
2397         * help.el (describe-function-1): Kluge around cases of functions
2398         fset to subrs whose doc doesn't match their symbol-name.
2400         * image.el (insert-image): Default STRING to a space.
2402         * info.el Doc fixes.
2403         (Info-build-node-completions): Match Ref tags.
2405 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
2407         * frame.el (display-multi-frame-p, display-multi-font-p): New
2408         defaliases for display-graphic-p.
2410         * hl-line.el: Fixed a typo in commentary.
2412 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
2414         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
2415         fixed.
2417 2000-06-12  Dave Love  <fx@gnu.org>
2419         * image.el (insert-image): Save a little consing.
2421 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
2423         * language/tibet-util.el: Convert all tibetan-1-column characters
2424         to the corresponding tibetan characters.
2425         (tibetan-add-components): Delete code for the special treatment of
2426         'a chung.
2428         * language/tibetan.el (tibetan-composable-pattern): Fix previous
2429         change.
2430         (tibetan-vowel-transcription-alist): More rules added.
2431         (tibetan-composite-vowel-alist): New variable.
2432         (tibetan-precomposition-rule-alist): More rules added.
2434 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
2436         * startup.el (command-line): Only call menu-bar-mode if interactive.
2438         * thingatpt.el (toplevel symbol-properties):
2439         * textmodes/makeinfo.el (makeinfo-compile):
2440         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
2441         * progmodes/hideif.el (hif-compress-define-list)
2442         (hide-ifdef-use-define-alist):
2443         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
2444         (ange-ftp-vms-add-file-entry):
2445         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
2446         * man.el (Man-build-man-command):
2447         * mail/rnewspost.el (news-reply-header-hook):
2448         * info.el (Info-insert-dir):
2449         * emulation/mlconvert.el (backward-word, forward-word, setq):
2450         * emacs-lisp/gulp.el (gulp-send-requests):
2451         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
2452         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
2453         (byte-optimize-apply, end of file):
2454         * emacs-lisp/advice.el (ad-advice-class-completion-table)
2455         (ad-make-freeze-definition):
2456         * startup.el (command-line, command-line-1): Don't quote lambdas.
2458         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
2459         (cvs-cleanup-removed): New function.
2460         (cvs-cleanup-functions): New var.
2461         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
2462         some flexibility in specifying additional entries to auto-cleanup.
2463         (cvs-quickdir): New function.
2464         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
2465         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
2466         (cvs-mode-find-file): Check that we are on a filename or dirname
2467         when invoked through a mouse-click.
2468         (cvs-full-path): Remove.
2469         (cvs-dired-action): Re-introduced.
2470         (cvs-dired-noselect): Use it.
2471         (vc-post-command-functions): use this new hook if available.
2473         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
2474         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
2475         (cvs-filename-map, cvs-dirname-map): Remove.
2476         (cvs-default-action): Remove.
2477         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
2478         if the arg is really a keymap.
2479         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
2480         Don't hardcode the mapping from state (aka type) to face, but check
2481         the var cvs-fi-<type>-face instead.
2482         (cvs-fileinfo-from-entries): New function.
2484         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
2485         Docstring fix.
2486         (cvs-find-file-and-jump): Change default to be safer.
2487         (cvs-mode-diff-map): Define it as a function as well.
2488         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
2489         Bind mouse-2 in this global map rather than with text-properties.
2491         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
2492         file to resolve the ambiguity between C(conflict) and C(need-merge).
2494 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
2496         * international/mule.el (set-buffer-file-coding-system): If
2497         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
2498         unconditionally.
2500 2000-06-12  Dave Love  <fx@gnu.org>
2502         * wid-edit.el (widget-specify-button): Really suppress the face if
2503         required.
2505 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
2507         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
2509 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
2511         * imenu.el (imenu-generic-expression): Docstring fix.
2513         * composite.el (composition-function-table): Move the `put'
2514         below the autoload cookie so we can load the file before loaddefs.
2516         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
2518         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
2519         Handle easy-mmode-define-global-mode.
2520         For complex macros like define-minor-mode that can generate
2521         several autoload entries, try to autoload entries in the
2522         macroexpanded code.
2524         * emacs-lisp/easy-mmode.el (define-minor-mode):
2525         If KEYMAP is a symbol, just use it.
2526         Use byte-compile-current-file and load-file-name to infer the
2527         proper :require to pass to defcustom.
2528         Wrap the hook var into `progn' so as not to autoload it.
2529         Add a :autoload-end cookie.
2530         Be more careful about the evaluation of KEYMAP.
2531         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
2532         (define-derived-mode): Move define-abbrev-table outside of defvar.
2534 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
2536         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
2537         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
2538         (backup-compiled-files): Ignore errors during `tar'.
2539         (bootstrap): Make autoloads before elc files.
2541 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
2543         * international/mule.el (set-buffer-file-coding-system): If one of
2544         undecided-XXX is specified, change only EOL conversion.
2546         * international/mule-conf.el (unix): New alias for the coding
2547         system undecided-unix.
2549 2000-06-09  Dave Love  <fx@gnu.org>
2551         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
2553         * progmodes/executable.el: Byte compile dynamic.
2554         (executable-insert): Change custom type.
2555         (executable-find): Add autoload cookie.
2556         (executable-make-buffer-file-executable-if-script-p): New
2557         function.  After Noah Friedman.
2559         * files.el (after-save-hook): Customize, with
2560         executable-make-buffer-file-executable-if-script-p as an option.
2562 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
2564         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
2565         "tib24p-mule.bdf" for Tibetan.
2567         * composite.el (decompose-composite-char): Declare it as obsolete.
2569         * man.el (Man-fontify-manpage): Pay attention to underline and
2570         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
2572 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
2574         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
2575         Set maintainer to FSF since author isn't reachable.
2577 2000-06-08  Dave Love  <fx@gnu.org>
2579         * international/mule-cmds.el (select-safe-coding-system): If
2580         DEFAULT-CODING-SYSTEM is not specified, also check the most
2581         preferred coding-system if buffer-file-coding-system is
2582         `undecided'.  From Handa.
2584 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
2586         * international/mule.el
2587         (after-insert-file-set-buffer-file-coding-system): If the buffer
2588         size is greater than INSERTED, judget that we are not visiting.
2590 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
2592         * whitespace.el (defgroup whitespace): Comment out `:version'.
2593         XEmacs 20.4 has problems defining the group with this present.
2594         We'll have this commented out till get resolve the problem.
2596 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
2598         * align.el: Update from author.
2600 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
2602         * apropos.el (apropos-mode-hook): New user variable.
2603         (apropos-mode): Run apropos-mode-hook.
2605 2000-06-07  David Ponce  <david@dponce.com>
2607         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
2608         commands.  Require `wid-edit' at run-time.
2610 2000-06-07  David Ponce  <david@dponce.com>
2612         * recentf.el: Added some "Commentary".
2613         (recentf-open-more-files, recentf-edit-list): Minor changes to
2614         move the point at the top of the file list.  This behaviour is
2615         consistent with the menu one when the list contains a lot of
2616         files.
2617         (recentf-cleanup): Now displays the number of items removed from
2618         the list.
2619         (recentf-relative-filter) New menu filter to show filenames
2620         relative to `default-directory'.
2622 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2624         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
2625         with/without giving an error if PostScript printer doesn't have this
2626         kind of page size.  Zebra Stripe continues or restarts on next page.
2627         Manual/automatic paper feeding.  Switch or not the header.
2628         (ps-print-version): New version number (5.2.2).
2629         (ps-windows-system): Include emx as a Windows system.
2630         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
2631         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
2632         (ps-background-text): Code fix.
2633         (ps-error-handler-message, ps-user-defined-prologue)
2634         (ps-print-prologue-header, ps-printer-name)
2635         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
2636         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
2637         (ps-use-face-background): Customization fix.
2638         (ps-n-up-database): Data fix.
2639         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
2640         (ps-switch-header): New vars.
2641         (ps-xemacs-color-name, ps-face-foreground-name)
2642         (ps-face-background-name, ps-boolean-constant): New funs.
2644 2000-06-07  Dave Love  <fx@gnu.org>
2646         * allout.el: New version from Manheimer.
2648 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
2650         * textmodes/fill.el (fill-find-break-point): Check the validity of
2651         charset.
2653 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
2655         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2656         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2657         Call display-color-p and display-mouse-p instead of looking at
2658         window-system.
2660 2000-06-06  Dave Love  <fx@gnu.org>
2662         * image.el (find-image): Doc fix.  Return nil if image not found.
2663         (put-image, insert-image): Make STRING arg optional.
2665 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
2667         * language/vietnamese.el: Remove eval-when-compile.
2668         (viet-viscii-nonascii-translation-table): Define it as a
2669         translation table made from viet-viscii-decode-table.
2670         (viet-viscii-encode-table): Define it as a translation table made
2671         from the reverse map of above.
2672         (viet-vscii-nonascii-translation-table): Define it as a
2673         translation table made from viet-vscii-decode-table.
2674         (viet-vscii-encode-table): Define it as a translation table made
2675         from the reverse map of above.
2676         (ccl-decode-viscii): Use translate-character.
2677         (ccl-encode-viscii, ccl-encode-viscii-font)
2678         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
2679         Likewize.
2681         * language/cyrillic.el: Remove eval-when-compile.
2682         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
2683         translation table made from cyrillic-koi8-r-decode-table.
2684         (cyrillic-koi8-r-encode-table): Define it as a translation table
2685         made from the reverse map of above.
2686         (ccl-decode-koi8): Use translate-character.
2687         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
2688         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
2689         a translation table made from cyrillic-alternativnyj-decode-table.
2690         (cyrillic-alternativnyj-encode-table): Define it as a translation
2691         table made from the reverse map of above.
2692         (ccl-decode-alternativnyj): Use translate-character.
2693         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
2694         Likewize
2696         * international/mule-diag.el (non-iso-charset-alist): Specify
2697         translation table symbol instead of translation table itself.
2698         (list-block-of-chars): CHARSET may be a translation table symbol.
2700         * international/mule.el (make-coding-system): If CODING-SYSTEM
2701         already exists, override it.
2703         * international/fontset.el: Use family `proportional' for Tibetan
2704         fonts.
2706         * international/ccl.el (ccl-compile-translate-character): Don't
2707         check if Rrr has property translation-table.
2708         (ccl-compile-map-multiple): Modified to avoid compiler warning.
2710 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
2712         * info.el: Bind case-fold-search to t when searching in case
2713         a user sets it to nil in a hook.
2715 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
2717         * autoarg.el (autoarg-mode, autoarg-kp-mode):
2718         * hl-line.el (hl-line-mode): Use the new :global key argument.
2720         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
2721         (tar-clip-time-string): Prepend a space.
2722         (tar-grind-file-mode): Construct a string rather than modifying one.
2723         (tar-header-block-summarize): Fix docstring.
2724         Use `format' rather than an error-prone set of copy-loops.
2726         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
2727         (diff-goto-source, diff-unified->context, diff-context->unified)
2728         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
2729         understand the format output by the `-p' argument to diff.
2731         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
2732         (sh-re-done): Use defconst.
2733         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
2734         (sh-help-string-for-variable, sh-guess-basic-offset):
2735         Don't quote lambdas.
2736         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
2737         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
2739         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
2740         (mh-letter-mode): Derive from text-mode.
2741         This implicitly means that it now calls kill-all-local-variables.
2742         Also remove the Emacs-18 compatibility code.
2744         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
2745         Make use of symbol-property doc-string-elt.
2746         Use memq rather than a sequence of eq.
2747         (doc-string-elt): Fix the wrong or missing previously unused values.
2748         (autoload-print-form): New function extracted from
2749         generate-file-autoloads to allow recursion when handling progn
2750         so that defvar's and defun's docstrings are properly printed.
2751         (generate-file-autoloads): Use it.
2753         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
2754         Use find-file-hooks in the minor-mode function.
2755         Be careful not to loop indefinitely in the post-command-hook function.
2757 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
2759         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
2760         tty's.
2761         * ediff-diff.el (ediff-exec-process): Use --binary for fine
2762         differences whenever appropriate.
2763         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
2764         * viper.el (find-file, find-file-other-window): Get viper to do
2765         wildcards.
2767 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
2769         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
2770         (jit-lock-fontify-buffer): New function for JIT refontification.
2771         (jit-lock-mode): Fix docstring.
2772         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
2773         Remove jit-lock-after-change from the _local_ hook.
2774         (jit-lock-function-1): Fix docstring.
2776         * info.el (Info-on-current-buffer): Initialize info.
2778         * newcomment.el (comment-indent): Ignore comment-indent-hook.
2780         * progmodes/tcl.el (tcl-indent-for-comment):
2781         Ignore comment-indent-hook.
2783         * emacs-lisp/easy-mmode.el: Require CL during compilation.
2784         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
2785         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
2786         and improve to use the lighter to guess the capitalization.
2787         (define-minor-mode): Inline code from easy-mmode-define-toggle.
2788         Add keyword arguments to specify global-ness or the custom group.
2789         Add local-map and help-echo properties to the lighter.
2790         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
2791         (easy-mmode-define-global-mode): New macro.
2793 2000-06-02  Dave Love  <fx@gnu.org>
2795         * wid-edit.el: byte-compile-dynamic since we typically don't use
2796         all the widgets.  Don't require cl or widget.  Remove
2797         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
2798         (widget-read-event): Removed.  Callers changed to use read-event.
2799         (widget-button-release-event-p): Renamed from
2800         button-release-event-p.
2801         (widget-field-add-space, widget-field-use-before-change):
2802         Uncustomize.
2803         (widget-specify-field): Use keymap property, not local-map.
2804         (widget-specify-button): Obey :suppress-face.
2805         (widget-specify-insert): Use modern backquote syntax.
2806         (widget-image-directory): Renamed from widget-glyph-directory.
2807         (widget-image-enable): Renamed from widget-glyph-enable.
2808         (widget-image-find): Replaces widget-glyph-find.
2809         (widget-button-pressed-face): Move defvar.
2810         (widget-image-insert): Replaces widget-glyph-insert.
2811         (widget-convert): Use keywordp.
2812         (widget-leave-text, widget-children-value-delete): Use mapc.
2813         (widget-keymap): Remove XEmacs stuff.
2814         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
2815         (widget-button-click): Don't set point at the click, but re-centre
2816         if we scroll out of window.  Rewritten for images v. glyphs &c.
2817         (widget-tabable-at): Use POS arg, not point.
2818         (widget-beginning-of-line, widget-end-of-line)
2819         (widget-item-value-create, widget-sublist, widget-princ-to-string)
2820         (widget-sexp-prompt-value, widget-echo-help): Simplify.
2821         (widget-default-create): Use widget-image-insert; some rewriting.
2822         (widget-visibility-value-create)
2823         (widget-push-button-value-create, widget-toggle-value-create): Use
2824         widget-image-insert.
2825         (checkbox): Create on and off images dynamically.
2826         (documentation-link): Change :help-echo.
2827         (widget-documentation-link-echo-help): Remove.
2829 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
2831         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
2833         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
2834         (easy-mmode-define-toggle, define-minor-mode): Use it.
2835         (easy-mmode-define-keymap): Docstring fix.
2836         (define-derived-mode): Default PARENT to fundamental-mode.
2837         Add the derived-mode-parent symbol-property.
2838         (easy-mmode-derived-mode-p): New function.
2840 2000-06-02  Dave Love  <fx@gnu.org>
2842         * files.el (convert-standard-filename): Doc fix.
2843         (normal-backup-enable-predicate): New function.
2844         (backup-enable-predicate): Use it to replace the lambda form.
2846         * calendar/todo-mode.el: [This needs more work on the outline
2847         stuff.]  Doc fixes.
2848         (todo) <defgroup>: Add :version.
2849         (todo-add-category): Don't use pushnew.
2850         (todo-cmd-raise): Fix typo.
2851         (todo-top-priorities): Change temp buffer name.
2852         (todo-category-alist): Avoid redundant lambda.
2853         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
2854         Use outline-next-heading.
2856         * autoarg.el: Rewritten to use define-minor-mode.
2857         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
2858         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
2860 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
2862         * isearch.el (isearch-other-meta-char): Fix previous change.
2864 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
2866         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
2867         (log-edit-done): Only add the comment to the ring if it's different
2868         from the last comment entered.
2870         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
2872 2000-06-01  Dave Love  <fx@gnu.org>
2874         * hl-line.el: Rewritten using define-minor-mode.
2876         * help.el (describe-function-1): Distinguish special form from
2877         builtin function.  Sanity-check presence of arglist for builtins.
2879 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
2881         * international/characters.el: Fix syntax/category setting of
2882         Tibetan characters.
2884         * language/tibet-util.el (tibetan-add-components): Fixes for new
2885         encoding of Tibetan characters.
2886         (tibetan-decompose-precomposition-alist): New variable.
2887         (tibetan-decompose-region): Convert precomposed characters to
2888         non-precomposed characters.
2889         (tibetan-decompose-string): Likewise.
2890         (tibetan-composition-function): Fix args to
2891         thibetan-compose-string.
2893         * language/tibetan.el (tibetan-composable-pattern): More
2894         characters included.
2895         (tibetan-consonant-transcription-alist): Rule for "R" added.
2896         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
2897         "+R" added.
2898         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
2900         * language/lao-util.el (lao-composition-function): Fix args to
2901         compose-string.
2903         * language/thai-util.el (thai-composition-function): Fix args to
2904         compose-string.
2906         * isearch.el (isearch-update): Set disable-point-adjustment to t
2907         to prevent the point moving to the end of a composition when a
2908         part of a composition is searched.
2909         (isearch-other-meta-char): If the key invoking this command can be
2910         mapped by function-key-map to a printing char, call
2911         isearch-process-search-char directly.
2913 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
2915         * emacs-lisp/bytecomp.el:
2916         * frame.el:
2917         * international/mule-cmds.el:
2918         * international/mule-util.el:
2919         * international/mule.el:
2920         * mouse.el:
2921         * subr.el:
2922         * faces.el: Update calls to make-obsolete with a WHEN argument.
2924         * byte-run.el (make-obsolete, make-obsolete-variable):
2925         Add an optional WHEN argument and change the format of the
2926         symbol-property information.
2927         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
2928         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
2929         new obsolete-symbol-property format and print WHEN if it is provided.
2931 2000-05-31  Dave Love  <fx@gnu.org>
2933         * loadhist.el (loadhist-hook-functions): Remove
2934         before-change-function, after-change-function.
2935         (unload-feature): Deal with symbols which are both bound and
2936         fbound.
2938         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
2939         before-change-function, after-change-function.
2941         * simple.el (newline): Don't bind before-change-function,
2942         after-change-function.
2944 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
2946         * whitespace.el (whitespace-rescan-timer-time): Update interval
2947         set to 600 seconds (10 minutes) instead of 60 seconds since
2948         a large number of whitespace buffers causes emacs to `freeze'
2949         for a considerable amount of time.
2951         * whitespace.el: Updated email address
2953 2000-05-31  Dave Love  <fx@gnu.org>
2955         * add-log.el (change-log-font-lock-keywords) <function>: Add
2956         pattern for function of change.
2957         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
2958         acknowledgements patterns.
2960 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
2962         * isearch.el (isearch-printing-char): If keyboard coding system is
2963         being used, call isearch-process-search-multibyte-characters.
2965         * international/isearch-x.el: Mostly rewritten.
2967         * international/quail.el (quail-start-conversion): Don't include
2968         unhandled events in the returned events, but set them in
2969         unread-command-events.  Exit if all inputs are deleted.
2971 2000-05-30  Jason Rumney  <jasonr@gnu.org>
2973         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
2975         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
2976         Reenable code to create initial fontsets.
2977         Use set-fontset-font in place of put-charset-property.
2979 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
2981         * progmodes/perl-mode.el (perl-indent-line): When looking for a
2982         label, ensure that the first colon isn't followed by another.
2984         * paths.el (Info-default-directory-list): Doc fix.
2986         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
2987         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
2988         send a query containing USER only, not USER@HOST.
2990         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
2991         and rmail-msgend to compute the restriction at the end, instead of
2992         computing it.
2994 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
2996         * dabbrev.el (dabbrev-expand): Don't display messages in the
2997         echo area if the minibuffer window is active.
2999         * jit-lock.el (jit-lock-mode): Add after change function to
3000         local hook.
3002 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3004         * antlr-mode.el: New commands: hide/unhide actions,
3005         upcase/downcase literals.
3006         (antlr-tiny-action-length): New user option.
3007         (antlr-hide-actions): New command.  Suggested by
3008         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
3009         (antlr-mode-map): New binding [C-c C-v].
3010         (antlr-mode-menu): New entries.
3011         (antlr-downcase-literals): New command.
3012         (antlr-upcase-literals): Ditto.
3014         * antlr-mode.el: Minor changes: indendation, mode-name.
3015         (antlr-indent-line): Indent cpp directive at column 0.
3016         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
3018         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
3019         (antlr-font-lock-additional-keywords): Workaround for intentional
3020         bug in XEmacs version of font-lock.
3021         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
3022         be used by a smarter version of `buffers-menu-grouping-function'.
3024 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
3026         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
3027         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
3029 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
3031         * international/encoded-kb.el
3032         (encoded-kbd-iso2022-designation-map): Pay attention to that
3033         charset-iso-final-char return -1 for eight-bit-control and
3034         eight-bit-graphic.
3036 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
3038         * speedbar.el (speedbar-use-images, speedbar-update-flag)
3039         (speedbar-easymenu-definition-base): Use display-graphic-p where
3040         available, instead of window-system.
3042 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
3044         * international/codepage.el (cp-coding-system-for-codepage-1): Add
3045         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
3046         coding systems.
3048 2000-05-26  Dave Love  <fx@gnu.org>
3050         * disp-table.el (standard-display-underline): Don't use
3051         internal-find-face.
3053         * mail/reporter.el: Maintainer change.  Doc fixes.
3054         (reporter-version): Deleted.
3056         * emacs-lisp/elp.el: Maintainer change.
3057         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
3059 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
3061         * add-log.el (add-change-log-entry): Merge the current entry with the
3062         previous one if the previous one is empty.
3064 2000-05-26  Dave Love  <fx@gnu.org>
3066         * loadhist.el (unload-feature): Fix interactive spec [from
3067         lijnzaad@ebi.ac.uk].
3069         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
3070         subr-arity to check primitives.
3071         (byte-compile-flush-pending, byte-compile-file-form-progn)
3072         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
3073         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
3074         mapcar.
3076 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
3078         * international/fontset.el: Set family names of non-latin charsets
3079         in default fontset to "*".
3081         * international/mule-diag.el (print-fontset): Combine family part
3082         and registry part of the fontname by "-*-" instead of "-".
3084         * international/mule-cmds.el (encode-coding-char): Make strings
3085         multibyte before calling encode-coding-string.
3087 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
3089         * derived.el: Fix keywords.
3090         (define-derived-mode): Only define if needed.
3092         * simple.el (fill-comment, comment-column, comment-start)
3093         (comment-start-skip, comment-end, comment-indent-function)
3094         (block-comment-start, block-comment-end, indent-for-comment)
3095         (set-comment-column, kill-comment, comment-padding, comment-region)
3096         (comment-multi-line, indent-new-comment-line): Remove.
3098         * bindings.el (esc-map): Change ; to comment-dwim and use the new
3099         function names for comment operations.
3101         * newcomment.el: Add abundant autoload cookies.
3102         (comment-style): Don't depend on runtime data at compile-time.
3103         (comment-indent-hook): Remove.
3104         (comment-indent): Check if comment-indent-hook is bound.
3105         (comment-region): Docstring fix.
3107 2000-05-25  Dave Love  <fx@gnu.org>
3109         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
3110         byte-code-function-p.
3112         * mail/rmailsum.el: Add provide.
3114         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
3116         * smerge-mode.el (smerge-diff-switches): Don't use list* in
3117         defcustom.
3119 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
3121         * ediff-diff.el (ediff-exec-process): delete --binary option from
3122         non-buffer ediff jobs.
3124 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
3126         * hilit-chg.el (highlight-changes-mode): Ask about color or
3127         grayscale support, not about window-system.
3129         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
3130         window-system.
3131         (ffap-highlight): Always default to t.
3133         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
3134         display-popup-menus-p instead of looking at window-system.
3136         * disp-table.el (standard-display-g1, standard-display-graphic):
3137         Only refuse to use string glyphs on X and MS-Windows.
3139         * avoid.el: Remove window-system from commentary, suggest to use
3140         display-*-p instead.
3142         * apropos.el (apropos-print): Use display-mouse-p instead of
3143         window-system.
3145 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
3147         * international/codepage.el (cp-decoding-vector-for-codepage):
3148         Fill up unsupported characters with their own codes.  From Kenichi
3149         Handa.
3151 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
3153         * international/mule-diag.el (describe-char-after): Use
3154         display-graphic-p instead of window-system, so that this function
3155         works on MS-DOS.
3157 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
3159         * international/codepage.el (cp-make-coding-systems-for-codepage):
3160         Remove the eight-bit-graphic and eight-bit-control charsets from
3161         the list of charsets which we convert into `?'.
3163 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
3165         * international/mule-conf.el: Specify CHARSET-ID explicitely for
3166         private charsets.
3167         (mule-unicode-0100-24ff, japanese-jisx0213-1,
3168         japanese-jisx0213-2): New charsets.
3170         * international/fontset.el: Setup default fontset for new charsets.
3172 2000-05-24  Dave Love  <fx@gnu.org>
3174         * info.el (Info-find-node-2): Restructure [following "Vadim
3175         S. Solomin" <sovs@uic.nnov.ru>].
3177         * icomplete.el: Fix header for Finder.
3179 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
3181         * rmailout.el (rmail-output-to-rmail-file): Added optional param
3182         STAY.
3184         * rmail.el (rmail-automatic-folder-directives): New user variable.
3185         (rmail-show-message): Add call to `rmail-auto-file' during
3186         display.
3187         (rmail-auto-file): New function.
3189 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
3191         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
3192         account.
3193         (ediff-test-utility,ediff-diff-mandatory-option)
3194         (ediff-reset-diff-options): Utilities for proper initialization of
3195         ediff-diff-options and ediff-diff3-options on Windows.
3197         * ediff-init.el (ediff-merge-filename-prefix): New customizable
3198         variable.
3200         * ediff-mult.el (ediff-filegroup-action): Use
3201         ediff-merge-filename-prefix.
3203 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
3205         * viper-ex.el (ex-write): Set selective display to nil.
3207 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
3209         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
3210         aliases for hebrew-iso-8bit.
3212 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
3214         * woman.el: New version from Francis J. Wright
3215         <F.J.Wright@Maths.QMW.ac.uk>.
3216         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
3217         names in environment variables regardless of the path separator.
3218         (woman-topic-all-completions-1): Don't call file-name-directory-p
3219         on all files, since woman-file-regexp already filters out any
3220         directories.
3222 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
3224         * international/quail.el (quail-start-translation): Don't change
3225         modified-p of the current buffer.
3226         (quail-start-conversion): Likewise.
3228         * international/kkc.el (kkc-region): Don't change modified-p of
3229         the current buffer.
3231         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
3232         conform to RFC1468.
3233         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
3235 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
3237         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
3238         (speedbar-insert-button): Invisible text property fix.
3239         (speedbar-directory-plus): Renamed from speedbar-directory-+
3240         (speedbar-directory-minus): Renamed from speedbar-directory--
3241         (speedbar-page-plus): Renamed from speedbar-file-+
3242         (speedbar-page-minus): Renamed from speedbar-file--
3243         (speedbar-page): Renamed from speedbar-file-
3244         (speedbar-tag): Renamed from speedbar-tag-
3245         (speedbar-tag-plus): Renamed from speedbar-tag-+
3246         (speedbar-tag-minus): Renamed from speedbar-tag--
3247         (speedbar-expand-image-button-alist): Use above renames.
3249         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
3250         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
3251         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
3252         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
3253         * sb-pg.xpm: Renamed from sb-file.xpm
3254         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
3255         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
3257 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
3259         * international/quail.el (quail-show-guidance-buf): Set
3260         current-input-method of the guidance buffer to the name of the
3261         curren input method.
3263 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
3265         * progmodes/compile.el (compile-internal): Style typo.
3267         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
3268         quote vars and functions in the docstring.
3270         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
3272         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
3273         Don't quote lambdas.
3275         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
3277 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
3279         * startup.el (command-line): Determine source file of compiled
3280         user init file differently.  Warn if compiled user init file
3281         is older than its source file.
3283         * ffap.el (ffap-url-regexp): Add `https'.
3285 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
3287         * files.el (make-backup-file-name-1): Replace slashes with `!'
3288         rather than `|' (which is not allowed on Windows).  Replace the
3289         drive letters with a string "drive_X".
3291 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
3293         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
3295         * files.el (interpreter-mode-alist): Add `bash2'.
3297 2000-05-22  Dave Love  <fx@gnu.org>
3299         * loadhist.el (feature-symbols, file-provides, file-requires): Use
3300         mapc.
3301         (feature-file): Avoid calling symbol-name.  Doc fix.
3302         (file-set-intersect, file-dependents): Use dolist, not mapcar.
3303         (loadhist-hook-functions): Add mouse-position-function.
3304         (unload-feature): Change uses of mapcar.
3306         * files.el (parse-colon-path): Doc fix.
3307         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
3308         (set-auto-mode): Use mapc.
3310         * complete.el (PC-look-for-include-file): Use :alnum: character
3311         class.
3312         (partial-completion-mode): Add autoload cookie.
3314 2000-05-22  Sam Steingold  <sds@gnu.org>
3316         * info.el (Info-fontify-node): Fixed the call to
3317         `add-text-properties' (bug introduced on 2000-05-18).
3319 2000-05-22  Dave Love  <fx@gnu.org>
3321         * bindings.el: Remove debug-ignored-errors set in other files.
3323         * progmodes/etags.el: Add to debug-ignored-errors.
3324         (visit-tags-table-buffer): Clear out buffers holding old tables
3325         when making a new list.
3326         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
3327         mapc.
3329         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
3330         quote keywords.
3331         (cmpl-string-case-type): Use character classes.
3333         * comint.el:
3334         * textmodes/ispell.el:
3335         * imenu.el:
3336         * mail/mh-e.el:
3337         * progmodes/compile.el: Add to debug-ignored-errors.
3339         * dabbrev.el: Add to debug-ignored-errors.
3340         (dabbrev-completion): Use mapc.
3342 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
3344         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
3345         (woman-mapcan, woman-parse-man.conf)
3346         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
3347         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
3348         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
3349         path syntax better.
3350         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
3351         (woman-manpath): Call woman-parse-man.conf.
3352         (woman-emulation): New defcustom, defaults to nroff.
3353         (woman-font-support): New defconst.
3354         (woman-use-symbol-font): New defcustom.
3355         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
3356         "Emulation".
3357         Many functions: Doc fix.
3359 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
3361         * international/quail.el (quail-simple-translation-keymap): Map
3362         128..255 to quail-self-insert-command.
3363         (quail-keyboard-layout-alist): Add definition for "pc102-de".
3365 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
3367         * help.el (help-manyarg-func-alist): Typo.
3369         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
3370         intervals which makes it heaps simpler.
3372         * newcomment.el (comment-region-internal): Go back to BEG after quoting
3373         the nested comment markers.
3375         * subr.el (remove-hook): Don't turn the hook's value into a list.
3377 2000-05-21  Dave Love  <fx@gnu.org>
3379         * edmacro.el (edmacro-parse-keys): Return vector if any elements
3380         are invalid characters.
3382         * international/mule-util.el (detect-coding-with-priority): Use
3383         mapc.  Remove redundant lambda.
3385         * international/mule-diag.el (list-non-iso-charset-chars)
3386         (describe-fontset): Remove redundant lambda.
3388         * emulation/crisp.el (brief-mode): New alias.
3390         * emacs-lisp/ring.el (ring-elements): New function.
3392         * emacs-lisp/easymenu.el (easy-menu-create-menu)
3393         (easy-menu-do-add-item): Use keywordp.
3395         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
3397         * replace.el: Doc and error message fixes.
3398         (replace-highlight): Use facep, not internal-find-face.
3400 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
3402         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
3404         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
3405         (log-edit-insert-changelog): Drop `:' as well.
3407         * log-view.el: Fix file description.
3408         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
3409         available.
3410         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
3411         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
3413         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
3414         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
3415         Print a status message if the toggle is called interactively.
3416         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
3417         for global minor modes and use `defcustom' for them.
3418         Use add-minor-mode.
3419         (easy-mmode-define-derived-mode): Remove.
3420         (define-derived-mode): Fancier default docstring.
3421         (easy-mmode-define-navigation): Signal an error rather than (ding).
3423         * newcomment.el (comment-styles): New `box-multi'.
3424         (comment-normalize-vars): Better default for comment-continue to
3425         avoid whitespace-only continuations.
3426         (comment-search-forward): Always move even in the no-syntax case.
3427         (comment-padright): Only obey N if it's only obeyed for padleft.
3428         (comment-make-extra-lines): Better handling of empty continuations.
3429         Use `=' for the filler if comment-start has only one character.
3430         (uncomment-region): Try handling the special `=' filler.
3431         (comment-region): Allow LINES even if MULTI is nil.
3432         (comment-box): Choose box style based on comment-style.
3434 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
3436         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
3437         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
3439 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
3441         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
3442         and insert, not subst-char-in-region.
3444         * international/mule-diag.el (list-character-sets-1): Handle
3445         charsets eight-bit-control and eight-bit-graphic.
3446         (list-iso-charset-chars): Likewise.
3447         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
3448         charactes as is.  Use indent-to to align characters.
3450         * international/mule-cmds.el (find-multibyte-characters): Never
3451         exclude charsets eight-bit-control and eight-bit-graphic.
3453 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
3455         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
3456         Don't quote lambdas.
3458         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
3460 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
3462         * gud.el (gud-jdb-directories): Doc fix.
3464 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
3466         * newcomment.el: New file.
3468 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
3470         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
3472 2000-05-18  Andreas Schwab  <schwab@suse.de>
3474         * dired.el (dired-between-files): Also skip lines beginning with
3475         `used'.
3477 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
3479         * msb.el (msb-menu-cond): Add choice `user'.
3481 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3483         * ps-print.el: Compatibility, customization and doc fix.
3484         (ps-printer-name-option): Replace defconst by defvar.
3485         (ps-postscript-code-directory): XEmacs compatibility.
3486         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
3487         fix.
3488         (ps-user-defined-prologue, ps-print-prologue-header)
3489         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
3490         compatibility and code fix.
3491         (ps-print-background-image, ps-print-background-text):
3492         Customization fix.
3493         (ps-line-number-start, ps-n-up-on): New vars.
3495 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
3497         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
3498         the indent-comment function to just return the appropriate indent.
3500 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
3502         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
3503         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
3504         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
3506 2000-05-18  Dave Love  <fx@gnu.org>
3508         * info.el (Info-fontify-node): Add intangible property as well as
3509         invisible.
3511         * calendar/appt.el (appt-make-list): Match all lines of entry.
3512         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
3514 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
3516         * international/mule-diag.el (describe-char-after): Call
3517         internal-char-font, not char-font.  If internal-char-font returns
3518         nil, display "-- none --".
3520 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
3522         * image.el (image-type-available-p): Don't reference image-types
3523         if it isn't bound.
3525 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
3527         * autoarg.el (autoarg-mode): Typo in the :set argument.
3529 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
3531         * startup.el (command-line-1): Don't signal an error if the
3532         directory for auto-save-list files does not yet exist.
3534 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
3536         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
3538 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
3540         * subr.el (remove-hook): `setq' hook-value, not `set'.
3542 2000-05-16  Sam Steingold  <sds@gnu.org>
3544         * info.el (debug-ignored-errors): More errors to ignore.
3546 2000-05-16  Dave Love  <fx@gnu.org>
3548         * cus-edit.el: Don't require cl or easymenu.
3549         (custom-variable-prompt): Test standard-value property, not
3550         user-variable-p.
3552 2000-05-16  Sam Steingold  <sds@gnu.org>
3554         * subr.el (add-hook): `setq' hook-value, not `set'.
3556 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
3558         * startup.el (command-line-1): Mention the FAQ in the startup
3559         message.
3561         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
3563         * progmodes/compile.el (compilation-parse-errors): Collect
3564         `nomessage' regexps last.
3566         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
3568         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
3569         to the function name.
3571 2000-05-15  Dave Love  <fx@gnu.org>
3573         * speedbar.el (speedbar-recenter): Typo.
3574         (speedbar-expand-line): Make arg optional.
3575         (speedbar-mode): Avoid a compiler warning.
3577 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
3579         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
3580         user-specified option string is empty.
3582         * mouse.el (mouse-yank-at-click): Doc fix.
3584 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
3586         * term/internal.el (IT-character-translations): More updates of
3587         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
3588         documents.
3590 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
3592         * env.el (getenv): New function, interactively callable.
3593         (setenv, getenv): Remove autoload cookies.
3595         * loadup.el: Load `env'.
3597         * progmodes/f90.el: Change author's mail address.
3599 2000-05-14  Dave Love  <fx@gnu.org>
3601         * mail/rmail.el (rmail-show-message-hook): Customize and offer
3602         goto-addr as an option.
3604         * help.el (help-xref-stack): Doc fix.
3605         (help-xref-following): New variable.
3606         (help-make-xrefs): Use it.
3607         (help-xref-go-back): Use position information from stack element.
3608         (help-follow): Make position in stack element a pair.  Use
3609         help-xref-following.
3611         * autoarg.el: New file.
3613         * faces.el: Declare more functions obsolete.
3615         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
3616         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
3617         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
3618         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
3619         Remove all the setup-...-environment functions.
3621 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
3623         * speedbar.el: Updated the commentary section.  xemacs20p now uses
3624         >= when detecting.  Require `defimage' safely.
3625         (speedbar-easymenu-definition-base): Add toggle for images.
3626         (speedbar-easymenu-definition-special): Add flush cache & expand.
3627         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
3628         (speedbar-reconfigure-keymaps-hook): New variable.
3629         (speedbar-frame-parameters): Updated documentation.
3630         (speedbar-use-imenu-flag): Updated custom tag
3631         (speedbar-dynamic-tags-function-list): New variable.
3632         (speedbar-tag-hierarchy-method): Updated doc & custom.
3633         (speedbar-indentation-width, speedbar-indentation-width) New
3634         variables.
3635         (speedbar-hide-button-brackets-flag): Customizable.
3636         (speedbar-vc-indicator): Doc update.
3637         (speedbar-ignored-path-expressions): Updated default value.
3638         (speedbar-supported-extension-expressions): Updated default value.
3639         (speedbar-syntax-table): Remove {} paren status.
3640         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
3641         as "+".  Added overlay aliases.
3642         (speedbar-mode): Use `speedbar-mode-line-update' instead of
3643         `force-mode-line-update'.
3644         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
3645         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
3646         `mouse-set-point'
3647         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
3648         (speedbar-item-info-tag-helper): Revamped to handle a wider range
3649         of arbitrary text, and new helper functions.
3650         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
3651         filename finder.
3652         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
3653         (speedbar-directory-buttons): Update path search/expansion.
3654         (speedbar-make-tag-line): Pay attention to
3655         `speedbar-indentation-width'.  Use more care w/ invisible
3656         properties.
3657         (speedbar-change-expand-button-char): Call
3658         `speedbar-insert-image-button-maybe'.
3659         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
3660         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
3661         (speedbar-trim-words-tag-hierarchy)
3662         (speedbar-simple-group-tag-hierarchy): New functions
3663         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
3664         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
3665         functions.
3666         (speedbar-mouse-set-point): New function
3667         (speedbar-power-click): Updated documentation.
3668         (speedbar-line-token, speedbar-goto-this-file): Handle more types
3669         of tag prefix text.
3670         (speedbar-expand-line, speedbar-contract-line): Make more robust
3671         to strange text.
3672         (speedbar-expand-line): Takes universal argument to flush the
3673         cache.
3674         (speedbar-flush-expand-line): New function.
3675         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
3676         Use new generator insertion method.
3677         (speedbar-fetch-dynamic-tags): New function.
3678         (speedbar-fetch-dynamic-imenu): Removed code now handled in
3679         `speedbar-fetch-dynamic-imenu'.
3680         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
3681         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
3682         "Revert Buffer" menu items.
3683         (speedbar-buffer-buttons-engine): Be smarter when creating a
3684         filename tag (for expansion purposes.).
3685         (speedbar-highlight-one-tag-line,
3686         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
3687         (speedbar-recenter): New functions.
3688         (defimage-speedbar): Image loading abstraction.
3689         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
3690         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
3691         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
3692         (speedbar-tag-type, speedbar-tag-mail): New images.
3693         (speedbar-expand-image-button-alist): New variable.
3694         (speedbar-insert-image-button-maybe): Insert an image over some
3695         buttons.
3697 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
3699         * international/mule-cmds.el (encode-coding-char): An ASCII
3700         character is always encodable.
3702         * international/mule-conf.el: Add more information in descriptions
3703         of character sets.
3705         * international/mule-diag.el (describe-char-after): New function.
3706         (describe-font-internal): Adjusted for the change of font-info.
3707         (describe-font): Likewise.
3708         (print-fontset): Rewritten for the new fontset implementation.
3709         (describe-fontset): Include fontset alias names in completion.
3710         (list-fontsets): Adjusted for the change of print-fontset.
3712         * simple.el (what-cursor-position): If DETAIL is non-nil, call
3713         describe-char-after instead of displaying the detail in the echo
3714         area.
3715         (syntax-code-table): Format changed.
3716         (string-to-syntax): Adjusted for the above change.
3718 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
3720         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
3722 2000-05-12  Dave Love  <fx@gnu.org>
3724         * calendar/todo-mode.el: Remove some compatibility stuff and CL
3725         dependence.  Use line-{beginning,end}-position, not
3726         point-at{b,e}ol.  Some doc fixes.
3727         (todo-position): New function.  Fix callers of position to use it.
3728         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
3730 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
3732         * time.el (display-time-mail-icon): Use `:ascent center'.
3734         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
3735         handling FTP security extensions.
3737 2000-05-11  Dave Love  <fx@gnu.org>
3739         * calendar/todo-mode.el: New file.
3741 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
3743         * comint.el (comint-read-input-ring): Move reference to
3744         comint-input-ring-size outside of the save-excursion.  It was
3745         causing the default value to be the only one ever seen.
3747         * font-lock.el: Update copyright.  Remove Simon Marshall's email
3748         address on request from him.
3750         * subr.el (substitute-key-definition): Add comment describing
3751         the meaning of PREFIX.
3753 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
3755         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
3757         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
3758         (add-minor-mode): Don't make the variable buffer-local and add a
3759         reference to define-minor-mode in the docstring.
3761         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
3762         HEADER/FOOTER and fix bug with trailing empty directory.
3763         (cvs-append-to-ignore): Use vc-editable-p if available.
3764         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
3765         (vc-do-command): Tweak advice to handle the new VC.
3767         * log-view.el (log-view-goto-rev): New function for the new VC.
3768         (log-view-minor-wrap): Use mark-active.
3770         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
3771         (log-edit-changelog-full-paragraphs): New var.
3772         (log-edit-insert-changelog): Remove a lonely leading `* file'.
3773         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
3774         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
3775         (log-edit-changelog-ours-p, log-edit-changelog-entries)
3776         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
3777         Replace the `cvs' prefix with `log-edit'.
3779         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
3781         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
3782         (diff-font-lock-defaults): Explicitly turn off multiline.
3783         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
3784         (diff-ediff-patch): Fix call to ediff-patch-file.
3785         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
3786         Handle comments.
3788         * frame.el (automatic-hscrolling): Typo.
3790         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
3792 2000-05-09  Sam Steingold  <sds@goems.com>
3794         * apropos.el (apropos-print): use `describe-face' instead of
3795         `customize-face-other-window'.
3797 2000-05-09  Dave Love  <fx@gnu.org>
3799         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
3801         * help.el (describe-variable): Have customize button pop the
3802         help-xref stack when invoked.
3803         (help-xref-symbol-regexp): Add `face'.
3804         (help-make-xrefs): Check for quoted face names and adapt regexp
3805         submatch numbers to cope.
3806         (help-xref-interned): Maybe insert face doc too.  Separate
3807         sections with a line of hyphens.
3809         * faces.el:  Some doc fixes.  Declare some functions obsolete.
3810         (describe-face): Add customize button.  Return the help
3811         text.  Fix prompt.
3813 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
3815         * term/internal.el (IT-character-translations): Fix last change.
3817 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
3819         * woman.el: New file
3820         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
3822 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
3824         * term/internal.el (IT-character-translations): Update ASCII
3825         simulations for greek-iso8859-7, add latin-iso8859-14 and
3826         latin-iso8859-15.
3828         * international/mule-cmds.el (set-language-info-alist): Call
3829         define-prefix-command with 3 arguments, to make the map suitable
3830         for a menu.
3832 2000-05-07  Dave Love  <fx@gnu.org>
3834         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
3836 2000-05-05  Dave Love  <fx@gnu.org>
3838         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
3839         list in doc string.  Don't quote keyword symbols.
3840         * emacs-lisp/cl.el: Likewise
3841         * emacs-lisp/cl-seq.el: Likewise
3843 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
3845         * abbrev.el (abbrev-mode): Make ARG optional.
3847 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
3849         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
3851         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
3853         * subr.el (substitute-key-definition): Clarify documentation.
3855 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
3857         * glasses.el (glasses-convert-to-unreadable): Use
3858         `glasses-separator' instead of the hard-wired "_".
3859         (glasses-mode): Call `glasses-make-unreadable' only in a single
3860         place.
3862 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
3864         * term/internal.el (cjk-codepages-alist): Add associations for
3865         Chinese and Korean codepages.  Remove FIXME comment.
3867 2000-05-03  Dave Love  <fx@gnu.org>
3869         * time.el (display-time-mail-face, display-time-use-mail-icon):
3870         New option.
3871         (display-time-mail-icon): New variable.
3872         (display-time-string-forms): Use the above.  Fix the local-map.
3874 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
3876         * replace.el (query-replace-map): Add binding for `E'.
3877         (query-replace-help): Extend help text.
3878         (perform-replace): Allow editing the replacement string.
3880         * make-mode.el (makefile-mode-abbrev-table): New variable.
3881         (makefile-mode): Set local abbrev table to
3882         makefile-mode-abbrev-table.
3883         (makefile-font-lock-keywords): Fontify includes and conditionals.
3885         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
3886         set TOGGLE's value.
3888         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
3889         mail-interactive-insert-alias.
3890         (mail-abbrev-complete-alias): New command.
3891         (mail-mode-map): Bind it to `M-TAB'.
3893 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
3895         * language/lao-util.el (lao-compose-region): New function.
3897 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
3899         * files.el (recover-session): Make directories as necessary
3900         if they don't exist yet.
3902         * calendar/cal-french.el
3903         (french-calendar-multibyte-special-days-array)
3904         (french-calendar-special-days-array): Change French text.
3905         (calendar-french-date-string): Change output.
3906         (calendar-goto-french-date): Likewise.
3908 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
3910         * wid-edit.el (widget-default-active): Obey `:always-active'.
3911         (widget-documentation-string-value-create): Set `:always-active'.
3913 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
3915         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
3916         default prefix to `~/_emacs.d/auto-save.list/_s'.
3917         (normal-top-level): Create the directory for auto-save files, if
3918         it doesn't already exist (in the ms-dos case only).
3920 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
3922         * international/mule-cmds.el (set-language-environment): Don't
3923         concat an integer (dos-codepage), use format instead.
3925 2000-05-02  Dave Love  <fx@gnu.org>
3927         * help.el (help-xref-on-pp): Check for constant symbols.
3929 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
3931         * startup.el (normal-top-level): Put a condition-case around
3932         the code loading subdirs.el.
3934 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3936         * ps-print.el: Upside-down and face background color printing,
3937         line number step, doc fix.
3938         (ps-print-version): New version number (5.2).
3939         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
3940         (ps-face-attribute-list, ps-plot-with-face): Code fix.
3941         (ps-spool-config): Var fix.
3942         (ps-printer-name-option): Const fix.
3943         (ps-print-upside-down, ps-use-face-background)
3944         (ps-line-number-step): New vars.
3945         (ps-window-system, ps-lp-system): New consts.
3946         (ps-face-background): New fun.
3948 2000-04-28  Richard Stallman  <rms@gnu.org>
3950         * files.el (make-auto-save-file-name):
3951         Apply auto-save-file-name-transforms to visited file name
3952         before generating auto save file name.
3953         (auto-save-file-name-transforms): New variable.
3955         * files.el (backup-enable-predicate):
3956         Correctly test for a file under a temporary directory.
3958 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
3960         * subr.el (add-minor-mode): Rewritten.
3962 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
3964         * mail/sendmail.el (sendmail-send-it): Set
3965         buffer-file-coding-system to the selected coding system for MIME
3966         header.
3968 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
3970         * dired.el (dired-move-to-filename-regexp): Allow format where
3971         YYYY is followed by two spaces.
3973         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
3974         in the second character class of the regexp.
3976         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
3977         mh-etc, too.
3979         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
3980         nil.
3982         * subr.el (add-minor-mode): Use `set' instead of `setq'.
3984         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
3985         argument.
3987 2000-04-27  Sen Nagata <sen@eccosys.com>
3989         * emacs-lisp/crm.el (crm-completion-table): New variable.
3990         (crm-collection-fn, crm-test-completion)
3991         (completing-read-multiple): Use it.
3993 2000-04-27  Dave Love  <fx@gnu.org>
3995         * help.el (locate-library): Use mapc.
3996         (help-manyarg-func-alist): Add call-process-region.
3998 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
4000         * subr.el (add-minor-mode): Make argument MAP optional.
4002         * desktop.el (desktop-save): Save list of minor modes.
4003         (desktop-create-buffer): Restore minor modes.
4004         (desktop-minor-mode-table): New user-option.
4006         * subr.el (add-minor-mode): New function.
4008         * image.el (find-image): New function.
4009         (defimage): Rewritten to find image at load time.
4011         * startup.el (normal-top-level-add-to-load-path): Handle
4012         case that the default directory is not in load-path.
4014         * help.el: Old patch from Stefan Monnier.
4015         (help-xref-on-pp): New function.
4016         (describe-variable): Use it to display xrefs in a symbol's value.
4018 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
4020         * cus-edit.el (custom-face): Fix parenthesis.
4022 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
4024         * mail/rmail.el (rmail-expunge): When there are no deleted
4025         messages, do nothing.
4027 2000-04-26  Dave Love  <fx@gnu.org>
4029         * international/mule-cmds.el (locale-translation-file-name):
4030         Defvar to nil.
4031         (set-locale-environment): Set it here (at runtime).
4033 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
4035         * replace.el (perform-replace): Add parameters START and END.  Use
4036         them instead of the check for a region in Transient Mark mode.
4037         (query-replace-read-args): Return two more list elements for the
4038         start and end of the region in Transient Mark mode.
4039         (query-replace, query-replace-regexp, query-replace-regexp-eval)
4040         (map-query-replace-regexp, replace-string, replace-regexp): Add
4041         optional last arguments START and END and pass them to
4042         perform-replace.
4044         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
4045         form with additional arguments for perform-replace.
4047         * progmodes/etags.el (tags-query-replace): Add parameters START
4048         and END.  Construct a form with additional arguments for
4049         perform-replace.
4051         * simple.el (shell-command): Set default directory for "*Shell
4052         Command Output" buffer.
4054         * language/european.el (iso-latin-4): Fix typo.
4056         * emacs-lisp/crm.el: New file.
4058 2000-04-24  Dave Love  <fx@gnu.org>
4060         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
4061         (Custom-reset-saved, Custom-reset-standard)
4062         (custom-group-value-create, custom-group-set, custom-group-save)
4063         (custom-group-reset-current, custom-group-reset-saved)
4064         (custom-group-reset-standard): Use mapc.
4065         (custom-buffer-create-internal): Disable undo when creating items.
4066         Use mapc.
4067         (custom-face): Avoid redundant lambda.
4069 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
4071         * startup.el (auto-save-list-file-prefix): Set default to
4072         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
4074 2000-04-24  Sam Steingold  <sds@gnu.org>
4076         * time-stamp.el (time-stamp-string-preprocess): Always convert
4077         `field-result' to a string.
4079 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
4081         * frame.el (scrolling): New group.
4082         (automatic-hscrolling): New user-option.
4084         * startup.el (command-line-x-option-alist): Add `-lsp' and
4085         `--line-spacing'.
4087 2000-04-19  Dave Love  <fx@gnu.org>
4089         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
4090         (cl-mapc): Rename from mapc.  Fix the funcall.
4092 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
4094         * simple.el (clone-indirect-buffer-other-window): New command.
4095         (clone-indirect-buffer): Add optional arg NORECROD.
4096         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
4098         * help.el (resize-temp-buffer-window): Use count-screen-lines.
4100         * window.el (count-screen-lines): New function.
4101         (shrink-window-if-larger-than-buffer): Use count-screen-lines
4102         instead of window-buffer-height.
4104         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
4105         non-existing variable comint-input-sentinel.
4106         (inferior-lisp-args-to-list): Removed.
4107         (inferior-lisp): Use split-string instead of
4108         inferior-lisp-args-to-list.
4110         * hexl.el (hexl-insert-hex-string): New command.
4112         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
4113         instead of concat.
4115 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
4117         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
4118         at the start of an existing but empty folder.
4120 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4122         * ps-mule.el: Customization fix, doc fix.
4123         (ps-multibyte-buffer): Customization fix.
4125 2000-04-17  Richard M. Stallman  <rms@gnu.org>
4127         * subr.el (read-passwd): Use read-char-exclusive.
4129 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
4131         * textmodes/texinfo.el (texinfo-insert-@email)
4132         (texinfo-insert-@emph, texinfo-insert-@quotation)
4133         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
4134         (texinfo-mode-map): Add key bindings for them.
4136         * files.el (basic-save-buffer-2): Use a template with `$'
4137         instead of `#' for VMS.
4139         * simple.el (clone-indirect-buffer): New function.
4141 2000-04-16  Stephen Eglen  <stephen@gnu.org>
4143         * iswitchb.el (iswitchb-case): New function.  If the user input
4144         contains any upper-case characters, the search is made
4145         case-sensitive.
4147 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
4149         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
4150         comment-end.
4151         (texinfo-font-lock-syntactic-keywords): New var.
4152         (texinfo-font-lock-keywords): Remove comment regexp.
4153         (texinfo-insert-block): New function.
4154         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
4155         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
4156         and font-lock-defaults.  Use regexp-opt for outline-regexp.
4157         (texinfo-environments): New var.
4158         (texinfo-environment-regexp): Use regexp-opt and
4159         texinfo-environments.
4161         * textmodes/ispell.el (ispell-menu-map-needed): Check that
4162         ispell-process is bound since this might be eval'd before ispell
4163         is loaded.
4164         (ispell-message): Use a tiny bit less magic and a bit more hard
4165         data to figure out what kind of sc-cite-regexp to use.
4167         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
4169         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
4170         (insert-cyclic-diary-entry): Unquote the lambda.
4172         * gud.el (gud-jdb-build-source-files-list): Fix typo.
4174         * files.el (backup-enable-predicate): Unquote the lambda.
4176         * cus-edit.el (custom-face, face): Unquote the lambda.
4178 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4180         * ps-print.el: Check for line-beginning-position definition.
4182         * ps-print.el: Fix counting lines in a region.
4183         (ps-print-version): New version number (5.1.5).
4184         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
4185         (ps-printing-region): Fun code fix.
4187 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
4189         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
4190         to file-directory-p.
4192 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
4194         * gud.el (gud-jdb-build-source-files-list): Check that directory
4195         exists before calling directory-files.
4197 2000-04-13  Dave Love  <fx@gnu.org>
4199         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
4200         syntax.
4202         * emacs-lisp/cl-specs.el: Remove when, unless.
4204         * emacs-lisp/cl-extra.el: Don't quote keywords.
4205         (cl-old-mapc): New variable.
4206         (mapc): Use it.
4207         (cl-map-intervals): Use with-current-buffer.  Don't check for
4208         next-property-change.
4209         (cl-map-overlays): Use with-current-buffer.
4210         (cl-expt): Remove.
4211         (copy-tree, remprop): Define unconditionally.
4213         * emacs-lisp/cl-compat.el (keywordp): Remove.
4215         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
4216         to use keywordp.
4217         (edebug-spec): Enable keywordp.
4219         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
4220         string-lessp.
4222         * cus-start.el: Use keywordp.
4224 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4226         * diary-lib.el (include-other-diary-files): Fix the fix of
4227         2000-02-18 by doing a save-excursion.
4229 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4231         * ps-print.el: Customization fix, doc fix.
4232         (ps-print-version): New version number (5.1.4).
4233         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
4234         (ps-print-preprint): Adjust code.
4235         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
4236         (ps-print-prologue-header, ps-print-control-characters)
4237         (ps-spool-config): Customization fix.
4239 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
4241         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
4242         converted to the new menu-item format, names silightly changed,
4243         help strings added.
4245         Support for spelling without async subprocesses:
4247         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
4248         (ispell-session-buffer): New variables.
4249         (ispell-start-process, ispell-process-status,
4250         ispell-accept-output, ispell-send-string): New functions, for
4251         Ispell invocation when async subprocesses aren't supported.
4252         (ispell-word, ispell-pdict-save, ispell-command-loop,
4253         ispell-process-line, ispell-buffer-local-parsing): Replace calls
4254         to process-send-string with calls to ispell-send-string, and
4255         accept-process-output with ispell-accept-output.
4256         (ispell-init-process): Call ispell-process-status instead of
4257         process-status with.
4258         (ispell-init-process): Call ispell-start-process.  Call
4259         ispell-accept-output and ispell-send-string.  Don't call
4260         process-kill-without-query and kill-process if they are unbound.
4261         (ispell-async-processp): New function.
4263 2000-04-12  Dave Love  <fx@gnu.org>
4265         * info.el: Add debug-ignored-errors.
4266         (Info-mode-menu): Add some items.
4267         (Info-directory): Add autoload cookie.
4269         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
4270         Modify `truncate-lines'.  Make `describe-language-environment'
4271         always visible and add help.  Modify `describe-key' help.  Invoke
4272         Info-directory from `info'.  New entry `emacs-manual'.
4274 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
4276         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
4277         propertized-buffer-identification.
4278         (ebrowse-update-member-buffer-mode-line): Likewise.
4279         (ebrowse--mode-strings): Removed.
4280         (ebrowse--mode-line-props): Removed.
4282         * files.el (auto-mode-alist): Add `EBROWSE'.
4284         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
4285         space before testing for end of buffer.
4286         (ebrowse-load): Removed.
4287         (ebrowse-revert-tree-buffer-from-file): Rewritten.
4288         (ebrowse-create-tree-buffer): Rewritten.
4289         (ebrowse-tree-mode): Read tree from buffer.
4291         * progmodes/ebrowse-ffh.el: Removed.
4293 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
4295         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
4297 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
4299         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
4300         at the wrong place.
4302 2000-04-09  Dave Love  <fx@gnu.org>
4304         * files.el (backup-enable-predicate): Use
4305         temporary-file-directory, small-temporary-file-directory.
4306         (make-backup-file-name-function, backup-directory-alist): New
4307         variables.
4308         (make-backup-file-name-1): New function.
4309         (make-backup-file-name): Use it.
4310         (find-backup-file-name): Likewise.  Use format for clarity, not
4311         concat.
4312         (file-newest-backup): Use make-backup-file-name.
4314 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
4316         * progmodes/ebrowse-ffh.el: New file.
4318         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
4319         to ebrowse-ffh.el.
4320         (ebrowse-load): Add autoload.
4322         * finder.el (finder-commentary): Add autoload cookie.
4324         * mail/rfc2368.el: Correct author's email address.
4326         * progmodes/ebrowse.el: New file.
4328         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
4329         item help string.
4330         (easy-menu-do-add-item): Ditto.
4331         (easy-menu-define): Extend doc string.
4333         * jit-lock.el (with-buffer-unmodified): Use
4334         restore-buffer-modified-p.
4335         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
4336         (jit-lock-function, jit-lock-stealth-fontify): Don't use
4337         with-buffer-unmodified.
4339 2000-04-08  Dave Love  <fx@gnu.org>
4341         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
4342         unless, when.
4344 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
4346         * viper-util.el (viper-put-on-search-overlay): New subroutine.
4347         (viper-flash-search-pattern): No operation when using Emacs
4348         doesn't support face.
4349         Use `viper-put-on-search-overlay'.
4351 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
4353         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
4354         like C-r.
4356         * progmodes/make-mode.el: Some doc fixes.
4357         (makefile-mode-abbrev-table): New variable.
4358         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
4359         (makefile-font-lock-keywords): Fontify includes and conditionals.
4360         (toplevel): Require `dabbrev' and `add-log' when compiling.
4362         * replace.el (perform-replace): Don't move forward one char
4363         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
4364         to do that because it leaves point 1 position after the last
4365         replacement, after everything has been replaced.
4367         * jit-lock.el (with-buffer-unmodified): New macro.
4368         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
4369         modified state.
4370         (jit-lock-function-1): Extracted from jit-lock-function; not
4371         preserving buffer's modified state.
4372         (jit-lock-function, jit-lock-stealth-fontify): Call
4373         jit-lock-function-1.
4375         * mail/rfc2368.el: Remove supernumerary copyright line.
4377 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
4379         * glasses.el: Provide facilities for inserting space before left
4380         parentheses and uncapitalization of identifiers.
4381         (glasses-mode): Try to remove old overlays in all cases.
4383 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
4385         * progmodes/compile.el (compile-internal): Display the compilation
4386         buffer in a different frame, if it's already displayed there.
4388         * mail/rfc2368.el: New file.
4390         * simple.el (sendmail-user-agent-compose): Recognize a `body'
4391         header and insert its value as mail body.
4393         * subr.el (member-ignore-case): New function.
4395         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
4396         (dabbrev--find-expansion): Ignore buffers matching a regexp
4397         from dabbrev-ignored-regexps.
4399         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
4400         to extensions handled by gzip.
4402 2000-04-03  Richard M. Stallman  <rms@gnu.org>
4404         * files.el (insert-directory): List the total free space
4405         along with the used space.
4407         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
4408         line is followed by one that matches CITATION-REGEXP, end the
4409         paragraph.
4411 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
4413         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
4414         (rmail-make-basic-summary-line): Use that option.
4416 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
4418         * international/mule-cmds.el (encoded-string-description):
4419         Rewritten.   Try pretty description for ISO 2022 escape sequences
4420         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
4421         for hexadecimal format.
4423 2000-04-01  Dave Love  <fx@gnu.org>
4425         * cpp.el: Change customization group to `c' from `C'.
4427         * vcursor.el (vcursor-move): Use display-color-p.
4429         * international/mule-util.el: Provide mule-utils.
4430         (string-to-sequence): Simplify and speed up.
4432         * international/mule.el (make-coding-system): Purecopy doc-string.
4434         * international/mule-cmds.el: Various menu changes.
4435         (describe-specified-language-support): Handle `Default'.
4436         (set-language-info): Purecopy `info'.
4438 2000-03-31  Andrew Innes  <andrewi@gnu.org>
4440         * vc.el (vc-backend-diff): Return the correct status if we had to
4441         retry the rcsdiff command without the --brief option.
4443 2000-03-31  Dave Love  <fx@gnu.org>
4445         * help.el (help-manyarg-func-alist): Correct several omissions.
4447         * add-log.el: Don't require cl, fortran.
4448         (add-log-current-defun-function): Doc fix.
4449         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
4450         fix.
4451         (change-log-version-rcs): Function deleted.
4452         (change-log-version-number-search): Doc fix.  Use
4453         vc-workfile-version.  Avoid CL dolist.
4454         (add-change-log-entry): Just call add-log-current-defun to get
4455         defun.  Simplify somewhat.
4456         (change-log-get-method-definition-1): Likewise.
4457         (add-log-current-defun): Return nil if calling
4458         add-log-current-defun-function does so.  Move Fortran stuff to
4459         fortran.el.  Return string without properties.
4461         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
4462         and :alpha: char classes.
4464         * mail/supercite.el: Defvar curline when compiling.
4465         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
4466         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
4467         rather than a-zA-Z0-9 to allow non-ASCII characters.
4469 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
4471         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
4473         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4474         Re-enable new code.
4476         * lpr.el (print-region-1): Use -d to specify printer name for
4477         systems `usg-unix-v*, `dgux', `hpux', `irix'.
4479 2000-03-31  Dave Love  <fx@gnu.org>
4481         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
4482         for function definition in symbol's function value slot first
4483         instead of first consulting byte-compile-function-environment.
4485 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
4487         * language/european.el ("Polish"): New language environment.
4488         (setup-polish-environment): New function.
4490 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
4492         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4493         Disable new code.
4495         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
4496         trying to `load' the symbol of an autoload instead of the file
4497         recorded in the autoload.  Fix error messages.
4499 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4501         * ps-print.el: PostScript programming fix for ghostview, doc fix.
4502         (ps-print-version): New version number (5.1.3).
4503         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
4504         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
4505         (ps-generate-postscript-with-faces): Code fix.
4506         (ps-color-values): XEmacs compatibility.
4507         (ps-print-background-image, ps-print-background-text, ps-printer-name)
4508         (ps-default-fg, ps-default-bg): Adjust customization.
4509         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
4510         (ps-color-scale): Renaming old ps-color-value fun.
4511         (ps-print-headers): Replace ps-print-header group to avoid conflict
4512         with ps-print-header variable.
4513         (ps-print-miscellany): New group.
4514         (ps-format-color, ps-rgb-color): New funs.
4515         (ps-default-foreground): New var.
4516         (ps-printer-name-option): New const.
4518 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
4520         * net/net-utils.el:
4521         (network-connection-host, network-connection-service): New variables
4522         (network-connection-mode): New mode, derived from comint-mode
4523         (network-connection-mode-setup): New function, saves host and
4524         service information in local variables.
4526         * lisp/locate.el:
4527         (locate-word-at-point): Added this function
4528         (locate): Default to using locate-word-at-point as input
4529         Run dired-mode-hook
4531 2000-03-29  Dave Love  <fx@gnu.org>
4533         * calendar/appt.el: Doc fixes.
4534         (appt-check): Convert min-to-app to a string before passing to
4535         appt-disp-window-function or concat.
4536         (appt-delete-window): Remove test for frame-root-window.
4537         (appt-select-lowest-window, appt-convert-time): Simplify.
4539         * emacs-lisp/bytecomp.el: Doc fixes.
4540         (byte-compile-file-form-autoload): Update
4541         byte-compile-function-environment.
4543 2000-03-29  Andreas Schwab  <schwab@suse.de>
4545         * emacs-lisp/autoload.el: Also print defsubst doc string
4546         specially.
4548         * dired.el (dired-insert-directory): If dired-free-space-program
4549         failed just delete its output.
4551 2000-03-29  Dave Love  <fx@gnu.org>
4553         * international/iso-cvt.el: Move provide to end.  Doc fixes.
4554         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
4555         (iso-iso2sgml, iso-sgml2iso): New functions.
4556         (iso-cvt-define-menu): Fix some entries and use backquote for
4557         clarity.
4559         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
4561 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
4563         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
4564         ISO-DATE.  If non-nil, return date in ISO 8601 format.
4566 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
4568         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
4569         if it ever becomes used.
4570         (log-edit-mode-hook): Default to vc-log-mode-hook.
4571         (log-edit-mode): Fix the docstring.
4573         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
4574         the code.
4576 2000-03-26  Dave Love  <fx@gnu.org>
4578         * net/browse-url.el (browse-url): Re-fix case of
4579         browse-url-browser-function being an alist.
4580         (browse-url): Add :link to defgroup.
4582         * files.el: Doc fixes.
4583         (file-truename): Include `[' in wildcard characters.
4584         (automount-dir-prefix): Customize.
4585         (find-file-wildcards): Add :version.
4586         (find-file-noselect): Simplify a mapcar call.
4588         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
4589         compatible with inf-lisp version.
4590         (eval-defun-1): Fix custom-declare-variable case.
4592 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
4594         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
4596 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
4598         * Makefile (COMPILE_FIRST): New macro.
4599         (compile-files): Compile files from COMPILE_FIRST first.
4601         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
4602         code.
4604         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
4605         matching open parenthesis in column 0 to defun-prompt-regexp
4606         only if open-paren-in-column-0-is-defun-start is set.
4608         * sun-curs.el: Require CL at compile-time only.
4610         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
4611         instead of copy-list which is a function from CL.
4612         (msb--choose-menu, msb--mode-menu-cond)
4613         (msb--create-buffer-menu-2): Use dolist instead of mapc.
4614         (msb--init-file-alist): Use mapcar instead of mapcan.
4615         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
4616         `(' in column 0 in doc string.
4617         (msb--add-separators): Use mapcar instead of mapcan.
4619         * cus-dep.el: Require CL at compile-time only.
4621 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
4623         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4624         (byte-compile-warnings): New warning `noruntime'.
4625         (byte-compile-constants, byte-compile-variables): Fix docstring.
4626         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
4627         execute `eval-whenc-compile's body.
4628         (byte-compile-unresolved-functions): Fix docstring.
4629         (byte-compile-eval): New function.
4630         (byte-compile-callargs-warn): Check if the function will be available
4631         at runtime (via property `byte-compile-noruntime').
4632         (byte-compile-print-syms): New function.
4633         (byte-compile-warn-about-unresolved-functions): Also warn about
4634         `noruntime' functions (and use `byte-compile-print-syms').
4635         (byte-compile-file): Capitalize the message.
4637 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
4639         * mail/rmail.el (rmail-confirm-expunge): New user-option.
4640         (rmail-expunge): Ask for confirmation depending on the setting
4641         of rmail-confirm-expunge.
4643 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
4645         * Makefile (bootstrap-clean): If $(emacs) exists, build
4646         loaddefs.el first.  A loaddefs.el that's not up-to-date might
4647         cause a bootstrap failure because things don't autoload as
4648         expected.
4650 2000-03-23  Dave Love  <fx@gnu.org>
4652         * net/browse-url.el: Restore previous use of
4653         browse-url-maybe-new-window.
4655 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4657         * ps-print.el: Skip banner page fix.
4658         (ps-print-version): New version number (5.1.2).
4659         (ps-begin-file, ps-end-file, ps-generate): Code fix.
4661 2000-03-23  Dave Pearson  <davep@davep.org>
4663         * net/quickurl.el Changed the type of parameter passed to the
4664         function defined by `quickurl-format-function'. Before only the
4665         text of the URL was passed. Now the whole URL structure is passed
4666         and the function is responsible for extracting the parts it
4667         requires.  Changed the default of `quickurl-format-function'
4668         accordingly.
4669         (quickurl-insert): Changed the `funcall' of
4670         `quickurl-format-function' to match the above change.
4671         (quickurl-list-insert): Changed the `url' case so that it makes
4672         use of `quickurl-format-function', previous to this the format was
4673         hard wired.
4675 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
4677         * startup.el: Change some spellings for the X Window System.
4679 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
4681         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
4682         up the code and the regexp and make sure the cursor is temporarily
4683         moved to the suspicious line while querying the user.
4685 2000-03-22  Jason Rumney  <jasonr@gnu.org>
4687         * w32-fns.el (w32-charset-info-alist): Initialize.
4689 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4691         * ps-print.el: N-up last page fix.
4692         (ps-print-version): New version number (5.1.1).
4693         (ps-end-file, ps-end-job, ps-generate): Code fix.
4695 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
4697         * files.el (find-file-run-dired): Update docstring.
4698         (find-directory-functions): New hook.
4699         (find-file-noselect): Run find-directory-functions rather than
4700         calling dired directly.
4702         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
4704         * pcvs.el: Add a minimal leading commentary.
4705         (cvs-make-cvs-buffer): Change the header part by removing the startup
4706         message and adding a `Module' entry.  Also replace the FOOTER and
4707         HEADER special fileinfos with the new support in ewoc for updating
4708         its own footer and header.
4709         (cvs-update-header): Update to use the header/footer of the ewoc.
4710         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
4711         (cvs-is-within-p): New function.
4712         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
4713         to only examine some subset of the buffers.
4715         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
4716         `format' instead of our own ad-hoc functions.
4717         Remove HEADER and FOOTER cases, now handled in the EWOC.
4718         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
4720         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
4721         output to avoid scaring the user.
4722         (cvs-parse-table): Catch message for non-up-to-date commits.
4724         * pcvs-defs.el (cvs-startup-message): Remove.
4725         (cvs-global-menu): New autoloaded menu.
4727         * pcvs-util.el (cvs-string-fill): Remove.
4729         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
4730         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
4731         PP part of it and also make it work for footers and headers.
4732         (ewoc-create): Drop POS and BUFFER arguments.
4733         Use the DLL's dummy node to store the end-of-footer position.
4734         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
4735         (ewoc-refresh): Remove unused `header' variable.
4736         (ewoc-(get|set)-hf): New functions.
4738         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
4739         log-view-*-(message|file) and use easy-mmode-define-navigation.
4740         (log-view-message-re): Match SCCS format as well.
4741         And match the revision line rather than the dashed separator line.
4742         (log-view-mode): Use the new define-derived-mode.
4743         (log-view-current-tag): Fill in with an actual implementation.
4745         * cvs-status.el (cvs-status-(prev|next)): Rename from
4746         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
4747         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
4748         to let the output "breathe" a little more (more readable).
4749         (cvs-status-mode): Use the new define-derived-mode.
4751         * smerge-mode.el (smerge-auto-leave): New function and variable.
4752         (smerge-basic-map): Rename from smerge-basic-keymap.
4753         Change the bindings for smerge-diff-*.
4754         (smerge-*-map): Use easy-mmode-defmap.
4755         (smerge-(next|prev)): Use easy-mmode-define-navigation.
4756         (smerge-keep-*): Use smerge-auto-leave.
4758 2000-03-21  Jason Rumney  <jasonr@gnu.org>
4760         * cus-edit.el (custom-button-face): Use 3D look for w32.
4761         (custom-button-pressed-face): Likewise.
4763 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
4765         * progmodes/etags.el (tags-case-fold-search): New user-option.
4766         (tags-loop-eval): New function.  Bind case-fold-search around eval
4767         depending on the value of tags-case-fold-search.
4768         (tags-loop-continue): Use tags-loop-eval.
4769         (find-tag-in-order): Bind case-fold-search depending on the value
4770         of tags-case-fold-search.
4772 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
4774         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
4775         (diff-end-of-hunk): Return the end position for use in
4776         `easy-mmode-define-navigation'.
4777         (diff-recenter): Remove.
4778         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
4779         of `easy-mmode-define-navigation'.
4780         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
4781         previous renaming) and fix to use new names.
4782         (diff-merge-strings): Use \n as separator: simpler, faster.
4783         (diff-mode): Use `define-derived-mode'.
4785         * derived.el (define-derived-mode): Don't autoload anymore.
4786         Prefer the macro-only version provided by easy-mmode.el.
4788         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
4789         `easy-mmode-define-derived-mode'.
4790         Use `combine-run-hooks'.
4791         (easy-mmode-define-navigation): New macro.
4793         * subr.el (combine-run-hooks): New function.
4795 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
4797         * term/x-win.el: Fontsets related initialization is simplified.
4799         * international/mule-diag.el (describe-font): Don't refer to
4800         global-fontset-alist, instead call font-list.
4801         (describe-fontset, list-fontsets, mule-diag): Likewise.
4802         (print-fontset): Adjusted for the change of fontset
4803         implementation.
4805         * international/fontset.el (x-charset-registries): Variable
4806         removed, instead the corresponding data is stored in the default
4807         fontset.
4808         (register-alternate-fontnames): Function removed.
4809         (resolved-ascii-font): Variable removed.
4810         (x-compose-font-name): Ignore the second argument REDOCE.
4811         (x-complement-fontset-spec): Complement only an ASCII font and
4812         element for those charsets than can use that ASCII font.
4813         (generate-fontset-menu): Don't refer to global-fontset-alist,
4814         instead call fontset-list.
4815         (uninstantiated-fontset-alist): Variable removed.
4816         (x-style-funcs-alist): Likewise.
4817         (fontset-default-styles): Likewise.
4818         (x-modify-font-name): Function removed.
4819         (create-fontset-from-fontset-spec): Ignore the argument
4820         STYLE-VARIANT.
4821         (create-fontset-from-ascii-font): Docsting adjusted for the above
4822         change.
4823         (instantiate-fontset, resolve-fontset-name): Functions removed.
4824         (fontset-list): Now implemented by C code.
4826         * faces.el (read-face-font): Fix TABLE arg to completing-read.
4827         (describe-face): Include `font' attribute in the description.
4829 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
4831         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
4833 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
4835         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
4836         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
4837         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
4839         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
4840         about behavior of set-buffer-modified-p wrt redisplay.
4842 2000-03-19  Richard M. Stallman  <rms@gnu.org>
4844         * view.el (view-mode-disable): Kill local binding of view-read-only.
4846 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
4848         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
4849         is a string, convert it to a syntax cell using string-to-syntax.
4851         * simple.el (syntax-code-table, syntax-flag-table): New variables.
4852         (string-to-syntax): New function.
4854         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
4855         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
4856         try to use passive ftp mode.
4858 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
4860         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
4862         * simple.el (append-to-buffer): Update point of windows after
4863         insertion.
4865         * abbrev.el (inverse-add-abbrev): Identify word by first moving
4866         forward then moving backward.  Reindent.
4868         * frame.el (other-frame): Call x-focus-frame only if
4869         focus-follows-mouse is off.
4871 2000-03-17  Dave Love  <fx@gnu.org>
4873         * pcvs-util.el (cvs-strings->string): Rename
4874         replace-regexps-in-string.
4876 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
4878         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
4879         regexp for labels cannot span several lines.
4881         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
4882         `(setq :<key> ':<key>)' to the macro expansion.
4884 2000-03-16  Dave Love  <fx@gnu.org>
4886         * progmodes/f90.el (f90): Put custom group under `languages', not
4887         `fortran'.
4888         (f90-mode-hook): Customize.
4889         (f90-mode): Set add-log-current-defun-function.
4890         (f90-current-defun): New function.
4892 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
4894         * cus-edit.el (custom-variable-tag-face): Handle case that
4895         default face's height is not a number.
4896         (custom-face-tag-face, custom-group-tag-face-1)
4897         (custom-group-tag-face): Ditto.
4898         (custom-group-tag-face-1): Add :group.
4900         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
4902 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
4904         * pcvs-defs.el (toplevel): Remove autoload cookie for form
4905         requiring easymenu.
4907 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4909         * ps-print.el: PostScript user-defined prologue, PostScript error
4910         handler, doc fix.
4911         (ps-print-version): New version number (5.1).
4912         (ps-user-defined-prologue, ps-error-handler-message)
4913         (ps-print-prologue-0, ps-error-handler-alist): New vars.
4914         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
4915         (ps-insert-string): New function.
4917 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
4919         * international/ccl.el (ccl-compile-expression): Don't generate
4920         invalid self-assignment code.
4922 2000-03-14  Dave Love  <fx@gnu.org>
4924         * subr.el (replace-regexp-in-string): Renamed from
4925         replace-regexps-in-string.  Doc fix.
4927 2000-03-12  Dave Love  <fx@gnu.org>
4929         * cus-edit.el: Doc fixes.
4930         (customize-set-variable, customize-save-variable): Rename args for
4931         doc.
4932         (custom-variable-tag-face, custom-face-tag-face)
4933         (custom-group-tag-face-1, custom-group-tag-face): Modify from
4934         style which user identify as hyperlink.
4935         (hook): Don't add undefined functions to the hook.
4936         (debug-ignored-errors): Transfer message from bindings.el.
4938 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
4940         * recentf.el (recentf-keep-non-readable-files-p): Remove
4941         double/nested definition.
4943 2000-03-12  Dave Love  <fx@gnu.org>
4945         * facemenu.el (facemenu-get-face): Use display-color-p.
4946         * enriched.el (enriched-decode-foreground): Likewise.
4947         (enriched-decode-background): Likewise.
4948         * isearch.el (isearch-highlight): Likewise.
4949         * info-look.el (info-lookup): Likewise.
4950         * simple.el (completion-setup-function): Likewise.
4952         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
4953         :options.
4955         * bindings.el (mode-line-format): Fix line-number and
4956         column-number items.  Add help-echo for the background.
4957         (mode-line-mule-info): Modify help-echo.
4959         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
4960         defcustom.
4962         * files.el (load-file): Allow completion to .elc.
4964         * man.el: Doc fixes.
4965         (Man-init-defvars): Use display-color-p to set fontification.
4967         * play/hanoi.el (hanoi-internal): Don't use oddp.
4969 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
4971         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
4973         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
4975 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
4977         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
4978         Fix comment.
4980 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
4982         * font-lock.el (font-lock-keywords): Fix the doc now that
4983         regexp-opt-depth is unnecessary.
4984         (save-buffer-state): Set an edebug spec.
4985         (font-lock-fontify-anchored-keywords): Properly handle the case when
4986         the matcher goes past the limit.
4988         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
4989         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
4991         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
4992         dll.el and cookie.el (from Elib) with heavy renaming and other
4993         massaging.
4995         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
4996         Autoload the functions used.
4997         (easy-mmode-define-syntax): Fix CL typo.
4998         (easy-mmode-define-derived-mode): Improve the docstring generation.
5000 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
5002         * textmodes/texinfo.el (texinfo-version): Variable and function
5003         removed.
5005 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
5007         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
5008         allow more flexibility.
5009         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
5010         fns.
5011         (easy-mmode-defmap, easy-mmode-defsyntax)
5012         (easy-mmode-define-derived-mode): New macros.
5014 2000-03-09  Didier Verna  <didier@xemacs.org>
5016         * rect.el (replace-rectangle): New function.
5018 2000-03-09  Dave Love  <fx@gnu.org>
5020         * progmodes/fortran.el (fortran-comment-line-start): Define as
5021         "C".
5022         (fortran-comment-line-start-skip): Don't match cpp stuff.
5023         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
5024         (fortran-mode-map): Remove over-eager custom-menu-create for now.
5025         (fortran-mode): Don't set fortran-comment-line-start-skip,
5026         fortran-comment-line-start here.  Set comment-start,
5027         add-log-current-defun.
5028         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
5029         (fortran-current-defun): New function.
5031 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
5033         * emacs-lisp/re-builder.el: New file.
5035         * mouse.el (mouse-drag-region): Don't run up-event handler
5036         if hscroll has changed.
5038         * octave-mod.el (octave-font-lock-keywords): To font-lock the
5039         builtin operators, use `font-lock-builtin-face' for Emacs and
5040         `font-lock-preprocessor-face' otherwise.
5042         * font-lock.el (lisp-font-lock-keywords-1): Highlight
5043         `(defun (setf foo)' differently.
5045 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
5047         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
5048         (regexp-opt): Update comment and adapt the code the new meaning of
5049         the `paren' argument of regex-opt-group for shy-groups.
5050         (regexp-opt-depth): Handle shy groups as well as backslashed
5051         backslashes.
5052         (regexp-opt-group): Turn the leading comment into a docstring.
5053         Allow `paren' to be a string (the string to use to open a group).
5054         Remove open-presuf and close-presuf.  Instead of checking for `all
5055         one-char' and then later on check for `several one-char', handle
5056         both cases close together.  Also apply a more generic algorithm
5057         for suffixes (the mirror image of the algorithm used for
5058         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
5059         (regexp-opt-try-suffix): Removed.
5061         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
5062         from comint-mode-map, so we can just inherit from it.  Also, move
5063         the initialization into the `defvar' since there's no docstring
5064         anyway and it's fairly short.
5065         (inferior-scheme-mode): Define it as derived-mode: the code is
5066         shorter and this way we inherit from comint-mode-map rather than
5067         copying it.
5069         * subr.el (replace-regexps-in-string): Properly handle the case
5070         where we match an empty string.
5072         * comint.el (comint-exec-1): Add the current-dir to the exec-path
5073         when the command has a directory component (such as "./testml").
5074         Also fix a typo in the comment.
5076 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
5078         * Makefile (compile-files): Compile files one by one because
5079         that's the only way to ensure a clean compilation environment for
5080         each individual file.
5082         * frame.el (other-frame): Call x-focus-frame.
5084 2000-03-07  Dave Love  <fx@gnu.org>
5086         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
5087         :require to defcustom.
5089         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
5090         lists.
5092         * files.el (auto-mode-alist): Add configure.in.
5094         * progmodes/autoconf.el: New file.
5096 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
5098         * mail/mh-e.el: Change maintainer to `none'.
5100         * recentf.el (recentf-keep-non-readable-files-p): Quote args
5101         to remove-hook and add-hook.
5103 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
5105         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
5106         it as the default.
5107         (mail-send): Test mail-send-nonascii also for the new `mime' value.
5108         (sendmail-send-it): Conditionally add MIME headers specifying the
5109         used character set.
5111 2000-03-07  Dave Love  <fx@gnu.org>
5113         * winner.el: Fix keywords, autoload cookies.  Split
5114         eval-when-compile form to avoid compilation failure.
5116 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
5118         * international/mule.el: Modify comment about coding system
5119         property `coding-category'.
5120         (make-coding-system): New argument EOL-TYPE.  Pay attention to
5121         coding-category property of PROPERTIES.
5123         * international/mule-conf.el (coding-category-utf-8,
5124         coding-category-utf-16-be, coding-category-utf-16-le): New coding
5125         categories.  Include them in the argument for set-coding-priority.
5127         * international/mule-cmds.el (reset-language-environment): Include
5128         coding-category-utf-8, coding-category-utf-16-be, and
5129         coding-category-utf-16-le in the argument for set-coding-priority.
5130         (reset-language-environment): Initialize coding-category-utf-8,
5131         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
5133 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
5135         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
5136         code abstracted out of `bookmark-jump-noselect'.  Now tries info
5137         extensions as well as compression extensions.
5138         (bookmark-jump-noselect): Use above new func.
5140 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
5142         * strokes.el: Change maintainer's mail address.
5144 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
5146         * international/mule-diag.el (list-character-sets): Make help-echo
5147         string by substitute-command-keys.
5148         (list-character-sets): Likewise.
5149         (sort-listed-character-sets): Call help-setup-xref.
5151 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
5153         * time.el (display-time-mail-file): Add `none' to the list of
5154         choices.
5156 2000-03-01  Dave Love  <fx@gnu.org>
5158         * help.el (help-xref-go-back): Don't try to set position.
5160         * international/mule-diag.el (list-character-sets): Call
5161         help-setup-xref.  Add help-echo to xrefs.
5162         (list-character-sets-1): Add help-echo to xrefs.
5164 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
5166         * frame.el (blink-cursor-mode): Switch cursor on when turning
5167         the mode off.
5169         * add-log.el (add-log-current-defun): Add support for
5170         Autoconf mode.
5172         * mail/rmail.el (rmail-quit-hook): New variable.
5174 2000-03-01  Dave Love  <fx@gnu.org>
5176         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
5178         * help.el (help-xref-button): Add help-echo arg.
5179         (describe-function-1, describe-variable, help-make-xrefs): Use it.
5181         * faces.el (list-faces-display): Supply help-echo with
5182         help-make-xrefs.
5184         * facemenu.el (list-text-properties-at): Set help-xref-stack to
5185         nil.
5187 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
5189         * image.el (defimage): Look for image files in load-path.
5191         * frame.el (busy-cursor-delay-seconds): Change type to
5192         `number'.
5194 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
5196         * recentf.el (recentf): Added version tag to the defgroup of
5197         recentf.
5199 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
5201         * recentf.el (recentf-cleanup): Changed to remove excluded file
5202         too.
5203         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
5204         action to select/unselect a file.
5205         (recentf-edit-list): Code cleanup and improvement.
5206         (recentf-open-more-files-action): `recentf-open-more-files' button
5207         widget action to open a file.
5208         (recentf-open-more-files): No more use standard completion but
5209         widgets.
5210         (recentf-more-collection): Deleted.
5211         (recentf-more-history): Deleted.
5212         (recentf-setup-more-completion): Deleted.
5214 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
5216         * recentf.el (recentf-mode): No more needs that Emacs is running
5217         under a window-system.
5219 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
5221         * recentf.el (recentf-edit-list): New command to edit the recent
5222         list which allow the user to remove files.
5223         (recentf-edit-selected-items): New global variable, used by
5224         `recentf-edit-list' to hold the list of files to be removed from
5225         the recent list.
5226         (recentf-make-menu-items): Updated to display a "Edit list..."
5227         menu item.  Minor code cleanup.
5229 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
5231         * recentf.el (recentf-open-more-files): New command to open files
5232         that are not displayed in the menu.
5233         (recentf-more-collection): New global variable holding the set of
5234         permissible completions used by `recentf-open-more-files'.
5235         (recentf-more-history): New global variable holding the history list
5236         used by `recentf-open-more-files' completion.
5237         (recentf-setup-more-completion): New function to setup completion for
5238         `recentf-open-more-files'.
5239         (recentf-make-menu-items): Updated to display a "More..." menu item.
5241 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
5243         * recentf.el (recentf-menu-action): Doc fixed.
5245 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
5247         * recentf.el (recentf-menu-filter): Doc updated.
5248         (recentf-update-menu-hook): Allow menu filters to force menu update.
5249         (recentf-make-menu-items): New menu filter handling.
5250         (recentf-make-menu-item): New helper function.
5251         (recentf-menu-elements): New menu handling function.
5252         (recentf-sort-ascending): Updated to new menu filter handling.
5253         (recentf-sort-descending): Updated to new menu filter handling.
5254         (recentf-sort-basenames-ascending): New menu filter function.
5255         (recentf-sort-basenames-descending): New menu filter function.
5256         (recentf-show-basenames): New menu filter function.
5257         (recentf-show-basenames-ascending): New menu filter function.
5258         (recentf-show-basenames-descending): New menu filter function.
5260 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5262         * diary-lib.el (list-diary-entries): Don't try to go forward at
5263         the end of the buffer.
5265 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
5267         * international/mule-diag.el (list-character-sets): Completely
5268         rewritten.
5269         (sort-listed-character-sets): New function.
5270         (list-character-sets-1): Completely rewritten.
5271         (list-character-sets-2): New function.
5272         (non-iso-charset-alist): New variable.
5273         (decode-codepage-char): New function.
5274         (charset-history): New variable.
5275         (read-charset) (list-block-of-chars)
5276         (list-iso-charset-chars)
5277         (list-non-iso-charset-chars)
5278         (list-charset-chars): New functions.
5279         (mule-diag): Call list-character-sets-2, not
5280         list-character-sets-2.
5281         (dump-charsets): Likewise.
5283 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
5285         * dired-x.el (dired-filename-at-point): Add `@' to valid
5286         file name characters.
5287         (dired-filename-at-point): Handle ange-ftp file names.
5289         * frame.el (frame-notice-user-settings): Use assq-delete-all
5290         instead of assoc-delete-all.
5291         (frame-notice-user-settings): Ditto.
5293         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
5294         Don't copy alist.
5296 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
5298         * calculator.el (calculator-use-menu): New option.
5299         (calculator-initial-bindings): Changed some bindings to work as
5300         macros.
5301         (calculator-forced-input): Removed.
5302         (calculator-restart-other-mode): New variable.
5303         (calculator-mode-map): Set up menu.
5305 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
5307         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
5308         tags.
5310 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
5312         * viper-cmd.el (viper-envelop-ESC-key): added the option to
5313         translate all ESC key sequences.
5314         (viper-goto-mark-subr): restore markers for files for which
5315         they were saved.
5316         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
5317         * viper-util.el (viper-set-replace-overlay-glyphs,
5318         viper-set-replace-overlay): always check if the replacement
5319         overlay is live.
5320         * viper.el (viper-vi-state-mode-list): added major modes.
5321         * ediff-wind.el: minor comment changes.
5322         * ediff.el: copyright notice date fix.
5324 2000-02-27  Jason Rumney  <jasonr@gnu.org>
5326         * faces.el (face-font-family-alternatives): Add arial to helv.
5327         (mode-line, header-line, tool-bar): Same default as x for w32.
5328         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
5329         face-font-family-alternatives from working.
5330         * term/w32-win.el (mouse-set-font): Do not build fontset from
5331         chosen font.
5333 2000-02-25  Sam Steingold  <sds@goems.com>
5335         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
5336         properly.
5338 2000-02-25  Richard M. Stallman  <rms@gnu.org>
5340         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
5342 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
5344         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
5345         writable.
5347         * frame.el (busy-cursor-delay-seconds): New option.
5349 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
5351         * frame.el (show-cursor-in-non-selected-windows): New option.
5353 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5355         * diary-lib.el (include-other-diary-files): Undo the selective
5356         display in any included file and don't kill it.
5358 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
5360         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
5361         bar.  Menu items converted to (menu-item format, help strings
5362         added.
5363         [downcase, upcase]: Don't enable on MS-DOS.
5364         [symlink, symlinks]: Don't show if make-symbolic-link is not
5365         bound.
5366         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
5368 2000-02-23  Dave Love  <fx@gnu.org>
5370         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
5371         (backward-kill-word): Revert addition of * to interactive spec --
5372         it's a feature.
5374         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
5375         (backward-kill-sentence, kill-sentence): Likewise.
5377         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
5378         scratch buffer name.
5379         (gud-format-command): Use int-to-string in ?l case.  Simplify
5380         slightly.
5382         * term/w32-win.el (internal-face-interactive): Update prompt for
5383         new read-face-name.
5385         * mail/footnote.el (footnote): Add :version to defgroup.
5386         (footnote-section-tag-regexp): Customize.
5387         (footnote-start-tag, footnote-end-tag): New option.
5388         (footnote-latin-regexp): New variable.
5389         (Footnote-latin): New function.
5390         (footnote-style-alist): Add element for latin style.
5391         (footnote-style): Moved.
5392         (Footnote-goto-footnote): Use eq to test arg.
5394         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
5396         * emacs-lisp/byte-opt.el: Change old backquote syntax.
5397         (byte-compile-trueconstp): Include keywords.
5398         (byte-optimize-quote, byte-optimize-lapcode): Use
5399         byte-compile-const-symbol-p.
5400         (byte-optimize-char-before): New optimization.
5402         * emacs-lisp/bytecomp.el: Change old backquote syntax.
5403         (byte-compile-const-symbol-p): New function.
5404         (byte-compile-constp, byte-compile-out-toplevel)
5405         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
5406         Use it.
5408         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
5410 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
5412         * international/encoded-kb.el: Be sure to update minor-mode-alist
5413         and minor-mode-map-alist.
5414         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
5415         codes SS2 and SS3 correctly.
5416         (encoded-kbd-self-insert-ccl): New function.
5417         (encoded-kbd-setup-keymap): New function.
5418         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
5419         by calling encoded-kbd-setup-keymap.
5421         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
5422         characters.
5423         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
5424         locally.
5426 2000-02-22  Dave Love  <fx@gnu.org>
5428         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
5429         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
5430         defvar.
5431         (lisp-mode-syntax-table): Set up for #|...|# comments.
5432         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
5433         classes.  Match `defface'.
5434         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
5435         (eval-defun-1): Fix for defcustom.
5436         (lisp-indent-region): Doc fix.
5438         * subr.el (when, unless, split-string): Doc fix.
5439         (read-passwd): Move call of clear-this-command-keys to the right
5440         place.
5441         (replace-regexps-in-string): New function.
5443 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
5445         * help.el (describe-variable): Set syntax table to
5446         emacs-lisp-mode-syntax-table when moving forward over the
5447         symbol's name.
5449 2000-02-22  Dave Love  <fx@gnu.org>
5451         * xt-mouse.el: Doc fixes.
5452         (xterm-mouse-position-function): New function, replacing advice of
5453         mouse-position.
5454         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
5456         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
5458 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
5460         * format.el (format-annotate-single-property-change): Handle
5461         properties.with dotted-list values.
5462         (format-proper-list-p): New function.
5464         * enriched.el (enriched-face-ans): Handle '(foreground-color
5465         . COLOR) and (background-color . COLOR).
5467 2000-02-20  Dave Love  <fx@gnu.org>
5469         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
5470         and assignments to it.
5471         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
5472         current local map.
5473         (make-flyspell-overlay): Use it.
5474         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
5476         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
5477         (lm-get-header-re): Defun, not defsubst.
5478         (lm-get-package-name): Defun, not defsubst.  Simplify.
5479         (lm-version): Doc fix.  Simplify.
5480         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
5481         (lm-crack-address, lm-last-modified-date, lm-commentary)
5482         (lm-verify, lm-synopsis): Simplify.
5483         (lm-report-bug): Require emacsbug.  Use compose-mail.
5485 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
5487         * dired.el (dired-mode): Call propertized-buffer-identification
5488         to set mode-line-buffer-identification to something having
5489         the right text properties.
5491         * bindings.el (propertized-buffer-identification): New function.
5493 2000-02-20  Dave Love  <fx@gnu.org>
5495         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
5496         check for t-mouse too.
5498         * cus-start.el: Make echo-keystrokes `number'.
5500 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
5502         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
5503         Don't call ring-empty-p unless tags-location-ring is bound.
5504         From Noah Friedman <friedman@splode.com>.
5506 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
5508         * progmodes/hideshow.el (hs-flag-region): No longer use
5509         `intangible' overlay property.
5511         (hs-toggle-hiding): New command.
5512         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
5514         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
5515         Fix omission bug: Run `hs-minor-mode-hook' for both activation
5516         and deactivation.
5518 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
5520         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
5522 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
5524         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
5526         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
5527         of `*' to handle `(* ... *)' comments.
5529 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
5531         * faces.el (list-faces-display): Use display-mouse-p instead of
5532         window-system.
5534         * menu-bar.el (global-map): Menu-bar items converted to the new
5535         format (menu-item..., rearranged for better CUA compliance, and
5536         their names changed for better clarity.  Help strings added.
5538         * international/mule-cmds.el (mule-menu-keymap)
5539         (describe-language-environment-map, set-coding-system-map)
5540         (setup-language-environment-map): Convert to new (menu-item...
5541         form, add help strings.  Change names of menu items for better
5542         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
5543         submenu).
5545 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
5547         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
5548         within the code.
5550 2000-02-16  Dave Love  <fx@gnu.org>
5552         * faces.el: Don't require custom.  Add more specific :groups to
5553         various deffaces.
5554         (set-face-attribute): Purecopy args.
5555         (read-face-name): Default to name at point and use it in prompt.
5556         Remove colon from arg in all callers.
5557         (list-faces-display): Hyperlink to face descriptions and customize
5558         buffers.
5560 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5562         * wid-edit.el (widget-match-inline): An atom never matches a
5563         list.
5565 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5567         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
5568         at ':' characters by call to split-string.
5570 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5572         * textmodes/bibtex.el: Added RCS version identification.
5574 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5576         * textmodes/bibtex.el: Some temporary comments removed.
5577         (bibtex-field-name, bibtex-entry-type): Made the relationship
5578         explicit.
5579         (bibtex-field-const): Allow capital letters.
5580         (bibtex-start-of-string): Deleted because unused.
5582         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
5583         use the term 'reference' to describe a bibtex entry as a whole.
5584         Further, reference keys are no longer called 'labels'.
5585         (bibtex-keys): Renamed to bibtex-reference-keys.
5586         (bibtex-reformat-previous-labels): Renamed to
5587         bibtex-reformat-previous-reference-keys.
5588         (bibtex-reference-type): Renamed to bibtex-entry-type.
5589         (bibtex-reference-head): Renamed to bibtex-entry-head.
5590         (bibtex-reference-maybe-empty-head): Renamed to
5591         bibtex-entry-maybe-empty-head.
5592         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
5593         (bibtex-search-reference): Renamed to bibtex-search-entry.
5594         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
5595         bibtex-enclosing-entry-maybe-empty-head.
5596         (bibtex-entry-field-alist, bibtex-entry-head,
5597         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
5598         bibtex-map-entries, bibtex-search-entry,
5599         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
5600         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5601         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
5602         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
5603         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
5604         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
5605         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
5607 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5609         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
5610         comment.
5611         (bibtex-format-field-delimiters): New function, functionality
5612         extracted from bibtex-format-entry.
5613         (bibtex-autokey-get-yearfield-digits): New function, functionality
5614         extracted from bibtex-autokey-get-yearfield.
5616         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
5617         entries in order to avoid stack overflow in the regexp matcher if
5618         field contents become large.
5619         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
5620         bibtex-field-string-part-not-braced,
5621         bibtex-field-string-part-no-inner-braces,
5622         bibtex-field-string-part-1-inner-brace,
5623         bibtex-field-string-part-2-inner-braces,
5624         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
5625         bibtex-field-string-quoted, bibtex-field-string,
5626         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
5627         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
5628         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
5629         as parsing is now performed by the following functions.
5630         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
5631         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
5632         bibtex-parse-field-string, bibtex-search-forward-field-string,
5633         bibtex-parse-association, bibtex-field-name-for-parsing,
5634         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
5635         bibtex-search-forward-field, bibtex-search-backward-field,
5636         bibtex-start-of-field, bibtex-end-of-field,
5637         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
5638         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
5639         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
5640         bibtex-parse-string, bibtex-search-forward-string,
5641         bibtex-search-backward-string, bibtex-start-of-string,
5642         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
5643         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
5644         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
5645         entries.  Instead of reporting the results of the parsing by
5646         match-beginning or match-end, these functions return data structures
5647         that hold the corresponding positions.
5648         (bibtex-enclosing-field): Changed to also report field boundaries by
5649         return values rather than by match-beginning or match-end.  The
5650         following functions have been adapted to use the new parsing
5651         functions.
5652         (bibtex-skip-to-valid-entry, bibtex-search-reference,
5653         bibtex-enclosing-field, bibtex-format-entry,
5654         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
5655         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
5656         bibtex-print-help-message, bibtex-end-of-entry,
5657         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
5658         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5659         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
5660         method for parsing.
5661         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
5662         bibtex-map-entries, bibtex-flash-head,
5663         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
5664         bibtex-autokey-change, bibtex-autokey-get-namefield,
5665         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
5666         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5667         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
5668         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5669         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
5670         order to make the new binding of case-fold-search immediately
5671         visible.
5673 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5675         * textmodes/bibtex.el: Copyright notice is up to date.
5676         Added constant 'bibtex-maintainer-salutation.
5678         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
5679         than make-temp-name, use match-string-no-properties and eliminate
5680         a quadratic behavior when building bibtex-strings.
5682         * bibtex.el (bibtex-reference-key): Accept string entries whose
5683         reference key contains upper case letters.
5685 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5687         * bibtex.el (bibtex-reference-head): Allow entries to start with
5688         a new line.
5690 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5692         * bibtex.el: Hiding of entry bodies is not longer provided by
5693         bibtex.el directly.  Instead the hideshow package can be used.
5694         Added a special bibtex entry to hs-special-modes-alist.
5695         (bibtex-hs-forward-sexp): Added for hideshow.el.
5697 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5699         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
5700         at ':' characters by call to split-string.
5702 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5704         * textmodes/bibtex.el: Added RCS version identification.
5706 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5708         * textmodes/bibtex.el: Some temporary comments removed.
5709         (bibtex-field-name, bibtex-entry-type): Made the relationship
5710         explicit.
5711         (bibtex-field-const): Allow capital letters.
5712         (bibtex-start-of-string): Deleted because unused.
5714         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
5715         use the term 'reference' to describe a bibtex entry as a whole.
5716         Further, reference keys are no longer called 'labels'.
5717         (bibtex-keys): Renamed to bibtex-reference-keys.
5718         (bibtex-reformat-previous-labels): Renamed to
5719         bibtex-reformat-previous-reference-keys.
5720         (bibtex-reference-type): Renamed to bibtex-entry-type.
5721         (bibtex-reference-head): Renamed to bibtex-entry-head.
5722         (bibtex-reference-maybe-empty-head): Renamed to
5723         bibtex-entry-maybe-empty-head.
5724         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
5725         (bibtex-search-reference): Renamed to bibtex-search-entry.
5726         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
5727         bibtex-enclosing-entry-maybe-empty-head.
5728         (bibtex-entry-field-alist, bibtex-entry-head,
5729         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
5730         bibtex-map-entries, bibtex-search-entry,
5731         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
5732         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5733         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
5734         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
5735         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
5736         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
5737         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
5739 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5741         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
5742         comment.
5743         (bibtex-format-field-delimiters): New function, functionality
5744         extracted from bibtex-format-entry.
5745         (bibtex-autokey-get-yearfield-digits): New function, functionality
5746         extracted from bibtex-autokey-get-yearfield.
5748         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
5749         entries in order to avoid stack overflow in the regexp matcher if
5750         field contents become large.
5751         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
5752         bibtex-field-string-part-not-braced,
5753         bibtex-field-string-part-no-inner-braces,
5754         bibtex-field-string-part-1-inner-brace,
5755         bibtex-field-string-part-2-inner-braces,
5756         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
5757         bibtex-field-string-quoted, bibtex-field-string,
5758         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
5759         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
5760         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
5761         as parsing is now performed by the following functions.
5762         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
5763         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
5764         bibtex-parse-field-string, bibtex-search-forward-field-string,
5765         bibtex-parse-association, bibtex-field-name-for-parsing,
5766         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
5767         bibtex-search-forward-field, bibtex-search-backward-field,
5768         bibtex-start-of-field, bibtex-end-of-field,
5769         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
5770         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
5771         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
5772         bibtex-parse-string, bibtex-search-forward-string,
5773         bibtex-search-backward-string, bibtex-start-of-string,
5774         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
5775         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
5776         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
5777         entries.  Instead of reporting the results of the parsing by
5778         match-beginning or match-end, these functions return data structures
5779         that hold the corresponding positions.
5780         (bibtex-enclosing-field): Changed to also report field boundaries by
5781         return values rather than by match-beginning or match-end.  The
5782         following functions have been adapted to use the new parsing
5783         functions.
5784         (bibtex-skip-to-valid-entry, bibtex-search-reference,
5785         bibtex-enclosing-field, bibtex-format-entry,
5786         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
5787         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
5788         bibtex-print-help-message, bibtex-end-of-entry,
5789         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
5790         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5791         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
5792         method for parsing.
5793         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
5794         bibtex-map-entries, bibtex-flash-head,
5795         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
5796         bibtex-autokey-change, bibtex-autokey-get-namefield,
5797         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
5798         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5799         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
5800         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5801         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
5802         order to make the new binding of case-fold-search immediately
5803         visible.
5805 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5807         * textmodes/bibtex.el: Copyright notice is up to date.
5808         Added constant 'bibtex-maintainer-salutation.
5810         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
5811         than make-temp-name, use match-string-no-properties and eliminate
5812         a quadratic behavior when building bibtex-strings.
5814         * bibtex.el (bibtex-reference-key): Accept string entries whose
5815         reference key contains upper case letters.
5817 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5819         * bibtex.el (bibtex-reference-head): Allow entries to start with
5820         a new line.
5822 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5824         * bibtex.el: Hiding of entry bodies is not longer provided by
5825         bibtex.el directly.  Instead the hideshow package can be used.
5826         Added a special bibtex entry to hs-special-modes-alist.
5827         (bibtex-hs-forward-sexp): Added for hideshow.el.
5829 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5831         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
5832         proceedings entry type (for cross referencing). Thanks to Wagner
5833         Toledo Correa for the suggestion.
5835         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
5837 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
5839         * international/characters.el: Setup case table for Vietnamese.
5841 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
5843         * uniquify.el (toplevel): Require CL at compile time.
5844         (uniquify-push): Removed.
5846         * shadowfile.el (shadow-when): Removed.
5848         * tempo.el (tempo-dolist, tempo-mapc): Removed.
5849         (tempo-process-and-insert-string): Use dolist instead of
5850         tempo-dolist.
5852         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
5853         regexp for paragraph-start.
5855         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
5856         commas as well.
5858 2000-02-10  Dave Love  <fx@gnu.org>
5860         * wid-edit.el: (widgets) [defgroup]: Remove url link.
5861         (widget-color-choice-list, widget-color-history, widget-mouse-help):
5862         Deleted.
5863         (widget-specify-field, widget-specify-button): Don't use
5864         widget-mouse-help as help-echo property.
5865         (default): Use #'ignore for :validate and :mouse-down-action.
5866         (checkbox): Add help-echo.
5867         (widget-sexp-validate): Rewritten to clarify error messages.
5868         (character): Use char-valid-p in :match function.
5869         (widget-color-complete): Use facemenu-color-alist.
5870         (widget-color-action): Use facemenu-read-color.
5872         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
5873         set up `caar' &c that we now have.
5875 2000-02-09  Ray Blaak  <blaak@gnu.org>
5877         * delphi.el: Make resourcestring a declaration region, like const
5878         and var.
5880 2000-02-09  Dave Love  <fx@gnu.org>
5882         * bindings.el (mode-line-input-method-map): New variable.
5883         (mode-line-mule-info): Use it; fix last change.
5884         (mode-line-mode-menu): Move definition.
5885         (mode-line-mouse-sensitive-p): Deleted.
5886         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
5887         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
5888         level.
5890         * startup.el (command-line-1): Don't call
5891         make-mode-line-mouse-sensitive.
5893 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
5895         * mail/rmail.el (rmail-retry-failure): Use
5896         rmail-beginning-of-message before rmail-toggle-header, because the
5897         former toggles headers.
5899 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
5901         * diff-mode.el (diff-kill-junk): New interactive function.
5902         (diff-reverse-direction): Use delete-and-extract-region.
5903         (diff-post-command-hook): Restrict the area so that the hook also works
5904         outside of any diff hunk.  This is necessary for the minor-mode.
5905         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
5906         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
5908         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
5909         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
5910         so that it can be used more easily in <foo>-mode-hook.  Also make sure
5911         to avoid duplicate entries.
5912         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
5913         (font-lock-remove-keywords): Just as was done for `add', allow it to
5914         work even if font-lock-mode is nil.  Also make sure we don't modify
5915         any pre-existing list by forcing a copy-sequence.  Finally rename
5916         `major-mode' to `mode'.
5917         (font-lock-fontify-syntactic-anchored-keywords)
5918         (font-lock-fontify-anchored-keywords)
5919         (font-lock-fontify-keywords-region): Use line-end-position.
5920         Don't make `font-lock-multiline' local (it's now done in
5921         font-lock-set-defaults).
5922         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
5923         move the `font-lock-fontified' creation to inside the `unless'.
5925 2000-02-06  Andrew Innes  <andrewi@gnu.org>
5927         * term/w32-win.el (x-handle-args): Comment out call to message,
5928         which occurs before window system is initialized.
5930         * makefile.nt: Add support for recompiling lisp code.
5932 2000-02-04  Dave Love  <fx@gnu.org>
5934         * bindings.el (mode-line-mule-info): Fix/extend last change.
5936         * completion.el: Replace completion-dolist with dolist.
5938         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
5939         dotimes.
5941 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5943         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
5944         environment names before they go into the section regexp.
5946         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
5947         char class in regexp.
5949         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
5950         `case-fold-search' to nil.
5952         * progmodes/idlwave.el (idlwave-template): Respect
5953         `idlwave-abbrev-change-case'.
5954         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
5955         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
5956         idlwave-while): respect `idlwave-reserved-word-upcase'.
5957         (idlwave-rw-case): New function.
5958         (idlwave-statement-match): Fixed problem with assignment regexp.
5959         (idlwave-font-lock-keywords): Improved regexp for keyword
5960         parameters.
5961         (idlwave-surround): New argument LENGTH to support padding of
5962         operators longer than 1 char.
5964         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
5965         idlwave-shell-expression-overlay.  Implemented printing of
5966         expressions on higher levels of the calling stack.
5967         (idlwave-shell-display-level-in-calling-stack): Restore stack
5968         level.
5969         (idlwave-retrieve-expression-from-level): New function.
5970         (idlwave-shell-last-calling-stack): Variable removed.
5971         (idlwave-shell-reset): Argument action reversed (`visible' to
5972         `hidden').  Also remove stop-line overlay.
5973         (idlwave-shell-calling-stack-routine): New variable.
5974         (idlwave-shell-parse-stack-and-display): Messages now display
5975         negative level numbers.
5976         (idlwave-shell-mode): Set `modeline-format'.
5977         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
5978         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
5979         21.
5980         (idlwave-shell-print-expression-function): New option.
5982         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
5983         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
5984         `tool-bar' instead of `toolbar'.
5986 2000-02-02  Dave Love  <fx@gnu.org>
5988         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
5989         emacs-lisp-mode-hook.  Don't check for defalias being defined.
5991         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5992         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
5993         the new builtins directly.
5995         * whitespace.el (whitespace): Add :version to defgroup.
5997         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
5998         Doc fix.
6000         * thingatpt.el (sexp-at-point, symbol-at-point)
6001         (number-at-point, list-at-point): Add autoload cookie.
6003         * recentf.el (recentf): Add :version to defgroup.
6005         * quickurl.el (quickurl): Add :version to defgroup.
6007         * elide-head.el (elide-head): Use point-marker more.
6009         * bs.el (bs): Add :version to defgroup.
6011         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
6013         * progmodes/delphi.el (delphi): Add :version to defgroup.
6015 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
6017         * ange-ftp.el (ange-ftp-write-region): Handle case that
6018         succeeding process operation sets a different coding system.
6020         * calculator.el: New file.
6022 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
6024         * frame.el (frames-on-display-list, framep-on-display): New
6025         functions.
6026         (display-mouse-p, display-popup-menus-p, display-graphic-p)
6027         (display-selections-p, display-screens, display-pixel-width)
6028         (display-pixel-height, display-mm-width, display-mm-height)
6029         (display-backing-store, display-save-under, display-planes)
6030         (display-color-cells, display-visual-class): New functions.
6032         * term/tty-colors.el (tty-color-gray-shades): New function.
6034         * faces.el (display-color-p): Use framep-on-display.
6035         (display-grayscale-p): New function.
6037 2000-01-31  Dave Love  <fx@gnu.org>
6039         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
6040         (create-fontset-from-x-resource): Don't concat integers.
6042 2000-01-31  Inge Frick  <inge@nada.kth.se>
6044         * view.el: Some changes in documentation.  Removed some trailing
6045         whitespace. Changed some parameter names to agree with
6046         documentation.
6047         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
6048         window is not deleted.  Modifies change 1998-04-26.
6050 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
6052         * windmove.el: New file.
6054         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
6055         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
6056         progmodes/ebnf-yac.el: Update copyright and license info.
6058         * jit-lock.el (jit-lock-function): Widen before calculating end
6059         position.
6060         (jit-lock-stealth-chunk-start): Rewritten.
6062         * info.el (Info-title-face-alist): Removed.
6063         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
6064         faces.
6065         (Info-fontify-node): Use these faces.
6067 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
6069         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
6070         (cl-macro-list1): Recognize `&allow-other-keys' instead of
6071         `&allow-other-keywords'.
6073         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
6074         the list of directories scanned heuristically.
6076         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
6077         exist.
6079 2000-01-30  Jason Rumney  <jasonr@gnu.org>
6081         * w32-fns.el: Define w32-tty-standard-colors.
6083         * startup.el (command-line): Use w32-tty-standard-colors when in
6084         w32 console mode.
6086 2000-01-30  Dave Love  <fx@gnu.org>
6088         * jka-compr.el (jka-compr-load): Fix up load-history.
6090         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
6092         * emacs-lisp/cl-macs.el: Revert previous change.
6094 2000-01-29  Dave Love  <fx@gnu.org>
6096         * facemenu.el: Purecopy various strings.
6098         * timezone.el (timezone-fix-time): Window against 69 for two-digit
6099         years.  Deal with three-digit years.
6101         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
6102         defconst, purecopy.
6103         (help-back-label): Purecopy it.
6105 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
6107         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
6108         variable. If non-nil, order the buffer list according to the
6109         currently selected frame.
6110         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
6111         non-nil, pass the selected frame to function buffer-list.
6113 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6115         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
6117 2000-01-28  Dave Love  <fx@gnu.org>
6119         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
6121         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
6122         Don't use lisp-indent-hook property.
6123         (cl-abs): Remove.
6125         * subr.el: Move out indent and edebug specs for when and unless.
6127         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
6128         when, unless.
6130         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
6131         unless, when.
6133 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
6135         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
6136         `collecting' as synonym for `collect'.
6138         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
6139         for the case it contains spaces.
6141         * simple.el (what-cursor-position): Change formatting of
6142         messages.
6144         * frame.el (delete-other-frames): New function.
6145         (toplevel): Bind it to C-x 5 1.
6147         * sort.el (sort-numeric-base): New option.
6148         (sort-numeric-fields): If number starts with `0' or `0[xX[',
6149         interpret it as octal or hexadecimal.  Use sort-numeric-base
6150         as default base.
6152         * progmodes/glasses.el: New file.
6154 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
6156         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
6157         userids differently.
6159         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
6160         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
6161         progmodes/ebnf-yac.el: New files.
6163 2000-01-26  Dave Love  <fx@gnu.org>
6165         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
6166         on a function with an empty body.  [From Eric Ludlam.]
6168 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
6170         * vc.el (vc-version-diff): Make sure file name is expanded.
6172 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
6174         * scroll-bar.el (scroll-bar-timer): Variable removed.
6175         (scroll-bar-toolkit-scroll): Don't use a timer.
6177 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
6179         * language/thai-util.el (thai-composition-function): Delete
6180         superfluous `a'.
6182 2000-01-24  Dave Love  <fx@gnu.org>
6184         * fortran.el (fortran-mode): Use beginning-of-defun-function,
6185         end-of-defun-function.
6187         * font-lock.el (turn-on-font-lock): Don't depend on window-system
6188         &c.
6190 2000-01-22  Jason Rumney  <jasonr@gnu.org>
6192         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
6193         conflicts with new face support.
6195 2000-01-22  Richard M. Stallman  <rms@gnu.org>
6197         * replace.el (query-replace): Rename last arg to DELIMITED.
6198         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
6199         (query-replace-regexp): Likewise.
6201 2000-01-20  Richard M. Stallman  <rms@gnu.org>
6203         * subr.el (with-syntax-table): Use make-symbol, not gensym.
6205         * emacs-lisp/lisp.el (beginning-of-defun-function):
6206         Variable renamed from beginning-of-defun.
6207         Do not call make-variable-buffer-local.
6208         (beginning-of-defun-raw): Use new variable name; doc fix.
6209         (beginning-of-defun): Doc fix.
6210         (end-of-defun-function): Variable renamed from end-of-defun.
6211         Do not call make-variable-buffer-local.
6212         (end-of-defun): Use new variable name; doc fix.
6214         * subr.el (dolist, dotimes): Copied from cl-macs.el
6215         and made to work.
6217         * mail/undigest.el (rmail-digest-end-regexps):
6218         Variable replaces rmail-digest-end-regexp.
6219         Allows multiple regexps for detecting the end line.
6220         (undigestify-rmail-message): Corresponding changes.
6222 2000-01-19  Dave Love  <fx@gnu.org>
6224         * files.el (user-init-file): Don't declare here -- is primitive.
6226         * startup.el (command-line): Check for compiled user-init-file and
6227         set to uncompiled version if necessary.
6229 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
6231         * mail/undigest.el (rmail-digest-end-regexp): New user option.
6232         (undigestify-rmail-message): Use it.
6234         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
6236 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
6238         * tmm.el (tmm-goto-completions): Adapt to prompt being part
6239         of mini-buffer.
6241 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
6243         * emacs-lisp/copyright.el (copyright-update): Removed the
6244         requirement for a trailing space from `copyright-regexp', to
6245         support copyrights with owner specified on a separate line..
6247         * align.el: New file.
6249         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
6251         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
6253 2000-01-13  Dave Love  <fx@gnu.org>
6255         * ph.el: Removed.  (Obsoleted by EUDC.)
6257 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
6259         * net/eudc.el (toplevel): Remove autoloaded code installing
6260         menu with easymenu, because that causes build problems.
6262         * frame.el (frame-notice-user-settings): New variable.
6263         (frame-notice-user-settings): Don't modify frame parameters
6264         if called a second time.
6266 2000-01-13  Richard M. Stallman  <rms@gnu.org>
6268         * frame.el (frame-notice-user-settings):
6269         Notice default-frame-parameters even for non-window frames.
6271 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
6273         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
6274         for Emacs.
6275         (eudc-bob-can-display-inline-images): Extend for Emacs.
6276         (eudc-bob-toggle-inline-display): Ditto.
6277         (eudc-bob-display-jpeg): Ditto.
6279 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
6281         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
6282         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
6283         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
6285         * add-log.el (add-change-log-entry): Fix error trying an `(insert
6286         nil)'.
6288         * subdirs.el: Add `net' directory.
6290         * net: New directory.
6292         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
6293         eval-last-sexp.  Don't bind debug-on-error here.
6294         (eval-last-sexp): New function.  Bind debug-on-error if
6295         eval-expression-debug-on-error is non-nil.
6296         (eval-defun-2, eval-defun): Likewise.
6298         * simple.el (eval-expression): Don't bind debug-on-error if
6299         eval-expression-debug-on-error is nil.  Detect changed
6300         debug-on-error, and propagate new value to global binding, if
6301         eval-expression-debug-on-error is non-nil,
6302         (eval-expression-debug-on-error): Change doc string.
6304 2000-01-11  Richard M. Stallman  <rms@gnu.org>
6306         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
6308         * emacs-lisp/lisp-mode.el (with-syntax-table):
6309         Set up lisp-indent-function property.
6311         * subr.el (with-syntax-table): Moved from simple.el.
6313         * simple.el (with-syntax-table): Moved to subr.el.
6315 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
6317         * tmm.el (tmm-shortcut): Delete region after prompt instead
6318         of erasing buffer.
6320         * textmodes/fill.el (fill-common-string-prefix): New function.
6321         (fill-context-prefix): Use the longest common prefix of first
6322         and second line fill prefix, if there is one.
6324 2000-01-11  Richard M. Stallman  <rms@gnu.org>
6326         * array.el (array-mode): Don't use make-variable-buffer-local.
6327         Use make-local-variable for `truncate-lines'.
6329 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
6331         * add-log.el (add-log-current-defun): Handle user-defined
6332         add-log-current-function returning nil,
6334         * add-log.el (add-change-log-entry): Insert version number
6335         if having found a current function
6337         * add-log.el (add-log-current-defun): Call
6338         `add-log-current-defun-function'.  Try matches at level 0 and
6339         level 1.  Strip whitespace from defun found.
6341 2000-01-10  John Wiegley  <johnw@gnu.org>
6343         * allout.el (isearch-done/outline-provisions): Added `edit'
6344         argument to correspond with the current definition of
6345         `isearch-done'.
6347 2000-01-10  Dave Love  <fx@gnu.org>
6349         * elide-head.el (elide-head): Use point-marker, not point.
6351 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
6353         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
6354         before and after the year 2000.
6356         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
6357         Add ispell- prefix.
6359 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
6361         * ispell.el:  Only define dictionaries in menus when they exist.
6362         (version18p): New variable.
6363         (version20p): New variable.
6364         (xemacsp): New variable.
6365         (ispell-choices-win-default-height): Fix for XEmacs visibility.
6366         (ispell-dictionary-alist1): Added Brasileiro dictionary.
6367         (ispell-dictionary-alist6): Russian command lines no longer accept
6368         run-together words.
6369         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
6370         (ispell-dictionary-alist): Add koi8-r to customize definition.
6371         (check-ispell-version): Added documentation string.  Returns
6372         library path when called non-interactively.
6373         (ispell-menu-map-needed): Uses new variables.
6374         (ispell-library-path): New variable.
6375         (ispell-decode-string): XEmacs fix for bogus variable bindings.
6376         (ispell-word): Improved documentation string.  Test for valid
6377         character mappings.  Correctly check typed in word changes that can
6378         result in single words split into multiple words.  Returns
6379         replacement word.
6380         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
6381         replace in recursive query replace mode.  Help message for
6382         recursive edit mode.
6383         (ispell-show-choices): Protect against bad framepop bindings.
6384         (ispell-help): Fix to work with XEmacs.
6385         (ispell-highlight-spelling-error): Use new variables.
6386         (ispell-overlay-window): Fix to work with XEmacs.
6387         (ispell-parse-output): Passed and returns location information
6388         tracking spelling corrections.  Doesn't recheck same word on
6389         current line.
6390         (ispell-init-process): Protect against bogus XEmacs variable binding.
6391         Fix call to single argument in sleep-for.  Use new variables.
6392         (ispell-region): Passed and returns location information tracking
6393         spelling corrections.  Doesn't check same word on current line.
6394         Improved documentation string.  Doesn't resend a line already
6395         checked to the ispell process - fixes bug in LaTeX parsing.
6396         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
6397         (ispell-skip-region): No longer skips <TT> in SGML.
6398         (ispell-process-line): Tracks location information with spelling
6399         corrections.  Added documentation string.  Accounts for words
6400         already accepted on this line.  Don't allow query-replace on line
6401         starting with math characters.  Doesn't resend a line already sent
6402         to ispell process.  Fixes alignment error bug.
6404 2000-01-10  Richard M. Stallman  <rms@gnu.org>
6406         * dired-x.el (dired-guess-shell-alist-default):
6407         Suggest xloadimage, which is free, not xv, which isn't.
6409         * ange-ftp.el (ange-ftp-file-name-nondirectory):
6410         Don't ever include the host name or user name in the value.
6412 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
6414         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
6415         of a real newline.
6417 2000-01-09  Stephen Eglen  <stephen@gnu.org>
6419         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
6420         for .png files.
6422 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6424         * cus-edit.el (custom-hook-convert-widget): Fix comment.
6426 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
6428         * progmodes/cperl-mode.el: Replace ^F with ^L.
6430         * sendmail.el (toplevel): Provide `sendmail' when compiling
6431         before `require'ing rmail and mailalias to prevent infinite
6432         recursion.
6434 2000-01-08  Dave Love  <fx@gnu.org>
6436         * emacs-lisp/backquote.el: Remove inappropriate customization
6437         (allowing custom.el to use backquote).
6439 2000-01-07  Dave Love  <fx@gnu.org>
6441         * add-log.el (add-log-debugging): Deleted.
6442         (add-change-log-entry): Treat a backup FILE-NAME as its parent
6443         file.  Remove debugging code.
6444         (change-log-get-method-definition, change-log-name): Add doc.
6445         (change-log-sortable-date-at): New function.
6446         (change-log-merge): New command.
6448         * time.el (display-time-string-forms): Make the Mail string active.
6449         (display-time-update): Provide help-echo for load average.
6451         * bindings.el (make-mode-line-mouse2-map): New function.
6452         (mode-line-modified): Use it and simplify.
6453         (mode-line-mule-info): Provide help-echo info.
6454         (minor-mode-alist): Activate the strings.
6455         (make-mode-line-mouse-sensitive): Simplify for
6456         mode-line-buffer-identification.
6458 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
6460         * play/pong.el: New file.
6462 2000-01-06  Dave Love  <fx@gnu.org>
6464         * array.el: Assorted cleanups for compiler warnings, doc strings,
6465         `array-' prefix for symbols.
6467 2000-01-05  Dave Love  <fx@gnu.org>
6469         * textmodes/outline.el (outline-mode-menu-bar-map): Add
6470         outline-headers-as-kill.
6471         (outline-mode): Define imenu-generic-expression.
6472         (outline-headers-as-kill): New command.
6474         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
6475         from paragraph-start.
6476         (paragraph-indent-minor-mode): New command.
6478         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
6479         M-C-e, M-C-h, C-j, C-xnd, TAB.
6480         (fortran-mode): Set beginning-of-defun, end-of-defun.
6481         (fortran-column-ruler): Simplify.
6482         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
6483         (fortran-with-subprogram-narrowing): Likewise.
6484         (fortran-indent-subprogram): Call mark-defun.
6485         (fortran-check-for-matching-do): Change narrowing.
6487         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
6488         (cl-lucid-hash-tag): Delete.
6489         (cl-hash-table-p): Correct test for native table.
6490         (cl-hash-table-count): Use hash-table-count.
6492         * browse-url.el (browse-url): Fix case of
6493         browse-url-browser-function being an alist.
6495 2000-01-05  Carsten Dominik  <cd@gnu.org>
6497         * textmodes/reftex-vars.el (reftex-parse-file-extension)
6498         (reftex-index-phrase-file-extension): New options.
6500         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
6501         Use new option `reftex-index-phrase-file-extension'.
6503         * textmodes/reftex.el (reftex-access-parse-file): Use new option
6504         `reftex-parse-file-extension'.
6506 2000-01-05  Dave Love  <fx@gnu.org>
6508         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
6509         (beginning-of-defun-raw): Use it.
6510         (end-of-defun): New variable.
6511         (end-of-defun): Use it.
6512         (check-parens): New command.
6514 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
6516         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
6517         (hs-show-block): Don't use `mapcar' when not accumulating.
6519         Fix buglet in local variables initialization.
6521 2000-01-05  Andreas Schwab  <schwab@suse.de>
6523         * hscroll.el (hscroll): Doc fix.
6525 2000-01-05  Carsten Dominik  <cd@gnu.org>
6527         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
6528         idlw-toolbar.
6530         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
6531         file idlw-rinfo.el.
6532         (idlwave-customize): load must read file idlw-shell.el.
6533         (idlwave-create-customize-menu): load must read file idlw-shell.el.
6535 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
6537         * progmodes/idlw-shell.el: Also provide idlwave-shell
6538         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
6539         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
6541         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
6542         both reftex-dcr and reftex-vcr.
6544         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
6546 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6548         * ps-print.el: PostScript code now is in separate files, doc fix.
6549         (ps-print-version): New version number (5.0.3).
6550         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
6551         local.
6552         (ps-spool-config): Initialization fix.
6553         (ps-print-prologue-1, ps-print-prologue-2)
6554         (ps-print-duplex-feature): PostScript code moved to separated file.
6555         (ps-background-image): Little code reformating.
6556         (ps-begin-file, ps-begin-job): Fix code.
6557         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
6558         (ps-prologue-file): New fun.
6560 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6562         * ps-vars.el: Eliminated.
6564         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
6565         `;;;###autoload'.
6567         * ps-print.el: ps-vars eliminated, doc fix.
6568         (ps-print-version): New version number (5.0.2).
6569         (ps-spool-config): Initialization fix.
6570         (ps-print-customize): New fun.
6572 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
6574         * autorevert.el (auto-revert-mode): Return value of
6575         auto-revert-mode.
6577 2000-01-04  Dave Love  <fx@gnu.org>
6579         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
6580         menu items.
6582 2000-01-03  Dave Love  <fx@gnu.org>
6584         * elide-head.el (elide-head) [defgroup]: Add :version.
6586         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
6587         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
6588         `cl-hash-table-p', not `hash-table-p'.
6589         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
6591 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
6593         * faces.el (face-read-integer, read-face-attribute)
6594         (color-defined-p, color-values): unspecified-{f,b}g are now
6595         strings.
6597 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6599         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
6600         at comment end, and re-insert them after filling.
6602 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
6604         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
6605         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
6606         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
6608 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
6610         * term/x-win.el (xw-defined-colors): Call color-supported-p,
6611         the new name of face-color-supported-p.
6613         * term/w32-win.el (xw-defined-colors): Likewise.
6615 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
6617         * simple.el (completion-setup-function): Count completion-size
6618         from minibuffer-prompt-end, not from point-min.
6620 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
6622         * faces.el (read-face-attribute, defined-colors, color-defined-p):
6623         Pass the frame to tty-color-* functions.
6624         (display-color-p, frame-set-background-mode): Pass the frame to
6625         tty-display-color-p.
6627         * term/tty-colors.el (tty-defined-color-alist): Renamed from
6628         tty-color-alist.
6629         (tty-color-alist, tty-modify-color-alist): New functions.
6630         (tty-color-define,  tty-color-clear, tty-color-approximate)
6631         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
6632         an optional parameter FRAME.
6634 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
6636         * image.el (create-image, defimage): Don't assume image data is a
6637         string.
6639         * image.el (defimage): Handle specifications containing :data
6640         instead of :file.
6641         (image-type-from-data): New function.
6642         (image-type-from-file-header): Use it.
6643         (create-image): Add parameter DATA-P.
6645 See ChangeLog.8 for earlier changes.
6647 ;; Local Variables:
6648 ;; coding: iso-2022-7bit
6649 ;; End: